﻿@import "/Styles/common.css";

/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #ffffff;
    font-size: .80em;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited, a:active
{
    color: #4C7189;
}

a:hover
{   
    color: #EA2003;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* IMPORTANT LINKS */
.importantLinks
{
    height: 12px;
    padding: 4px;
}

.importantLinks a
{
    display: inline-block;
    font-size: 11px;
    float: right;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
    margin-left: 20px;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

.bold
{
    font-weight: bold;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 968px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #AFA79D;
    overflow: hidden;
}

.header
{    
    height: 150px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-image: url(images/head.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.headerImage
{
    display: none;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    width: 968px;
    background-color: #fff;
    color: #4e5766;    
    margin: 0px auto;
    border-left: 1px solid #AFA79D;
    border-right: 1px solid #AFA79D;
    border-bottom: 1px solid #AFA79D;
    overflow: hidden;      
}

.footerText
{
    
}

.footerLeft
{
    float:left;
    padding:5px;
    font-weight:bold;
    color:#fff;     
    margin-right:15px;
}

.footerCenter
{
     text-align:center;
     float:left;
     padding:5px;
}

.footerRight
{
    float:right;
    padding:5px;   
}



/* SUPERFISH MENU */
.mainMenu
{
    padding-left: 20px;
    width: 100%;
    border-bottom: 1px solid #AFA79D;
}

.sf-menu a
{
	padding: 0;
	border: none;	
	text-decoration: none;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
    background: white;
}

.sf-menu li
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background: white;
}

.sf-menu ul li
{
    background-color: white;
}

.sf-menu li.sfActive
{    
    background: #AFA79D;
}

.sf-menu > li.sfActive > a
{
    color: White;
}

.sf-menu ul li.sfActive > a
{
    color: White;
}

.languageSelection
{
    position: absolute;
    top: 25px;
    right: 10px;  
}

.quickSearch
{
    float: right;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

.divLoginForm
{
    /*width: 500px;*/
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    border: 2px solid #eeeeee;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 8px;
}

 .divLoginForm > h3, h1{ background-color: #F2F2F2; margin: -11px -11px 10px -11px; padding: 5px !important; border-bottom: none !important; border-radius: 8px 8px 0 0;}
 
 .error
 {
     margin-top:5px !important; color: #ed1c24; font-size:11px;
 }
       

.dxeTextBox
{
    margin: 2px;
}

table.verticalForm
{
    border-spacing: 0;    
}

table.verticalForm td
{
    padding: 2px;
}

.verticalForm .label
{
        font-weight: bold;
        padding-right: 8px;
}

.verticalForm label
{
    cursor: pointer;
}


.dxnbControl .BEHeading, .dxnbControl .BEHeading2, .dxnbControl .BEHeading3, .dxnbControl .check {
    color: black;
}

.dxnbControl td.headingParent, .dxnbControl td.heading {
    color: black;
    width: 200px;
    background-color: #DEDEDE;
    padding: 5px;
}

.dxnbControl .cell {
    color: black;
    padding: 5px;
}

.dxnbGroupContent
{
    color: black;
}

#ctrl_318
{
    width: 500px;
}

.BEHeading1, .BEHeading2
{
    width: 300px;
}

.EditFormMediumWidth
{
    width: 900px;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


/* PROFIL-AKKORDEON
----------------------------------------------------------*/
.preview.headingParent, .preview.headingChild {
    width: 280px;
}

#divProfilAkkGroupContainer {
    width: 860px;
}

.warning {color: #333; background:#EAF3FB url(../../images/alert.gif) no-repeat 8px center; padding:8px 8px 8px 35px; font-size:11px; font-family:Arial; margin-top:3px; margin-bottom:3px;}
    
    .info {color: #333; background:#EAF3FB url(../../images/infoB.gif) no-repeat 8px center; padding:8px 8px 8px 35px; font-size:11px; font-family:Arial; margin-top:3px; margin-bottom:3px;}
    
    .ok {color: #333; background:#EAF3FB url(../../images/tick-circle.png) no-repeat 8px center; padding:8px 8px 8px 35px; font-size:11px; font-weight:bold; font-family:Arial; margin-top:3px; margin-bottom:3px;}
    
    .pointer{cursor:pointer;}


