body { padding:0px; margin:0px; font-family:Tahoma; font-size:12px; line-height:17px; color:#333333; background:url(../images/layout/bg.gif) repeat; }

a:link { font-size:12px; color:#034C9F; text-decoration:none; }
a:visited { font-size:12px; color:#034C9F; text-decoration:none; }
a:hover { font-size:12px; color:#034C9F; text-decoration:underline; }

a.leftnav_on:link { font-weight:bold; font-size:12px; color:#034C9F; text-decoration:none; }
a.leftnav_on:visited { font-weight:bold; font-size:12px; color:#034C9F; text-decoration:none; }
a.leftnav_on:hover { font-weight:bold; font-size:12px; color:#034C9F; text-decoration:underline; }

a.breadcrumbs:link { font-size:12px; color:#034C9F; font-weight:bold; }
a.breadcrumbs:visited { font-size:12px; color:#034C9F; font-weight:bold; }
a.breadcrumbs:hover { font-size:12px; color:#034C9F; font-weight:bold; }

a.footer:link { font-size:11px; color:#333333; }
a.footer:visited { font-size:11px; color:#333333; }
a.footer:hover { font-size:11px; color:#333333; }

a.softblue:link { font-family:Arial; font-size:15px; color:#0079C1; margin:4px 0px; }
a.softblue:visited { font-family:Arial; font-size:15px; color:#0079C1; margin:4px 0px; }
a.softblue:hover { font-family:Arial; font-size:15px; color:#0079C1; margin:4px 0px; }

h1 { font-family:Arial; font-size:16px; color:#0079C1; margin:3px 0px; }
h2 { font-family:Arial; font-size:15px; color:#034C9F; margin:4px 0px; }
h3 { font-family:Arial; font-size:17px; color:#3F3F3F; margin:3px 0px; font-weight:bold }
h4 { font-family:Arial; font-size:13px; color:#3F3F3F; margin:3px 0px; font-weight:bold }
h5 { font-family:Tahoma; font-size:20px; color:#FFFFFF; margin:5px 0px; padding:3px 0px; font-weight:normal;  }

.png { behavior:url(../utils/pngHack.htc); }
* html .png_fixer { float:left; position:relative; }

fieldset { margin-bottom:15px; border:1px dashed #cccccc; padding-left:10px; padding-bottom:10px; }
legend { background-color:White; padding:5px; color:#666666; font-weight:bold; }


textarea { font-family:Tahoma; font-size:12px; }
p {  padding:0px 0px 10px 0px; margin:0px; }
.smallcopy { font-size:9px; line-height:10px; }
.small { font-size:10px; line-height:11px; }
.grey { color:#333333; }
.red { color:#FF0000; }
.white { color:#FFFFFF; }
.softblue { color:#0079C1; }
.darkblue { color:#266798; }
.bold { font-weight:bold; }
.heightfix { display:none; }
.clearfix:after { content:"."; display:block; height:0px; clear:both; visibility:hidden; }
.clearfix { display:inline-block; } 
.clear { float:none; clear:both; }

/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {display: block;}

/* End hide from IE-mac */
.opacityOff { filter:alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; cursor:pointer; }
.opacityOver { filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0; cursor:pointer; }

/** Progress Div **/
.progressContainer { position:relative; top:25px; left:185px; z-index:5; }
.progressBox { position:absolute; width:100px; border: 1px solid #999999; padding:6px; background-color:#FFFFFF; text-align:center; }

/** Datagrids **/
.datagrid { border-color:#CCCCCC; }
.datagrid td { padding:3px; }
.datagridheader { background-color:#666666; color:#FFFFFF; font-weight:bold; }
.datagridheader a:link { color:#FFFFFF; text-decoration:none;  }
.datagridheader a:visited { color:#FFFFFF; text-decoration:none;  }
.datagridheader a:hover { color:#FFFFFF; text-decoration:underline;  }

.datagriditem { }
.datagriditem_alt { background-color:#eeeeee; }
.datagridfooter {  }

/** Accordian **/
.accordionHeader { border: 1px solid #CCCCCC; background-color:#EEEEEE; color:#034C9F; font-family: Arial, Sans-Serif; font-size: 12px; font-weight: bold; padding: 5px; margin-top: 5px; cursor: pointer; }
.accordionHeaderSelected { border: 1px solid #777777; background-color:#EEEEEE; font-family: Arial, Sans-Serif; font-size: 12px; font-weight: bold; color:#034C9F; padding: 5px; margin-top: 5px; cursor: pointer; }
.accordionContent { display:none; background-color:white; border-top: none; border-bottom:1px dashed #CCCCCC; border-right:1px dashed #CCCCCC; border-left:1px dashed #CCCCCC; padding: 5px; padding-top: 5px; }

/** Modal Popup **/
.modalBackground {
	background-color:#FFFFFF;
	filter:alpha(opacity=50);
	opacity:0.5;
}

.modalPopup {
	width:290px;
}

.modalPopupWide { width:600px; }

.modalPopup .header { height:30px; width:100% !important; }
.modalPopup .header .title { background-color:#4375B6; color:#ffffff; font-size:12px; font-weight:bold; }
.modalPopup .modal_content { background-color:#D3D4D6 !important; background:url(../images/layout/lcol_bgy.png) repeat-x; border:1px solid #000000; border-top:0 !important; padding:10px; }

/** Drop Shadow CSS **/
.dropshadow2{
	float:left;
	clear:left;
	background: url(../images/shadow_large.gif) no-repeat bottom right !important;
	background: url(../images/shadow_large.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	padding: 0px;
}
.innerbox{
    position:relative;
    bottom:6px;
    right: 6px;
    border: 1px solid #999999;
    padding:4px;
    margin: 15px 0px 0px 0px;
}
.innerbox{
    /* IE5 hack */
    \margin: 0px 0px -3px 0px;
    ma\rgin:  0px 0px 0px 0px;
}
.innerbox p{		
    margin: 3px;
    padding-bottom:0px
}

/** Modal Popups Top Bar **/
#top_nav { float:left; width:742px; height:30px; padding:0 4px; background:url('../images/main_bg.png') repeat-y; }
#top_nav_bg { height:30px; background:url('../images/topnav/top_bg.jpg') repeat-x; }

#ticker { list-style:none; height:401px; overflow:hidden; padding:0px; margin:0px; background:#FFF; }
#ticker li { top:0; left:0; }
#ticker img { border:1px solid black; }

#tooltip { position:absolute; z-index:3000; border:1px solid #111; background:#eee; padding:5px; opacity:0.85; cursor:pointer; }
#tooltip h3, #tooltip div { margin:0; }

.npOverlay { background:#000; }
.npContainer { display:none; position:absolute; left:50%; top:15%; background:#FFF; color:#333; border:1px dotted black; padding:10px; }

.npTitle { background:#346c9e; padding:3px; }
.npTitle h1 { color:White; font-weight:bold; font-size:14px; padding:5px; margin:0; }

.npClose .modalClose span { display:none; }
.npClose .modalClose:hover { background-position:0 -20px; }
.npClose .modalClose { border:1px dotted #DDDDDD; cursor:pointer; width:20px; height:20px; display:block; float:right; background:transparent url(../images/close_icon_double_2.png) 0 0 no-repeat; }
