/* ================================
    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
{
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* 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
{
}

/* 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 {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

/* bereich des Mainmenüs in dem der Pfeil für das Submenü eingeblendet wird */
.MainMenu_RootMenuArrow		
{
	font-family:			webdings; 
	font-size:				8pt; 
	cursor:					pointer; 
	cursor:					hand;
}

.MainMenu_RootMenuText		
{
	cursor:					pointer; 
	cursor:					hand;
	border-left:			#ffffff	1px solid; 
	border-bottom:			#ffffff 1px solid; 
	border-top:				#ffffff 1px solid;
	color:					#000000;
	font-family:			Tahoma;
	font-size:				8pt; 
	background-color:		#C8E28D;
	
}

.MainMenu_MenuContainer 
{
	background-color:		transparent; 
}

.MainMenu_MenuBar			
{
	cursor:					pointer; 
	cursor:					hand;
	height:					16;
	background-color:		Transparent;

}
/* Bereich des Submenüs, in dem der Menütext steht */
.MainMenu_MenuItem			
{
    cursor:                 pointer; 
	cursor:                 hand; 
	color:                  black; 
	font-family:            Tahoma, Arial, Helvetica; 
	font-size:              8pt; 
	font-style:             normal; 
	background-color:       transparent;
	padding-bottom:			2px;
}
/* Bereich des Submenüs, in dem ein Icon vor den Menüpunkten eingeblendet werden kann */
.MainMenu_MenuIcon			
{
	cursor:					pointer; 
	cursor:					hand; 
	background-color:		#0B69AB; 
	text-align:				center; 
	width:					15; 
	height:					21;
}
/* Gesamter Submenüblock */
.MainMenu_SubMenu			
{
	z-index:				1000; 
	cursor:					pointer; 
	cursor:					hand; 
	background-color:		#DDE6F5; 
}

.MainMenu_MenuBreak 
{
	border-bottom:			#FF0000 1px solid; 
	border-left:			#FF0000 1px solid; 
	border-top:				#FF0000 1px solid;  
	border-right:			#FF0000 1px solid; 
	background-color:		#FF0000; 
	height:					10px;
	color:Green;
}
/* Formatierung des Mouse-Over bereichs */
.MainMenu_MenuItemSel		
{
	cursor:					pointer; 
	cursor:					hand; 
	color:					white; 
	font-family:			Tahoma, Arial, Helvetica; 
	font-size:				8pt; 
	font-style:				normal;
	background-color:		#a0ce14;

}

.MainMenu_MenuItemSelSub		
{
	cursor:					pointer; 
	cursor:					hand; 
	color:					white; 
	font-family:			Tahoma, Arial, Helvetica; 
	font-size:				8pt; 
	font-style:				normal;
	background-color:		#0b69ab;
}

/* bereich des Submenüs in dem der Pfeil für das Submenü eingeblendet wird */
.MainMenu_MenuArrow			
{
	font-family:			tahoma; 
	font-size:				8pt; 
	cursor:					pointer; 
	cursor:					hand; 

}

