@charset "utf-8";

/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#cccccc;
}
p{
	margin:0 0 10px 0; 
}
h1 , h2 , h3 , h4 , h5 , h6{
	margin:15px 0 5px 0;
	line-height:normal;
}
h1{
	font-size:24px;
	color:#4AAA42;
	font-weight:bold;
}
h2 , h3 , h4 , h5 , h6{
	font-size:14px;
	text-decoration:none;
	font-style:normal;
	color:#0055A4;
}
ul{
	margin-top:10px;
}
li{
	margin-bottom:10px;
}
a:link{color:#0055A4;text-decoration:underline;}
a:hover{color:#0055A4;text-decoration:underline;}
a:active{color:#0055A4;text-decoration:underline;}
a:visited{color:#0055A4;text-decoration:underline;}


/*
========================
BEGIN CUSTOM CLASSES
========================
*/

.dash_news{
	padding:5px;
	background-image: url(../images/newsItemTop.gif);	
	background-repeat:no-repeat;
}
.dash_borderleft{
	border-left:1px solid #ffb200;
}

/* 
========================
BEGIN DIV LAYOUT STYLES
========================
 */
 

#dash_header{
	background-color:#0B359B;
	background-image: url(../images/banner_background.jpg);	
	background-repeat:repeat-x;
	border-bottom:2px solid #FFC61D;
	height:184px;
	overflow:hidden;
	min-width:800px;
}
#dash_headerimages {
	height: 151px;
	overflow: hidden;
	padding: 0 0 0 8px;
	margin:0 200px 0 0;
}

#dash_headerimages img {
	margin: 8px 15px 0px 5px;
	float: left;
	display: block;
}
#dash_ticker{
	position:absolute;
	top:158px;
	left:185px;
	overflow:hidden;
}

#dash_main{
	clear:both;
	min-width:800px;
	background-color:#ffffff;
}

#dash_left{
	width:185px;
	padding:0px;
}

#dash_center{
	padding:0 205px 15px 15px;
	line-height:1.375em;
}

#dash_right{
	background-color:#FFC61D;
	margin:10px;
	width:180px;
	padding:0px;
	float:right;
}
#dash_newshdr{
	background-image: url(../images/newsTop.gif);	
	background-repeat:no-repeat;
	background-color:#e2a201;	
	text-align:center;
	padding:8px 5px 5px 5px;
	font-size:14px;
	color:#0055A4;
	font-weight:bold;
}

#dash_newsarchive{
	background-image: url(../images/newsBottom.gif);
	background-repeat:no-repeat;
	background-color:#FFC61D;
	text-align:center;
	padding:8px 5px 5px 5px;
	color:#0055A4;
	font-weight:bold;
	background-position: bottom right;
	height:22px;
}

#dash_footer{
	background-color:#0B359B;
	padding:5px;
	border-top:2px solid #FFC61D;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	font-size:11px;
	min-width:800px;	
}
#dash_footer a:link{color:#ffffff;text-decoration:none;}
#dash_footer a:hover{color:#FFC61D;text-decoration:underline;}
#dash_footer a:active{color:#ffffff;text-decoration:none;}
#dash_footer a:visited{color:#ffffff;text-decoration:none;}

#dash_shadow{
	height:15px;
	background-image: url(../images/shadow_btm.gif);
}

#dash_tripplanner {
	text-align:left;
}

#dash_tripplanner label {
	color: #0055A4;
	font-size: 11px;
}
#dash_tripplanner fieldset {
	padding:0 0 0 3px;
	border:0;
}

#dash_tripplanner .field {
	width: 140px;
	padding-left: 4px;
	float: left;
}

#coa_HOMEalerts{color:#7b0909; margin:10px 0 10px 0;padding:10px; background-color:#fde0e0; border:1px solid #7b0909;}
#coa_HOMEalerts img{float:left;}
.AlertsTitle{font-weight:bold;color:#7b0909;margin:0 0 0 18px;}
.AlertsTitle a:link{color:#7b0909;text-decoration:none;}
.AlertsTitle a:hover{color:#7b0909;text-decoration:underline;}
.AlertsTitle a:active{color:#7b0909;text-decoration:none;}
.AlertsTitle a:visited{color:#7b0909;text-decoration:none;}

.AlertsBody{padding-top:3px;margin:0 0 0 18px;}
.AlertsBody p{margin:0 0 5px 0;}
