/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;	
	background-color: #ffffff;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	BORDER-RIGHT: #8F9092 1px solid; 
	BORDER-TOP: #8F9092 1px solid; 
	BORDER-LEFT: #8F9092 1px solid; 
	BORDER-BOTTOM: #8F9092 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-color: #cccccc; 
	BORDER-RIGHT: #8F9092 1px solid; 
	BORDER-TOP: #8F9092 1px solid; 
	BORDER-LEFT: #8F9092 1px solid; 
	BORDER-BOTTOM: #8F9092 1px solid; 
}
.controlpanel {
	width: 100%;
	background-color: #DDDDDD;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 190px;
	background-color: #dcdcdc;
	padding-left: 10px;
	padding-right: 4px;
	padding-top: 5px;
}
.imagepane {
	width: 190px;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 15px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar { 
	cursor: hand;
	height: 16px;
	background-color: Transparent;
}

.MainMenu_MenuIcon {
	background-color: #cccccc; 
	border-left: #CCCCCC 1px solid; 
	border-bottom: #CCCCCC 1px solid; 
	border-top: #CCCCCC 1px solid; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #CCCCCC;  
	z-index: 1000; 
	cursor: hand; 
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); */
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel 
{
	/* HOVER NAV */
	background-color: #ffffff; 
	cursor: hand; 
	color: black; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal;
	 text-decoration:    underline;
}
.MainMenu_MenuArrow {
	border-right: #CCCCCC 1px solid; 
	border-bottom: #CCCCCC 1px solid; 
	border-top: #CCCCCC 0px solid;
	font-family: webdings; 
	font-size: 11pt; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 11pt; 
	cursor: hand;
}
.StandardButton     {
    background: #AAAAAA none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #DDDDDD;
	BORDER-RIGHT: #8F9092 1px solid; 
	BORDER-TOP: #8F9092 1px solid; 
	BORDER-LEFT: #8F9092 1px solid; 
	BORDER-BOTTOM: #8F9092 1px solid; 
}
.TreeViewMenu_Header {
}

.Head   {
    font-family: Verdana, Arial, Helvetica;
    font-size:  18px;
    font-weight:  normal;
    color: #b22222;
}
.LogoHeader   {
    font-family: Verdana, Arial, Helvetica;
    font-size:  18px;
    font-weight:  bold;
    color: #000000;
}

/* NAVIGATION */
.MainMenu_MenuItem,.submenuitembreadcrumb{
	color:#000000;	
	font-size:11px;	
	font-weight:normal;
	padding:1px 0px 3px 3px;
	border:1px #CBCBCB solid; border-width:1px 0px;
}
.submenuitemselected{
	color:#ffffff; 
	font-size:11px; 
	font-weight:normal;
	padding:1px 0px 3px 3px;
	border:1px #CBCBCB solid; 
	border-width:1px 0px;	
}
.submenu{
	border:1px #A7A7A7 solid;
	padding:0px;
	background:#CBCBCB;
	margin-left:0px;
	margin-top:2px;
}
.rootmenuitem TD{ 
	color:#000000; 
	font-size:11px; 
	font-weight:bold;
	padding:5px;
	height:29px;	
}
.rootmenuitemselected TD,.rootmenuitembreadcrumb TD{
	color:#b22222; 
	font-size:11px; 
	font-weight:bold;
	padding:5px;
	height:29px;	
}



