/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: transparent;
}
.skinmaster {
	height: 100%;
	background-color: #7DA8F6;
	BORDER-RIGHT: #4985F4 1px solid; 
	BORDER-TOP: #4985F4 1px solid; 
	BORDER-LEFT: #4985F4 1px solid; 
	BORDER-BOTTOM: #4985F4 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}

.controlpanel {
	width: 100%;
	background-color: transparent;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	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 {
	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;
	width: 150;
}
.MainMenu_MenuIcon 
{
	background-color: #4985F4;
	border-left: #4985F4 0px solid;
	border-bottom: #4985F4 0px solid;
	border-top: #4985F4 0px solid;
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px; 
	height: 25px;
}
.MainMenu_SubMenu 
{
	border: #4985F4 1px solid;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuItemSel 
{
	background-color: #7DA8F6;
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Arial, "Arial Arial", Tahoma, Helvetica, serif;
	font-size: 12pt;
	height: 25px;
	font-weight: normal; 
}
.MainMenu_MenuArrow {
	border-right: transparent 0px solid; 
	border-bottom: transparent 0px solid; 
	border-top:  transparent 0px solid;
	font-family: webdings; 
	font-size: 12pt; 
	cursor: pointer; 
	cursor: hand;
	width: 0px;
}
.MainMenu_MenuItem {
	border-left: #4985F4 0px solid; 
	border-bottom: #4985F4 0px solid; 
	border-top: #4985F4 0px solid; 
	border-right: #4985F4 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: white;
	font-weight: normal; 
	font-size: 12pt;
	font-family: Arial, "Arial Arial", Tahoma, Helvetica, serif;
	background-color: #4985F4;
}
.MainMenu_MenuBar TD
{
	color: white;
	font-weight: normal; 
	font-size: 12pt;
	font-family: Arial, "Arial Arial", Tahoma, Helvetica, serif;
	cursor: pointer; 
	cursor: hand;
	height: 28px;
	background-color: #4985F4;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-color: #7DA8F6;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 12pt; 
	cursor: pointer; 
	cursor: hand;
	width: 0px;
}
.StandardButton     {
    background: #4985F4 none; 
    color: white;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.Head   {
    font-family: Arial, "Arial Arial", Tahoma, Helvetica, serif;
    font-size:  13px;
    font-weight:    normal;
    color: black;
}