/* From AB Gov CSS */
strong {
	color: #253E92;
}

body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 5px 10px 10px;
        padding: 0;
}

/* Main Styles */

td, option, select, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a, a:active {
	color: #003399;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/* Menu Styles */

#locationbar {
	font-size: 11px;
	background-color: #eeeeee;
	border-top: 1px solid #00319C;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}


/* Footer Styles */
.footercell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 1px;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	text-align: center;
	border-top-style: solid;
}

/* Splash Screen */
img {
	border: 0;
}

#splash_container {
	width: 740px;
	text-align: left;
	padding: 10px 0;
	background: url(images/splash_sidebar_bg.gif) repeat-y;
}

#splash_description {
	width: 275px;
	text-align: right;
	font-size: 10px;
	color: #333;
	line-height: 13px;
}
#splash_description strong {
	color: #333;
}

#splash_description_inner {
	padding: 22px;
}

#splash_choices {
	width: 440px;
	padding: 30px 0 0 0;
}
div.hidden {
    display: none;
}
div.visible { 
	display: visible; 
} 
.splash_option {
	width: 436px;
	background: url(images/splash_choice_bg.gif) repeat-y #f2f2f2;
}

.splash_option .middle {
	padding: 15px;
	margin-right: 170px;
	font-size: 10px;
	line-height: 14px;
	color: #222;
}

.splash_option .buttoncell {
	float: right;
	margin: 15px;
	text-align: center;
	font-size: 10px;
	color: #555;
}

#splash_header {
    background: url(images/bgHeader.jpg) repeat-x top;
    height:81px;
}

#splash_sub_logo {
    float:right;
}


#splash_footer {
    clear:both; 
    position: relative;
    font: 76% arial;    
}

#splash_footer {
    background:#005c85 url(images/bgFooter.jpg) repeat-x;
    color:#fff;
    height:130px;
}

#splash_footer #splash_footerLogo {
    position: absolute; 
    top: 47px; 
    left: 31px;
}

#splash_footerLinks {
    position: absolute; 
    top: 37px; 
    left: 179px; 
    line-height: 18px;
}

#splash_footerLinks a {
    text-decoration:underline;
}

#splash_footer a {
    color:#fff; 
    margin: 0 10px 0 0;
}

#splash_footer a:hover {
    color:#ccc;
}

.alert_bar {
	border: 1px solid #ad930e; 
	padding: 7px 7px 7px 35px; 
	background: url(images/icon_16_alert.gif) no-repeat 7px 7px #ffe665;
	color: #bc3636;
	line-height: 17px;
	font-weight: bold;
	font-size: 11px;
	width: 740px;
	text-align: left;
}

table.alert_hidden
{
    display:none;
}

.apc-inline-bar {
	position: relative;
	font: normal 13px Arial,Sans-Serif;
	line-height: 17px;
	padding: 20px;
	background: #fafafa;
	border-bottom: 1px solid #d5d5d5;
}

.apc-inline-bar-title {
	font-size: 13px;
	font-weight: bold;
	margin: 0 6px 0 0;
	color: #494949;
}

.apc-inline-bar-description {
	font-size: 12px;
	margin-bottom: 15px;
	color: #494949;
}

/* Inline-Bar Style Types */

.apc-inline-bar.warning {
	padding: 20px 20px 20px 68px;
	background: url(images/warning_icon.png) no-repeat 5px 50% #fafafa;
}