<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.siteSpecific{} /* W3C CSS validator likes CSS files to start with a class instead of comments */

/** 
 * 3 column layout - defaults shown here (commented out) to assist with overrides
 * Tip: when using multi-columns ie6 is happier when one of your columns is 1-2 pixels less than the total width 
 * For example: the default center column width is 580px, but for ie6 we set it's width at 578px to avoid column wrapping
*/


#leftcolumn {width:200px !important;} 
#centercolumn {width:900px !important;} 
#rightcolumn {width:0px !important;display:none !important;} 

.redText
{
    color:#cc0004;
    white-space:nowrap;
}

.smallItalicText
{
    font-style:italic;
    font-size:x-small;
    white-space:nowrap;
}

.contentheading, .componentheading, h1, h2, h3, h4, h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.2;
}

div.pagetopleft {
	font-size: 125%;
	color: #666;
	text-align: left;
}

/* Table - AltRow Color &amp; Hover */
.sitetable {width:900px; empty-cells:hide; border-top:solid 1px #999;border-left:solid 1px #999;border-bottom:1px solid #78797b;border-right:1px solid #78797b;}
.sitetable caption {padding:6px;color:#fff;text-align:center;border-right:1px solid #666;border-bottom:1px solid #666;background:#78797b repeat-x top left url(images/table_caption_bkgd.gif);}
.sitetable caption a {color:#fff;}
.sitetable thead tr th {padding:4px;font-size:0.8em;font-weight:bold;border-bottom:0px solid #ccc;border-right:0px solid #ccc;background:#ede4c8; /*Slightly lightened Tan*/}
.sitetable thead tr th a {color:#555;text-decoration:none;}
.sitetable tr td {padding:4px;margin:1px;border-bottom:0px solid #ccc;border-right:0px solid #ccc;}
.sitetable tr {background:#fff;}
.sitetable tr.altrow {background:#f2f2f2;}
.sitetable tr a {color:#333;text-decoration:underline;}

/* SubTable - AltRow Color &amp; Hover */
.subtable {width:100%; empty-cells:hide; padding:4px; border-spacing:0; border-collapse:collapse; empty-cells:hide; border-top:solid 0px #999;border-left:solid 0px #999;border-bottom:0px solid #78797b;border-right:0px solid #78797b;}
.subtable caption {padding:0px;color:#fff;text-align:center;border-right:0px solid #666;border-bottom:0px solid #666;background:#78797b repeat-x top left url(images/table_caption_bkgd.gif);}
.subtable caption a {color:#fff;}
.subtable thead tr th {padding:0px;font-size:0.8em;font-weight:bold;border-bottom:0px solid #ccc;border-right:0px solid #ccc;background:#ede4c8; /*Slightly lightened Tan*/}
.subtable thead tr th a {color:#555;text-decoration:none;}
.subtable thead tr th a:hover {color:#EA2839;text-decoration:underline;}
.subtable tr td {padding:4px;margin:5px;border-bottom:0px solid #ccc;border-right:0px solid #ccc;}
.subtable tr {background:#fff;}
.subtable tr:hover {background:#dde7f1 !important;}
.subtable tr.altrow {background:#f2f2f2;}
.subtable tr.altrow:hover {background:#dde7f1 !important;}
.subtable tr a {color:#333;text-decoration:underline;}
.subtable tr a:hover {color:#EA2839;text-decoration:underline;}


/* ajax modal dialog styles */
.modalBackground {
	background-color: Grey;
	filter: alpha(opacity=50);
	opacity: 0.5;
	vertical-align:top;
}
.modalBox {
	background-color : #f5f5f5;
	border-width: 3px;
	border-style: solid;
	border-color: Red;
	padding: .5em;
	vertical-align:top;	
}

.modalBoxPanel {
	background-color :#F0F0F0;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
}
.modalBox caption {
	
}

/* tweb modal dialog styles */
.modalPanelTitle td {
	padding: 3px;
	font-weight: bold;
	font-size: 0.9em;
	cursor: pointer;
	color: black;
	font-family: Verdana;
	width: 100%;
	height: 30px;
	background-color: #6f90dc;
}

.modalPanel {
	z-index: 500;
	width: 500px;
	border: solid 1px #275473;
	position: absolute;
	border-collapse: collapse;
	background-color: #f0faff;
}

.modalPanel td {
	vertical-align: top;
}

.titleIcon {
	padding-right: 20px;
}




.divCol{
	font-weight:bold;
	float:left; 
	width:200px;
	text-align:right;
	margin-right:10px; 
	white-space:nowrap;
}
/*no width on the last col so it will expand*/
.divColLast{
	float:left; 
	white-space:nowrap;
}
.caption, table caption {
	background-color: #aaa;
	color: #000;
	font-size: 16pt;
	font-weight: bold;
	border: 0;
	border-bottom: solid 1px #737373;
	white-space: nowrap;
	text-align: center;
}
.clearer {
	clear: both;
	overflow: hidden;
	background-color:transparent;
	filter:alpha(opacity=0);
	opacity:0.0;
	height: 1px;
	margin: 1px 1px 1px 1px;
	max-height: 2px;
}

div.ajax__calendar_days table tr td
{
padding:0px;
}

div.ajax__calendar_months table tr td
{
padding:0px;
}

div.ajax__calendar_years table tr td
{
padding:0px;
}</pre></body></html>