
/*
   ================================
    CSS STYLES fr Mds CRM-Module
   ================================
*/   


/* Alternating-Row in der Tabelle (z.B. Artikelliste) */
.MdsCrmRow1
{    
	BACKGROUND-COLOR: transparent;
	FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	font-size: 10px;
}

.MdsCrmRow2
{
	BACKGROUND-COLOR: #e3e3e3;
	FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	font-size: 10px;
}


/* Tabellenberschriften */
.MdsCrmTableHeader
{
	FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	BACKGROUND-COLOR: #838383;
	COLOR: #ffffff;
	font-size: 10px;
}

/* berschrift Gre 1 */
.MdsCrmHeader1
{    
	FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	COLOR: #838383;
	MARGIN-TOP: 10px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 14pt;
	MARGIN-BOTTOM: 5pt;
}

/* berschrift Gre 2 */
.MdsCrmHeader2
{
    font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
    MARGIN-TOP: 5pt;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    MARGIN-BOTTOM: 1pt;
    COLOR: #838383;
}
/* Bei Belegabschluss ohne Produkt!! */
.mdsNoProducts{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
}
/* Fr berschriften */
.mdsModuleHeader{
	font-family: Verdana, Arial, 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, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
/* gleich wie normaler Text nur eben "bold"  ;) */
.mdsModuleTextBold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: bold;
}
/* Fr Pflichfelder */
.mdsRequiredFields{
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color:#999999;
}
/* Fr die Error Messages bei nicht ausgefllten Pflichtfelder */
.mdsErrorMessage{
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: bold;
	color: #FF0000;
}
/*Die Allgemeinen Geschftsbedingungen...*/
.mdsAGBText{
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	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: #838383;
	FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}
.MdsCrmDataGridText
{
	background-color: #ffffff;
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	font-size: 10px;
	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;
}


.Login:link{
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	padding-top: 5px;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	background-color: transparent;
	width: 100px;
	align: center;
}

.Login:visited{
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	padding-top: 5px;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	background-color: transparent;
	width: 100px;
	align: center;
}
.Login:hover{
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	font-size: 10px;
	padding-top: 5px;
	color: #ffffff;
	background-image: url(login_over.png);
	height: 28px;
	width: 100px;
	text-decoration: none;
	font-weight: normal;
	align: center;

}

.HeadBg {
}

/* background color for the content part of the pages */
Body
{
background-image:url(back.png);
}

/* background/border colors for the selected tab */
.TabBg
{
	background-color: #dddddd;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 10px;
    color: #999999;
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link
{
	color: #3092cd;
}

A.SelectedTab:visited  {
	color: #3092cd;
}

A.SelectedTab:active   {
	color: #3092cd;
}

A.SelectedTab:hover    {
	color: #3399ff;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 10px;
    color: #999999;
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	color: #3092cd;
}

A.OtherTabs:visited  {
	color: #3092cd;
}

A.OtherTabs:active   {
	color: #3092cd;
}

A.OtherTabs:hover    {
	color: #3399ff;
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Verdana, Arial, Tahoma, 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, Arial, Tahoma, Helvetica, Sans-Serif;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
    font-size:  10px;
    font-weight:  bold;
    color: #ffffff;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Verdana, Arial, Tahoma, 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, Arial, Tahoma, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: normal;
}

.NormalRed
{
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    color: #cc0000
}

.NormalBold
{
	font-family: Verdana, Arial, Tahoma, 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, Arial, Tahoma, 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: #3092cd;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #3092cd;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #3092cd;
}

A.CommandButton:hover    {
    text-decoration: underline;
    color: #3092cd;
}
    
/* GENERIC */
H1  {
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}

H2  {
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}

H3  {
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    color: #000000;
}

H4  {
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}

H5, DT  {
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}

H6  {
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}

TFOOT, THEAD    {
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
    font-size: 10px;
    color: #000000;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}

A:link  {
    text-decoration: none;
    color: #1f6087;
}

A:visited   {
    text-decoration: none;
    color: #1f6087;
}

A:active    {
    text-decoration: none;
    color: #3092cd;
}

A:hover {
    text-decoration: underline;
    color: #3092cd;
}

SMALL   {
    font-size: 8px;
}

BIG {
    font-size: 10px;
}

BLOCKQUOTE, PRE {
    font-family: Verdana, Arial, Tahoma, 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
}





/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #e3e3e3;
}
.skinmaster {
	height: 100%;
	background-color: #FFFFFF;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	/*background-image: url(menu.png); */
	height: 28px;
	
}
.controlpanel {
	width: 100%;
	background-color: #dddddd;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 12px;
	background-color: transparent;
}
/* Menü normal */
.MainMenu_MenuItem {
	border-left: #cccccc 0px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 1px solid; 
	border-right: #cccccc 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight:  normal;
	font-style: normal; 
	background-color: transparent;
	height: 23px;
}
.MainMenu_MenuIcon {
	background-color: #cccccc; 
	border-left: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #cccccc;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
/* Menü over */
.MainMenu_MenuItemSel {
	background-color: #ffffff;
	cursor: pointer; 
	cursor: hand; 
	color: normal;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal;
	font-style: normal;
	height: 23px;
}
.MainMenu_MenuArrow {
	border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtGray.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  10px;
   font-weight:  normal;
   color: #333333;
}


