/* ================================
    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-size: 11pt;
font-family: Arial, Helvetica, Verdana, Tahoma;
color: #0066cc;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* Hyperlink für eMail Adresse Links */
A.MailLinks:link
{
font-family: Arial, Helvetica, Verdana, Tahoma;
font-size: 8pt;
color: #0055AF;
}

A.MailLinks:hover
{
font-family: Arial, Helvetica, Verdana, Tahoma;
font-size: 8pt;
color: #0055AF;
}

/* 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
{
font-size: 11pt;
font-family: Arial, Helvetica, Verdana, Tahoma;
color: #0066cc;
}
.NormalSmall
{
font-size: 8pt;
color: #36648B;
font-family: Arial, Helvetica, Verdana, Tahoma;
}
.Title
{
font-family: Arial, Helvetica, Verdana, Tahoma;
font-size: 14pt;
font-weight: bold;
color: #36648B;
line-height: 2
}

/* 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 */
.address
{
font-family: Arial, Helvetica, Verdana, Tahoma;
font-size: 8pt;
color: #808080;
}

H1
{
font-family: Arial, Helvetica, Verdana, Tahoma;
font-size: 16pt;
font-weight: bold;
color: #0066cc;
}

H2
{
font-family: Arial, Helvetica, Verdana, Tahoma;
font-size: 14pt;
font-weight: bold;
color: #0066cc;
}

H3
{
font-family: Arial, Helvetica, Verdana, Tahoma;
font-size: 12pt;
font-weight: bold;
color: #0066cc;
}

H4
{
font-family: Arial, Helvetica, Verdana, Tahoma;
font-size: 11pt;
font-weight: bold;
color: #0066cc;
line-height: 1
}

H5
{
font-family: Arial, Helvetica, Verdana, Tahoma;
font-size: 8pt;
color: #0066cc;
}

H6
{
font-family: Arial, Helvetica, Verdana, Tahoma;
font-size: 6pt;
color: #0066cc;
}

DT
{
font-family: Arial, Helvetica, Verdana, Tahoma;
font-size: 11pt;
color: #0066cc;
}

TFOOT, THEAD    {
font-family: Arial, Helvetica, Verdana, Tahoma;
font-size: 8pt;
color: #0066cc;
}

TH  {
font-family: Arial, Helvetica, Verdana, Tahoma;
font-size: 8pt;
font-weight: bold;
color: #0066cc;
}

TD {
font-family: Arial, Helvetica, Verdana, Tahoma;
font-size: 8pt;
color: #0066cc;
}

A:link  {
font-family: Arial, Helvetica, Verdana, Tahoma;
font-size: 11pt;
color: #0055AF;
}

A:visited   {
font-family: Arial, Helvetica, Verdana, Tahoma;
font-size: 11pt;
color: #0055AF;
}

A:active    {
font-family: Arial, Helvetica, Verdana, Tahoma;
font-size: 11pt;
color: #0055AF;
}

A:hover {
font-family: Arial, Helvetica, Verdana, Tahoma;
font-size: 11pt;
color: #0055AF;
}

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 */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #000000;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
	outline-style: none;
	text-transform:none;
	text-decoration: none;
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {

}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
	color: #0066DD;
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}


















