@charset "UTF-8";
/* CSS Document */


/* general styles */

.small-text {font-size: 10px;}

.center {text-align: center}

a:link { color: #133a84;}
a:visited { color: #133a84;}
a:hover { color: #133a84; text-decoration: underline!important;}
a:active { color: #133a84;}




/* AY new skin */

.logoCell {
	padding: 4px 0 4px 4px;
}
.userInfo {
	padding-top: 4px;
}
.userInfo a {
}

td.gotoCell {
	text-align: right;
	vertical-align: bottom;
	padding-right: 6px;
}
.tab {
	float: right;
	background: url('../images/common_images/tab-left.png') no-repeat;
	font-size: 12px;
}
.tab a:link, .tab a {
	display: inline-block;
	background: url('../images/common_images/tab-right.png') no-repeat 100% 0;
	padding: 6px 10px 6px 20px;
	color: #fff;
	text-shadow: 0 1px 0 #333;
	font-weight: bold;
	text-decoration: none;
}
.tab a:visited {color: #fff; text-decoration: none;}
.tab a:active {color: #fff; text-decoration: none;}
.tab a:hover {color: #fff; text-decoration: none;}

.mastBar {
	line-height: 6px;
	background-color: #E5E4D9;
	border-top: 1px solid #b1b1b1;
	border-right: 1px solid #b1b1b1;
}

#menuCol {
	background: #E5E4D9;
	color: #333;
}
.menu_heading {
	font-size: 14px;
	font-weight: bold;
	padding-left: 2px;
}

#contentCol {
	border-top: 1px solid #b1b1b1;
	border-left:  1px solid #b1b1b1;
	padding-top: 10px;
	padding-left: 5px;
}

.infoBoxHead, .infoBoxHead td {
	background-color: #17469E;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.footerCell, .footerBorder {
	font-size: 10px;
	text-align: center;
	background-color: #E5E4D9;
}
.footerLinks {
	float: left;
	font-size: 10px;
	width: 185px;
	padding-left: 5px;
	text-align: left;
	padding-bottom: 10px;
}
.footerBorder {
	border-top: 1px solid #b1b1b1;
}

/*
SYSTEM MESSAGE STYLES
=========================================== */
.dataConsent {
	padding: 8px 6px 8px 27px;
	background: #F5F5F5;
	border: 1px solid #333333;
	color: #333333;
	font-size: 12px;
	width : 80%;
	margin-top:0.75em;
	margin-right:auto;
	margin-bottom:0.75em;
	margin-left:auto;
	text-align:Center;
}

.information {
	padding: 8px 6px 8px 27px;
	margin: 0.75em 0;
	background: url('../images/common_images/information.gif') 6px 8px no-repeat #d4e2fd;
	border: 1px solid #3B5998;
	color: #3B5998;
	font-weight: bold;
	font-size: 12px;
}
.success {
	padding: 8px 6px 8px 27px;
	margin: 0.75em 0;
	border: 1px solid #336600;
	color: #336600;
	font-weight: bold;
	font-size: 12px;
	background-color: #EDFFED;
	background-repeat: no-repeat;
	background-position: 6px 8px;
}
.warning {
	padding: 8px 6px 8px 29px;
	margin: 0.75em 0;
	border: 1px solid #ff6600;
	color: #ff6600;
	font-weight: bold;
	font-size: 12px;
	background-color: #FFF8F0;
	background-image: url('../images/common_images/warning.gif');
	background-repeat: no-repeat;
	background-position: 6px 8px;
}
.error {
	padding: 8px 6px 8px 30px;
	margin: 0.75em 0;
	border: 1px solid #cc0000;
	color: #cc0000;
	font-weight:bold;
	font-size: 12px;
	background-color: #FFF4F4;
	background-image: url('../images/common_images/error.gif');
	background-repeat: no-repeat;
	background-position: 6px 8px;
}
.description {
	color: #555;
	line-height: 1.5em;
	margin-bottom: 1em;
}

.information ul, .success ul, .warning ul, .error ul, .description ul, .information ol, .success ol, .warning ol, .error ol, .description ol {
	margin-top: 0.8em!important;
	margin-bottom: 0.8em!important;
}
.information p, .success p, .warning p, .error p, .description p {
	margin-top: 0;
	margin-bottom: 0.75em;
}
.information p:last-child, .success p:last-child, .warning p:last-child, .error p:last-child, .description p:last-child {
	margin-bottom: 0;
}

.errorIcon {
	display: inline;
	background: url('../images/common_images/error.gif') no-repeat;
	margin: 0 2px;
	padding: 1px 0 0 11px;
	font-weight: normal;
	font-size: 11px;
}
.help, .textgray {
	color: #555;
	font-weight:normal;
}

/* borders */
.border {border: 1px solid #b1b1b1;}
.borderTop {border-top: 1px solid #b1b1b1;}
.borderRight {border-right: 1px solid #b1b1b1;}
.borderBottom {border-bottom: 1px solid #b1b1b1;}
.borderBottom_lt {border-bottom: 1px solid #ccc;}
.borderLeft {border-left: 1px solid #b1b1b1;}
	
.noMargin {margin: 0;}
.noPadding {padding: 0;}
.noBullets {
	list-style: none; 
	margin-left: 0.4em!important;
}

/*
HOME PAGE SECTION STYLES
=========================================== */
.ay_section {
	margin-bottom: 25px;
	font-size: 12px;
}
.ay_section ol {
	margin-top: 0;
	margin-bottom: 0;
}

.ay_pageTitle {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	color: #214289;
	text-shadow: -1px 1px 0 #ccc;
	letter-spacing: 0.02em;
	padding: 0.15em 0.25em;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #999;
}
.ay_sectionTitle {
	font-size: 14px; /* 11px * 1.27 = 14px */
	font-family: Arial, Verdana;
	font-weight: bold;
	color: #666;
	margin: 0 0 0.6em 0;
	padding: 0 0 0.1em 0.2em;
	border-bottom: 1px solid #ccc;
}

.ay_subTitle {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	text-shadow: 0 1px 0 #fff;
	border-bottom: 1px dotted #eee;
	background-color: #e9ecf3;
	padding: 0.35em 0.25em 0.25em;
	margin-bottom: 0.5em;
	font-weight: bold;
}

/*
FORMTABLE STYLES
=========================================== */
.formtable td {
	vertical-align: top;
	padding: 4px;
	border: 0px;
}
/* turns off vertical padding on nested tables and all padding on first cell */
.formtable td table td {padding: 0 4px;}
.formtable td table tr > td:first-child {padding: 0; margin: 0;}

/* turns padding back on for nested tables that want padding */
.formtable td table.formtable tr > td:first-child {padding: 4px;}
.formtable td table.formtable td {padding: 4px;}

.fieldlable, .fieldlable-wide{
	font-weight: bold;
	text-align: right;
}
.fieldlable-wide{
	width: 18em;
}

/*
HOME PAGE STYLES
=========================================== */
.links {
	float: right;
	width: 175px;
	background: #f6f6f6;
	border: 1px solid #999;
	margin: 0 0 2em 1em;
	-moz-border-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
.links .ay_title {
	padding: 0.35em;
	font-size: 14px;
	font-family: Arial, Verdana;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	background-color: #ddd;
	border-bottom: 1px dotted #999;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}
.links ul {
	list-style: none;
	margin: 0.5em;
	padding: 0;
}
.links li {
	margin-bottom: 0.5em;
	font-size: 12px;
}
.links li a {
	/* display: block; s*/
}
.links .warning { margin: 0.6em;}

.date {
	display: inline-block;
	margin-right: 0.5em;
	text-align: center;
	background-color: #fff;
	border: 1px solid #666;
	font-size: 0.9em;
	-moz-border-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}
.date .month {
	font-size: 0.65em;
	line-height: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #cf0100;
	letter-spacing: 0.1em;
	color: #fff;
	text-shadow: 0 1px 0 #999;
	display: block;
	padding: 0 0.25em 0 0.35em;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}
.date .day {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #222;
	padding: 0.1em 0 0 0;
}

.more {
	text-align: right;
	padding: 0.5em;
	background-color: #e9ecf3;
}
.more a {display: inline-block;}

.btn {
	padding: 0.3em 0.45em;
	border: 1px solid #244386;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	text-shadow: #fff 0 1px 0;
	color: #244386;
	background: #bbb url('../images/common_images/20px-whitegrad-top.png') repeat-x top left;
	-moz-border-radius: 3px;
	-webkit-border-top-left-radius:   3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}
a.btn:hover {text-decoration: none!important;}