/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: White;

}
.skinmaster {
	height: 100%;
	background-color: #F3F5FA;
	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: #DFE5F2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.imgfloat{
	float:left;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;	
	height: 393px;
	background-color: White;	
}
.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;
	background-color: Transparent;
	line-height:0px;
}
.MainMenu_MenuItem {
	
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 0pt; 	
	font-weight: lighter; 
	font-style: normal; 
	background-color: Transparent;
	line-height:0px;
}

.MainMenu_RootMenuItem {
	cursor: hand; 
	color: white; /*test*/
	vertical-align:  top;
	font-family: Arial; 
	font-size: 0pt; 
	font-weight:lighter; 
	line-height:0px; 

}


.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand;
	text-align: center; 
	width: 0;
	line-height:0px;
}

body {
	width: 100%;
	height:100%;padding:0; margin:0; border:0;
	background-color: white;
}

html {
	width: 100%;padding:0; margin:0; border:0;
	height:100%;
}

.MainMenu_MenuItemSel 
{
  background-color:White;
	 
	cursor: pointer; 
	cursor: hand; 
	color: white; /*test*/
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 0pt; 
	font-weight: lighter; 
	font-style: normal;
	line-height:0px;
}

.StandardButton     {
    background: #7994CB none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 25px;
    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:  25px;
    font-weight:    normal;
    color: #333333;
}

.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}

.SkinItem {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	font-weight:bold;
}

A.SkinItem:link {
    text-decoration:    none;
    color: white
}

A.SkinItem:visited  {
    text-decoration:    none;
    color:white;
}

A.SkinItem:active   {
    text-decoration:    none;
    color: white;
}

A.SkinItem:hover    {
    text-decoration:    none;
    color: white;
}

