/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
    font-family: Arial, Tahoma, Verdana, Helvetica; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal; 
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  
{
        font-family: Arial, Tahoma, Verdana, Helvetica; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal; 
}

.ContentPane  
{
        font-family: Arial, Tahoma, Verdana, Helvetica; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal; 
}

.RightPane  
{
        font-family: Arial, Tahoma, Verdana, Helvetica; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal; 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {

       text-decoration: none;
}

A.SelectedTab:visited  {

       text-decoration: none;

}

A.SelectedTab:active   {

       text-decoration: none;

}

A.SelectedTab:hover    {

       text-decoration: none;

}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
        font-family: Arial, Tahoma, Verdana, Helvetica; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal; 
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
        background-color: Transparent;
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Tahoma, Verdana, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #B0CBD6; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	}

.ModuleTitle_MenuBreak {
	background-color: #EEEEEE; 
	height: 0px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Tahoma, Verdana, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	background-color: transparent; 
                


}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
                 

}
.MainMenu_MenuItem {
	border-left: #CCCCCC 0px solid; 
	border-bottom: #CCCCCC 1px solid; 
	border-top: #CCCCCC 1px solid; 
	border-right: #CCCCCC 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Tahoma, Verdana, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #B0CBD6;
}
.MainMenu_MenuIcon {
	background-color: #CCCCCC; 
	border-left: #CCCCCC 1px solid; 
	border-bottom: #CCCCCC 1px solid; 
	border-top: #CCCCCC 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.MainMenu_SubMenu {
	background-color: #CCCCCC; 
	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: #AAAAAA; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Tahoma, Verdana, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #CCCCCC 1px solid; 
	border-bottom: #CCCCCC 1px solid; 
	border-top: #CCCCCC 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
    background: #AAAAAA none; 
    color: #FFFFFF;
    font-family: Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node 
{
    font-family: Arial, Tahoma, Verdana, Helvetica;
    font-size: x-small;
    font-weight: bold;
    text-decoration: none;
}

.TreeMenu_NodeSelected
{
    font-family: Arial, Tahoma, Verdana, Helvetica;
    font-size: 12px;
    font-weight: normal;
	background-color: #dcdcdc; 
    text-decoration: none;
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration: none;
    color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
    text-decoration: none;
    color: #003366;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
    text-decoration: none;
    color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
    text-decoration: none;
    color: #ff0000;
}


.TreeViewMenu {
        font-family: Arial, Tahoma, Verdana, Helvetica;
        font-size: xx-small;
        font-weight: bold;
        font-style: none;
	width: 140px;
	background-color: Transparent;
                BORDER-RIGHT: #8F9092 0px solid; 
	BORDER-TOP: #8F9092 0px solid; 
	BORDER-LEFT: #8F9092 0px solid; 
	BORDER-BOTTOM: #8F9092 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
                NodeLeafImage: url(menuepic.gif); HEIGHT:30px;
        text-decoration: none;
}
.TreeViewMenu_Header {
font-color: transparent;
display: none;
}

/*Schriftfarbe Login*/
A.SkinObject:link {
    text-decoration:    none;
    font-family: Arial, Tahoma, Verdana, Helvetica;
    font-size: xx-small;
    color:#000066;
}

A.SkinObject:visited  {
    text-decoration:    none;
    font-family: Arial, Tahoma, Verdana, Helvetica;
    font-size: xx-small;
    color:#000066;
}

A.SkinObject:active   {
    text-decoration:    none;
    font-family: Arial, Tahoma, Verdana, Helvetica;
    font-size: xx-small;
    color:#000066;
}

A.SkinObject:hover    {
    text-decoration:    none;
    font-family: Arial, Tahoma, Verdana, Helvetica;
    font-size: xx-small;
    color:#000066;
}

TABLE { 
    font-family: Arial, Tahoma, Verdana, Helvetica;
    font-size: 12px;
    font-weight: normal;
    font-color: #272727;

}



