/* 
================================
Skin styles for DotNetNuke
================================
*/ /*copyright info  */
.skinObject
{
font-family:tahoma;
font-weight:bold;
font-size:10px;
	color: #FFFFFF;
}
/*main background color  */
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #e3e3e3;
	padding-top: 5px; 
}
.skinmaster {
	height: 700px;
	width: 767px;	
	background-color: #333333;
	BORDER: #FFFFFF 2px solid;	
	/*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; */
}
.skinheader {
}
.skingradient {
	/*BACKGROUND-IMAGE: url(gradient_DkBlue.jpg); HEIGHT:30px;*/
}
.controlpanel {
	width: 100%;
	background-color: #D60201;
}
.Pane1 {
	/*width: 400px;*/
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	table-layout:fixed;
}
.Pane2 {
	/*width: 200px;	*/
	background-color: transparent;
	padding-left: 2px;
	padding-right: 5px;
	padding-top: 0px;
}
.Pane3 {
	/*width: 200px;	*/
	background-color: transparent;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 0px;
}
.Pane4 
{
    /*width: 295px;*/
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
}
.MainMenu_MenuContainer {
	background-color: #333333; 
	height: 27px;	
	border-width: 0px;
	padding-top: 2px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	/* height:16px; */
	background-color: transparent;	
	border-right: #ffffff 1px dotted; 
	border-bottom: #ffffff 1px dotted; 
}
.MainMenu_MenuItem 
{    
	border: none;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: Transparent;
	/*background-image: url(dots.jpg);
	background-position:right;
	background-repeat:repeat-y;*/
	height: 27px;	
	
}
.MainMenu_MenuItemSel {
	border: none;
	background-color: #D60201; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	/*background-image: url(dots.jpg);
	background-position:right;
	background-repeat:repeat-y;*/
	height: 27px;	
	
}
.MainMenu_MenuIcon {
	background-color: #333333; 
	width: 0px;
	cursor: pointer; 
	cursor: hand; 
	text-align: left; 
	border: none;
	display:none;
}
.MainMenu_SubMenu {
	background-color: #333333;  
	/* z-index: 100;  */
	height: 20px;	
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuArrow {
	border-right: #CAD5EA 0px solid; 
	border-bottom: #CAD5EA 0px solid; 
	border-top: #CAD5EA 0px solid;
	font-family: webdings; 
	font-size: 0pt; 
	cursor: pointer; 
	cursor: hand; 
	padding: 0px;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 0pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
    background: #7994CB none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #DFE5F2;
	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;
}


