/* Main Menu */
.MainMenu_MenuContainer {
	padding-left: 0px; 
	HEIGHT: 24px; 
	WIDTH: 150px;
	BACKGROUND-COLOR: transparent
}

.MainMenu_MenuBar {
	CURSOR: hand; 
	HEIGHT: 24px; 
	WIDTH: 150px;
	BACKGROUND-COLOR: transparent; 
}

.MainMenu_MenuItem {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	CURSOR: hand; 
	COLOR: #006699; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Tahoma;
	padding-left: 0px; 
	HEIGHT: 24px; 
	WIDTH:250px;
	BACKGROUND-COLOR: transparent
	}
	
.MainMenu_MenuIcon {
	display:none
	}
.MainMenu_SubMenu {
	BORDER-RIGHT: #BCD9FF 1px solid; 
	BORDER-TOP: #BCD9FF 1px solid; 
	Z-INDEX: 0; 
	BORDER-LEFT: #BCD9FF 1px solid; 
	BORDER-BOTTOM: #BCD9FF 1px solid;
	CURSOR: hand;  
	BACKGROUND-COLOR: #FFFFFF;
}
.MainMenu_MenuBreak {
	BORDER-RIGHT: #eeeeee 0px solid; 
	BORDER-TOP: #eeeeee 0px solid; 
	BORDER-LEFT: #eeeeee 0px solid; 
	BORDER-BOTTOM: #eeeeee 0px solid; 
	HEIGHT: 0px; 
	BACKGROUND-COLOR: transparent; 
}


.MainMenu_MenuItemSel {
	CURSOR: hand; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	CURSOR: hand; 
	COLOR: #C00000; 
	FONT-STYLE: normal; 
	FONT-FAMILY:Tahoma;
	BACKGROUND-COLOR: transparent;
	padding-left: 0px; 
	HEIGHT: 24px; 
	WIDTH: 250px;
}

.MainMenu_MenuArrow {
	display:none
}
.MainMenu_RootMenuArrow {
display:none

}


/*
.MainMenu_MenuContainer 
{
 background-color: transparent;
 padding-left:0px; 
 padding-right:0px; 
 padding-top:5px;  
 padding-bottom:0px

}

.MainMenu_MenuBar 
{
 background-color: #BCD9FF;
 border: 2px solid #BCD9FF;
}


.MainMenu_SubMenu, .ModuleTitle_SubMenu 
{
 z-index: 1000;
 cursor: pointer;
 background-color: #FFFFFF;
 border: 2px solid #BCD9FF;
 height: 15px; 
 font-weight: bold;
 font-style: normal;  
 padding-left:0px; 
 padding-right:0px; 
 padding-top:5px;  
 padding-bottom:0px

}

.MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel 
{ 
 z-index: 1000;
 cursor: pointer;
 background-color: #FFFFFF;
 height: 15px; 
 font-weight: bold;
 font-style: normal;  
 padding-left:0px; 
 padding-right:0px; 
 padding-top:5px;  
 padding-bottom:0px
}



.MainMenu_Selected 
{
 color:#C00000;
 background-color: #BCD9FF;
 height: 15px; 
 font-weight: bold;
 padding-left:0px; 
 padding-right:0px; 
 padding-top:5px;  
 padding-bottom:0px

}

.MainMenu_MenuItem, .ModuleTitle_MenuItem 
{
 font-family: tahoma,Arial, Helvetica; 
 color: #000090; 
 font-size: 12px; 
 background-color: #FFFFFF; 
 font-weight: bold; 
 font-style: normal; 
 height: 15px; 
 padding-left:0px; 
 padding-right:0px; 
 padding-top:5px;  
 padding-bottom:0px

}

.MainMenu_MenuIcon 
{
    display: none; 
}

.MainMenu_Idle 
{
 color:#000000;
 background-color: #BCD9FF;
 padding: 0; 
 height: 15px; 
 font-weight: bold; 
 padding-left:0px; 
 padding-right:0px; 
 padding-top:5px;  
 padding-bottom:0px
}

.MainMenu_Selected
{
 color:#C00000; 
 background-color: #BCD9FF;
 height: 15px; 
 font-weight: bold;
 padding-left:0px; 
 padding-right:0px; 
 padding-top:5px;  
 padding-bottom:0px

}

.MainMenu_Active
{
 color:#000000;
 background-color: #BCD9FF;
 padding: 0; 
 height: 15px; 
 font-weight: bold; 
 padding-left:0px; 
 padding-right:0px; 
 padding-top:5px;  
 padding-bottom:0px
}


*/

.contentpanehome {
	width: 800px;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
}

.LoginRow
{
  background-image:url('media\Login_bg.gif');
  width:1000px;
  heigth:30px;
  background-repeat: repeat-x
}

.LoginRowText
{
  font-family: tahoma,Arial, Helvetica;
  font-size: 8pt; 
  font-weight: bold; 
  color: #003366;  
}


.leftpane {
	width: 200px;
	background-color: transparent;
	padding-left: 2px;
	padding-top: 4px;
}