/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster
{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	BORDER-RIGHT: #ffffff 1px solid; 
	BORDER-TOP: #ffffff 1px solid; 
	BORDER-LEFT: #ffffff 1px solid; 
	BORDER-BOTTOM: #ffffff 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader 
{
  width:300px;  
}

.title
{
    background-color: #000066;
    font-size: 18pt;
    font-family: Monotype Corsiva;
}

.Name
{
    background-color: #000066;
    font-size:8pt;
    font-family:Times New Roman;
}

.title
{
	background-color: #000066;
}

.bottombar
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	background-color: #000066;
}

.skingradient {
	HEIGHT:30px;
    background-color: #E2E6FF; 
}


.controlpanel {
	width: 100%;
	background-color: #ffffff;
}
.toppane {
	width: 100%;
	background-color: ffffff;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: ffffff;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: ffffff;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane
{
    width: 175px;
    background-color: #ffffff;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: ffffff;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.menu
{
	background-color: #E2E6FF;
}

.MainMenu_MenuContainer 
{
	background-color: #E2E6FF;
}
.MainMenu_MenuBar
{
	cursor: hand;
	height: 16px;
	background-color: #E2E6FF;
}
.MainMenu_MenuItem
{
	border-right: #cad5ea 0px solid;
	border-top: #cad5ea 1px solid;
	font-weight: bold;
	font-size: 9pt;
	border-left: #cad5ea 0px solid;
	cursor: hand;
	color: black;
	border-bottom: #cad5ea 1px solid;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #E2E6FF;
}
.MainMenu_MenuIcon
{
	border-top: #cad5ea 1px solid;
	border-left: #cad5ea 1px solid;
	width: 15px;
	cursor: hand;
	border-bottom: #cad5ea 1px solid;
	height: 21px;
	background-color: #E2E6FF;
	text-align: center;
}
.MainMenu_SubMenu
{
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
	cursor: hand;
	background-color: #E2E6FF;
}
.MainMenu_MenuBreak {
	height: 0px;
}
.MainMenu_MenuItemSel
{
	font-weight: bold;
	font-size: 9pt;
	cursor: hand;
	color: black;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #e5e3ff;
}
.MainMenu_MenuArrow {
	border-right: #CAD5EA 1px solid; 
	border-bottom: #CAD5EA 1px solid; 
	border-top: #CAD5EA 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	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 {
	
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}
.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: silver;
	font-family: Tahoma;
	text-decoration: none;
}


