﻿body {margin: 5px 0px 0px 0px;
      font-family: Verdana, Tahoma, "Arial CE";
      font-size: 8pt;
      color: Navy;
      background-color:  #b2cfeb;
}

a, a:visited, a:link
{
	color: Navy;
	text-decoration: underline;
}

a:hover
{
	color: Blue;
	text-decoration: underline;
}


#MainWrapper
{
	margin: auto;
	width: 990px;
	border: solid 2px #92C6E4;
	min-height: 650px;
	background-color: #FFFFFF;
}

#TopModule
{width: 100%;
 height: 180px;
 background-image: url(/Images/banner.jpg);
 background-repeat: no-repeat;
 }
	
#MainModule
{   
  width: 100%;
  min-height: 470px;
  background-image: url(/Images/background.jpg);
  background-position: top;
  background-repeat: repeat-x; 
 }	

#MenuPannel
{width: 24%;
 float: left; 
 background-color: #F7F7F7;
 margin-left: 8px;
 }

#Warepper
{width: 73%;
 float: right;
 margin-right: 8px;
}
 
#Path
{clear:both;
 width: 100%;
 height: 20px;
} 

#Content
{clear: both;
 width: 99%; 
 padding: 4px 4px 4px 4px;
 margin-bottom: 20px;
}

#BottomModule
{width: 100%;
 border-top: solid 1px silver;
 height: 50px;
 text-align: center;
 clear: both;
	}
	
#Logo
{ margin-top: 5px;
  margin-left: 14px;
	}
	
#ValidatorLogo
{
	text-align: center;
}	
.DocumentTitle
{
	margin-left: 2px;
	padding-left: 4px;
	border-left: solid 7px blue;
	font-size: 180%;
}

#DocumentTitle
{
}

#DocumentContent
{
	width: 100%;
	vertical-align: top;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
}

#DocumentStatistics
{
	clear: both;
	border-top: solid 1px silver;
	border-bottom: solid 1px silver;
	color: Navy;
	min-height: 40px;
}

.highlight
{
	border: dashed 1px gray;
	background-color: #F7F7F7;
	color: Black;
}

.nohightlight
{
	border: dashed 1px gray;
	background-color: White;	
	color: Black;	
}

.MenuTitle
{	
	vertical-align: middle;	
	font-size: 110%;
	height: 19px;
	font-weight: bold;
	width:100%;
	background-color: Silver;
}

.MenuTitle p
{
	margin-left: 4px;
}

.MenuModule
{
	margin-bottom: 15px;
}

.LeftItem
{
	float: left;	
	margin-left: 0px;
	width: 49%;
	min-height: 40px;
	margin-top: 8px;
	padding-left: 4px;
}

.RightItem
{
	float: right;
	text-align: right;
	margin-right: 0px;
	width: 49%;	
	min-height: 40px;
	margin-top: 8px;
	padding-right: 4px;
}