/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
/* background color for the content part of the pages */
Body
{
    background-color: transparent;
}

/* background/border colors for the selected tab */
.TabBg {
	background-color: #333333;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: 003399;
    font-family: Verdana,Tahoma,MS Sans Serif,sans-serif;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    font-size:9pt;
    font-family: Verdana,Tahoma,MS Sans Serif,sans-serif;
    color:Black;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    font-size:9pt;
    font-family: Verdana,Tahoma,MS Sans Serif,sans-serif;
    color:#333333;
}

A.SelectedTab:active   {
    text-decoration:    none;
    font-size:9pt;
    font-family: Verdana,Tahoma,MS Sans Serif,sans-serif;
    color:#333333;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    font-size:9pt;
    font-family: Verdana,Tahoma,MS Sans Serif,sans-serif;
    color:#cccccc;
}
/* Color of Login and copyright*/
.SkinObject {
    font-weight: normal;
    font-size: 9px;
    color: #C7C7C7;
    font-family: Verdana,Tahoma,MS Sans Serif,sans-serif;
    text-decoration: none;}
A.SkinObject:link {
    text-decoration:    none;
	font-size: 8.5pt;
    color:#333333;}
A.SkinObject:visited  {
    text-decoration:    none;
	font-size: 8.5pt;
    color:#333333;}
A.SkinObject:active   {
    text-decoration:    none;
	font-size: 8.5pt;
    color:#333333;}
A.SkinObject:hover    {
    text-decoration:    none;
	font-size: 8.5pt;
    color:#33CC00;}
	
/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: #333333;
    font-family: Verdana,Tahoma,MS Sans Serif,sans-serif;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:333333;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana,Tahoma,MS Sans Serif,sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana,Tahoma,MS Sans Serif,sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #333333;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana,Tahoma,MS Sans Serif,sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Verdana,Tahoma,MS Sans Serif,sans-serif;
	font-weight: normal;
	color: #666666;
	font-size: x-small;
    line-height: 20px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana,Tahoma,MS Sans Serif,sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana,Tahoma,MS Sans Serif,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
	font-family: Verdana,Tahoma,MS Sans Serif,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 000000;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana,Tahoma,MS Sans Serif,sans-serif;
    font-size: 12px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #333333;
    font-size: 12px;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #7B08A1;
	font-size: 12px;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #7B08A1;
	font-size: 12px;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
	font-size: 12px;
}
    
/* GENERIC */
.Brown  {
    font-family: Verdana,Tahoma,MS Sans Serif,sans-serif;
    font-size: x-small;
    font-weight:    Bold;
    color: #996600;
}

.Brown_Italic  {
    font-family: Verdana,Tahoma,MS Sans Serif,sans-serif;
    font-size: x-small;
    font-weight:    normal;
    color: #996600;
}

.Gray  {
    font-family: Verdana,Tahoma,MS Sans Serif,sans-serif;
    font-size: x-small;
    font-weight:    Bold;
    color: #333333;
}

.Border_Top  {
    BORDER-TOP: #e3efdc 1px solid; 
	FONT: bold 1.1em/1.8em Verdana,Tahoma,MS Sans Serif,sans-serif; 
	COLOR: #996600; 
	BORDER-BOTTOM: #e3efdc 1px solid
}


H5, DT  {
    font-family: Verdana,Tahoma,MS Sans Serif,sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #333333;
}


.TFOOT, THEAD    {
    font-family: Verdana,Tahoma,MS Sans Serif,sans-serif;
    font-size:  9px;
    color: #333333;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana,Tahoma,MS Sans Serif,sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #333333;
}

A:link  {
    text-decoration: none;
    color:  #003366;  
	font-size: x-small;
}

A:visited   {
    text-decoration: none;
    color:  #7b08a1;  
	font-size: x-small;
}

A:active    {
    text-decoration: none;
    color:  #7b08a1;  
	font-size: x-small;
}

A:hover {
    text-decoration:  underline;
    color:  #ff0000;  
	font-size: x-small;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* Menu-Styles */
/* Module Title Menu */
.Head   {
	font-family: Verdana,Tahoma,MS Sans Serif,sans-serif; 
	color: #21399d; 
	font-size: x-small; 
	font-weight: bold; 
}
.ModuleTitle_MenuContainer {
	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: #003399;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana,Tahoma,MS Sans Serif,sans-serif;  font-size: medium; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #ffffff; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #333333 0px solid; 
	border-left: #333333 0px solid; 
	border-top: #333333 0px solid; 
	border-right: #333333 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #009933; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Verdana,Tahoma,MS Sans Serif,sans-serif;  font-size: medium;
	font-weight: bold; 
	font-style: normal;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #333333 1px solid; 
	border-bottom: #333333 1px solid; 
	border-top: #333333 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */
.MainMenu_MenuItem {
	cursor: hand; 
	color: #ffffff; 
	font-family:  Verdana,Tahoma,MS Sans Serif,sans-serif; 
	font-size: x-small; 
	font-weight: normal; 
	border: 0px #EFEFEF solid;
	padding: 1px;
	background-color:transparent;
}
.MainMenu_MenuIcon {
	cursor: hand; 
	background-color: #3c3939; 
	border: 0px #003399 solid;
	padding: 1px;
	width: 1px;
	height: 28px;
}
.MainMenu_MenuItemSel {
	background-color:#A29B9B;
	cursor: hand; 
	color: #ffffff; 
	font-family:  Verdana,Tahoma,MS Sans Serif,sans-serif; 
	font-size: x-small; 
	font-weight: normal; 
	border: 0px #003399 solid;
	padding: 1px;
}

.MainMenu_MenuBreak {
	border: 0px; 
	background-color:transparent; 
	height: 0px;

}
.MainMenu_MenuArrow {
	border:0;			
}

/* root*/
.rootmenuitem  {
	background-color: Transparent;
	color: #ffffff; 
	font-family:  Verdana,Tahoma,MS Sans Serif,sans-serif; 
	font-size: x-small; 
	font-weight: normal; 
	padding-right: 20px;
	height: 30px;
}
.rootmenuitemselected {
	background-color: Transparent;
	color: #FFCC00; 
	font-family:  Verdana,Tahoma,MS Sans Serif,sans-serif; 
	font-size: x-small; 
	font-weight: normal;  
	padding-right: 20px;
	height: 30px;	
}
.rootmenuitembreadcrumb  {
	color: #FFCC00; 
	font-family:  Verdana,Tahoma,MS Sans Serif,sans-serif; 
	font-size: x-small; 
	font-weight: bold; 
	background-color:url(menu_over_bg.gif);
	padding-right: 20px;
	height: 30px;	
}
.submenu {
	margin-Top:0px;
	z-index: 1000; 
	background-color: #3c3939; 
    FILTER: Alpha(Opacity=80, FinishOpacity=100, Style=2); 
	border: 1px #A7A7A7 solid;
}
/*bighead link*/
A.B:link  {
    text-decoration: none;
    color:  #333333;  
	font-size: 10px;
}

A.B:visited   {
    text-decoration: none;
    color:  #7b08a1;  
	font-size: 10px;
}

A.B:active    {
    text-decoration: none;
    color:  #7b08a1;  
	font-size:10px;
}

A.B:hover {
    text-decoration:  underline;
    color:  #ff0000;  
	font-size:10px;
}
/*OSP*/
.font {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size:x-small;
	height: 20px;
	background-color: f4f4f4;
}
.titel {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size:x-small;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: 333333;
	height: 22px;
}
.gray {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size:x-small;
	color: 003399;
	background-color: #E2E2E2;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: bbbbbb;
}
.border {
	border: 1px solid #CCCCCC;
}
.white{
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: f4f4f4;
	font-size:x-small;
	height: 20px;
	color: #333333;
}
.yellow {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size:x-small;
	color: #FFFFFF;
	background-color: #FFCC00;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: f4f4f4;
}
A.O:link  {
    text-decoration: none;
	font-weight:bold;
    color:  #FF9900;  
	font-size:x-small;
}

A.O:visited   {
    text-decoration: none;
	font-weight: bold;
    color:  #7b08a1;  
	font-size:x-small;
}

A.O:active    {
    text-decoration: none;
	font-weight: bold;
    color:  #7b08a1;  
	font-size:x-small;
}

A.O:hover {
    text-decoration:underline;
	font-weight:bold;
    color:  #ff0000;  
	font-size:x-small;
}
/*End*/
/*Breadcrumb sign */
.separatorcssclass{
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	COLOR: #ff0000; 
	LINE-HEIGHT: 18px; 
	FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica;
	CURSOR: hand;
}
/*end*/

