﻿/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster
 {
    width: 100%;
	height: 100%;	
	}
	
.skinmaster {
	height: 100%;
	width: 800px;
	background-color: #F3F3F3;
	BORDER-RIGHT: #6b6b6b 2px solid; 
	BORDER-TOP: #6b6b6b 2px solid; 
	BORDER-LEFT: #6b6b6b 2px solid; 
	BORDER-BOTTOM: #6b6b6b 2px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader 
{
    background-color: #c0c0c0 ;

}
.skingradient {
	BACKGROUND-IMAGE: url("back_links.png");
	font-family: Tahoma;
	font-size: 13px;

}
.skingradient_down {
	background-color: #c0c0c0;
	font-style: normal;
	font-family: Tahoma;
	font-size: 6px;
	color: White;
	
}

.SkinObject {
    font-weight: normal;
    font-size: 11px;
    color: gray;
    font-family: Tahoma;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color: gray;
    
}

A.SkinObject:visited  {
    text-decoration:    none;
    color: gray ;
}

A.SkinObject:active   {
    text-decoration:    none;
    color: gray;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color: gray;
}

.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}

.leftpane {
	
	background-repeat:no-repeat;	
	background-color: transparent;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
}
.contentpane 
{
	   
	background-color: transparent;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
}
.rightpane 
{
    
    background-color: transparent;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
}

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar 
{
    
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #CAD5EA 0px solid; 
	border-bottom: #CAD5EA 0px solid; 
	border-top: #CAD5EA 0px solid; 
	border-right: #CAD5EA 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #82390A; 
	border-left: #CAD5EA 0px solid; 
	border-bottom: #CAD5EA 0px solid; 
	border-top: #CAD5EA 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #e4600d;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel 
{
    background-color: #d7e5b0;
	cursor: pointer; 
	cursor: hand; 
	color: #42621c; 
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #CAD5EA 0px solid; 
	border-bottom: #CAD5EA 0px solid; 
	border-top: #CAD5EA 0px solid;
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand;
}


.PagingTable
{
	background-color: #F3F3F3;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	}
	
}
.StandardButton     {
    background-image: url("back_links.png");
    color: #FFFFFF;
    font-family:Verdana; 
    font-size: 11px;
    font-weight: normal;
    border-style: none;
}
.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("../Erzgebirgsweb/gradient_LtBlue.jpg");
}


/* ================================
    CSS STYLES FOR Module DNN.Announcements
   ================================
*/

p
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    color: #4c4c4c;

}

SubHead
{
	font-family: Tahoma;
    font-size:  11px;
    font-weight: bold;
    color: #42621c;

}
