/* ================================
    CSS STYLES FOR DotNetNuke 
   ================================*/ 
/* background color for the content part of the pages */
Body
{
    background-color: #f5ebe2;
    height: 100%;    
    }
table, p{
    font-family: Arial, Verdana, Thaoma;
    font-size: 11px;
    color: #a4090f;
}
.ControlPanel, .PagingTable {
    width: 100%;
    background-color: #FFFFFF;
    BORDER-RIGHT: #003366 1px solid; 
    BORDER-TOP: #003366 1px solid; 
    BORDER-LEFT: #003366 1px solid; 
    BORDER-BOTTOM: #003366 1px solid;
    font-family: Arial, Verdana, Thaoma;
    font-size: 11px;
}
.SkinObject, A.SkinObject:link, A.SkinObject:visited, A.SkinObject:active {
    font-weight: bold;
    font-size: 11px;
    color: #920025;
    font-family: Arial, Verdana, Thaoma;
    text-decoration: none;
}
A.SkinObject:hover    {
    text-decoration:    none;
    color:#920025;
}
/* text style for the body tab */
.pagemaster {	
	background-color: #f5ebe2;
}
.skinmaster 
{
	background-color: #f5ebe2;
}
.skinmasterPrint
{
	background-color: #ffffff;
}
.LeftPane  {
	font-family: Arial, Verdana, Thaoma;
	font-size: 11px;
	padding-top: 44px;
}
.RightPane  {
	font-family: Arial, Verdana, Thaoma;
	font-size: 11px;
	padding: 0px;
}
.ContentPane  { 
	font-family: Arial, Verdana, Thaoma;
	font-size: 11px;
	padding: 44 62 0 12;
}
.ContentPaneGalerie  { 
	font-family: Arial, Verdana, Thaoma;
	font-size: 11px;
	padding: 44 12 0 12;
}
.copyright
{
	font-family: Arial, Verdana, Thaoma;
	font-size: 11px;
	color: #a4090f;
}
ul li   {
}

ul li li    {
}

ul li li li {
}

ol li   {
}

ol ol li    {
}

ol ol ol li {
}
/*style fuer die allgemeine linkdefinition*/
A:link, A:visited, A:active 
{
	font-size: 11px;
	color: #920025;
	text-decoration: none;
}
A:hover 
{
	font-size: 11px;
	color: #920025;
	text-decoration: underline;
	/*background-color: #E4F3F6;*/
}.breadcrumbTD {
    color: #a4090f;
	font-size: 11px;
	font-weight:normal;
	font-family: Arial, Verdana, Thaoma;
	text-decoration: none;
	padding-left: 10px;
}
.breadcrumb, A.breadcrumb:link, A.breadcrumb:visited, A.breadcrumb:active  {
    color: #a4090f;
	font-size: 11px;
	font-weight:normal;
	font-family: Arial, Verdana, Thaoma;
	text-decoration: none;
}
A.breadcrumb:hover    {
    color: #920025;
	font-size: 11px;
	font-weight:normal;
	font-family: Arial, Verdana, Thaoma;
	text-decoration: underline;
}
/* text style for the selected tab */
.SearchTD {
    color: #a4090f;
	font-size: 11px;
	font-weight:normal;
	font-family: Arial, Verdana, Thaoma;
	text-decoration: none;
	padding-right: 10px;
}
.SearchTab, A.SearchTab:link, A.SearchTab:visited, A.SearchTab:active {
    color: #a4090f;
	font-size: 11px;
	font-weight:normal;
	font-family: Arial, Verdana, Thaoma;
	text-decoration: none;
}
A.SearchTab:hover    {
    color: #920025;
	font-size: 11px;
	font-weight:normal;
	font-family: Arial, Verdana, Thaoma;
	text-decoration: none;
}
/* text style for the unselected tabs */
.OtherTabs, A.OtherTabs:link, A.OtherTabs:active, A.OtherTabs:visited {
    color: #920025;
	font-size: 11px;
	font-weight:normal;
	font-family: Arial, Verdana, Thaoma;
	text-decoration: none;
}
A.OtherTabs:hover   {
    color: #920025;
	font-size: 11px;
	font-weight:normal;
	font-family: Arial, Verdana, Thaoma;
	text-decoration: underline;
	/*padding: 1px 3px 2px 3px;
	background-color: #FF9900;
	border: solid 1px #4E5ED7;*/
}
.LoginTab, A.LoginTab:link, A.LoginTab:visited, A.LoginTab:active  {
	color: #920025;
	font-size: 11px;
	font-weight:normal;
	font-family: Arial, Verdana, Thaoma;
	text-decoration: none;
}
A.LoginTab:hover    {
    color: #920025;
	font-size: 11px;
	font-weight:normal;
	font-family: Arial, Verdana, Thaoma;
	text-decoration: underline;
	/*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: Arial, Verdana, Thaoma; 
    font-size: 11px;
    color:#a4090f;
    font-weight: normal;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active  {
    color:#a4090f;
}
A.CommandButton:hover    {
    color:#920025;
}
/* button style for standard HTML buttons */
.StandardButton     {
    font-family: Arial, Verdana, Thaoma; 
    font-size: 11px;
    font-weight: normal;
}
/* GENERAL style for module titles */
.TitelBox
{
	font-size: 11px;
	font-weight: bold;
	color: #a4090f;
}
.Head   {
	font-size: 13px;
	font-weight: bold;
	color: #a4090f;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-size: 11px;
	font-weight: bold;
	color: #a4090f;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Verdana, Thaoma; 
    font-size:  11px;
    font-weight: normal;
    color: #a4090f;
}
/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Verdana, Thaoma;
    font-size: 11px;
    color: #a4090f;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Verdana, Thaoma; 
    font-size: 11px;
    font-weight: normal;
}
.NormalRed
{
    font-family: Arial, Verdana, Thaoma; 
    font-size: 11px;
    font-weight: normal;
    color: red;
}
.NormalBold
{
    font-family: Arial, Verdana, Thaoma; 
    font-size: 11px;
    font-weight: bold
}		 
/* GENERIC */
H1  {
    font-size: 12px;
	color: #a4090f;
	font-weight: bold;
}
H2  {
    font-size: 12px;
	color: #a4090f;
	font-weight: bold;
}
H3  {
    font-size: 12px;
	color: #a4090f;
	font-weight: bold;
}
H4  {
    font-size: 12px;
	color: #a4090f;
	font-weight: bold;
}
H5 {
    font-size: 10px;
	color: #a4090f;
	font-weight: bold;
}
H6  {
    font-size: 10px;
	color: #a4090f;
	font-weight: normal;
}
HR {
	color: #a4090f;
	height: 1px;
	border: solid 1px #a4090f;
}
/************************************************************************************************************* 
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: #92514E;
	font-family: Arial, Verdana, Thaoma;
	font-size: 11px !important; 
	font-weight: bold; 
	height: 20px;
	background: #e0cec2;
}
.BreadcrumbRootTab TD{
	color: #92514E;
	font-family: Arial, Verdana, Thaoma;
	font-size: 11px !important; 
	font-weight: bold; 
	height: 20px;
	background: #e0cec2;
}
.SubActiveRootTab TD{
	cursor: hand; 
	color: #92514E; 
	font-family: Arial, Verdana, Thaoma;
	font-size: 11px !important; 
	font-weight: bold; 
	font-style: normal;
	height: 20px;
	background: #e0cec2;
	border: solid 1px #e0cec2;
}
.MainMenu_MenuContainer {
	color: #92514E;
	background-color: #dabea9;
	height: 20px; 
	width: 200px;
	font-size: 11px !important; 
}
.MainMenu_MenuBar {
	color: #92514E;
	height: 20px;
	background-color: #dabea9;
	font-size: 11px !important; 
}
.MainMenu_MenuItem {
	cursor: hand; 
	color: #92514E; 
	font-family: Arial, Verdana, Thaoma;
	font-size: 11px !important; 
	font-weight: bold; 
	font-style: normal; 
	border: #dabea9 1px solid; 
	height: 20px;
	padding-left: 30px;
}
.MainMenu_MenuIcon {
	cursor: hand; 
	background-color: #dabea9; 
	border: #dabea9 1px solid; 
	text-align: center;
	width: 0px;
	height: 20px;
	/*display: none;*/
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: hand; 
	background-color: #dabea9;
	color: #92514E;
	font-size: 11px !important; 
	padding-left: 0px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	/*border ueber den ganzen menue bereich*/ 
	border: #ad9380 1px solid; 
}
.MainMenu_MenuItemSel 
{
    background-color: #e0cec2;
	cursor: hand; 
	color: #92514E; 
	font-family: Arial, Verdana, Thaoma;
	font-size: 11px !important; 
	font-weight: bold; 
	font-style: normal;
	border: #e0cec2 1px solid; 
	height: 20px;
	padding-left: 30px;
}
.SubMainMenu_MenuItemSel 
{
    background-color: #e0cec2;
	cursor: hand; 
	color: #92514E; 
	font-family: Arial, Verdana, Thaoma;
	font-size: 11px !important; 
	font-weight: bold; 
	font-style: normal;
	border: #e0cec2 1px solid; 
	height: 20px;
}
.MainMenu_MenuBreak { 
	border: #dabea9 1px solid; 
	background-color: #dabea9; 
	height: 20px;
}
.MainMenu_MenuArrow {
	font-family: webdings;
	color: #92514E;
	font-size: 11px !important; 
	cursor: hand; 
	border: #6E8282 0px solid; 
	height: 20px; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	color: #92514E;
	font-size: 11px !important; 
	cursor: hand;
	border: #6E8282 0px solid; 
	height: 22px;
}