/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #3A3A3A;
}
.skinmaster {
	height: 100%;
	background-color: #FFF;
	border-right: #000 1px solid; 
	border-top: #000 1px solid; 
	border-left: #000 1px solid; 
	border-bottom: #000 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader 
{
	/*background-color:#FF6600;*/
	background-color:#FFF;
	
}
.skingradient {
	background-color: #EEEEEE;
	border-top: #2D2D2D 1px solid; 
	border-bottom: #2D2D2D 1px solid; 
	height:30px;
}
.footer
{
	background-color: #D9D9D9;
	border-top: #2D2D2D 1px solid; 
	height:30px;
}
.footer a:link,.footer a:visited,.footer a:hover,.footer a:active
{
	color:#0076A3;
	}
.Copyright
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#FF6600;
	padding-left:100px;
	}
.SkinObject
{
	color:#0076A3;
	}
.SubMenu a:link,.SubMenu a:visited,.SubMenu a:hover,.SubMenu a:active
{
	color:#0076A3;
	}
.SubMenu{background-color:#D9D9D9;border-bottom:1px solid #8F8F8F;}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.controlpanelBG{background-color: #0076A3;}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	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: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {

	cursor: pointer; 
	cursor: hand; 
	color: #FF6600; 
	font-family:Sylfaen;
	font-size:14px;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #F5F3F3; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #F5F3F3; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-right: #000000 1px solid;
}


.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color:#EEEEEE; 
	cursor: pointer; 
	cursor: hand; 
	color: #FF6600; 
	font-family:Sylfaen;
	font-size:14px;
}
.MainMenu_MenuArrow {
	border-right: #F5F3F3 1px solid; 
	border-bottom: #F5F3F3 1px solid; 
	border-top: #F5F3F3 1px solid;
	color: #FF6600;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}

.StandardButton     {
    background: #1E5589 none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.MainMenu_RootMenuArrow
{
	color: #000;
	}
.TreeViewMenu {
	width: 175px;
	background-color: #F5F5F5;
	BORDER-RIGHT: #1E5589 1px solid; 
	BORDER-TOP: #1E5589 1px solid; 
	BORDER-LEFT: #1E5589 1px solid; 
	BORDER-BOTTOM: #1E5589 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}

.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}
