/* CSS Document */

/*page*/
html,body{background:#FFFFFF;font-family:"Tahoma";font-size:12px;color:#333333;}
.skinwrapper{background:#FFFFFF;padding:0px;}
.skinheader{padding:0px;height:107px}
.skinmenu{padding:0px;height:43px;color:#FFFFFF;}
.skinmenuseperator{padding:0px;color:#FFFFFF;background-color:Transparent;}
.skinuser{padding:0px;text-align:right;font-family:"Tahoma";font-size:12px;color:#FFFFFF;font-weight:bold;}
.skincontentstable{width:100%;background:#f5f8fa;}
.skinfooter{padding:0px;text-align:center;color:#FFFFFF;font-family:"Tahoma";font-size:12px;font-weight:bold;}

.skinsearch {
	padding:0px;
    height: 32px;
    background: url("img_search.gif") no-repeat;
	cursor: hand;
	text-indent: 0px;
	width:32px;
	color:#FFFFFF;
	vertical-align:middle;
}

..Normal{font-family:"Tahoma";font-size:12px;color:#333333;}
Normal, .Normal{font-family:"Tahoma";font-size:12px;color:#333333;}
.documentItem{font-family:"Tahoma";font-size:12px;color:#333333;
}
.googleSearchHead{ font-size:12px;color:#333333 }
.googleSearchNumber{ font-weight:bold;font-size:14px;color:#333333 }
.googleSearchTitle{ font-weight:bold;font-size:12px;color:#333333 }
.googleSearchDescription{ font-size:12px;color:#333333 }
.googleSearchURL{ font-size:12px;color:#333333 }
.googleSearchDate{ font-size:12px;color:#333333 }
.googleSearchPage{ font-size:12px;color:#333333 }


/*panes*/
.toppane{background:#f5f8fa;padding:4px 8px 0 8px;}
.leftpane{background:#e7edf3;width:262px;padding:4px 8px 0 8px;}
.contentpane{background:#f5f8fa;padding:4px 8px 0 8px;}
.rightpane{background:#f5f8fa;width:292px;padding:4px 8px 0 8px;}

/*text*/
.head,.subhead{color:#333333;}
.head{font-size:12px;font-weight:bold;color:#FFFFFF}

/*links & buttons*/
a:link{color:#3366CC;text-decoration:none;}
a:visited{color:#3366CC;text-decoration:none;}
a:hover{color:#3366FF;text-decoration:underline;}
a:active{color:#3366CC;text-decoration:none;}

.StandardButton{background:#CCC;border:1px #CCC outset;padding:5px;}

a.CommandButton{font-size:14px;font-weight:bold;}
.controlpanel a.CommandButton{font-size:10px;}
a.CommandButton:link{color:#3366CC;text-decoration:none;}
a.CommandButton:visited{color:#3366CC;text-decoration:none;}
a.CommandButton:hover{color:#3366FF;text-decoration:underline;}
a.CommandButton:active{color:#3366CC;text-decoration:none;}

a.skinuser:link{color:#FFFFFF;text-decoration:none;}
a.skinuser:visited{color:#FFFFFF;text-decoration:none;}
a.skinuser:hover{color:#FFFF99;text-decoration:underline;}
a.skinuser:active{color:#FFFF00;text-decoration:underline;}

/*menu*/
/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  
	background-color:Transparent;
	margin-top:8px;
	margin-left:10px;
	height:35px;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color:#FFFFFF; 
	font-family:"Tahoma"; 
	font-size: 12px; 
	font-weight: bold; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color:#FF9933;
	border-left: #00A1FC 0px solid; 
	border-right: #00A1FC 0px solid; 
	border-bottom: #00A1FC 0px solid; 
	border-top: #00A1FC 0px solid; 
	text-align: center; 
	width: 21; 
	height: 21;
}

.MainMenu_SubMenu
{
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
	background-color:#175693;
	border-right: #777777 1px solid;
	border-top: #777777 1px solid;
	border-left: #777777 1px solid;
	border-bottom: #777777 1px solid;
	cursor: hand;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color:Transparent; 
	height: 0px;
}

.MainMenu_MenuItemSel
{
	border-right: #00A1FC 0px solid;
	border-top: #00A1FC 1px solid;
	border-left: #00A1FC 0px solid;
	cursor: hand;
	color:#FFFFFF;
	border-bottom: #00A1FC 1px solid;
	font-family:"Tahoma";
	font-size: 12px; 
	font-weight:bold;
	background-color:#FF9933;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 12pt; 
	color: yellow; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #F00000 0px solid; 
	border-bottom: #F00000 0px solid; 
	border-top: #F00000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 12pt; 
	cursor: pointer; 
	cursor: hand;
	color:yellow;
}
