﻿@import url(menu_style.css);
body, body.sidebar {
	background-color : White;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	font-family : Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #696969;
	background-image: url(../images/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin-bottom: 0px;
}
.box_left {
	background-image: url(../images/left_side_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #142548;
}
.box_body {
	background-image: url(../images/body_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid #9FB1C6;
}
.box_bottom {
	background-color: #2D6A9D;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	background-image: url(../images/spotlight_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	color: #C2DBF0;
}
.box_bottom2 {
	color: #C2DBF0;
	line-height: 14px;
	padding-left: 10px;
	padding-right: 10px;
}
.box_footer {
	background-color: #C5D0DC;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.WebNumericEdit td {
	line-height: normal;
}
.box1 {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
.box2 {
	background-color: White;
	border: 1px solid #9FB1C6;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.box3 {
	background-color: #CFDCE9;
	border: 1px solid #365065;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
table.full_bar {
	background-color: #CFDCE9;
	border: 1px solid #365065;
	width: 100%;	
}
table.full_bar td.bar_lbl {
	font-weight: bold;
	color: black;
	width: 90%;
	text-align: right;
}
input.formfield {
	border: 1px solid #7F9DB9;
}
input.totals {
	background-color: #FFFFD4;
	text-align: right;
}



.box_menu1 {
	background-image: url(../images/menu_line.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
}
.box_menu2 {
	background-image: url(../images/circle_open.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 40px;
}
.box_menu2:Hover {
	background-image: url(../images/circle.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.box_signup {
	background-image: url(../images/email_signup_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.main_menu, .main_menu:Link, .main_menu:Visited {
	color: #9EADC0;
	font-size: 14px;
}
.main_menu:Hover {
	color: #EDDF11;
}
h1 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 0px;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	margin-top: 0px;
	color: #142A51;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-left: 0px;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	color: #152549;
}
h3 {
	font-weight: bold;
	font-size: 11pt;
	margin-bottom: 0px;
	margin-top: 0px;
}
hr {
	border: 0px solid #9DAFC4;
	color: #9DAFC4;
	height: 1px;
	background-color: #9DAFC4;
}
TD {
	font-family : Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size : 8pt;
	color: #333333;
	line-height: 18px;
	font-weight: normal;
}

A, A:Link, A:Visited {
	color: #2859B1;
	text-decoration: none;
	font-weight: bold;
}
A:Hover {
	color: #142A51;
}
.bottom_link, .bottom_link:Link, .bottom_link:Visited {
	color: #ECDF11;
}
.bottom_link:Hover {
	color: #FFF882;
}
.footer {
	font-size: 7pt;
}
.footer_link, .footer_link:Link, .footer_link:Visited {
 	text-decoration: none;
	font-weight: bold;
	color: #143F71;
	font-size: 7pt;
}
.footer_link:Hover {
	color: #1F62B1;
}
WebNumericEdit td {
	line-height: normal;
}

: /* Tool Tips */
a.tooltip {
	text-decoration: none;
	color: #3C3C3C;
 }
 
a.tooltip span {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 250px;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
 
a.tooltip:hover span{
	display: inline;
	position: absolute;
	background: #FFFFC1;
	border: 1px solid #cccccc;
	color: #535353;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }