﻿
/***********************************************************************/
/* GLOBAL (base html-elements, classes used globally etc)              */
/***********************************************************************/
html{
	min-height: 100%;
	background:#f4f4f4 url('../images/framework/bg_footer.gif') bottom left repeat-x;
}

html.emptymaster{
	background-image:none;
	background-color:#fff;
}


body{
	margin: 0;
	padding: 0;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Verdana, Helvetica, sans-serif;
	font-size:66%;
	
}

form{
	margin: 0;
	padding: 0;	
}

div.contentwidth{
	width:92em;
	margin:auto;
}


div.clear{
	clear:both;
	height:1px;
}

.hidden{
	display:none;
	visibility:hidden;
}


h1, h2, h3, h4, h5{
	margin:0;
	padding:0;
}
h1{
	font-size:1.3em;
	font-weight:700;
	margin:0 0 1em 0.4em;
	
}
h2{
	font-size:1.2em;
	font-weight:600;
	margin:0 0 0.6em 0;
}
h3{
	font-size:1.1em;
	font-weight:600;
	margin:0 0 0.3em 0;
}

a{
	cursor:pointer;
	color:#cc3333;
	text-decoration:none;
}
a:hover{
    text-decoration:underline;
}
img
{
    border:none;
}

img.topimage 
{
    margin-bottom:1em;
}

a.boldgrey {
    color:#616161;
	font-weight:bold;
}

p{
    margin: 0 0 1em 0.4em;
}

input.text, 
textarea.text, 
div.AspNet-Login div.AspNet-Login-UserPanel input,
div.AspNet-Login div.AspNet-Login-PasswordPanel input
{
    border:solid 1px #7f9db9;
    font-size:1.2em;
    font-family: Verdana, Helvetica, sans-serif;
    height:auto;
}

input.button
{

}

input.radio
{
    
}

input.checkbox
{
    
}

input.password
{
    
}

input.submit
{
    font-family: Verdana, Helvetica, sans-serif;
    height:auto;
    -moz-border-radius: 6px; 
    -webkit-border-radius: 6px;
    border: 1px solid #d8dcdf; 
    background: #eeeeee url(images/framework/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 50% repeat-x; 
    color: #111111;
    outline: none;
    cursor:pointer;   
}

input.submit:visited
{
    border: 1px solid #d8dcdf; 
}

input.submithoover
{
    border: 1px solid #cdd5da; 
    background: #f6f6f6 url(images/framework/ui-bg_highlight-hard_100_f6f6f6_1x100.png) 50% 50% repeat-x; 
}

input.submitdisabled
{
    color: #aaaaaa; 
}

input.previous
{
    float:left;
}

input.next
{
    float:right;
}

select {
    font-size:1.2em;
    font-family: Verdana, Helvetica, sans-serif;
    height:auto;
    border:solid 1px #7f9db9;
}

div.mandatorydelimiter {
    width:100%;
    clear:both;
    border-bottom:1px dotted #c61e04;
    text-align:right;
}

img.updateimage
{
    position:relative;
    bottom:3em;
}


/************************/
/* INPUT CONTROLS       */
/************************/

div.labelandtextbox label,
div.password label,
div.labelanddropdownlist label,
div.ssn label,
div.labelandradiobuttonlist label
{
    margin-left:0.4em;
}

div.inputpassword, 
div.inputconfirmpassword{
	width:49%;
	float:left;
		
}

div.labelandradiobuttonlist table table td
{
	padding: 0.2em 0;
}

div.ssn input.ssnpnr 
{
    width:6em;
}

#InputPersonNummer input.ssnctrlnr 
{
    width:3em;
}


/************************/
/* CONTENT ELEMENTS     */
/************************/
div.rightalign
{
    text-align:right;
}

/************************/
/*  VALIDATIONSUMMARY   */
/************************/

div.validationsummary 
{
    background:url('../images/framework/usermessage.gif') top left no-repeat;
    border:1px solid #c8bd1d;
    border-left:none;
    border-top:none;
    margin-bottom:2em;
}
div.validationsummary ul
{
    margin:0;
    padding:1em;
    list-style-type:none;
    background:url('../images/framework/not_ok.jpg') 98%  0.6em no-repeat;
}

/************************/
/*  MESSAGEBOX     */
/************************/
div.messagebox {
    margin-bottom:1em;
    height:100%;
   
}
div.messageboxtop 
{
    background: #f9f4b3 url('../images/framework/usermessage.gif') top left no-repeat;
    height:3px;
    border-right:1px solid #c8bd1d;
   
}
div.messageboxcontent
{
    border:1px solid #c8bd1d;
    border-top:none;
    background-color:#f9f4b3;
}

div.messageboximage{
	width:40px;
	height:40px;
	float:right;
	background-repeat:no-repeat;
	background-position: center center;
}

div.messageboximageok {
    background-image:url('../images/framework/ok.jpg');
}

div.messageboximagenotok {
    background-image:url('../images/framework/not_ok.jpg');
}
div.messageboximageinfo {
    background-image:url('../images/framework/info.jpg');
}
div.messageboximagenone{
	width:1px;
 	height:1px;	
}
div.messageboxtext {    
    padding:0.5em;
}




/*************************/
/* ACCEPT TERMS             */
/*************************/
div#acceptterms {
    margin-bottom:2em;
}

/*************************/
/* INPUTFORM             */
/*************************/

div#InputFormEdit div#InputPhoneNumber,
div#InputFormEdit div#InputGroupName,
div#InputFormEdit div#InputFirstName, 
div#InputFormEdit div#InputLastName,
div#InputFormEdit div#InputSex,
div#InputFormEdit div#InputPostalAddress,
div#InputFormEdit div#InputCoAdress,
div#InputFormEdit div#InputZipCode,
div#InputFormEdit div#InputCity,
div#InputFormEdit div#InputCountry,
div#InputFormEdit div#InputOrganization{
	height:4em;
	width:35%;
	float:left;
}

div#InputFormEdit div#InputPhoneNumber input,
div#InputFormEdit div#InputGroupName input,
div#InputFormEdit div#InputFirstName input, 
div#InputFormEdit div#InputLastName input,
div#InputFormEdit div#InputSex input,
div#InputFormEdit div#InputPostalAddress input,
div#InputFormEdit div#InputCoAdress input,
div#InputFormEdit div#InputZipCode input,
div#InputFormEdit div#InputCity input,
div#InputFormEdit div#InputCountry input,
div#InputFormEdit div#InputOrganization input,
div#InputFormEdit div#InputPassword input{
	width:85%;
}

div#InputFormEdit div#InputSSN{
	height:4em;
}

div#InputFormEdit div#InputPassword div.password{	
	height:4em;
	width:70%;	
}

div#InputFormEdit div#InputEmail{
	height:4em;
	clear:both;
}

div#InputFormEdit div#InputEmail input {
	width:63%;
}

div#InputFormEdit div#InputCountry select{
	width:12em;
}

div#InputFormEdit div.labelandradiobuttonlist table{
	padding:0;
	margin:0;
	border:none;
}
div#InputFormEdit div.labelandradiobuttonlist td.label{
	width:8em;
}

div#InputFormEdit div.labelandradiobuttonlist table table td
{
	width:10em;
}


div#InputForm {
    height:100%;
    overflow:auto;
}

div#InputForm input.submit {
	width:7em;
}

div#InputForm span.intro {
    font-weight:bold;
    margin: 0 0 0 0.4em;
}

div.inputformeditbutton  {
    text-align:right;
    padding-bottom:0.5em;
}

div#InputFormDisplay p {
	font-weight:bold;
	padding-left:0;
}
div#InputFormDisplay label {
	width:35%;
	float:left;
	padding:0 0 0.5em 0.4em;
}


input.email 
{
	border:solid 1px #7f9db9;
    font-size:1.2em;
    font-family: Verdana, Helvetica, sans-serif;
    height:auto;
}

/**********************************/
/*    ACCOUNT VERIFIER            */
/**********************************/
div.accountverifier label
{
    margin-left:0.4em;
font-weight:bold;
}

/**********************************/
/*    ORDER SUMMARY               */
/**********************************/
div.ordersummary{
    background:url('../images/framework/usermessage.gif') top left no-repeat;
    border:1px solid #c8bd1d;
    border-left:none;
    border-top:none;
    margin-bottom:2em;
}
div.ordersummary div{ 
   background:url('../images/framework/info.jpg') 98%  0.6em no-repeat;
	padding:0.5em 0 0.5em 0.1em;
 
}

div.ordersummary p{
	font-weight:bold;
	padding:0;
	margin:0.5em;
}

div.ordersummary ul{
	list-style-type:none;
    	padding:0 1em;
	margin:0;
}
div.ordersummary li.product{
	padding-left:3.3em;
}
div.ordersummary li.summary{
	margin-top:1em;
	font-weight:bold;
}

/**********************************/
/*    PAYMENTTYPE                 */
/**********************************/
div.paymenttype label.paymenttypelabel{
	
	font-weight:bold;
	margin-left:0.4em;
}


/**********************************/
/*    PAGELIST                    */
/**********************************/

div#PageList
{
    border-top:1px dotted #c61e04;
    padding-top:1em;
}

div#PageList h2
{
    margin-bottom:1em;
}

div#PageList ul
{
    margin:0;
    padding:0;
    list-style-type:none;
}

div#PageList li
{
    margin:0 0 2em 0;
    padding:0;
}
div#PageList a
{
    text-decoration:none;
    color:#000;
}
div#PageList span.seeMore a
{
    color:#c61d05;
    font-weight:bold;
    font-size:1.1em;
}

/**********************************/
/*    GROUPENTRYCONTACTSPERSON    */
/**********************************/
div.groupentrycontactperson 
{
    margin-bottom:1em;
}
div.groupentrycontactperson label
{
    font-weight:bold;
}

div.groupentrycontactperson ul
{
    margin:0;
    padding:0;
    list-style-type:none;
}

div.groupentrycontactperson li
{
    float:left;
    margin-right:2em;
}

/***********************/
/*    LOGIN            */
/***********************/
div.AspNet-Login
{
	margin-top:3em;
}
div.AspNet-Login div.UserPanel label, div.AspNet-Login div.PasswordPanel label{
	display:block;
	margin: 0 0 0 0.6em;
	
}
div.AspNet-Login div.UserPanel, div.AspNet-Login div.PasswordPanel{
    margin-bottom:1em;
}
div.AspNet-Login div.UserPanel input, div.AspNet-Login div.PasswordPanel input{
	margin: 0;
	border:solid 1px #7f9db9;
    font-size:1.2em;
    font-family: Verdana, Helvetica, sans-serif;
    height:auto;
}

div.AspNet-Login div.UserPanel input{
	width: 21em;
}

div.AspNet-Login div.SubmitPanel{
	padding:1.5em 0 1em 0em;
	text-align:right;
}

div.AspNet-Login div.PasswordRecoveryPanel{
    	text-align:right;
    	
}
div.AspNet-Login div.PasswordRecoveryPanel a{
	color:#616161;
	font-weight:bold;
	text-decoration:none;
}

div.AspNet-Login div.NewUserPanel{
	width:15em;
	text-align:center;
	position:absolute;
}
div.AspNet-Login div.NewUserPanel div{
	position:relative;
	left:30em;
	bottom:12em;
}
div.AspNet-Login div.NewUserPanel a{
	color:#B01B05;
	font-weight:bold;
	font-size:1.5em;
	text-decoration:none;
	letter-spacing:-1px;

}

/**********************************/
/*    BANKACCOUNTINFO             */
/**********************************/

div.bankaccountinfo ul{
	list-style-type:none;
	margin:2em 1em;
	padding:0;
}

/**********************************/
/*    WIZARD NAVIGATION           */
/**********************************/
div#Navigation
{
    padding-bottom:0.5em;
    border-bottom:1px dotted #c61e04;
    margin-bottom:1em;
}

div#Navigation ul
{
    list-style-type:none;
    margin: auto;
    padding:0;
    width:25.5em;
    height:4.5em;
    background-position:bottom;
    background-repeat:no-repeat;
}

div#Navigation li
{
    float:left;
    width:24.9%;
    margin:0;
    padding:0;
    color:#949494;
    text-align:center;
}

div#Navigation li.active
{
    color:#000;
}

div#Navigation ul.item0active
{
    background-image: url('../images/pages/application/navigation_1.gif');  
}
div#Navigation ul.item1active
{
    background-image: url('../images/pages/application/navigation_2.gif');  
}
div#Navigation ul.item2active
{
    background-image: url('../images/pages/application/navigation_3.gif'); 
    background-position:bottom 1.6em; 
}
div#Navigation ul.item3active
{
    background-image: url('../images/pages/application/navigation_4.gif');  
}


/*************************/
/* FORMS                 */
/*************************/
.xForm {}

.xForm h2
{
	padding: 1em 0;
	margin: 0;
}

.xForm legend 
{
    color: Black;
}

.xForm input 
{
    float: left;
}

.xForm .heading
{
    font-weight: bold; 
    font-size: 1em; 
    padding: 0; 
    margin: 0.4em 0em;
}

.xForm #id_matrix
{
    width: 100%;
	margin: 0;
	padding: 0;
}

.xForm #id_matrix td
{
	border:0;
	margin: 0;
	padding: 0.2em 0;
}

span.xformvalidator
{
    color: Red;
}

.xForm .options 
{
    float: left;
}

.xForm label 
{
    margin-right: 0.5em;
    float: left;
}

#id_matrix br 
{
    clear: both;
}

.thankyoumessage
{
	padding: 1em 0;
	margin: 0;
	font-weight: bold;
}


/**********************************/
/*    Table classes for content   */
/**********************************/

/*Table type 1*/

table.tabletype1
{
    border-collapse:collapse;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	width:100%;
}

table.tabletype1 caption{
	font-weight:bold;
	text-align:left;
	padding:0.4em 1em;
}

table.tabletype1 th, table.tabletype1 td{
	border:inset 1px #ffffff;
	border-color:#ffffff !important;
}
table.tabletype1 tr.footer td
{
    cursor:default !important;
}
table.tabletype1 th, table.tabletype1 tr.footer td{
	background-color:#004c97 !important;
	color:#ffffff;
	font-weight:normal;
	text-align:left;
}

table.tabletype1 th:hover 
{
    cursor:pointer !important;
    text-decoration:underline;
}

table.tabletype1 th a
{
    color:#ffffff;
}

table.tabletype1 th{
	padding:0.4em 1em;
}

table.tabletype1 td{
	padding:0.2em 0.3em;
	white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
}

table.tabletype1 tr.even td{
	background-color:#c2d2df;
}

table.tabletype1.clickable td
{
	cursor:pointer;    
}

table.tabletype1.clickable tr:hover td{
	background-color:#d7e4f0;
}

/*Table type 2*/
table.tabletype2 {
	border-width: 1px;
	border-style: outset;
	border-color: #d4d0c8;
	border-collapse: separate;
}
table.tabletype2 td, table.tabletype2 th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #d4d0c8;
}

/*Table type 2*/
table.tabletype3 {
	border-width: 2px;
	border-style: none none inset none;
	border-color: #d4d0c8;
	border-collapse: collapse;
}
table.tabletype3 td, table.tabletype3 th {
	border-width: 2px;
	padding: 1px;
	border-style: none none inset none;
	border-color: #d4d0c8;
}



/**********************************/
/*   Image  classes for content    */
/**********************************/

/*********************/
/*   Autocomplete    */
/*********************/
.autocompletelist
{
    border:solid 1px #7f9db9;
    margin:0;
    padding:0;
    list-style-type:none;
    background-color:#fff;
   
}
.autocompletelistitem
{
    margin:0;
    padding:0.2em;
    list-style-type:none;
    font-size:1em;
}
.autocompletelistitemhighlighted
{
    margin:0;
    padding:0.2em;
    background-color:#d7e4f0;
     font-size:1em;
}

/*********************/
/*   Result Popup    */
/*********************/
div.ResultPopup fieldset
{
    margin-bottom:0.5em;
    padding:0.2em;
}
div.ResultPopup dl
{
    margin:0;
}
div.ResultPopup dl dt
{
    clear:both;
    float:left;
    font-weight: bold;
    height:1.3em;
}
div.ResultPopup dl dd
{
    margin-left:100px;
    height:1.3em;
}