﻿@import url(menu_style.css);
body, body.sidebar {
	background-color : Black;
	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: no-repeat;
	margin-bottom: 0px;
}
.box_menu {
	background-image: url(../images/menu_bar_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: White;
}
.box_menu2 {
	padding-left: 25px;
	padding-right: 25px;
}
.box_left {
	background-color: #DCD4BA;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	border-right: 1px solid #BBB38A;
}
.box_body {
	background-color: #F5F0E0;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}
.box_table_left {
	background-color: White;
	border-bottom: 1px solid #E2DED0;
	border-top: 1px solid #E2DED0;
	border-left: 1px solid #E2DED0;
	padding-left: 3px;
}
.box_table_center {
	background-color: White;
	border-bottom: 1px solid #E2DED0;
	border-top: 1px solid #E2DED0;
}
.box_table_right {
	background-color: White;
	border-bottom: 1px solid #E2DED0;
	border-top: 1px solid #E2DED0;
	border-right: 1px solid #E2DED0;
}

.box_hdr_table_left {
	background-color: #515151;
	border-bottom: 1px solid #E2DED0;
	border-top: 1px solid #E2DED0;
	border-left: 1px solid #E2DED0;
	padding: 3px;
	color: White;
	font-weight: bold;
}
.box_hdr_table_center {
	background-color: #515151;
	border-bottom: 1px solid #E2DED0;
	border-top: 1px solid #E2DED0;
	padding: 3px;
	color: White;
	font-weight: bold;
}
.box_hdr_table_right {
	background-color: #515151;
	border-bottom: 1px solid #E2DED0;
	border-top: 1px solid #E2DED0;
	border-right: 1px solid #E2DED0;
	padding: 3px 5px 3px 3px;
	color: White;
	font-weight: bold;
}
.box1 {
	background-color: #DCD4BA;
	border: 1px solid #BBB38A;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
}
.main_menu, .main_menu:Link, .main_menu:Visited {
	font-size: 14px;
	font-weight: bold;
	color: White;
}
.main_menu:Hover {
	color: Black;
}
h1 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 0px;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	margin-top: 0px;
	color: #806E33;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-left: 0px;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	color: Black;
}
h3 {
	font-weight: bold;
	font-size: 11pt;
	margin-bottom: 0px;
	margin-top: 0px;
}
hr {
	border: 0px solid #BEB79F;
	color: #BEB79F;
	height: 1px;
	background-color: #BEB79F;
}
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: #C0740C;
	text-decoration: none;
	font-weight: bold;
}
A:Hover {
	color: #E58C0E;
}
.footer {
	color: #DCD4BA;
	font-family : Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size : 8pt;
}
.footer_link, .footer_link:Link, .footer_link:Visited {
 	text-decoration: none;
	font-weight: bold;
	color: #E7AB00;
}
.footer_link:Hover {
	color: #FFD76C;
}
.gray {
	color: #575757;
}
.gold {
	color: #C89C1F;
}
.red_link, .red_link:Link, .red_link:Visited {
	color: Red;
}
.red_link:Hover {
	color: #990000;
}
table.main_content, td.body_container {
	background-color: White;
	padding: 25px;	
}


: /* 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;
 }