/* ================================
    CSS STYLES FOR DotNetNuke 
   ================================*/ 
/* text style for the body tab */
.pagemaster {	
	background: #f4f1ea url(hg_header.gif) repeat-x left top;
}
.skinmaster 
{
    background: #fff;
}
.header{
    background: #661863;
}
div#ControlPanel {
	background-color: #fff;
	font-size: 11px;
	color: #3B0032;
}
.LeftPane  {
	font-family: Verdana,Arial,Thaoma;
	padding: 0 25 0 25;
	width: 220;
	*width: 170;
}
.StartPane  { 
	font-family: Verdana,Arial,Thaoma;
	width: 520px;	
}
.RightPane  { 
	font-family: Verdana,Arial,Thaoma;
	padding: 0 25 0 25;
	width: 240px;
	*width: 190px;
}
.ContentPane  { 
	font-family: Verdana,Arial,Thaoma;	
}
.StandardPane  { 
	font-family: Verdana,Arial,Thaoma;
	/*background-image: url(musterrechts.gif);
	background-repeat: no-repeat;
	background-position: right top;*/
}
.copyright, .copyright td
{
	font-family: Verdana,Arial,Thaoma;
	font-size: 11px;
	color: #999999;	
}
table
{
    font-family: Verdana,Arial,Thaoma;
	font-size: 11px;
	color: #333333;
}
.footer
{
    padding-bottom: 15px;
    color: #999999;
    padding-right: 25px;
}
img
{
    border-color: #632566;
}
.breadcrumb
{
    color: #661863;
}
.xyzmoViolett
{
    color: #661863;
}
.xyzmoflieder
{
    color: #BD37B6;
}
a.xyzmoButton, .xyzmoButton
{
    cursor: hand; 
    background-color: #661863;
    padding: 5 5 5 5;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    width: 90px;
    font-size: 13px;
    
}
/*style fuer die allgemeine linkdefinition*/
A:link  
{
	font-size: 11px;
	color: #661863;
	text-decoration: none;
}

A:visited   
{
	font-size: 11px;
	color: #661863;
	text-decoration: none;
}

A:active    
{
	font-size: 11px;
	color: #661863;
	text-decoration: none;
}

A:hover 
{
	font-size: 11px;
	color: #661863;
	text-decoration: underline;
	/*background-color: #E4F3F6;*/
}
/* text style for the selected tab */
.SelectedTab {
    color: #661863;
	font-size: 11px;
	font-weight:normal;
	font-family: Verdana,Arial,Thaoma;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
    color: #661863;
	font-size: 11px;
	font-weight:normal;
	font-family: Verdana,Arial,Thaoma;
}
A.SelectedTab:visited  {
    color: #661863;
	font-size: 11px;
	font-weight:normal;
	font-family: Verdana,Arial,Thaoma;
}
A.SelectedTab:active   {
    color: #661863;
	font-size: 11px;
	font-weight:normal;
	font-family: Verdana,Arial,Thaoma;
}
A.SelectedTab:hover    {
    color: #661863;
	font-size: 11px;
	font-weight:normal;
	font-family: Verdana,Arial,Thaoma;
	text-decoration: underline;
}
/* text style for the unselected tabs */
.OtherTabs {
    color: #661863;
	font-size: 11px;
	font-weight:normal;
	font-family: Verdana,Arial,Thaoma;
}
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    color: #661863;
	font-size: 11px;
	font-weight:normal;
	font-family: Verdana,Arial,Thaoma;
	/*padding: 1px 3px 2px 3px;
	background-color: #FF9900;
	border: solid 1px #4E5ED7;*/
}
A.OtherTabs:active   {
    color: #661863;
	font-size: 11px;
	font-weight:normal;
	font-family: Verdana,Arial,Thaoma;
	/*padding: 1px 3px 2px 3px;
	background-color: #FF9900;
	border: solid 1px #4E5ED7;*/
}
A.OtherTabs:visited  {
    color: #661863;
	font-size: 11px;
	font-weight:normal;
	font-family: Verdana,Arial,Thaoma;
	/*padding: 5px 3px 2px 3px;
	border: solid 1px #4E5ED7;*/
}
A.OtherTabs:hover   {
    color: #661863;
	font-size: 11px;
	font-weight:normal;
	font-family: Verdana,Arial,Thaoma;
	/*padding: 1px 3px 2px 3px;
	background-color: #FF9900;
	border: solid 1px #4E5ED7;*/
}
.LoginTab {
	color: #3B0032;
	font-size: 11px;
	font-weight:normal;
	font-family: Verdana,Arial,Thaoma;
}
/* hyperlink style for the selected tab */
A.LoginTab:link {
    color: #661863;
	font-size: 11px;
	font-weight:normal;
	font-family: Verdana,Arial,Thaoma;
}
A.LoginTab:visited  {
    color: #661863;
	font-size: 11px;
	font-weight:normal;
	font-family: Verdana,Arial,Thaoma;
}
A.LoginTab:active   {
    color: #3B0032;
	font-size: 11px;
	font-weight:normal;
	font-family: Verdana,Arial,Thaoma;
}
A.LoginTab:hover    {
    color: #661863;
	font-size: 11px;
	font-weight:normal;
	font-family: Verdana,Arial,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: 11px;
    color:#3B0032;
    font-weight: normal;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    color:#661863;
}
A.CommandButton:visited  {
    color:#661863;
}
A.CommandButton:active   {
    color:#661863;
}
A.CommandButton:hover    {
    color:#661863;
}
/* button style for standard HTML buttons */
.StandardButton     {
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
/* GENERAL style for module titles */
.TitelBox
{
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.Head   {
	font-size: 13px;
	font-weight: bold;
	color: #661863;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    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, sans-serif; 
    font-size:  11px;
    font-weight: normal;
    color: #333333;
}
/* text style used for most text rendered by modules */
.Normal
{
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
    color: #333333;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
    color: #333333;
}
.NormalRed
{
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
    color: red;
}
.NormalBold
{
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: bold
}		 
/* GENERIC */
H1  {
    font-size: 130%;
	color: #71266D;
	font-weight: bold;
}
H2  {
    font-size: 130%;
	color: #3B0032;
	font-weight: bold;
}
H3  {
    font-size: 115%;
	color: #71266D;
	font-weight: bold;
}
H4  {
    font-size: 115%;
	color: #3B0032;
	font-weight: bold;
}
H5, DT  {
    font-size: 105%;
	color: #71266D;
	font-weight: bold;
}
H6  {
    font-size: 100%;
	color: #71266D;
	font-weight: normal;
}
TFOOT, THEAD {
}
TH  {
}
HR {
	color: #dddddd;
	height: 1px;
	border: solid 1px #dddddd;
}
/************************************************************************************************************* 
This uses 2.1.2 Solpart Menu Options. Classes MUST be set in xml or ASCX file to display correctly  on page.
************************************************************************************************************ */
.ActiveRootTab TD
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #000;
    font-weight: normal;
    height: 25px;
    background: #ccc;
}
.BreadcrumbRootTab TD
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #000;
    font-weight: normal;
    height: 25px;
    background: #ccc;
}
.SubActiveRootTab TD
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    cursor: hand;
    color: #000;
    font-weight: normal;
    font-style: normal;
    border: #ccc 1px solid;
    height: 25px;
    background: #ccc;
}
.MainMenu_MenuContainer
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #666;
    background-color: Transparent;
    height: 25px;
    width: 170px;
}
.MainMenu_MenuBar
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #666;
    height: 25px;
    background-color: Transparent;
    width: 120px;
}
.MainMenu_MenuItem
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    cursor: hand;
    color: #666;
    font-weight: normal;
    font-style: normal;
    border: #fff 1px solid;
    height: 25px;
}
.MainMenu_MenuIcon
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    cursor: hand;
    background-color: #fff;
    border: #fff 1px solid;
    text-align: center;
    width: 15px;
    height: 25px; /*display: none;*/
}
.MainMenu_SubMenu
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    z-index: 1000;
    cursor: hand;
    background-color: #fff;
    color: #666;
    filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3); /*border ueber den ganzen menue bereich*/
    border: #999 1px solid;
}
.MainMenu_MenuItemSel
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    background-color: #ccc;
    cursor: hand;
    color: #000;
    font-weight: normal;
    font-style: normal;
    border: #fff 1px solid;
    height: 25px;
}
.SubMainMenu_MenuItemSel
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    cursor: hand;
    color: #000;
    font-weight: normal;
    font-style: normal;
    border: #ccc 1px solid;
    height: 25px;
    background: #ccc;
}
.MainMenu_MenuBreak
{
    border: #fff 1px solid;
    font-size: 8.5pt;
    background-color: #fff;
    height: 25px;
}
.MainMenu_MenuArrow
{
    font-family: webdings;
    color: #000;
    cursor: hand;
    border: #6E8282 0px solid;
    height: 25px;
    width: 8px;
}
.MainMenu_RootMenuArrow
{
    font-family: webdings;
    color: #000;
    cursor: hand;
    border: #6E8282 0px solid;
    height: 25px;
    width: 8px;
}
/*
########################################
NT FORUMS STYLES BEGIN
########################################
*/
.afgrid
{
    background-image: none;
    background-color:#ffffff;
    border:#76767B 1px solid;
    font-size: 11px;
    margin-bottom: 6px;
}
.afgroupheader
{
    background-image: none;
    background-color: #661862;
    color: #ffffff;
    font-size: 11px;
}
/* 1. Zeile Header vom den einzelnen Foren */
.afgrouprow
{
    background-image: none;
    background-color: #661862;
    color: #ffffff;
    font-size: 11px;
}
/*2.zeile - feldbeschreibung - forum, posts, replies usws*/
.afheader
{
    background-color: #BD37B6;
    color: #ffffff;
}
/*3. zeile mit den einzelnen foren*/
.afforumrow
{
    background-color: #ffffff;
    font-size: 11px;
}
.afsubgrid
{
}
.aflastpost
{
}
.afcrumb
{
}
.afcol1
{
}
.afsubject
{
}
.af_lastpost
{
}
/*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: #661862;
	text-align: center;
}

.EventTitle, .EventTitle td
{
	font-weight: bold;
	font-size: 11pt;
	background-image: none;
	color: #ffffff;
	background-color: #661862;
	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;
}	
/*
########################################
STYLES DOCUMENT EXCHANGE MODUL BEGIN
########################################
*/
.DMX_categories
{
}
.DMX_CategoryBox
{
}
.DMX_Breadcrumbs^
{
}
.DMX_NB_Button
{
}
.DMX_Header
{
}
.DMX_Status
{
}
.FileGrid_X
{
}
.DetailsGrid_X
{
}
