/* 
================================
Skin styles for DotNetNuke
================================
*/   

#MasterTable{
	width: 100%;
	height: 100%;
	border: none; 
}

#LeftBorderWidth{	width: 3%;}
#RightBorderWidth{width: 3%;}
#TopBorderHeight{height: 3%;}
#BottomBorderHeight{height: 40px;}

/* Setting the color and border width of the top level border */
.MasterFrame{
	background-color: #FFC;	
}
#ContentFrame{
	background-color: White;
}

#pagemaster {
	width: 100%;
}
.skinmaster{
	width: 100%;
}

.LogoText 	{font-family: Verdana, Arial, Helvetica, sans-serif;font-weight: bold;
					color:#999999;font-weight:bold;font-size: 24px; margin:0;}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: White;
}
.MainMenu_MenuItem {
	border-left: none; 
	border-bottom: none; 
	border-top: none; 
	border-right: none;
	cursor: pointer; 
	color: Grey; 
	font-size: 14px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana, Tahoma, Arial, Helvetica; 
}
.MainMenu_MenuIcon {
	border-left: none; 
	border-bottom: none; 
	border-top: none; 
	border-right: none;
	cursor: pointer; 
	text-align: center; 
	width: 16px; 
	height: 21px;
	background-color: #F0F0F0;
}
.MainMenu_SubMenu {
	background-color: #F0F0F0;
	z-index: 1000; 
	cursor: pointer; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#ACACAC', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #FFF7E5;
	margin-left: 17px;  
	cursor: pointer; 
	color: red; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 14px; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-left: 2px;
	font-family: webdings; 
	font-size: 16px; 
	cursor: pointer; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 16pt; 
	cursor: pointer; 
}

#myHeaderFrame{
	border-Bottom: 1px solid Grey;	
	padding-bottom: 13px;
}

	
TD.myMenu{
}

TD.skingradient{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;		
	font-style: normal;
	color: #111111;
}

#dnnUSER{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;		
	font-style: normal;
	color: #111111;
}

#dnnLOGIN{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;		
	font-style: normal;
	color: #111111;
}

#dnn_dnnCOPYRIGHT_lblCopyright, #dnn_dnnTERMS_hypTerms, #dnn_dnnPRIVACY_hypPrivacy {  
	color: #333;
	font-size: 1em; 
	font-weight:normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


P{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;		
	font-style: normal;
	color: #111111;
}

.bsNormal{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	font-style: normal;
	color: #111111;
}

.bsTitel{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;	
	font-style: normal;
	color: Red;
}

.bsSubTitel{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #111111;
}

.bsTips{
	color: Red;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}