/* ================================
    CSS STYLES FOR DotNetNuke 
   ================================*/ 
/* text style for the body tab */
.pagemaster {	
	background-color: #ffffff;
}
.skinmaster 
{
	background-color: #ffffff; 
}
div#ControlPanel {
	background-color: #FFFFFF;
	font-size: 12px;
	color: #000000;
}
.LeftPane  {
	font-family: Arial,Verdana,Thaoma;
	font-size: 12px;
	color: #000000;
}
.ContentPane  { 
	font-family: Arial,Verdana,Thaoma;	
	font-size: 12px;
	color: #000000;
}
.RightPane  { 
	font-family: Arial,Verdana,Thaoma;
	font-size: 12px;
	color: #000000;
}
.copyright
{
	font-family: Arial,Verdana,Thaoma;
	font-size: 12px;
	color: #000000;
}
table
{
    font-family: Arial,Verdana,Thaoma;
	font-size: 12px;
	color: #000000;
}
.startmenu
{
    font-size: 12px;
    text-decoration: none;
    color: Black;
    font-weight: bold;
    font-family: Arial,Verdana,Thaoma;
}
a.startmenu:link
{
    font-size: 12px;
    text-decoration: none;
    color: Black;
    font-weight: bold;
    font-family: Arial,Verdana,Thaoma;
}
a.startmenu:visited
{
    font-size: 12px;
    text-decoration: none;
    color: Black;
    font-weight: bold;
    font-family: Arial,Verdana,Thaoma;
}
a.startmenu:active
{
    font-size: 12px;
    text-decoration: none;
    color: Black;
    font-weight: bold;
    font-family: Arial,Verdana,Thaoma;
}
a.startmenu:hover
{
    font-size: 12px;
    text-decoration: none;
    color: #ffb400;
    font-weight: bold;
    font-family: Arial,Verdana,Thaoma;
}
.startsubmenu
{
    font-size: 12px;
    text-decoration: none;
    color: Black;
    font-weight: normal;
    font-family: Arial,Verdana,Thaoma;
}
a.startsubmenu:link
{
    font-size: 12px;
    text-decoration: none;
    color: Black;
    font-weight: normal;
    font-family: Arial,Verdana,Thaoma;
}
a.startsubmenu:visited
{
    font-size: 12px;
    text-decoration: none;
    color: Black;
    font-weight: normal;
    font-family: Arial,Verdana,Thaoma;
}
a.startsubmenu:active
{
    font-size: 12px;
    text-decoration: none;
    color: Black;
    font-weight: normal;
    font-family: Arial,Verdana,Thaoma;
}
a.startsubmenu:hover
{
    font-size: 12px;
    text-decoration: none;
    color: #ffb400;
    font-weight: normal;
    font-family: Arial,Verdana,Thaoma;
}
/*style fuer die allgemeine linkdefinition*/
A:link  
{
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

A:visited   
{
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

A:active    
{
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

A:hover 
{
	font-size: 12px;
	color: #ffb400;
	text-decoration: underline;
	/*background-color: #E4F3F6;*/
}
/* text style for the selected tab */
.SelectedTab {
    color: #000000;
	font-size: 12px;
	font-weight:normal;
	font-family: Arial,Verdana,Thaoma;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
    color: #000000;
	font-size: 12px;
	font-weight:normal;
	font-family: Arial,Verdana,Thaoma;
}
A.SelectedTab:visited  {
    color: #000000;
	font-size: 12px;
	font-weight:normal;
	font-family: Arial,Verdana,Thaoma;
}
A.SelectedTab:active   {
    color: #000000;
	font-size: 12px;
	font-weight:normal;
	font-family: Arial,Verdana,Thaoma;
}
A.SelectedTab:hover    {
    color: #ffb400;
	font-size: 12px;
	font-weight:normal;
	font-family: Arial,Verdana,Thaoma;
}
/* text style for the unselected tabs */
.OtherTabs {
    color: #000000;
	font-size: 20px;
	font-weight:bold;
	font-family: Arial,Verdana,Thaoma;
	text-decoration: none;
}
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    color: #000000;
	font-size: 20px;
	font-weight:bold;
	font-family: Arial,Verdana,Thaoma;
	text-decoration: none;
	/*padding: 1px 3px 2px 3px;
	background-color: #FF9900;
	border: solid 1px #4E5ED7;*/
}
A.OtherTabs:active   {
    color: #000000;
	font-size: 20px;
	font-weight:bold;
	font-family: Arial,Verdana,Thaoma;
	text-decoration: none;
	/*padding: 1px 3px 2px 3px;
	background-color: #FF9900;
	border: solid 1px #4E5ED7;*/
}
A.OtherTabs:visited  {
    color: #000000;
	font-size: 20px;
	font-weight:bold;
	font-family: Arial,Verdana,Thaoma;
	text-decoration: none;
	/*padding: 5px 3px 2px 3px;
	border: solid 1px #4E5ED7;*/
}
A.OtherTabs:hover   {
    color: #000000;
	font-size: 20px;
	font-weight:bold;
	font-family: Arial,Verdana,Thaoma;
	text-decoration: none;
	/*padding: 1px 3px 2px 3px;
	background-color: #FF9900;
	border: solid 1px #4E5ED7;*/
}
.LoginTab {
	color: #ffffff;
	font-size: 12px;
	font-weight:normal;
	font-family: Arial,Verdana,Thaoma;
}
/* hyperlink style for the selected tab */
A.LoginTab:link {
    color: #ffffff;
	font-size: 12px;
	font-weight:normal;
	font-family: Arial,Verdana,Thaoma;
}
A.LoginTab:visited  {
    color: #ffffff;
	font-size: 12px;
	font-weight:normal;
	font-family: Arial,Verdana,Thaoma;
}
A.LoginTab:active   {
    color: #ffffff;
	font-size: 12px;
	font-weight:normal;
	font-family: Arial,Verdana,Thaoma;
}
A.LoginTab:hover    {
    color: #ffb400;
	font-size: 12px;
	font-weight:normal;
	font-family: Arial,Verdana,Thaoma;
	/*padding: 5px 3px 2px 3px;
	border: solid 1px #4E5ED7;*/
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family:Verdana, sans-serif; 
    font-size: 12px;
    color:#000000;
    font-weight: normal;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    color:#000000;
}
A.CommandButton:visited  {
    color:#000000;
}
A.CommandButton:active   {
    color:#000000;
}
A.CommandButton:hover    {
    color:#ffb400;
}
/* button style for standard HTML buttons */
.StandardButton     {
    font-family: Arial, Verdana, sans-serif; 
    font-size: 12px;
    font-weight: normal;
}
/* GENERAL style for module titles */
.TitelBox
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.Head   {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Verdana;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-size: 12px;
	font-weight: normal;
	color: #000000;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family:Verdana, sans-serif; 
    font-size:  12px;
    font-weight: normal;
    color: #000000;
}
/* text style used for most text rendered by modules */
.Normal
{
    font-family:Verdana, sans-serif; 
    font-size: 12px;
    font-weight: normal;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family:Verdana, sans-serif; 
    font-size: 12px;
    font-weight: normal;
}
.NormalRed
{
    font-family:Verdana, sans-serif; 
    font-size: 12px;
    font-weight: normal;
    color: red;
}
.NormalBold
{
    font-family:Verdana, sans-serif; 
    font-size: 12px;
    font-weight: bold
}		 
/* GENERIC */
H1  {
    font-size: 120%;
	color: #000000;
	font-weight: bold;
}
H2  {
    font-size: 115%;
	color: #000000;
	font-weight: bold;
}
H3  {
    font-size: 115%;
	color: #000000;
	font-weight: normal;
}
H4  {
    font-size: 110%;
	color: #000000;
	font-weight: bold;
}
H5, DT  {
    font-size: 105%;
	color: #000000;
	font-weight: bold;
}
H6  {
    font-size: 100%;
	color: #000000;
	font-weight: bold;
}
ul
{
    list-style-type: disc;
}
ol
{
    list-style-type: disc;
}
li
{
    list-style-type: disc;
}
HR {
	color: #ffb400;
	height: 1px;
	border: dotted 1px #ffb400;
}
/************************************************************************************************************* 
This uses 2.1.2 Solpart Menu Options. Classes MUST be set in xml or ASCX file to display correctly  on page.
************************************************************************************************************ */
.ActiveRootTab TD{
	color: #ffffff;
	font-family: Arial,Verdana,Thaoma;
	font-size: 12px; 
	font-weight: normal; 
	height: 20px;
}
.BreadcrumbRootTab TD{
	color: #ffffff;
	font-family: Arial,Verdana,Thaoma;
	font-size: 12px; 
	font-weight: normal; 
	height: 20px;
}
.SubActiveRootTab TD{
	cursor: hand; 
	color: #ffffff; 
	font-family: Arial,Verdana,Thaoma;
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal;
	border-right: #ffe49d 1px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffe49d 1px solid;
	border-left: #ffe49d 1px solid;
	height: 20px;
}
/* End 2.1.2 Extra Menu Features */
.MainMenu_MenuContainer {
	color: #000000;
	background-color: Transparent;
	height: 20px; 
	padding-left:40px;
}
.MainMenu_MenuBar {
	color: #000000;
	height: 20px;
	background-color: Transparent;
}
/*style fuer die erste naviebene*/
.MainMenu_MenuItem {
	cursor: hand; 
	color: #000000; 
	font-family: Arial,Verdana,Thaoma;
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #ffe49d 1px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffe49d 1px solid; 
	border-right: #ffe49d 1px solid;
	height: 20px;
}
/*style fuer das icon links vom navi text*/
.MainMenu_MenuIcon {
	cursor: hand; 
	background-color: #ffe49d; 
	border-left: #ffe49d 1px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffe49d 1px solid; 
	border-right: #ffe49d 1px solid;
	text-align: center;
	width: 15px;
	height: 20px;
	/*display: none;*/
}
/*style fuer die submenues textbereich hg und border*/
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: hand; 
	background-color: #ffe49d;
	color: #000000;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	/*border ueber den ganzen menue bereich*/ 
	border-bottom: #ffffff 1px solid; 
	border-left: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-right: #ffffff 1px solid;
}
.SubMainMenu_SubMenu {
	z-index: 1000; 
	cursor: hand; 
	background-color: #ffe49d;
	color: #000000;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	/*border ueber den ganzen menue bereich*/ 
	border-bottom: #ffffff 1px solid; 
	border-left: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-right: #ffffff 1px solid;
}
.RootMenu_MenuItemSel 
{
    background-color: #ffb400;
	cursor: hand; 
	color: #ffffff; 
	font-family: Arial,Verdana,Thaoma;
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal;
	border-right: #ffb400 1px solid; 
	border-bottom: #ffb400 f1px solid; 
	border-top: #ffb400 1px solid;
	border-left: #ffb400 1px solid;
	height: 20px;
}
.RootSubMenu_MenuItemSel 
{
    background-color: #ffffff;
	cursor: hand; 
	color: #ffb400; 
	font-family: Arial,Verdana,Thaoma;
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal;
	height: 20px;
}
.SubMenu_MenuItemSel 
{
    background-color: #ffe49d;
	cursor: hand; 
	color: #ffffff; 
	font-family: Arial,Verdana,Thaoma;
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal;
	border-right: #ffe49d 1px solid; 
	border-bottom: #fffff f1px solid; 
	border-top: #ffe49d 1px solid;
	border-left: #ffe49d 1px solid;
	height: 20px;
}
.SubSubMenu_MenuItemSel 
{
    background-color: #ffe49d;
	cursor: hand; 
	color: #ffffff; 
	font-family: Arial,Verdana,Thaoma;
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal;
	height: 20px;
}
/*.MainMenu_MenuItemSel 
{
    background-color: #ffe49d;
	cursor: hand; 
	color: #ffffff; 
	font-family: Arial,Verdana,Thaoma;
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal;
	border-right: #ffe49d 1px solid; 
	border-bottom: #fffff f1px solid; 
	border-top: #ffe49d 1px solid;
	border-left: #ffe49d 1px solid;
	height: 20px;
}*/
.MainMenu_MenuBreak {
	border-bottom: #ffffff 1px solid; 
	border-left: #ffe49d 1px solid; 
	border-top: #ffe49d 1px solid;  
	border-right: #ffe49d 1px solid; 
	background-color: #ffe49d; 
	height: 20px;
}
.MainMenu_MenuArrow {
	font-family: webdings;
	color: #000000;
	font-size: 12px; 
	cursor: hand; 
	border-right: #ffe49d 1px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffe49d 1px solid;
	border-left: #ffe49d 1px solid;
	height: 20px; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	color: white;
	font-size: 12px; 
	cursor: hand;
	border-right: #6E8282 0px solid; 
	border-bottom: #6E8282 0px solid; 
	border-top: #6E8282 0px solid;
	border-left: #6E8282 0px solid;
	height: 20px;
}
/*style fier die 2 menu platzierung in der skin*/
.ActiveRootTabSubMenu TD{
	color: #000000;
	font-family: Arial,Verdana,Thaoma;
	font-size: 12px; 
	font-weight: bold; 
	height: 20px;
}
.BreadcrumbRootTabSubMenu TD{
	color: #000000;
	font-family: Arial,Verdana,Thaoma;
	font-size: 12px; 
	font-weight: bold; 
	height: 20px;
}
.SubActiveRootTabSubMenu
{
    cursor: hand; 
	color: #000000; 
	font-family: Arial,Verdana,Thaoma;
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	height: 20px;
}
/*style fuer kalender*/
.Eventtooltip
{
	border-right: #000 1px solid;
	padding-right: 5px;
	border-top: #000 1px solid;
	padding-left: 5px;
	font-size: 10px;
	filter: alpha(opacity=80);
	padding-bottom: 5px;
	border-left: #000 1px solid;
	width: 200px;
	color: #000;
	padding-top: 5px;
	border-bottom: #000 1px solid;
	font-family: Arial;
	background-color: #ffd;
	text-align: left;
	moz-opacity: 0.8;
}
	 
.Event
{
	border-right: #ffffff 1px solid;
	table-layout: auto;
	padding-right: 0px;
	border-top: #ffffff 1px solid;
	padding-left: 0px;
	font-size: 7pt;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #ffffff 1px solid;
	color: #ffffff;
	padding-top: 0px;
	border-bottom: #ffffff 1px solid;
	font-family: Verdana;
	border-collapse: collapse;
	text-align: center;
	width: 400px;
	height: 400px;
}

.EventTitle
{
	font-weight: bold;
	font-size: 9pt;
	background-image: none;
	width: 100%;
	height: 100%;
	background-color: #FFB400;
	text-align: center;
}

.EventTitle, .EventTitle td
{
	font-weight: bold;
	font-size: 11pt;
	background-image: none;
	color: #ffffff;
	background-color: #FFB400;
	text-align: center;
}

/* Note use of "!important" to override Inline Style */
.EventNextPrev, .EventNextPrev a:link
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	color: #ffffff !important;
	padding-top: 0px;
}

.EventNextPrev a, .EventNextPrev a:visited, .EventNextPrev a:hover
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	color: #ffffff !important;
	padding-top: 0px;
}

.EventDayHeader
{
	font-weight: bold;
	font-size: 7pt;
	font-family: Verdana;
	background-color: #999999;
}

.EventDay, .EventDay td
{
	font-size: 7pt;
	color: #0000ff !important;
	font-family: Verdana;
}

.EventDay a,
.EventDay a:visited,
.EventDay a:hover
{
	font-size: 7pt;
	color: #0000ff !important;
	font-family: Verdana;
}

.EventOtherMonthDay
{
	color: #808080;
	background-color: gainsboro;
}

.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
	color: #8080c0;
	background-color: gainsboro;
}


.EventWeekendDay
{
	background-color: whitesmoke;
}

.EventTodayDay
{
	border-right: red 2px solid;
	border-top: red 2px solid;
	border-left: red 2px solid;
	border-bottom: red 2px solid;
}

/* Note use of "!important" to override Inline Style */
.EventSelectedDay
{
	font-weight: bold;
	color: #0000ff !important;
	background-color: darkgray;
}

.EventSelectedDay a,
.EventSelectedDay a:visited,
.EventSelectedDay a:hover
{
	color: #0000ff !important;
	font-weight: bold;
}

.EventSelector
{
	background-color: #c0c0e0;
}

.EventSelector a,
.EventSelector a:visited,
.EventSelector a:hover
{
	color: #0000ff;
	text-decoration: none;
}	