﻿body {
}

#BODY
{
	background-color: #9D9D9D;
	background-image: url(images/margin_top_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
}

.Head
{
	font-weight: bold; 
	font-size: 12px; 
	color: rgb(27, 91, 152); 
	font-family: verdana,Arial,Helvetica,sans-serif; 
	text-decoration: none;
}

.Normal, P, DIV, TD, .Normal TD
{
	padding: 0px; 
	font-size: 11px; 
	color: rgb(61, 89, 89); 
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	text-decoration: none;
}

.MarginTopBg
{
	background-image: url(images/margin_top_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.MarginTop
{
	background-image: url(images/margin_top.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.MarginLeft
{
	background-image: url(images/margin_left.gif);
	background-position: right;
	background-repeat: repeat-y;
	width: 7px;
}

.MarginRight
{
	background-image: url(images/margin_right.gif);
	background-position: left;
	background-repeat: repeat-y;
	width: 6px;
}

.Header
{
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fff
}

.Menu
{
}

/****************** MENU ******************/

.Menu_MenuItem, .Menu_MenuItem_Active
{
	padding-left: 2px;
	height: 22px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 11px;
	cursor: hand;
}

.Menu_MenuItem
{
	background-color: #ffffff;
	color: #666;
}

.Menu_MenuItem_Active
{
	background-color: #0d65a4;
	color: #fff;
}

.Menu_RootMenuItem, .Menu_RootMenuItem_Active
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #555555;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: hand;
	background: #ffffff;
}

.Menu_RootMenuItem TD, .Menu_RootMenuItem_Active TD
{
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;	
}


.Menu_RootMenuItem
{
}

.Menu_RootMenuItem_Active
{
	color: #bd8300;
}

.Menu_RootMenuItem TD, .Menu_RootMenuItem_Active TD
{
	font-size: 10px;
}
.Menu_RootMenuItem_Active TD
{
}

.Menu_SubMenu TD
{
	height: 20px;
}
.Menu_Submenuitemselected TD
{
	color: #ffffff !important;
}

.Menu_SubMenu
{
    margin-top: 0px;
    margin-left: 0px; 
    z-index: 1000;
	border: 1px solid #ccc;
	background: #fff;
}

.Menu_Submenuitemselected 
{
    border:0px none;
    margin-top: 0px;
    margin-left: 0px; 
	color: #ffffff !important;
}

.TopLeftPane, .LeftPane, .ContentPane, .DefaultPane
{
	background-color: #fff;
}

.TopPane
{
	background-color: #28263C;
}

.TopPane .SubHead
{
	color: #cccccc !important;
}
.ContentLeftPane
{
	padding: 12px;
}
.ContentRightPane
{
	padding: 12px;
}
.Footer
{
	background: #585858;
	height:21px;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.Footer, .Footer A, .Footer A:hover, .Footer .SkinObject
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	color: #cccccc;
	text-decoration: none;
	font-weight: normal;
}

.UserBox
{
	border: 1px solid #D0D0D0;
	background-image: url(images/user_box_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 3px 6px 0px 6px;
	height:20px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #2A70A3;
	margin-left:10px;
}
.UserBox A, .UserBox A.SkinObject
{
	color: #2A70A3 !important;
	font-weight: normal !important;
	text-decoration: none;
	font-size: 10px;
}
.UserBox A.SkinObject
{
	font-weight: bold !important;
}
.UserBox A:hover, .UserBox A.SkinObject:hover
{
	text-decoration: underline;
}
