body
{
    font-family:Arial;
    font-size:12px;
    font-weight:normal;
    line-height:150%;
}
.page_master{
    background-color:white;
    width:800px;
}
.main_menu{
/*    background-image:url(menu-bg.jpg);*/
    background-repeat:no-repeat;
    width:800px;
    vertical-align:middle;
}
.BannerPane
{
}
.RightPane
{
    width:33%;
    vertical-align:top;
}
.colSeperator
{
    
}
.LeftPane
{
    width:33%;
    vertical-align:top;
}
.ContentPane
{
   vertical-align:top;
   width:33%;
   padding-right:20px;
   padding-left:20px;
   
}
.rowSeprator
{
    height:20px;
    text-align:center;
}
.marqueePane
{
    padding-top:7px;
    padding-bottom:7px;
/*    width:700px;*/
    width: 100%;
}
.TopleftPane
{
    width:285px;
    height: 100%;
    vertical-align:top;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    background-color: #f4f4f4;
}
.TopRightPane
{
/*   width:520px;*/
   vertical-align:top;
   height: 100%;
}
.ContentPane_inner
{
    padding-right:10px;
    
}


/* BEGINING OF DNN MENU CSS CLASSES */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:30px;
	background-color: Transparent;
}
/*
.MainMenu_MenuItem {
	border-left: #769E48 1px solid; 
	border-bottom: #769E48 1px solid; 
	border-top: #769E48 1px solid; 
	border-right: #769E48 1px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 15px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.MainMenu_MenuIcon {
	width: 0px; 
	height: 0px;
}
.MainMenu_SubMenu {
	background-color: #E3EDCA;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: Transparent; 
	cursor: pointer; 
	cursor: hand; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px; 
	font-weight: normal; 
	font-style: normal;
	height: 21px;
}*/

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #769E48; 
	font-size: 15px; 
	font-weight:200;
	background-color: #E3EDCA;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.MainMenu_SubMenu{
	border-bottom: #769E48 1px solid;	
    border-left:#769E48 1px solid;
    border-top: #769E48 1px solid;
    border-right:#769E48 1px solid;
	direction:rtl;
	text-align:right;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=0); 
}
.MainMenu_RootMenuItem{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:200;
	color:white;
	padding-left:5px;
	background-color:transparent;
}
.MainMenu_RootMenuItemSelected{
	background-color:transparent;
	
}
.separatorcssclass{
	width:1px;
}
.logoSpacer
{
    width:100%;
    background-color:#89C041;
}
/* That refers only to a sub menu item. */
.MainMenu_SubMenuItemSelected{
	cursor: pointer;
    cursor: hand; 
	color: #769E48; 
	font-size: 15px; 
	font-weight:200;
	background-color: #E3EDCA;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.MainMenu_MenuIcon {
    width: 0px;
    height: 0px;
	visibility:hidden;
}
.marqueePaneTitle
{
/*    vertical-align:top;*/
/*    padding-top:4px;*/
    padding-top: 7px;
    padding-bottom:7px;
    width:100px;
}
.marqueePaneTitle div
{
/*    font-family: Tahoma;*/
  font-size: 13px;
}    

.SideBarPane
{
width:600px;
}

.menuleftcorner
{
	background-image:url(top_menu_bg_left.gif);
	background-repeat:no-repeat;
	width:20px;
	background-position:left center;
}

.menurightcorner
{
	background-image:url(top_menu_bg_right.gif);
	background-repeat:no-repeat;
		width:20px;
		background-position:right center;
}

.menubg
{
  background-image:url(top_menu_in.gif);
  background-repeat:repeat-x;
}

.CommandButton, A.CommandButton, A.CommandButton:visited, A.CommandButton:link
{
  	color: #769E48;
  	font-family:Arial;
    font-size:12px;
    font-weight:bold;
}

.CommandButton:hover, A.CommandButton:hover
{
  	color: #CC5A24;
  	font-family:Arial;
    font-size:12px;
    font-weight:bold;
}


.FormPadding td
{
  padding: 3px 3px 3px 3px; 
}

.FormPadding tr
{
  padding-right: 30px;
}
.FormPadding .Head
{
  color: #CC5A24;
  	font-family:Arial;
    font-size:16px;
    font-weight:bold;
}
.FormPadding .SubHead
{
  color: #769E48;
  	font-family:Arial;
    font-size:14px;
    font-weight:normal;
}

.FormPadding .NormalTextBox
{
    color: black;
  	font-family:Arial;
    font-size:12px;
    font-weight:normal;
}

.FormPadding .Disabled
{
    color: black;
  	font-family:Arial;
    font-size:12px;
    font-weight:normal;
}
.FormPadding .SubHeadBold
{
    color: #769E48;
  	font-family:Arial;
    font-size:16px;
    font-weight:normal; 
}
