.tx
{
    font: 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.txs
{
    font: 9pt Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A.bplain:link
{
    COLOR: black;
    TEXT-DECORATION: none
}
A.bplain:visited
{
    COLOR: black;
    TEXT-DECORATION: none
}
A.bplain:hover
{
    COLOR: black;
    TEXT-DECORATION: underline
    
}

/* use for section titles within a page */
.title0 { margin: 0.5em 0em 0.1em 0em; border: medium yellow ridge; padding:4px; background:mintcream; font-weight: bolder; }

/* use for muted titles within a page */
.title1 { margin:0.75em 0em 0.1em 0em; padding:0.25em; background: bisque; }

/* use for second muted titles within a page */
.title2 { margin:0.75em 0em 0.1em 0em; padding:2px; background:Salmon; color:#fff; }

/* use for search blocks etc */
.sec0 { border: medium yellow ridge;background:mintcream;padding:4px; margin-bottom:4px; } 

/* use for general spacing */
.sec1 { margin:4px; }

/* use for muted background color */
.sec2 { background:LavenderBlush;padding:4px; margin-bottom:4px; } 

/* use for small paragraph spacings */
.sec3 { margin-top:4px; } 

/* use for left indent */
.leftindent { margin-left:24px; }

/* use for feedback */
.announce { color:forestgreen;font-weight:bolder;padding:4px;margin:8px;}

/* use to get attention */
.attention { color:crimson; font-weight:bolder;padding:4px;margin:8px;}

/* white cell */
.gt { background:forestgreen; } /* table style */
.bt { background:LightSteelBlue; } /* table style */
.wc { padding:2px; background:white; } /* cell styles */
.wc0 { padding:2px; background:white; }
.wc1 { padding:2px; background:Honeydew; }
.wc2 { padding:2px; background:ivory; }
.gt .wt { color:White; background: forestgreen; padding: 2px; font-weight:bolder; }
.bt .wt { color:White; background: LightSteelBlue; padding: 2px; font-weight:bolder; }

.gt > tbody > tr > td
{
	padding: 2px; 
	background: white;
}

/* use for blue A tags */
.a { color: blue; }
.g { color: dimgray; }

.treb
{
	background:white; 
	FONT: 8pt 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; 
	padding:1px;
}

.noprint { }

#urgentmessagewaiting 
{
	border: 1px solid crimson;
	padding: 4px;
	margin: 4px;
	background: mistyrose;
	color: crimson;
	width: 200px;
	position: fixed;
	top: 0px;
	left: 128px;
	text-align: center;
}

.myt
{
	background: forestgreen; 
}

.myt td
{
	padding: 2px;
	background: white;
    font: 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.myt .titles td
{
	background: forestgreen;
	color: White;
}

table.rt
{
	border: none;
	border-collapse: collapse;
}

table.rt > tbody >  tr > td
{
	padding: 2px;
	border: 1px solid salmon;
}

table.rt.green > tbody > tr > td
{
	border: 1px solid forestgreen;
}

table.rt > tbody > tr > td.r
{
	text-align: right;
}

table.rt > tbody > tr.titles
{
	background: salmon;
	color: white;
}

table.rt.green > tbody > tr.titles
{
	background: forestgreen;
}

table.rt > tbody > tr.ta
{
	vertical-align: top;
}

div.surveydiv tr.sd0 td
{
	background: Gainsboro;
}

div.surveydiv tr.sd1 td
{
}

div.surveydiv div.tac
{
	text-align: center;
}

div.p2
{
	margin-top: 8px;
}

div.p1
{
	margin-top: 2px;
}

.ibox
{
	padding: 0.2em;
	margin: 0.1em;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#F9F9F9;
	border:1px solid #DDDDDD;
	color:#362B36;
}

.ititle
{
	padding: 0.5em 1em;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#E7EEF3;
	border:1px solid #B2C7D7;
	color:#222222;
	font-weight:bold;
}

.ititle1
{
	padding: 0.3em 1em;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#F3F3F3;
	border:1px solid #B2C7D7;
	color:#222222;
	/*font-weight:bold;*/
}