/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
/*	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top; */
	height: 207px;
}
.ControlPanel {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* 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:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: "Century Gothic", Verdana;
	font-size: 14px;
	font-weight: bold;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: "Century Gothic", Verdana;
	font-size: 12px;
	font-weight: bold;
}

/* 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: "Century Gothic", Verdana;
	font-size: 12px;
	font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
	font-family: "Century Gothic", Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

.NormalBold
{
	font-family: "Century Gothic", Verdana;
	font-size: 12px;
	font-weight: bold;
}

/* 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 {
	text-decoration: underline;
}

A.CommandButton:visited  {
	text-decoration: underline;
}

A.CommandButton:active   {
	text-decoration: none;
}

A.CommandButton:hover    {
	text-decoration: none;
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH, TD  {
	font-size: 12px;
}

A:link  {
	text-decoration: underline;
}

A:visited   {
	text-decoration: underline;
}

A:active    {
	text-decoration: none;
}

A:hover {
	text-decoration: none;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL 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 {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}
.Row_Spacer {
	height: 2px;
}
.menu_leftborder {
	background-image: url(images/menu_leftborder.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 41px;
	width: 9px;
}
.menu_BG {
	background-image: url(images/menu_BG.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 41px;
	line-height: 41px;
	vertical-align: middle;
	text-align: center;
}
.menu_rightborder {
	background-image: url(images/menu_rightborder.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 41px;
	width: 9px;
}
.breadcrumb_leftborder {
	background-image: url(images/breadcrumb_leftborder.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 23px;
	width: 9px;
}
.breadcrumb_BG {
	background-image: url(images/breadcrumb_BG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 23px;
	line-height: 23px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.breadcrumb_rightborder {
	background-image: url(images/breadcrumb_rightborder.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	width: 9px;
}
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
A.breadcrumb:link, A.breadcrumb:visited {
	color: #000000;
	text-decoration: underline;
}
.breadcrumb:hover, breadcrumb:active {
	color: #000000;
	text-decoration: none;
}
.footer_BG {
	font-size: 10px;
	font-weight: normal;
	color: #cccccc;
	background-color: #666666;
	height: 80px;
	padding: 10px;
	vertical-align: middle;
	text-decoration: none;
}
.footer, A.footer:link, A.footer:visited {
	font-size: 10px;
	font-weight: normal;
	color: #cccccc;
	text-decoration: none;
	font-family: "Century Gothic", Verdana;
}
A.footer:hover, A.footer:active {
	font-size: 10px;
	font-weight: normal;
	color: #cccccc;
	text-decoration: underline;
}
.Logged, A.Logged:link, A.Logged:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
A.Logged:hover, A.Logged:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}
/* Main Menu */
.rootMenuItem TD{
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-size: 11px;
	font-style: logintxt;
	font-weight: bold;
	font-family: "Century Gothic", Verdana;
	height: 30px;
} 
.rootmenuitemactive TD{
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-size: 11px;
	font-style: logintxt;
	font-weight: bold;
	font-family: "Century Gothic", Verdana;
	background-image: url(images/menubgactive.png);
	background-repeat: repeat-x;
	height: 30px;
	background-position: top;
}
.rootmenuitemselected TD{
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-size: 11px;
	font-style: logintxt;
	font-weight: bold;
	font-family: "Century Gothic", Verdana;
	background-image: url(images/menubgactive.png);
	background-repeat: repeat-x;
	height: 30px;
	background-position: top;
}
.rootmenuitembreadcrumb TD{
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-size: 11px;
	font-style: logintxt;
	font-weight: bold;
	font-family: "Century Gothic", Verdana;
}
.MainMenu_MenuContainer {
	background-color: transparent;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #3C3939 0px solid;
	border-bottom: #3C3939 1px solid;
	border-top: #3C3939 1px solid;
	border-right: #3C3939 0px solid;
	cursor: pointer;
	cursor: hand;
	color: #DCDCDC;
	font-size: 11px;
	font-style: logintxt;
	font-weight: bold;
	background-color: Transparent;
	font-family: "Century Gothic", Verdana;
	width: 150px;
}
.MainMenu_MenuItemSel {
	border-left: #3C3939 0px solid;
	border-bottom: #3C3939 1px solid;
	border-top: #3C3939 1px solid;
	border-right: #3C3939 0px solid;
	cursor: pointer;
	cursor: hand;
	color: #DCDCDC;
	font-size: 11px;
	font-style: logintxt;
	font-weight: bold;
	background-color: Transparent;
	font-family: "Century Gothic", Verdana;
}
.MainMenu_MenuItemAct {
	border-left: #3C3939 0px solid;
	border-bottom: #3C3939 1px solid;
	border-top: #3C3939 1px solid;
	border-right: #3C3939 0px solid;
	cursor: pointer;
	cursor: hand;
	color: #DCDCDC;
	font-size: 11px;
	font-style: logintxt;
	font-weight: bold;
	background-color: Transparent;
	font-family: "Century Gothic", Verdana;
}
.MainMenu_MenuIcon {
	background-color: #3C3939; 
	border-left: #3C3939 1px solid; 
	border-bottom: #3C3939 1px solid; 
	border-top: #3C3939 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 3px;
	height: 21px;
}
.submenuitemselect {
	background-color: #FFFFFF;
	color:#003399;
	width: 150px;
}
.MainMenu_SubMenu {
	margin-top: 5px;
	margin-left: -1px;
	background-color: #333333;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	border-top: #3C3939 0px solid;
	border-right: #3C3939 0px solid;
	border-left: #3C3939 0px solid;
	border-bottom: #3C3939 0px solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#3C3939,endColorStr=#2F2C2C);
	filter: Alpha(Opacity=80, FinishOpacity=100, Style=1);
	width: 150px;
}
.MainMenu_MenuBreak {
	border-bottom: #00ff00 0px solid; 
	border-left: #00ff00 0px solid; 
	border-top: #00ff00 0px solid;  
	border-right: #00ff00 0px solid; 
	background-color: transparent; 
	height: 0px;
}
.MainMenu_MenuArrow {
	border-right: #3C3939 1px solid; 
	border-bottom: #3C3939 1px solid; 
	border-top: #3C3939 1px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	width: 3px;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.blue-haus_01 {
	font-weight: bold;
	color: #002596;
}
.blue-haus_02 {
	font-weight: bold;
	color: #0099cc;
}

