/* 
this css file is the first one called (so it's the most overwritten) and is meant to contain 
general css declarations that are re-used site wide.

*/


a{
	color: #555555;
}


h1{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	text-transform: capitalize;
}

h2{
	color: #076EB7;
	font-size: 100%;
	font-weight: bold;
}
h3{
	font-size: 100%;
}

h1,
h2,
h3,
h4{
	margin: 0;
}


.pageSummary{
	font-weight: bold;
}


/*Orange Box*/
div.orangeBox{
	border: 1px solid #F47B20;
	padding: 3px;
}

div.orangeBox a{
	color: #555555;
	text-decoration: underline;
}
div.orangeBox a:hover{
	/*color: #f47b20;*/
}

div#column1 div.orangeBox{
	margin-bottom: 10px;
}

h1.orangeHead{
	width: auto;
	padding: 0 0 0 3px;
	background-color: #ff9341;
	border: 2px solid #f47b20;
	border-bottom-width: 1px;
	background-image: none;
	color: #FFFFFF;
	font-style: normal;
	text-transform: uppercase;
	font-size: 11px;
}

div.grayBox{
	margin: 0;
	border: 1px solid #C2CAD2;
	padding: 8px 6px;
}

div#column1 div.grayBox{
	margin-bottom: 10px;
}

div.grayBox ul.indentedList li{
	margin-top: 0px;
	margin-bottom: 0px;
}

/*Blue Box*/
h1.blueHead{
	height: 15px;
	padding-top: 2px;
	padding-left: 5px;
	margin: 0;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	background-repeat: no-repeat;
}

div.blueBox{
	margin: 0;
	border: 1px solid #6D7A8D;
	padding: 3px;
}


/* BREADCRUMB NAVIGATION */
div#breadCrumbNav{
	display: inline;	/* this is just here to fix an IE bug where it doubles a margin on a floated element */
	float: right;
	width: 578px;
	padding: 0;
	margin: 0;
	height: 22px;
	margin-top: 0px;
	margin-right: 2px;
	background-color: #C4CCD6;
}

div#breadCrumbNav ul{
	padding: 0;
	margin: 0;
	margin-top: 4px;
}

div#breadCrumbNav ul li{
	float: left;
	padding: 0;
	padding-right: 12px;
	padding-left: 6px;
	margin: 0;
	display: inline;
	font-size: 10px;
	background-image: url('images/breadCrumb_bullet.gif');
	background-repeat: no-repeat;
	background-position: right center;
}

div#breadCrumbNav ul li.current{
	background: none;
}

div#breadCrumbNav ul li a{
	text-decoration: none;
	color: #555555;
}

div#breadCrumbNav ul li.current a{
	color: #0059C2;
}

/* GRAY CALLOUT, USUALLY CONTAINS AN IMAGE WITH A THUMBNAIL OF A DOCUMENT? */
div.grayCallout{
	width: 86px;
	background-color: #DFDCCC;
	float: right;
	padding: 10px 13px;
	margin: 0 0 5px 10px;
}

.grayCallout img{
	border: 1px solid #8D8D8B;
}
.grayCallout a{
	color: #555555;
}

.indentedList{
	list-style: none;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}
.indentedList li{
	margin-bottom: 15px;
	margin-left: 20px;
	padding-left: 15px;
	background-image: url('images/hollowGray_bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

.feature{
	width: 139px;
	padding: 10px 5px;
	
	background-color: #DFDCCC;
	float: right;
	min-height: 190px;
}

div.feature h1{
	font-size: 100%;
	color: #0068B3;
	margin: 0;
	padding: 0;
}

div.feature ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

div.feature ul li{
	
}


#importantThreatsList{
	clear: both;
	padding-top: 10px;
}
#importantThreatsList table{
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
#importantThreatsList th{
	text-align: left;	
	vertical-align: top;
}
#importantThreatsList tr.odd{ background-color:#FEEDD0;}
#importantThreatsList tr.even{ background-color:#FFFFFF;}

#importantThreatsList td{
	margin: 0;
	padding: 1px 4px;
}

div.orangeBox #importantThreatsList td a{
	color: #555555;
	text-decoration: underline;
}
div.orangeBox #importantThreatsList td a:hover{
	color: #f47b20;
}

#systemEmergencyBtn{
	margin: 10px 2px 2px 2px;
}

#alertConBug{
	float: right;
}

ul.grayList{
	margin: 0;
	margin-left: 4px;
	padding: 0;
	list-style: none;
}

ul.grayList li{
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-bottom: 4px;
	background-image: url('images/hollowGray_bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px 4px;

}
ul.grayList li a{
	text-decoration: underline;
	color: #555555;
}
.redText{
	color: #FF0000;
}

.required{
	background-image: url('images/required_bg.gif');
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding-left: 10px;
}

/* 
Added by Jamil
*/
P.disclaimer{
	font-size:xx-small;
}

/* 
Added by Jamil
*/
a.readMore{
	display: block;
	padding-left: 15px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	background-image: url("images/blueArrow.gif");
}