@charset "UTF-8";

html {
	overflow-x: visible;
	overflow-y: auto;
	width: 100%;
	height: 100%;
}

body {
	overflow-x: visible;
	overflow-y: visible;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	font-family: "trebuchet ms", sans-serif, Arial, Helvetica;
	font-size: 14px;
	color: #526a89;
	word-wrap: word-break;
}

table {
	width: 100%;
	padding: 0px;
	border: 0px;
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
table th {
	vertical-align: top;
	padding: 0;
}

table td {
	vertical-align: top;
	padding: 0;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #2e3c4d;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
	color: #4a9cde;
}

p {
	margin-top: 0px;
	padding-top: 0px;
}

li {
	list-style: square;
}

a img,:link img,:visited img {
	border: none;
}

form {
	padding: 0px;
	margin: 0px;
}

a {
	color: #2a59c5;
	font-weight: normal;
	text-decoration: underline;
}

.highlight {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 5px;
	color: #4a9cde;
}

.caption {
	font-size: 14px;
	font-weight: normal;
}

.layout {
	height: 100%;
	background-image: url(../images/shared/bkg_sun.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.content { 
	height: 100%;
}

.content .middle {
	width: 950px;
	padding-top: 30px;
	padding-bottom: 20px;
}



.footer {
	height: 135px;
}

.footer .side {
	background-image: url(../images/shared/footer_side.png);
	background-repeat: repeat-x;
}

.footer .middle {
	width: 713px;
	background-image: url(../images/shared/footer_middle.png);
	background-repeat: no-repeat;
}

.footer .text {
	color: #FFFFFF;
	text-align: center;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 20px;
}

.footer .text a {
	color: #FFFFFF;
}

.footer .links,.footer .links a {
	padding-top: 10px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

.footer .copyright {
	padding-top: 35px;
	color: #9ca6af;
	text-align: center;
}






.blue th {
	height: 42px;
	padding-left: 17px;
	padding-right: 17px;
	vertical-align: middle;
	font-size: 20px;
	font-weight: normal;
	color: #324053;
	background-color: #FFFFFF;
	border-bottom-color: #4da1df;
	border-bottom-style: solid;
	border-bottom-width: 4px;
}

.blue td {
	color: #597394;
	font-size: 12px;
	height: 30px;
	padding-left: 5px;
	vertical-align: middle;
	background-image: url(../images/shared/table_td_bkg.png);
	background-repeat: repeat-x;
}

.blue {
	text-align: left;
	width: auto;
	margin-bottom: 10px;
}

.blue tbody {
	border-bottom-color: #2957c4;
	border-bottom-style: solid;
	border-bottom-width: 4px;
}

.blue tfoot td {
	background: #FFFFFF;
	color: #324053;
}








div.error_list_header {
	color: #fff;
	padding: 0;
	padding: 10px 15px 10px 15px;
	margin: 15px 15px 10px 15px;
	background: #ff5a5f;
	font-size: 14px;
	font-weight: bold;
}


.error_field  {
	background: url(../images/shared/bullet_error.png) no-repeat 15px;
	padding: 0px 0px 0px 40px;
	margin:  0px 15px 5px 15px;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}


.error_list {
	list-style-image: url(../images/shared/bullet_error.png);
	color: #373746;
	font-size: 12px;
	text-align: left;
	padding: 0px;
	margin: 3px 15px 0 0px;
}
.error_list li {
	list-style-image: url(../images/shared/bullet_error.png);
}




div.warning {
	border-width: 1px;
	border-style: solid;
	border-color: #ff5a5f;
	padding: 10px 15px 10px 15px;
	margin: 15px 15px 15px 15px;
	background: url(../images/shared/pixel_red_transparent.png);
	font-size: 12px;
}

div.info {
	border-width: 1px;
	border-style: solid;
	border-color: #007f11;
	padding: 10px 15px 10px 15px;
	margin-top: 15px;
	margin: 15px 15px 15px 15px;
	background: url(../images/shared/pixel_green_transparent.png);
	font-size: 12px;
}



.clear {
	clear: both;
}

.separater {
	margin-top: 15px;
}



.shadow_box {
	background: url(../images/shared/shadow_bottom_left.png) no-repeat left bottom;
}

.shadow_box .box_outer {
	background: url(../images/shared/shadow_bottom_right.png) no-repeat right bottom;
}

.shadow_box .box_inner {
	background: url(../images/shared/shadow_top_left.png) no-repeat left top;
}

.shadow_box .box_top {
	background: url(../images/shared/shadow_top_right.png) no-repeat right top;
	padding-top: 15px;
}

.shadow_box .shadow_content {
	padding: 0 15px 15px 15px;
}



.date_before {
	color: #009900;
}
.date_after {
	color: #CB1100;
}
.expired {
	color: #CB1100;
}