/* 
================================
Skin styles for GWT
================================
*/   

.pagemaster {
	width: 100%;
	background-color: #ffffff;
}
.skinmaster {
	height: 100%;
	background-color: white;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	
}
/*
================================
controlpanel ->Administrator
================================
*/
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 160px;
	height:100%;
	
	background-color: transparent;
	border-right:solid 0px #006932;
	border-top:solid 0px #006932;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 30px;
}
.contentpane {
	width: 640px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 30px;
	color:White;
	
}
.rightpane {
	width: 160px;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
	color:White;	
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}


.MainMenu_MenuContainer 
{
	background-color:darkblue;
	height:20px;
}
.MainMenu_MenuBar {
	height:20px;
	background-color: darkblue; 
}



.MainMenu_MenuItem 
{
	/*
	color:#e6f0eb;
	font-size:11px;
	background-color: Transparent;
	font-family: Verdana;
		cursor: pointer; 
	cursor: hand; 
*/
	height:20px;
	width:160px;
	border:solid 0px white;
	cursor: pointer; 
	cursor: hand; 
	font-size: 14px; 
	font-weight: bold; 
	font-style: normal; 
	font-family: Verdana;
	color:#eeeeee;
	background-color: darkblue; 
}

.MainMenu_RootMenuItemBreadcrumb
{   
   display:none;
}

.MainMenu_MenuIcon 
{
	display:none;
}
.MainMenu_SubMenu 
{
	background-color: darkblue; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='white', Direction=0, Strength=0);
}
.MainMenu_MenuBreak {
	/*height: 1px;*/
}

.MainMenu_MenuItemSel 
{
	background-color: #eeeeee; 
	border:solid 0px darkblue;
	padding-left:0;
	cursor: pointer; 
	cursor: hand; 
	color:darkblue;
	font-family: Verdana;
	font-size: 14px; 
	font-weight: bold; 
	font-style: normal;
	height: 20px;
}
.MainMenu_MenuArrow 
{
	display:none;
}
.MainMenu_RootMenuArrow 
{
	display:none;
}

.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: darkblue;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}


.gwt_PageTitle
{
	color:#383333;
	padding-left:0px;
	font-size:28px;
	font-family:Tahoma, Arial, Helvetica;
}

.Normal
{
	color:#383333;
	padding-left:0px;
	font-size:12px;
	font-family:Verdana;
	text-align:justify;
}

