﻿body 
{
	background: white url('bg.gif') repeat-y center; margin: 0px;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	background-color: #eee;
}
#main
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	border-left: 1px solid #3e4b51; border-right: 1px solid #3e4b51;
	min-height: 1000px;
}
#left
{
	float:left;

	width: 169px;
	background-color: #adbcc4;
	text-align: center;
}

#left #logo
{ height: 52px;}
#left #logo img
{ margin: 5px 0px; height: 42px; width: 158;}

.menu_header
{
	margin-bottom: 1px;
	display: block;
	width: 100%;
	background-color: #3e4b51;
	height: 20px;
	color: White;
	text-align: left;
	text-indent: 10px; line-height: 20px;
	font-size: 14px;
}
.menu a
{
	margin-top: 1px;
	display: block;
	width: 100%;
	background-color: #849299;
	height: 18px;
	color: White;
	text-align: left;
	text-indent: 10px;
	font-size: 14px;
	text-decoration: none;
}
.menu a.menu_header
{
	margin-bottom: 1px;
	display: block;
	width: 100%;
	background-color: #3e4b51;
	height: 20px;
	color: White;
	text-align: left;
	text-indent: 10px; line-height: 20px;
	font-size: 14px;
}
.menu a.img, .menu a.img2
{
	height: auto;
	background-color: #849299;
	text-align: center;
	text-indent: 0px;
	border: 0px none;
}
.menu a.img img, .menu a.img2 img
{ border: none; margin: 4px 0px;}
.menu a:hover
{
	background-color: #fa6300;
}
.menu div a
{
	 background-color: #b9c9d0; color: Black;	
}
#right
{
	margin-left: 172px;
}
#top
{
	background-color: #adbcc4; color: #3e4b51; font-weight: bold; padding: 0px 20px; margin: 0px;
	height: 52px }
#top div
{
	float: left; width: 33%; margin: 8px 0px; height: 36px; vertical-align: middle; display: table-cell; }
	
#content_menu {margin-right: 171px; overflow:hidden}
#right_menu
{
	float:right;
	width: 168px;
	background-color: #adbcc4;
	text-align: center;
}
* html #upmenu {  width: 651px; overflow: hidden; }
* html #content {  width: 636px; }
#upmenu a
{
	border-left: dotted 1px #3e4b51; border-right: dotted 1px #3e4b51;
	color: White; width: 100%; display: block;
	text-decoration: none;
}
#upmenu a span {background-color: #3e4b51; display: block; border-top: #3e4b51 3px solid; padding: 0px 2px 1px 3px; font-weight: bold;}
#upmenu a:hover span {border-top: #fa6300 3px solid;}
#upmenu table
{
	width: 100%; border-collapse: collapse; margin: 0px; padding: 0px; background-color: #adbcc4
}
#upmenu td
{
	border: none 0px; padding: 0px;
	padding-left: 3px; width: 20%;
}
#upmenu td.f { padding: 0px;}
#upmenu a.l {border-left: 0px none;}
#upmenu a.r {border-right: 0px none;}
	
#content
{ margin: 8px 5px 20px 10px; overflow: hidden;}
#content h1 { font-size: 16px; text-transform: uppercase; color: #3e4b51; background: url('h1.gif') no-repeat 0px 18px; 
	height: 22px; text-indent: 5px; margin-bottom: 8px;}
#content h2 { font-size: 14px; color: #3e4b51; margin-bottom: 8px}
#content ul { margin: 3px; padding: 0px}
#content li {  list-style-image: url('bullet.gif'); list-style-position: inside; margin: 0px}

#content a, #footer a {color: #327da6; padding: 0px 2px;}
#content a:hover, #footer a:hover {background-color: #fa6300; color: black}

#footer {font-size: 9px; text-align: center; color: #849299; margin-top: 50px; }


table.GridView
{
	border-collapse:collapse; margin: 4px;
}
table.GridView td
{
	padding: 2px 8px;
	background: white; vertical-align: top;
}
table.GridView tr.a td
{
	background: #b9c9d0;
}
table.GridView th
{
	padding: 1px 8px;
	text-align: left;
	background-color: #849299;
	font-weight: bold; 
	color: White;
}
table.GridView th a
{
	color: white !important;
	text-decoration: none;
}
table.GridView tr.SelectedRow a {color:Black; font-weight: bold}
table.GridView tr.SelectedRow td {background: #849299; font-weight:bold ; color: #333333; }
table.GridView .Pager td
{
	background: #849299; color:White; text-align: center; font-weight: bold;
}
table.GridView .Pager td a
{
	color:White;
}
table.GridView .Footer td
{
	background: #849299; color:White; font-weight: bold; padding: 4px 8px;
}
table.GridView .Pager td a
{
	color:White;
}

div.repeater a
{
	display: block; width: 32%; float: left; background:  url('bullet.gif') no-repeat 0px 4px; text-indent: 5px;
}
div.repeater span
{
	font-weight: bold;
}
div.repeater div.end
{
	clear: both;
}