/*------------------

	DEFAULT SETTINGS
	
-------------------*/

a.SkinObject:link, a.SkinObject:visited{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
a.SkinObject:hover{
	text-decoration:underline;
	color:#fff;
}

a.CommandButton:link, a.CommandButton:visited{
	color:#284e73;
	text-decoration:none;
}
a.CommandButton:hover{
	text-decoration:underline;
}

table{
	font-size:1em;
}

body.ie6 table{
	position:relative;
	z-index:2000;
}

table.ControlPanel{
	background:#fff;
	margin:5px auto;
	border:1px solid #000;
}

.SubHead, .SubHead label{
	color:#284e73;
	font-weight:bold;
	font-size:1em;
}

div.ControlPanel{
	border:#003366 1px solid;
	height:80px;
}

.formTD{
	padding:2px 5px;
}

.NormalRed{
	color:#f00;
}

/* Module Title Menu */
.ModuleTitle_MenuContainer {

}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #000; 
	font:bold 1.1em Tahoma, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background: #eee; 
	border-left:1px solid #eee;
	border-bottom:1px solid #eee;
	border-top:1px solid #eee;
	text-align: center; 
	width: 15px; 
	height: 21px;
}

.ModuleTitle_SubMenu {
	z-index: 6000; 
	cursor: pointer; 
	cursor: hand; 
	background: #fff; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
}

.ModuleTitle_MenuBreak {
	border-bottom:1px solid #eee; 
	border-top:1px solid #eee;  
	background:#eee; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color:#000; 
	font:bold 1.1em Tahoma, Arial, Helvetica, sans-serif;
	background: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 1em; 
	cursor: pointer; 
	cursor: hand; 
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}