/* 
================================
Skin styles for DotNetNuke - For DotNetNuke 3 - Designed by Nina Meiers - dnn3@xd.com.au 
================================
*/   

body {
	width: 100%;
	height: 100%;	
	/*background-color: #5C160E;*/
	/*background-color: #CFE0F2;*/
	/*background-image: url(BodyBG.jpg);*/
	/*background-image: url(WatermarkBodyBG.jpg);*/
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: transparent;
}
.skinmaster {
	height: 100%;
	background-color: transparent; /*#F3F5FA;*/
	/*BORDER-RIGHT: #E3EDF7 1px solid; 
	BORDER-TOP: #E3EDF7 1px solid; 
	BORDER-LEFT: #E3EDF7 1px solid; 
	BORDER-BOTTOM: #E3EDF7 1px solid;*/
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader 
{
    background: Transparent url('espresso_bg_header.png') no-repeat;
    height: 80px;
}
.skingradient {
	/*BACKGROUND-IMAGE: url(gradient_MdBlue.jpg);*/
	HEIGHT:26px;
	background-repeat: repeat-x;
}

.menugradient 
{
    /*background-color: #E4E4E4;*/
	/*BACKGROUND-IMAGE: url(gradient_DkBlue.jpg);*/
	HEIGHT:26px;
	background-repeat: no-repeat;
}

.content
{
    background: #F8F8F8 url('espresso_bg_content.png') no-repeat;
    border-left: solid 1px #D1D1D1 /*#DBDBDB*/;
    border-right: solid 1px #D1D1D1;
}

.controlpanel {
	width: 100%;
	background-color: #CFE0F2;
}
.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;
}

.footergradient {
	/*BACKGROUND-IMAGE: url(gradient_MdBlue.jpg); */
	/*background-color: #E4E4E4;*/
	height: 85px;
	background: Transparent url('espresso_bg_footer.png') no-repeat;
}

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	/*border-left: #CFE0F2 0px solid; 
	border-bottom: #CFE0F2 1px solid; 
	border-top: #CFE0F2 1px solid; 
	border-right: #CFE0F2 0px solid;*/
	/*height: 21px;*/
	/*width: 97px;
	min-width: 97px;
	height: 40px;*/
	
	cursor: pointer; 
	cursor: hand; 
	background-color: Transparent;
	
	font-family: Arial;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: bold;
	color: #8F8F8F;
}
.MainMenu_MenuIcon {
	background-color: #CFE0F2; 
	border-left: #CFE0F2 1px solid; 
	border-bottom: #CFE0F2 1px solid; 
	border-top: #CFE0F2 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #CFE0F2; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	/*background-color: #8DA4D3;*/
	cursor: pointer; 
	cursor: hand; 
	/*width: 97px;
	height: 40px;*/
	
	font-family: Arial;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: bold;
	color: #4F4F4F;
	/*background: Transparent url('top_menu_bg_aktiv.png') no-repeat;*/
}
.MainMenu_MenuArrow {
	border-right: #CFE0F2 1px solid; 
	border-bottom: #CFE0F2 1px solid; 
	border-top: #CFE0F2 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuItem
{
    /*width: 150px;
    display: inline;
    min-width: 150px;*/
}
.MainMenu_RootMenuItemSelected
{
    /*background: Transparent url('top_menu_bg_aktiv.png') no-repeat;*/
    /*width: 97px;
	height: 40px;*/
	font-family: Arial;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: bold;
	color: #4F4F4F;
}
.MainMenu_RootMenuItemActive 
{
    /*background: Transparent url('top_menu_bg_aktiv.png') no-repeat;*/
    /*width: 97px;
	height: 40px;*/
	font-family: Arial;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: bold;
	color: #4F4F4F;
}
.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: 150px;
	background-color: #EFF2FE;
	BORDER-RIGHT: #7994CB 0px solid; 
	BORDER-TOP: #7994CB 0px solid; 
	BORDER-LEFT: #7994CB 0px solid; 
	BORDER-BOTTOM: #7994CB 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}


.TreeViewMenu_Header{
	background-color:#BDCBE6;
	background-image:url(mid_grad.gif);
	background-repeat:repeat-x; 
	font-size: 16px;
	border-top: 1px solid #41638B;
	border-bottom: solid 1px #41638B;
	border-right: solid 1px #41638B;
	border-left: solid 1px #41638B;
	line-height: 16px;
}


.TreeMenu_blue {
	background-color: #EFF2FE; 
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 0px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	background-repeat: repeat-x;

}

.TreeViewMenu_Text {
color: #EFF2FE;
line-height: 1em;
	
}


.Head   
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight:  bold;
    color: #333333;
}


.SubHead   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight:  bold;
    color: #333333;
}



/* -- CustomStyles -- */

.DarkBG {
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: bold;
}

a.UserLogin
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
    color: #4F4F4F;
}
a.UserLogin:hover
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #33AD41;
}
a.UserRegister
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
    color: #D12420;
}
a.UserRegister:hover
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #33AD41;
}
.CopyrightTermsPrivacy
{
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: #8F8F8F;
}
a.CopyrightTermsPrivacy
{
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: #8F8F8F;
}
a.CopyrightTermsPrivacy:hover
{
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: #4F4F4F;
}

span#dnn_ctr_ManageUsers_Profile_ProfileProperties_ctl01__vis
{
    display: none;
}
span#dnn_ctr_ManageUsers_Profile_ProfileProperties_ctl02__vis
{
    display: none;
}
span#dnn_ctr_ManageUsers_Profile_ProfileProperties_ctl03__vis
{
    display: none;
}
span#dnn_ctr_ManageUsers_Profile_ProfileProperties_ctl04__vis
{
    display: none;
}
span#dnn_ctr_ManageUsers_Profile_ProfileProperties_ctl05__vis
{
    display: none;
}
span#dnn_ctr_ManageUsers_Profile_ProfileProperties_ctl06__vis
{
    display: none;
}
span#dnn_ctr_ManageUsers_Profile_ProfileProperties_ctl07__vis
{
    display: none;
}
span#dnn_ctr_ManageUsers_Profile_ProfileProperties_ctl08__vis
{
    display: none;
}
span#dnn_ctr_ManageUsers_Profile_ProfileProperties_ctl09__vis
{
    display: none;
}
span#dnn_ctr_ManageUsers_Profile_ProfileProperties_ctl10__vis
{
    display: none;
}
span#dnn_ctr_ManageUsers_Profile_ProfileProperties_ctl11__vis
{
    display: none;
}
span#dnn_ctr_ManageUsers_Profile_ProfileProperties_ctl12__vis
{
    display: none;
}
span#dnn_ctr_ManageUsers_Profile_ProfileProperties_ctl13__vis
{
    display: none;
}
span#dnn_ctr_ManageUsers_Profile_ProfileProperties_ctl14__vis
{
    display: none;
}
span#dnn_ctr_ManageUsers_Profile_ProfileProperties_ctl15__vis
{
    display: none;
}
span#dnn_ctr_ManageUsers_Profile_ProfileProperties_ctl16__vis
{
    display: none;
}
span#dnn_ctr_ManageUsers_Profile_ProfileProperties_ctl17__vis
{
    display: none;
}
span#dnn_ctr_ManageUsers_Profile_ProfileProperties_ctl18__vis
{
    display: none;
}
span#dnn_ctr_ManageUsers_Profile_ProfileProperties_ctl19__vis
{
    display: none;
}
span#dnn_ctr_ManageUsers_Profile_ProfileProperties_ctl20__vis
{
    display: none;
}
span#dnn_ctr_ManageUsers_Profile_ProfileProperties_ctl21__vis
{
    display: none;
}
span#dnn_ctr_ManageUsers_Profile_ProfileProperties_ctl22__vis
{
    display: none;
}
span#dnn_ctr_ManageUsers_Profile_ProfileProperties_ctl23__vis
{
    display: none;
}
span#dnn_ctr_ManageUsers_Profile_ProfileProperties_ctl24__vis
{
    display: none;
}
span#dnn_ctr_ManageUsers_Profile_ProfileProperties_ctl25__vis
{
    display: none;
}
span#dnn_ctr_ManageUsers_Profile_ProfileProperties_ctl26__vis
{
    display: none;
}
span#dnn_ctr_ManageUsers_Profile_ProfileProperties_ctl27__vis
{
    display: none;
}
span#dnn_ctr_ManageUsers_Profile_ProfileProperties_ctl28__vis
{
    display: none;
}
span#dnn_ctr_ManageUsers_Profile_ProfileProperties_ctl29__vis
{
    display: none;
}


