/* 
    Document   : main
    Created on : 9-aug-2010, 16:11:54
    Author     : AmoProject9251EC56
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
*{ margin: 0; padding: 0}
body{
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;    
}

a:link, a:visited
{
	color: #2C5AA0;
	text-decoration: underline;
}

a:hover, a:active
{
	color: #000;
}

#wrapper{
    width: 1000px;
    margin: 0 auto;    
    float:inherit;
    margin-left: auto
}
#header{
    width:1000px;
    height: 100px;    
    background: transparent url('../images/header-background.png') repeat-x 0 0;
}
#content{
    width: 1000px;
    float: left;
    padding-left: 15px;
}
.logo{
    float: left;
    width: 120px;
    margin-top: 30px;
    margin-left: 30px;
}
.login-area{
    float: right;
    height: 32px;
    height: auto;
    margin: 10px 15px 0 0;    
}
.login-area .button{
    background: transparent url('../images/login.png') no-repeat 0 0;
    color:#fff;
    border: none;
    padding: 2px 16px 5px 8px;
    width: 70px
}
.login-area p{
    padding: 3px 0
}

.login-area form{
    float:left
}
.login-area form ul{
    list-style-type: none;
    float: left;
}
.login-area form li{      
    float: left;
}

.login-area form ul li input{    
    width: 65px;
    height: auto
}
.login-area form ul li input[type=hidden]{
    width: 0
}

form.login-area .username, form.login-area .password{
    border:none;
    background-color: #afc6e9;
    padding: 3px;
    margin-right: 3px
}
#nav{   
    width: 1000px
}
.main-nav{
    height: 37px;
    background-color: #aaccff;
    width: 1000px;
}
.sub-nav{
    height: 38px;
    background-color: #2c5aa0;
    width: 1000px;
    margin-bottom: 5px;
}
.main-nav ul, .sub-nav ul{
    list-style-type: none;
    margin-left: 10px;
    float: left;
    width: 100%;
}
.main-nav li{
    display: inline-block;
    float: left;    
    margin: 10px 15px 0;
}
.sub-nav li{
    display: inline-block;    
    float: left;
    margin-top: 8px;    
}
.main-nav li a{ color: #fff; font-size: 13px; font-weight: bold; text-decoration: none; float:left }
.sub-nav li span, .sub-nav li a{ color: #fff; text-decoration: none; padding: 5px 15px 8px; float: left}
.sub-nav li a:hover, .sub-nav li a:active { text-decoration: underline; }
.sub-nav li span.selected, .sub-nav li a.selected{ background-color:#fff; color:#2c5aa0; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; }

.sub-nav ul form{    
    float: left;
    height:36px;    
}
.sub-nav ul form li input{
     color: #fff; text-decoration: none; padding: 7px 15px 8px; float: left;
     background-color: transparent;
     border: medium none;
}
.sub-nav ul form li input.selected{    
    background-color:#fff; color:#2c5aa0; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; 
}
.sub-nav strong{
    color:#fff;
    font-size: 1.2em
}

.check {
	padding: 0px 6px 0px 8px;
}

.checked {
	background-color: #dceaff !important;
}

fieldset {
	border: 1px solid #ccc;
    -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
fieldset.info{
	margin: 20px 0px;
	padding: 10px;
}

fieldset.info legend{
	color: #666666;
}

h1.steps{ float:left; margin: 15px 0; width: 100%; font-size: 1.7em; font-weight:normal; color: #555; padding-bottom: 0px}
.left{ float: left; width: 60%; margin-right: 5px }
.right{ float:left; width: 35%; }
h2.fieldset, h2.title{ color: #2c5aa0; font-size: 1.2em; margin: 8px 0; width:100% }
h3 {
	margin-bottom: 16px;
	font-size: 10pt;
	border-bottom: 1px solid #CCC;
	padding-bottom: 8px;
}
label.regular{
	display: block;
	width: auto;
	float: none;
	font-weight: normal;
}
label{
    display:inline-block;
    font-weight: bold;
    font-size: .9em;
    width:15em;
    float: left
}
select, input[type='text'],input[type=checkbox], input[type='password'], textarea{
    font-family: Arial, sans-serif;
    font-size:.9em;
    color:#444;    
    padding:4px 0 4px 2px;
    background-color: #f3f4f3;
    border:1px solid #ccc;
}
select{
    padding: 2px
}
input[type='checkbox']{
    border:0px solid red;
    margin-top: 3px;
    float:left;

}
.smallfont
{
	font-size: 8pt;
}
.long{ width:300px !important; }
input[type='text'].large{ width:300px; font-size: 12pt; }
input[type='text'].time{ width: 40px !important;}
input[type='text'].date{ width: 70px !important;}
input[type='text'].number { width: 60px !important;}
form .big { width: 200px; }
form .small { width: 50px; }
form p{ margin-bottom: 5px;}
form p span{ margin-left: 3px; float:left;}
form p.next{    
    float: left;
    width: 100%;    
    margin-top: 30px;
}
input[type="submit"].large, form p.next input, form.steps input[type="submit"] {
    background: transparent url('../images/next-back.png') repeat-x 0 0;
    font-family: Arial, sans-serif;
    border: 0px;
    padding: 7px 15px;
    color:#eee;
    font-size: 1.3em;
    font-weight: bold;
	cursor: pointer;
}

input.disabled
{
	background: #CCC !important;
	cursor: auto !important;
}

form.steps p.submit
{
	clear: both;
}

.clear {
	clear: both;
	padding-top: 10px;
}
div.location{
    width:100%;
    border:1px solid #ddd;
    height: 250px;
    padding: 3px;
    float: left
}
.footer{
    width:100%;
    float:left;
    margin-top: 20px;
    border-top: 1px double #eee;
}
.footer strong{
    color: #bbb;
}

span.notice{
	
}

span.good{
	color: green;
}

span.bad{
	color: red;
}

span.neutral{
	
}

.options{
	margin-bottom: 20px;
}

.rounded
{
    border: 1px solid #ccc;
    -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
}

table{
    border: 1px solid #ccc;
    width: 100%;
    /*float: left;*/
    -moz-border-radius: 6px;
	/*
	-webkit-border-radius: 6px;
	border-radius: 6px;
	*/
    /*-moz-box-shadow:0 3px 3px #ddd;*/

}
tr.odd{
  background-color: transparent;
}
tr.even{
  background-color: #f0f0f2;
}
tr.head{
    background: #f0f0f3 url('../images/table-head.png') 50% 80% repeat-x;
    border-bottom: 1px solid #aaa;
}
th{
    text-align: left;
    padding: 5px 2px;
    padding-left: 15px;
    color:#2c5aa0;
}
td{  
    padding: 5px 15px;
    border-right: 1px solid #dfdfdf;
}
td.last{
    border-right: medium none;
}

p.add{

}

form.form input[type="text"]
{
	width: 200px;
}

div.admin_block
{
    border-top: 1px solid #A0A0A0;
    padding: 10px 0px;
    margin-top: 20px;
}

.inline
{
	float: left;
	margin-right: 10px;
}

.inline_last
{
	float: left;
	margin-top: 21px;
}

.left_side
{
	float: left;
	width: 50%;
}

.right_side
{
	float: right;
	width: 50%;
}

ul.step_list, ul.step_list li
{
	list-style: none;
	margin: 0px; padding: 0px;
}

ul.step_list
{
	height: 30px;
	border-bottom: 1px solid #CCC;
	margin: 20px 0px;
}

ul.step_list li
{
	float: left;
	height: 19px;
	padding: 6px 11px 5px 11px;
}

ul.step_list li.selected
{
	border: 1px solid #ccc;
    -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
	border-bottom-width: 0px;
	-moz-border-radius-bottomleft: 0px; -webkit-border-radius-bottomleft: 0px; border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px; -webkit-border-radius-bottomright: 0px; border-bottom-right-radius: 0px;
	background: #FFF;
	height: 20px;
	padding: 5px 10px 5px 10px;
}

.valuta
{
	float: right;
	margin: 2px 6px 0px 0px;
}

.smalltext
{
	float: none;
	font-size: 9pt;
}

.disabled
{
	color: #8a8a8a;
}

hr
{
	border: 0px;
	height: 1px;
	background: #FFF;
}

fieldset.form
{
	width: 550px;
	padding: 10px;
}

.form hr
{
	background: #CCC;
	height: 1px;
	clear: both;
	margin-bottom: 10px;
}

.spacer
{
	margin-bottom: 5px;
	height: 30px;
}

.form .left{ float: left; width: 270px; margin-right: 10px }
.form .right{ float: left; width: 270px; }

.transactions
{
	position: relative;
	padding-top: 60px;
}

.top
{
	position: absolute;
	top: 0px;
}

.total
{
	clear: both;
	border-top: 1px solid #CCC;
	padding-top: 10px;
	margin-top: 40px;
}

.spacer2 div
{
	margin-bottom: 5px;
}

.pagination
{
	position: absolute;
	top: 0px; right: 0px;
	text-align: right;
}

.options
{
	float: right;
}

.error
{
	font-size: 8pt;
	color: red;
}
