/*
   ================================
    CSS STYLES FOR MDS Skin
   ================================
*/   
A.MdsStyle
{
	font-size: 11px;
	color: #cc0066;
	font-family:  Verdana, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

A.MdsStyle:hover
{
	font-size: 11px;
	color: #cc0066;
	font-family:  Verdana, Arial, Helvetica, Sans-Serif;
		
}

A.MdsStyle:visited
{
	font-size: 11px;
	color: #cc0066;
	font-family:  Verdana, Arial, Helvetica, Sans-Serif;
	/*text-decoration: underline;*/
	font-weight: bold;
}

.MdsMsg{
	font-size: 11px;
	color: #336699;
	font-family:  Verdana, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	font-weight: bold;
}

.BaseFont 
{
	font-size: 11px;
	font-family:  Verdana, Arial, Helvetica, Sans-Serif;
}

.Wrapper
{
	clear: both;
	float: none;
	width: 100%;
	height: 100%;
}

.Header
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	width: 100%;
	padding-top: 5px;
	border-bottom: 1px solid #333333;
	height: 65px;
	font-family:  Verdana, Arial, Helvetica, Sans-Serif;
}

.BarTop
{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: #999999 1px solid;
	height: 18px;
	width: 100%;
	background-color: #dddddd;
	font-family:  Verdana, Arial, Helvetica, Sans-Serif;
}

.Body 
{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family:  Verdana, Arial, Helvetica, Sans-Serif;
}

.TopPane {}

.ContentPane {}

.RightPane
{
	border-left: #999999 1px dotted;
	padding-left: 10px;
}

.BottomPane {}

.BarBottom
{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: #999999 1px solid;
	border-top: #999999 1px solid;
	height: 12px;
	width: 100%;
	background-color: #dddddd;
	font-family:  Verdana, Arial, Helvetica, Sans-Serif;
}

.Footer
{
	color: White;
	font-size: 11px;
	font-family:  Verdana, Arial, Helvetica, Sans-Serif;
	text-align: center;
}

.Copyright 
{
	color: #ffffff;
	font-family:  Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	text-align: center;
}


/*
   ================================
    CSS STYLES fr Mds CRM-Module
   ================================
*/   


/* Alternating-Row in der Tabelle (z.B. Artikelliste) */
.MdsCrmRow1
{    
	BACKGROUND-COLOR: white;
	FONT-FAMILY:  Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

.MdsCrmRow2
{
	BACKGROUND-COLOR: #eeaacc;
	FONT-FAMILY:  Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}


/* Tabellenberschriften */
.MdsCrmTableHeader
{
	FONT-FAMILY:  Verdana, Arial, Helvetica, Sans-Serif;
	BACKGROUND-COLOR: #ce1462;
	COLOR: white;
	font-size: 11px;
}

/* berschrift Gre 1 */
.MdsCrmHeader1
{    
	FONT-FAMILY:  Verdana, Arial, Helvetica, Sans-Serif;
	COLOR: #ce1462;
	MARGIN-TOP: 11px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 14pt;
	MARGIN-BOTTOM: 5pt;
}

/* berschrift Gre 2 */
.MdsCrmHeader2
{
    font-family:  Verdana, Arial, Helvetica, Sans-Serif;
    MARGIN-TOP: 5pt;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    MARGIN-BOTTOM: 1pt;
    COLOR: #ce1462;
}
/* Bei Belegabschluss ohne Produkt!! */
.mdsNoProducts{
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: bold;
}
/* Für Überschriften */
.mdsModuleHeader{
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	font-weight:bold;
	
}
/* Normaler Modul Text */
.mdsModuleText{
	background-color: transparent;
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	font-size: 11px;
	font-style: normal;
}
/* gleich wie normaler Text nur eben "bold"  ;) */
.mdsModuleTextBold{
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	font-size: 11px;
	font-style: bold;
}
/* Für Pflichfelder */
.mdsRequiredFields{
	background-color: transparent;
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	color:#999999;
}
/* Für die Error Messages bei nicht ausgefüllten Pflichtfelder */
.mdsErrorMessage{
	background-color: transparent;
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	font-size: 11px;
	font-style: bold;
	color: #FF0000;
}
/*Die Allgemeinen Geschäftsbedingungen...*/
.mdsAGBText{
	background-color: transparent;
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	font-size: 11px;
	font-style: normal;
	color: #9F2F32;
}
/* Damit Bilder mit Links keinen Rahmen haben */
IMG
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    BORDER-LEFT: medium none;
    BORDER-BOTTOM: medium none
}

/* Fr DataGrid berschrift bzw. Text in der Detailansicht des Artikels */
.MdsCrmDataGridHeader
{
	BACKGROUND-COLOR: #ce1462;
	FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
.MdsCrmDataGridText
{
	background-color: #ffffff;
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #000000;
}
.mdsHistoryLink
{
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	font-size: 12px;
}
.mdsHistoryFooter
{
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	font-size: 12px;
}

/*
   ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

/* background/border colors for the selected tab */
.TabBg
{
	background-color: #eeaacc;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 11px;
    color: #999999;
	font-family:  Verdana, Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link
{
	color: #336699;
}

A.SelectedTab:visited  {
	color: #336699;
}

A.SelectedTab:active   {
	color: #336699;
}

A.SelectedTab:hover    {
	color: #3399ff;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 11px;
    color: #999999;
	font-family:  Verdana, Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	color: #336699;
}

A.OtherTabs:visited  {
	color: #336699;
}

A.OtherTabs:active   {
	color: #336699;
}

A.OtherTabs:hover    {
	color: #3399ff;
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family:  Verdana, Arial, Helvetica, Sans-Serif;
    font-size:  10px;
    font-weight: normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	color: #333333;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size:  10px;
    font-weight: bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: normal;
}

.NormalRed
{
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    color: #cc0000
}

.NormalBold
{
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #336699;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #336699;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #339999;
}

A.CommandButton:hover    {
    text-decoration: underline;
    color: #3399ff;
}
    
/* GENERIC */
H1  {
	font-family:  Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}

H2  {
	font-family:  Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}

H3  {
	font-family:  Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    color: #333333;
}

H4  {
	font-family:  Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}

H5, DT  {
	font-family:  Verdana, Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

H6  {
	font-family:  Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

TFOOT, THEAD    {
	font-family:  Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #333333;
}

TH  {
    vertical-align: baseline;
	font-family:  Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

A:link  {
    text-decoration: none;
    color: #336699;
}

A:visited   {
    text-decoration: none;
    color: #336699;
}

A:active    {
    text-decoration: none;
    color: #336699;
}

A:hover {
    text-decoration: underline;
    color: #3399ff;
}

SMALL   {
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

BIG {
    font-size: 14px;
    font-family:  Verdana, Arial, Helvetica, Sans-Serif;
}

BLOCKQUOTE, PRE {
    font-family:  Verdana, Arial, Helvetica, Sans-Serif;
}


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: 1px;
    text-align: left
} 

/* Main Menu */

.MainMenu_MenuContainer
{
	background-color: Transparent;
	font-size: 11px;
	font-family:  Verdana, Arial, Helvetica, Sans-Serif;
}

.MainMenu_MenuBar {
	height: 16px;
	padding-bottom: 6px;
}

.MainMenu_MenuItem {
	color: #cc0066; 
	font-family:  Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px; 
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-right: #ffffff 0px solid;
}

.MainMenu_MenuIcon {
	background-color: #ffffff; 
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
}

.MainMenu_SubMenu
{
	border-right: #eeaacc thin solid;
	border-top: #eeaacc thin solid;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
	border-left: #eeaacc thin solid;
	border-bottom: #eeaacc thin solid;
	background-color: #ffffff;
	font-size: 11px;
}

.MainMenu_MenuBreak {
	border-bottom: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
	border-top: #ffffff 0px solid;  
	border-right: #ffffff 0px solid; 
	background-color: #ffffff; 
	height: 1px;
	font-size: 11px;
	
}

.MainMenu_MenuItemSel {
	background-color: #eeaacc;
	font-family:  Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px; 
	font-weight: bold; 
	color: #FFFFFF;
	padding-bottom: 6px;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	border-right: #ffffff 1px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffffff 0px solid;
	color: #ffffff;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	color: #ffffff;
} 




