﻿
Body
{
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-family: Arial;
}

.TitleBar
{
	background: url('/images/navigation/background_repeat3.jpg');
	
}

.BodyRow
{
	background: url('/images/navigation/background_repeat2.jpg') #fff repeat-x;
}

.MainBody
{
	background-color: White;
	border: solid 1px black;
}

.StaticMenuStyleMenuBar
{
	height: 100px;
	color: White;
	text-decoration: none;
	text-align: center;
}
.MenuBar
{
	background: url('/images/navigation/progold_button_background.jpg') repeat-x;
	height: 37px;
}

.DynamicMenuItemStyleMenuBar
{
	border-top: solid 1px #3B6A7E;
	border-left: solid 1px white;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
}

.StaticMenuItemStyleMenuBar
{
	border-top: none;
	border-bottom: none;
	border-left: solid 2px #D4E4F1;
	border-right: None;
	font-weight: bold;
}

.StaticMenuItemStyleSideMenu
{
	border-top: solid 1px #3B6A7E;
	border-left: solid 1px white;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
}

.rightbox_head
{
	text-align: center;
	background: #485861;
	color: #fff;
	font-size: 9px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px;
	font-size: 12px;
	font-family:Arial;
}   

h2
{
	color: #292929;
	font-weight: normal;
	font-size: 18px;
	border-bottom: 1px solid #ddaaaa;
	padding-bottom: 3px;
	margin: 10px 10px 0 10px;
	text-align: center;
}

.adHeader
{
	font-size: 12px;
	color: Blue;
	text-decoration: underline;
}
.adHeader:hover
{
	color: #e85f17;
}
.adFooter
{
	font-size: 10px;
	color: green;
	text-decoration: none;
}
.adFooter:hover
{
	color: #e85f17;
}

.DataLabel
{
	font-weight: bold;
	padding-right:5px;
}

.DataField
{
	padding-right:10px
}


.ScrollPanel
{
	 margin-top:5px;
}

/* Table */
table.alternating {
	border: 1px solid #555;
}
table.alternating th {
	background: #888;
	color: #fff;
}
table.alternating tr td {
	background: #eee;
}
table.alternating tr.dark td {
	background: #ddd;
}
