/* Layouy Styles  */
/* Author: Beth Somerfield */

/* content area */
#contentArea {padding-top: 0px; padding-right: 14px; padding-left: 14px; padding-bottom: 14px; vertical-align: top; font-size: 0.80em}

/* Home page additions */ 
#homeTitleRight {	color:#036; font-weight: bold; padding-bottom:0; text-align: center; width: 250px; margin-bottom:5px; }
#homeContent {	padding: 5px;	background-color: #fff;	border-top: #0072C6 solid 1px;}

/* Alert Center Navigation */
#tab {border:none; margin:0px; padding:4px; width:650px}
#tab ul{list-style:none }
#tab li{display: inline; background-color:#fff; margin:0; padding:4px 3px 4px 2px;}
#tab li a{ background-color:#002072; border: solid #0072C6; border-width: 1px 1px 0px 1px; color:#FFF; padding:3px 3px 5px 2px; text-decoration:none; font-weight:bold}
#tab li a:hover, #navcontainer li a:focus{background-color:#0072C6;color:#fff;}
#tab .on {background-color:#fff; color:#002072; border-width: 1px 1px 0px 1px }
#tabBox {	width:100%; border:#0072C6 solid 1px;	padding: 5px 5px 5px 5px; }

/*Main content in tab box */
#main {	width:auto;	vertical-align:top;}

/*Right content in tab box */
#right {	float:right; width:300px; padding-left: 10px; vertical-align:top; border-left:#0072C6 1px dashed; 	background-color:#FFF; }

table.routeTable th {
	border-bottom: #0072C6 solid 2px;
	color:#002072;
}
.contrastCol {
	background-color:#ECFFEC;
}
.contrastCol2 {
	background-color:#FFFFE1;
}
.subhead {
	color:#002072;
	border-bottom: #0072C6 solid 2px;
	text-align:center;
	vertical-align:top;
	font-weight:bold;
	font-size:85%;
	}
.routeTableNote {
	font-size:85%; 
	text-align: left; 
	border-bottom: #0072C6 solid 1px;
}
tr.contrastRow td {
	background-color:#F0F8FF;
}
#risk {
	font-size:85%; 
	text-align: left; 
	border-top: #0072C6 solid 1px;
}
ul.newslink li {
	margin-left: 2em;
}
#thumbLink {
	text-align: right;
}
#alertTable {
	border: #69C solid 1px;
	padding: 3px;
} 
#alertTableHead{
	font-weight: bold;
	padding: 3px 0px 9px 0px;
	margin: 3px;
	border-bottom: #69C 1px dashed;
	color: #69C
}

ul.rightArrow li {
	list-style-image: url(/images/emergency/right-arrow.gif);
	margin: 0px;
}
input.searchButton {
	font-size:80%;
	font-weight: bold;
	color:#002072; 
	border:outset; 
	font-variant:small-caps;
	cursor:pointer; 
	cursor: hand;
}
/*hiding script for people without javascript*/
#hasjs, #hasjs2,#hasjs3 {
	display: none;
}
#instruction {
	color: #cc092f;
	font-style:italic;
}
#instructionJS {
	color: #cc092f;
	font-style:italic;
	display: none;
}
/*refresh button*/
#refresh {
	float: right;
	text-align: center;
	padding:3px; 
	}
#refresh a {
	border: solid #000 1px; 
	padding:3px; 
	color:#000; 
	font-weight:bold;
	background-color:#eb7125; 
	text-decoration: none;
}	
#refresh a:hover, #refresh a:focus {
	background-color:#0072C6;
	color:#fff;
}
/*RSS links*/
.rssIcon li {
	list-style:none;
}
.rssIcon img {
	border:0px;
	padding:0px 5px 4px 0px;
}
.rssIcon a:visited, .rssIcon a:link {
	text-decoration: none;
	} 
.rssIcon a:focus, .rssIcon a:hover {
	text-decoration: underline;
	} 
