/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
/* 	background-color: #A39687;
*/
	background-color: #55503C;
}

.skinmaster {
	height: 100%;
/*	width: 956px;
 	background-color: #A39687;
*/
	width: 940px;
	background-color: #FFFFFF;
}

.skinheader {	
/*	background-image: url(images/bkg_TopHouses.jpg);
	height: 97px;
	width: 956px;

	background-image: url(images/bg-huvud.jpg); 
	height: 108px;
	width: 940px;
*/
}

.skinDateAndUser {	
/*	background-image: url(images/bkg_white.jpg);
	height: 30px;
	width: 956px;
	padding-left: 25px;
	padding-right: 25px;
*/
/*	background-image: url(images/bkg_white.jpg); */
	height: 30px;
	width: 940px;
	padding-left: 20px;
	padding-right: 20px;
}

.skinPanes {	
/*	background-image: url(images/bkg_white.jpg); */
}


.skingradient {
/*	height: 30px; */
	height: 10px;
}

.controlpanel {
/*	margin-left: 0px;
	width: 902px;
	background-color: #fefefe;
*/
	width: 900px;
	background-color: #EEEEEE;
}

.leftpane {
/*	width: 324px; */
/*	background-color: transparent;
	padding-left: 22px;	
	padding-top: 16px;
*/
	width: 316px;
	background-color: transparent;
	padding-left: 20px;	
	padding-right: 12px;
	padding-top: 40px;
}

.contentpane {
/*	width: 305px; */
/*	width: 308px; */
	width: 100%; 
	background-color: transparent;
/*	padding-left: 12px; */
/*	padding-right: 12px; */
	padding-top: 40px;
}

.rightpane {
/* 	width: 327px; */
/*	background-color: transparent;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 16px;
*/
 	width: 316px;
	background-color: transparent;
	padding-left: 12px;
	padding-right: 20px;
	padding-top: 40px;
}

.PageBottom {
/*	background-image: url(images/bkg_white_bottom.jpg); 
	width: 956px;
	height: 15px;
*/
	width: 940px;
	height: 0px;
}

.dnnLOGIN {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; }
.dnnLOGIN:link {  color: #000000 ; text-decoration: none }
.dnnLOGIN:visited { color: #000000;  text-decoration: none }
.dnnLOGIN:active { color: #000000;  text-decoration: none }
.dnnLOGIN:hover { color: #000000;  text-decoration: none }

.dnnLoggOut {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; }
.dnnLoggOut:link {  color: #000000 ; text-decoration: underline }
.dnnLoggOut:visited { color: #000000;  text-decoration: underline }
.dnnLoggOut:active { color: #000000;  text-decoration: underline }
.dnnLoggOut:hover { color: #000000;  text-decoration: underline }

/* 
================================
Skin styles for SolPartMenu
================================
*/   

.rootmenuitem{ /* not active */
/*	background-image: url(Images/btn_notactive.gif); */
	background-image: url(Images/bg-flik-0.gif);
	height: 25px; 
	background-position: right; 
	color: #FFFFFF; 
	font-size: 10px; 
	font-weight: normal;
	font-style: normal; 
	font-family: Verdana, Arial, Helvetica; 
    	border: 0px;
    	background-color: transparent;
	vertical-align: bottom;
}

.rootmenuitem TD{ /* not active td */
/*	padding: 3px 11px 0px 11px !important; padding: 6px 15px 6px 6px;    Firefox ; IE */
/*	padding-bottom: 3px;
	padding-right: 15px;
*/
	padding-left: 8px;
	padding-bottom: 3px;
	padding-right: 8px;
	vertical-align: bottom;
}

html>body .rootmenuitem TD {
	padding-left: 6px;
} 


.rootmenuitembreadcrumb { /*  active  */
/*	background-image: url(Images/btn_active.gif); */
/*	background-image: url(Images/bg-flik-2.gif); */
	height: 25px; 
	background-position: right; 
	border-width: 0px; 
	background-color: transparent;	 
/*	color: #A32323; */
	color: #000000; 
	vertical-align: bottom;
}

.rootmenuitembreadcrumb TD{ /*  active td  */
/*	padding: 0px 11px 0px 11px !important; padding: 6px 15px 6px 6px;    Firefox   ; IE */
	padding-bottom: 3px;
	padding-right: 15px;
	vertical-align: bottom;
}


html>body .rootmenuitembreadcrumb TD {
	padding-left: 6px;
} 

.rootmenuitemactivecssclass {
	background-color: transparent;
}

/* 
================================
Skin styles for SolPartMenu Submenu
================================
*/   

.MainMenu_MenuArrow {
	display: none;
}

.MainMenu_MenuIcon {
	display: none;
}

.MainMenu_MenuItem {
	border-width: 0px;
}

.submenu {	
/*	background: #CDDADC; */
	background: #28BCD7; 
}

.submenu TD {	
	color: #FFFFFF;	
	font-weight: normal; 
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
/*	padding: 3px 11px 3px 11px !important; padding: 2px 16px 3px 9px; */ /* Firefox ; IE */
	padding: 3px 11px 3px 11px !important; padding: 3px 0px 3px 11px; /* Firefox ; IE */
	border-width: 0px;
}

.submenuitembreadcrumb TD {
	float: left;
	color: #000000;	
	font-weight: normal; 
	font-size: 10px;
/*	padding: 0px 0px 0px 0px; */
	padding: 3px 11px 3px 11px !important; padding: 3px 0px 3px 11px; /* Firefox ; IE */
/*	background: #E6EDEE; */
	background: #28BCD7;
	font-family: Verdana, Arial, Helvetica;
	border-width: 0px;
}

.submenuitemselected TD {   /* Mouse over */  
	color: #000000;	
	font-weight: normal; 
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
/*	padding: 6px 10px 10px 10px !important; padding: 6px 10px 6px 6px; */    /*Firefox   ; IE */
/*	background: #E6EDEE; */
	background: #28BCD7;
	border-width: 0px;
}

.submenuitemselected {   /* Mouse over */  
/*	background: #E6EDEE; */
	background: #28BCD7;
}

