/* 
================================
Skin styles for The Page
================================
*/   

#Body 
{
	padding: 0px;
	margin: 0px;
	background-image: url(img/pg_bg.gif);
}

.MainTable 
{
	padding: 0px;
	border: 0px;
	margin: 0px;
	width: 100%;
}

.MainTable tr td 
{
	/*border: 0px;*/
	padding: 0px;
	margin: 0px;
}

.HeaderImage 
{
	background-image: url(img/header8.jpg);
	background-color: #FFFFFF;
	height: 119px;
	background-repeat: no-repeat;
	background-position: left;
}

.LogoTop 
{
	width: 141px;
	height: 119px;
	background-color: #FFFFFF;
	background-image: url(img/logo_top.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

A.LoginTxt, A.LoginTxt:hover
{
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-right: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00b2eb;
	text-decoration: none;
	border: 0px;
	margin: 0px;
}

A.LoginTxt:visited
{
	color: #00b2eb;
}

A.LoginTxt:hover
{
	color: #CC3300;
}


.LogoBottom
{
	height: 73px;
	background-image: url(img/logo_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.MenuBG
{
	background-image: url(img/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.MenuStart
{
	height: 73px;
	width: 94px;
	background-image: url(img/menu_start2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.CurrentDate 
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.searchbox {
	background-image: url(img/searchbox.gif);
	width: 241px;
	height: 47px;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	margin-top: 5px;
	background-repeat: no-repeat;
}

.SearchControl
{
	width: 200px;
	vertical-align: middle;
}

.SideText, A.SideText
{
	padding-left: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

A.SideText, A.SideText:hover
{
	padding-left: 0px;
	color: #111111;
}

A.SideText:hover
{
	color: #CC3300;
}

.FooterText, A.FooterText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	font-weight: bold;
}

A.FooterText:hover
{
	color: #CC3300;
	text-decoration: none;
}

.HostedBy
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #999999;
}

A.HostedBy:hover
{
	text-decoration: none;
}
/* 
================================
Skin styles for DotNetNuke
================================
*/   
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}

.ContentPane
{
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.MainMenu_MenuContainer {
	background-color: transparent; 
}

.MainMenu_MenuBar 
{
	height:30px;
	background-color: Transparent;
}

.MainMenu_MenuItem {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-top: 1px solid #e2e2e2; 
	border-right: 0px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2; 
	border-left: 0px solid #e2e2e2; 
	color: #666666; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
}

.MainMenu_MenuIcon {
	display: none;
}

.MainMenu_SubMenu {
	border: 1px solid #333333;
	margin-top: 1px;
	padding: 0px;
	background-color: #E2E2E2;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}

.MainMenu_SubMenuItem
{
	padding-bottom: 1px;
}

.MainMenu_SubMenuItemSelected
{
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
/*	background-color: #CCCCCC; */
	background-image: url(img/submenubg.gif);
	height: 20px;
}

.MainMenu_MenuBreak {
	height: 0px;
}

.MainMenu_MenuItemSel {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-top: 0px solid #000000; 
	border-right: #000000 0px solid;
	border-bottom: #000000 0px solid; 
	border-left: #000000 0px solid; 
	background-color: Transparent; 
	color: #000000; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	display: none;
}

.MainMenu_RootMenuArrow {
	display: none;
}

.RightSeparator
{
	height: 30px;
	width: 16px; 
	margin-left: 0px;
	border-top: 1px solid #CACACA;
	background-color: #E2E2E2;
	background-image: url(img/menu_corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

