/* PAGE ELEMENTS */
* {
	margin: 0;
	padding: 0;
	}

body { 
	background: #fff;
	width: 100%;
	height: 100%;
	font-family: verdana, arial, san-serif;
	font-size: .75em;
	color: #000;
	text-align:center;
	}
	
h1, h2, h3, h4, h5 {
	font-weight: normal;
	padding-bottom: .3em;
	}
	
h1 {
	font-size: 2.5em;
	}
	
h2 {
	font-size: 1.5em;
	font-weight:700;
	color: #006;
	margin-bottom: .1em;
	}

h3 {
	font-size: 1.3em;
	color: #c60;
	margin-bottom: .3em;
	}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: .3em;
	}

h5 {
	font-size: 1em;
	color: #666;
	margin-bottom: .2em;
	}
	
h6	{
	font-size:1em;
	font-weight:700;
	margin-bottom: .4em;
}

p { 
	padding: 0 0 1em 0;
	line-height: 1.5em;
	}
	
ul {
	margin: 0;
	padding: 0 0 1em 2em;
	}
	
ul li {
	list-style: square;
	margin: 0;
	padding: 0 0 0 0;
	line-height: 1.5em;
	vertical-align:top;
	}
	
ul li ul	{
	padding: 0 0 0 2em;
}

ol	{
	margin: 0 0 1em 3.3em;
	}

dl {
	margin: 0;
	padding: 0 0 1em 0;
	}
	
dl dt {
	padding-bottom: .1em;
	}
	
dl dd {
	padding-left: .5em;
	}
	
input, select {
	vertical-align: middle;
	}
	
table { 
	border-collapse: collapse; 
	border-spacing: 0;
	margin: 0 0 .8em 0;
	}
	
table tr th, table tr td { 
	padding: 4px;
	vertical-align: top; 
	text-align: left;
	font-size: 1em;
	}

acronym {
	cursor: help;
	border-bottom: 1px solid #BCD684;
	}
	
acronym:hover {
	border-bottom: 1px solid #ACDCF2;
	}

img {
	border: 0;
	vertical-align:middle;
}
	
a { 
	color: #06c;
	text-decoration: underline;
	}

a:hover { 
	color: #006;
	text-decoration: underline;
	}





/* MAIN PAGE DIVS */
#loggedOutPage	{
	width: 900px;
	margin: 0 auto;
	}

#container {
	min-width:990px;
	width: 100%;
	height: 100%;
	text-align: left;
	}
	
.pageWrapper {
	padding: 0 20px;
	}

#header {
	width: 100%;
	float: left;
	}

#header .pageWrapper .right	{
	padding-top: 8px;
	}

#content {
	width: 100%;
	border-top: 5px solid #c60;
	margin-top: -1px;
	float: left;
	}
	
#content .pageWrapper {
	padding: 14px 20px 0 0;
	}

#footer {
	/*background: #eee url(images/bg_gradient_lightgray.gif) repeat-x;*/
	color: #666;
	padding: 6px 0 0 0;
	font-size: .95em;
	margin-top: 20px;
	border-top: 1px solid #eee;
	}





/* LOGIN PAGE */
#loggedOutPage #logoLogin	{
	float: left;
	clear: none;
	width: 177px;
	margin-right: 23px;
	padding: 10px 0px;
	}

#logoLogin h1	{
	margin-bottom: 20px;
	}
	
.loginBox	{
	width: 150px;
	padding: 10px 10px 6px 10px;
	border: 1px solid #ccc;
	background: #eee;
	}

.loginBox p	{
	text-align: left;
	}

.loginBox hr	{
	height: 1px;
	margin: 4px 0;
	}
	
.loginBox input.login	{
	border: 1px solid #ccc;
	padding: 2px;
	width: 140px;
	}

#loggedOutPage .pageWrapper	{
	float: right;
	width: 700px;
	padding: 10px 0px;
	}

/*#loggedOutPage .boxMessage	{
	width: 50%;
	}
*/





/* COLUMNS */
#colSideBar {
	background: url(images/bg_workinglist.gif) 0 0 repeat-x;
	width: 220px;
	margin-left: -1px;
	float: left;
	}
	
#colMainContent {
	margin-left: 260px;
	position: relative;
	}
	
.colWrapper {
	width: 99%;
    float: left;

	}
*html .reportResults {
    overflow-x: scroll;
    width: 100%;
    } 

.queryWrapper {
	width: 100%;
	margin-left: 20px;
	margin-right: 20px;
	}





/* WORKING LIST */
#workingList {
	background: url(images/bg_workinglist_right.gif) 100% 0 no-repeat;
	padding: 10px;
	
	height: 550px; /*needed for background image to appear correctly when no items are in the list*/
	}

#workingList select	{
	width: 165px;
	}






/* SIDEBAR TAB */
#sideBarTab a {
	background: url(images/bg_tab.gif) no-repeat;
	width: 25px;
	height: 103px;
	display: block;
	position: absolute;
	top: 0;
	left: -41px;
	}
	
#sideBarTab a:hover {
	background: url(images/bg_tab_hover.gif) no-repeat;
	}





/* LOGOS */
#logoMRI {
	padding: 1em 0 0 15px;
	float: left;
	}





/* NAV - GLOBAL */
#navGlobal {
	position: absolute;
	top: 0px;
	left: 20px;
	font-size:.95em;
	width:auto;
	background: #eee /*url(images/bg_gradient_lightgray.gif) repeat-x*/;
	height:16px;
	border: 1px solid #d5d5d5;
	border-top: none;
	padding: 4px 14px 6px 4px;
	margin: 0px 10px 0px 240px;
	\margin: 0px 0px 0px 240px;/*For IE*/
	min-width:700px;
/*	text-align: right;
	float: right;
*/	}

#navGlobal ul {
	padding: 0;
	white-space:nowrap;
	}
	
#navGlobal ul li {
	list-style: none;
	padding: 1px 4px 2px 10px;
	display: inline;
	}
	
#navGlobal ul li a {
	text-decoration: none;
	}
	
#navGlobal ul li a.on {
	font-weight: bold;
	color: #006;
	}
	




/* NAV - TOP LEVEL */
#navTopLevel {
	margin-top: -24px;
	padding-left: 240px;
	float: left;
	}
	
#navTopLevel ul {
	padding: 0;
	}
	
#navTopLevel ul li {
	padding: 0;
	list-style: none;
	display: block;
	float: left;
	}
	
#navTopLevel ul li a {
	background: #A2A1A1 url(images/bg_gradient_gray.gif) repeat-x;
	font-size: 1.1em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #f2f2f2;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 6px 14px 7px 14px;
	display: block;
	}
	
#navTopLevel ul li a:hover {
/*	background: #F5F5F5 url(images/bg_gradient_darkgray.gif) 0 0 repeat-x;
	color:#eee;
	text-decoration: none;
*/
	background: #c60 url(images/bg_gradient_orange.gif) repeat-x;
	/*border-top: 1px solid #f93;*/
	border-bottom: 1px solid #c60;
	text-decoration: none;
	color: #fff;
	}
	
#navTopLevel ul li a.on, #navTopLevel ul li a.on:hover {
	background: #c60 url(images/bg_gradient_orange.gif) repeat-x;
	border-top: 1px solid #f93;
	border-bottom: 1px solid #c60;
	text-decoration: none;
	color: #fff;
	}
	
#navTopLevel ul li#mediaMark {
	
	}

#navTopLevel ul li#mediaMark a {
	background: transparent url(images/icon_arrow_right.gif) 98% 70% no-repeat;
	font-size:12px;
	width: 160px;
	color: #006;
	text-decoration: none;
	margin-left: 10px;
	border: none;
	padding: 7px 0px 5px 0px;
	}
	
#navTopLevel ul li#mediaMark a:hover {
	text-decoration: underline;
	}

/* CONTENT REPORT */
#contentReportTitle	{
	/*position: absolute;
	top: 70px;
	left: 240px;*/
	padding: 10px;
	text-align:right;
	font-size:24px;
	width:auto;
	color: #006;
	font-weight:700;
	}

#contentReportContent	{
	margin: 0px 0px 20px 20px;
	}

/* BOXES */
.boxPageHeader {
	width: 100%;
	margin: 0 0 10px 0;
	}

.boxPageHeader .right {
	padding-top:4px;
	}
	
.boxPageHeader h2 {
	color: #006;
	margin: 0;
	padding: 0;
	}
	
.boxPageHeader h2 a.menuLinkArrow {
	background: #fff;
	border: 1px solid #d5d5d5;
	padding: 4px 5px;
	display: block;
	float: left;
	}
	
.boxPageHeader h2 a.menuLinkArrow:hover {
	background: #f9f9f9;
	}
	
.boxPageHeader p {
	margin: 0;
	padding: 0;
	}
	
#menuLinks {
	background: #fff;
	width: 95.5%;
	margin-top: -1px;
	margin-bottom: 10px;
	border: 1px solid #d5d5d5;
	padding: 0 15px;
	float: left;
	}

.box {
	width: 100%;
	margin: 0 0 16px 0;
	float: left;
	}
	
.boxMessage {
	background: #eee;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	padding: 10px 15px 0px 15px;
	}
	
.boxAdd {
	margin: 0px 0px 15px 0px;
	border: 1px solid #c60;
	padding: 10px 0 0 0;
	text-align:center;
	background: #fff;
	}

.addBox {
	width:460px;
	margin: 0 auto;
	}

.boxHeader {
	width: 95.5%;
	padding: 4px 15px;
	float: left;
	}
	
.boxHeader h2, .boxHeader h3 {
	font-weight: bold;
	color: #fff;
	margin: 0 0 0 0px;
	padding: 0;
	}

.boxHeader	{
	color: #fff;
	}
	
.boxHeader a	{
	color: #fff;
	}
	
.boxContent {
	background: #fff;
	width: 95.5%;
	padding: 15px 15px 10px 15px;
	float: left;
	clear: left;
	}
	
.boxMiniSite {
	width: 99.3%;
	border: 1px solid #006;
	padding: 0px;
	float: left;
	clear: left;
	}

iframe.miniSiteFrame	{
	background: #fff;
	width: 100%;
	height: 500px;
	border: none;
	padding: 0px;
	}
	
.boxSimple	{
	border: 1px solid #ccc;
	padding: 4px;
	margin: 0 0 10px 0;
	}
	
.boxSimple table	{
	margin-bottom: 0;
	}

.boxSimple th	{
	border-bottom: 1px solid #ccc;
	}

.headStyle1 {
	background: #c60;
	border: 1px solid #c60;
	}
	
.headStyle2 {
	background: #006;
	border: 1px solid #006;
	}
	
.headStyle3 {
	background: #aaa;
	border: 1px solid #aaa;
	}
	
.contentStyle1 {
	border: 1px solid #c60;
	}
	
.contentStyle2 {
	border: 1px solid #006;
	}
	
.contentStyle3 {
	border: 1px solid #A2A1A1;
	}





/* HOME ANNOUNCEMENTS */
.homeEntry	{
	margin: 0px 0px 2px 0px;
	}

.homeIcon	{
	float: left;
	clear: none;
	width: 22px;
	}

.homeText	{
	margin-left: 22px;
	}







/* ADs */
.fixedWidth {
	width: 720px;
	}
.ad {
	margin-left: 15px;
	padding: 0;
	float: right;
	}

.ad p.note	{
	padding: .1em;
	font-size: .8em;
	color: #777;
	
	text-align: center;
	}





/* TABLE - WORKING LIST */
#tableWorkingList {
	width: 100%;
	position:relative;
	z-index:+100;
	}
	
#tableWorkingList tr.rowHighlight td {
	background: #f5f5f5;
	}
	
#tableWorkingList tr th {
	background: #c60;
	font-weight: bold;
	color: #fff;
	padding: 5px 4px 2px 4px;
	}
	
#tableWorkingList tr td {
	background: #fff;
	font-size: .85em;
	padding: 6px 4px;
	}
	
#tableWorkingList tr td.colControls {
	text-align: right;
	}

#tableWorkingList a {
	text-decoration: underline;
	}

#tableWorkingList tr td a.on {
	font-weight: bold;
	text-decoration: underline;
	}





/* TABLE - DATA DISPLAY */
.tableDataDisplay {
	width: 100%;
	background: #fff;
	border-top: 1px solid #006;
	border-left: 1px solid #006;
	border: 1px solid #006;
	}
	
.tableWorkingList tr.rowHighlight td {
	background: #FEF6EE;
	}
	
.tableDataDisplay tr th {
	background: #999;
	border-bottom: 1px solid #006;
	border-right: 1px solid #006;
	font-weight: bold;
	color: #fff;
	padding: 4px 4px;
	vertical-align: bottom;
	text-align:center;
	}
	
.tableDataDisplay tr th a {
	color: #fff;
	}
	
.tableDataDisplay tr th a.sortOn {
	color: #fff;
	}
	
.tableDataDisplay tr th a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
.tableDataDisplay tr td {
	font-size: .85em;
	border-bottom: 1px solid #006;
	border-right: 1px solid #006;
	padding: 4px 4px;
	text-align:right;
	}
	
.tableDataDisplay tr td.addColumn	{
	border-right:none;
	padding-right:0px;
}

.tableDataDisplay tr th a {
	text-decoration: none;
	}
	
.tableDataDisplay tr th a.sortOn {
	text-decoration: underline;
	}

.tableDataDisplay tr th.headerSpan	{
	border-right: 1px solid #006;
	background: #c60;
	}

.tableDataDisplay tr.rowHeaderHighlight td	{
	font-weight:700;
	background: #ccc;
	color: #006;
	}

.tableDataDisplay tr.rowHighlight td	{
	font-weight:700;
	background: #ddd;
	color: #006;
	}

.tableDataDisplay th.lt {
	text-align: left;
	}

.tableDataDisplay th.rt {
	text-align: right;
	}

.tableDataDisplay td.lt {
	text-align: left;
	}

.tableDataDisplay td.rt {
	text-align: right;
	}





/* TABLE - INFO DISPLAY */
.tableInfoDisplay tr td {
	padding: 0px 20px 5px 0;
	}





/* ICONS */
.iconAddNewList {
	background: url(images/icon_bullet_plus.gif) 0 50% no-repeat;
	padding-left: 17px;
	}
	
.iconManage {
	background: url(images/icon_bullet_wrench.gif) 0 50% no-repeat;
	padding-left: 20px;
	}
	
.iconLastSearch {
	background: url(images/icon_arrow_redo.gif) 0 50% no-repeat;
	padding-left: 14px;
	}
	
.iconHome {
	background: url(images/icon_house.gif) 0 50% no-repeat;
	padding-left: 14px;
	}
	
.iconAbout {
	background: url(images/icon_info.gif) 0 50% no-repeat;
	padding-left: 14px;
	}
	
.iconSupport {
	background: url(images/icon_question.gif) 0 50% no-repeat;
	padding-left: 14px;
	}
	
.iconResources {
	background: url(images/icon_bell.gif) 0 50% no-repeat;
	padding-left: 14px;
	}
	
.iconAccount {
	background: url(images/icon_folder_user.gif) 0 50% no-repeat;
	padding-left: 14px;
	}
	
.iconAdmin {
	background: url(images/icon_admin.gif) 0 50% no-repeat;
	padding-left: 14px;
	}
	
.iconLogout {
	background: url(images/icon_status_offline.gif) 0 50% no-repeat;
	padding-left: 14px;
	}
	
.iconBack {
	background: url(images/icon_arrow_green_left.gif) 0 50% no-repeat;
	padding-left: 20px;
	}
	
.iconClose {
	background: url(images/icon_delete.gif) 0 50% no-repeat;
	padding-left: 20px;
	}
	
.iconEdit {
	background: url(images/icon_edit.gif) 0 50% no-repeat;
	padding: 2px 0 2px 22px;
	}

.iconMenu {
	background: url(images/icon_arrow_down.gif) 0 50% no-repeat;
	padding-left: 20px;
	}
	
.iconTop {
	background: url(images/icon_arrow_green_top.gif) 100% 50% no-repeat;
	padding-right: 18px;
	}
	
.iconAddAllResults {
	background: url(images/icon_plus.gif) 0% 50% no-repeat;
	padding: 2px 0 2px 20px;
	}
	
.iconAdd {
	background: url(images/icon_plus.gif) 0 50% no-repeat;
	padding-left: 22px;
	}
	
.iconAddSmall {
	background: url(images/icon_bullet_plus.gif) 0 50% no-repeat;
	padding-left: 17px;
	}
	
.iconExcel {
	background: url(images/icon_excel.gif) 0 50% no-repeat;
	padding: 2px 0 2px 22px;
	}

.iconReport {
	background: url(images/icon_report.gif) 0 50% no-repeat;
	padding: 2px 0 2px 22px;
	}

.iconReportSimple {
	background: url(images/icon_reportsimple.gif) 0 50% no-repeat;
	padding: 2px 0 2px 22px;
	}

.iconReportStatic {
	background: url(images/icon_reportstatic.gif) 0 50% no-repeat;
	padding: 2px 0 2px 22px;
	}

.iconReportDownload {
	background: url(images/icon_reportdownload.gif) 0 50% no-repeat;
	padding: 2px 0 2px 22px;
	}

.iconReportSave {
	background: url(images/icon_reportsave.gif) 0 50% no-repeat;
	padding: 2px 0 2px 22px;
	}

.iconAppEdit {
	background: url(images/icon_application_edit.gif) 0 50% no-repeat;
	padding: 2px 0 2px 22px;
	}

.iconAppSimple {
	background: url(images/icon_application_simple.gif) 0 50% no-repeat;
	padding: 2px 0 2px 22px;
	}

.iconAppDownload {
	background: url(images/icon_application_download.gif) 0 50% no-repeat;
	padding: 2px 0 2px 22px;
	}

.iconAppPLAD {
	background: url(images/icon_application_plad.gif) 0 50% no-repeat;
	padding: 2px 0 2px 22px;
	}





/* LISTS */
.listStyleUL {
	padding-left: 0;
	}
	
.listStyleUL li {
	list-style: none;
	padding: 0 0 .1em 0;
	}
	
.listStyleOL {
	padding: 0 0 1em 35px;
	}
	
.listStyleOL li {
	padding-bottom: .5em;
	}
	
.listIcons {
	padding: 0 0 1em 0;
	}
	
.listIcons li {
	padding-right: 5px;
	list-style: none;
	display: inline;
	font-size: .85em;
	}





/* FORMs */
.formLabel	{
	width:100px;
	white-space: nowrap;
	font-weight:700;
	}

.formText {
	width: 180px;
	border: 1px solid #ccc;
	padding: 2px;
	}
	
.formSelect {
	width: 210px;
	border: 1px solid #ccc;
	padding: 2px;
	}
	
.largeSelect	{
	width:500px;
	border: 1px solid #ccc;
	padding: 1px 2px 1px 2px
}

.page	{
font-size:1em;
	width: 24px;
	border: 1px solid #ccc;
	padding: 2px;
}

.titleBox {
	border: 1px solid #ccc;
	padding:2px 6px;
	margin: 0 0 16px 0;
	width: 300px;
	height: 210px;
	overflow:auto;
	}

#other	{
	margin-top: 2px;
	}

.optBox	{
	float: left;
	clear: none;
	width: 22px;
	}

.optText	{
	margin-left: 22px;
	}






/* SIZES - WIDTH */
.single { 
	border: 1px solid #ccc;
	padding: 2px;
	width: 20px !important; 
	}
	
.short { 
	border: 1px solid #ccc;
	padding: 2px;
	width: 40px !important; 
	}
	
.medium { 
	border: 1px solid #ccc;
	padding: 2px;
	width: 80px !important; 
	}
	
.normal { 
	border: 1px solid #ccc;
	padding: 2px;
	width: 180px !important; 
	}
	
.long { 
	border: 1px solid #ccc;
	padding: 2px;
	width: 260px !important; 
	}

.double { 
	border: 1px solid #ccc;
	padding: 2px;
	width: 360px !important; 
	}





/* BUTTONS */
.button {
	background: #eee;
	border: 1px outset #ccc;
	padding: 2px;
	cursor: pointer;
	}
	
.button:hover {
	background: #f7f7f7;
	}
	
.button:active {
	border: 1px inset #ccc;
	}

.buttonMain {
	background: #F5FCF6 url(images/bg_gradient_lightgray.gif) repeat-x;
	cursor: pointer;
	border: 1px outset #779F82;
	padding: .2em .4em;
	color: #006;
	}

.buttonMain:hover	{
	background: #F5FCF6 url(images/bg_gradient_gray.gif) repeat-x;
	color: #006;
}

.buttonCancel {
	background: #F5FCF6 url(images/bg_gradient_lightgray.gif) repeat-x;
	cursor: pointer;
	border: 1px outset #779F82;
	padding: .2em .4em;
	color: #666;
	}



/* CLASSES - GENERAL */
.left {
	float: left;
	}

.right {
	float: right;
	}

.leftHalf {
	float: left;
	width: 49%;
	}

.rightHalf {
	float: right;
	width: 49%;
	}

.leftWide {
	float: left;
	width: 60%;
	}

.rightNarrow {
	float: right;
	width: 40%;
	}

.leftNarrow {
	float: left;
	width: 40%;
	}

.rightWide {
	float: right;
	width: 60%;
	}

.clear {
	clear: both;
	}

.noWrap {
	white-space:nowrap;
}

.warning {
	color: #f00 !important;
	}	

.note {
	font-size: .95em;
	color: #777;
	}
	
.last {	
	margin-right: 0 !important;
	padding-right: 0 !important;
	}

.alert { 
	color: #f00;
	padding: 1px;
	}

.paid { 
	color: #900;
	}

.paid:hover {
	color: #c33;
	}
	
.bold	{
	font-weight:700;
}

.total	{
	font-weight: 400;
	font-style: italic;
}

.indent	{
	padding-left: 16px;
}
		
tr.odd	{
	background: #fff;
	}

tr.even	{
	background: #eee;
	}

.full	{
	width:100%;
	}

.topLink {
	text-align: right;
	}
	
.topLink a {
	text-decoration: none;
	}
	
.topLink a:hover {
	text-decoration: none;
	}

.linkEmphasized {
	background: url(images/bg_gradient_lightgray.gif) repeat-x #ddd;
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin: 0px 4px 0px 0px;
	text-decoration: none;
	font-size:1em;
}
	
.linkEmphasized:hover {
	background: #eee;
	border: 1px solid #ccc;
	text-decoration: none;
	}

.linkPage {
	background: #f7f7f7;
	border: 1px solid #ddd;
	padding: 2px 4px;
	text-decoration: none;
	}
	
.linkPage:hover {
	background: #f1f1f1;
	text-decoration: none;
	}

.linksMoreInfo {
	padding: .8em 0;
	}
		
.linksMoreInfo table {
	width:460px;
	margin: 0 auto;
}

.linksMoreInfo table td {
	padding:2px;
	text-align:center;
}

.linksMiniSite {
	padding: .5em 0;
	font-weight:700;
	text-align: center;
	}

.linksMiniSite .linkEmphasized {
	border: 1px solid #900;
	color: #900;
	}

.thumb img	{
	border: 1px solid #ccc;
	margin-bottom:10px;
}

	
	
	
/* SEARCH AND REPORTS */
.searchOptions .left	{
	width:180px;
	clear:none;
}

.searchOptions ul li	{
	list-style: none;
	margin: 0 0 0 -26px;
	padding: 4px 4px 5px 6px;
	line-height: 1.3em;
	font-weight:700;
}

.searchOptions .on	{
	border: 1px solid #ccc;
	border-right:none;
	background: #eee;
	border-right:none;
	padding: 3px 3px 4px 5px;
}

.searchOptions .searchFields	{
	border: 1px solid #ccc;
	background: #eee;
	margin-left:179px;
	padding:6px 10px 0px 16px;
}

.reportOptions ul li	{
	list-style: none;
	margin: 0 0 0 -26px;
	padding: 4px 4px 5px 6px;
	line-height: 1.3em;
	font-weight:700;
}

.reportSelect ul li	{
	list-style: none;
	margin: 0 0 0 -29px;
	padding: 2px 4px 2px 6px;
	line-height: 1.2em;
}

.reportResults table {
	width: 100%;
	margin-right: 10px;
	}

.reportResults td {
	width:100px;
	text-align:right;
	}

.reportResults th.lt {
	text-align: left;
	}

.reportResults td.lt {
	text-align: left;
	}


/* ADMIN */
.adminOptions ul li	{
	list-style: none;
	margin: 0 0 0 -26px;
	padding: 4px 4px 5px 6px;
	line-height: 1.3em;
}







/* ALIGNMENT */

.lt {
	text-align: left;
	}
	
.rt {
	text-align: right;
	}
	
.ct {
	text-align: center;
	}

.half	{
	width: 50%;
	}
	
.w5	{
	width: 5%;
	}

.w10	{
	width: 10%;
	}

.w20	{
	width: 20%;
	}

.w40	{
	width: 40%;
	}

.w45	{
	width: 45%;
	}

.w50	{
	width: 50%;
	}

.w60	{
	width: 60%;
	}

.w70	{
	width: 70%;
	}

.w80	{
	width: 80%;
	}

.w90	{
	width: 90%;
	}

.highlighteryellow { background:yellow; }
.highlighterred { background:red;}




