

html {min-height: 100%;}

* {
    margin: 0;
    padding: 0;
}

a {
    color: #005B9C;
    text-decoration: none;
}

a:hover {
    color: white;
}

img {
    border: 0;
}

body {
    background: #D8D3DC url(../images/background2.jpg) repeat-x left bottom;
    color: #333;
/*    font: normal 62.5% Tahoma,sans-serif;*/
    font-size: 12px;
    font-weight: normal;
    font-family: Tahoma, sans-serif;
}

/*p,ul {padding-bottom: 1.2em;}*/

li {list-style: none;}

h1 {
    font: normal 1.8em Tahoma,sans-serif;
    margin-bottom: 4px;
    color: #005B9C;
    margin: 0 0 7px 0;
}

h2 {
    font: normal 1.3em Tahoma,sans-serif;
    margin-bottom: 4px;
    color: #005B9C;
    margin: 0 0 7px 0;
}

h1,h2,h3,h4,h5 {
    margin-top: 0;
/*    font-family: arial black, arial;*/
/*    text-align: center;*/
}

.odd{
    background: #D9E1E5;
}

.even{
    background: #E4E4E4;
}

.odd1{
     background: #D8D3DC;
}

.even1{
    background: #F4F4F4;
}

.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

.container {
    background-color: #FFF;
    font-size: 1.2em;
    margin: 0 auto;
    padding: 0 8px 8px;
    width: 1180px;
}


.top {
    padding: 8px 8px 0;
}


.header {
    background-color: #fff;
/*    font-size: 1.2em;*/
    height: 110px;
    margin: 0 auto;
    padding: 8px 8px 5px;
    width: 1180px;
}
.header .left, .header .right {
    background-color: #000033;
    color: #fff;
    color: #FFF;
    height: 105px;

}
.header .left {
    background: transparent url(../images/top.jpg) top left repeat-x;
    font: normal 2.8em "Trebuchet MS",sans-serif;
    line-height: 105px;
    width: 800px;
    text-align: left;

}
.header .right {
    overflow: auto;
    width: 380px;

}

.header .right div {
    padding-left: 16px;
    padding-top: 16px;
    font: normal 1.6em "Trebuchet MS",sans-serif;
}



#season_area div{
    font-size:14px; margin:0;padding:0;
}
#season_area{margin:10px 0 0 10px;font-size:14px;padding: 0;}
#season_area label{
    float:left;
}
#season_area p{position: relative;}
#season_area input[type="text"],#season_area select{
    float: left;
    width: 140px;
    margin:0 10px 0 0;
}

/*
.navigation {	
    background: #D9E1E5 url(../images/nav.jpg);
    border: 1px solid #7795BD;
    height: 23px;
}
.navigation a {
    
    border-right: 1px solid #7795BD;
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    line-height: 23px;
    text-decoration: none;
    padding: 0 18px;
}
.navigation a:hover {
    background: transparent url(../images/nav.jpg) left bottom;
    color: #f1f1f1;
}*/
#nav {clear:both;/*width:993px; */position:relative; background: transparent url(../images/nav.jpg) left top repeat-x;/*padding-bottom: 5px;*/height: 23px;}

.nav_menu {margin:0; list-style:none; height:23px; position:relative; z-index:500; font-family:arial, verdana, serif;}

.nav_menu li.utop {/*display:block;*/ float:left;/*margin: 0 20px;*/}

.nav_menu li a.top_link {height:23px; line-height: 23px;display:block; float:left;padding: 0 15px;font-size:14px;color:#fff;}

.nav_menu li.current a.top_link,
.nav_menu li.current a.top_link:hover {
  color: #f1f1f1;
  background: transparent url(../images/nav.jpg) repeat-x left bottom;
}

.nav_menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.nav_menu a:hover {visibility:visible; position:relative; z-index:200;}
.nav_menu li:hover {position:relative; z-index:200;}

.nav_menu li a.top_link:hover {background: transparent url(../images/nav.jpg) repeat-x left bottom;}
.nav_menu li:hover > a.top_link {background: transparent url(../images/nav.jpg) repeat-x left bottom;}

/* keep the 'next' level invisible by placing it off screen. */
.nav_menu ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.nav_menu :hover ul {left:0px; top:23px; background:#507BB2; white-space:nowrap; height:auto; width:auto; z-index:300;}
.nav_menu :hover ul li {display:block; height:23px; position:relative; font-weight:normal; width:auto;}
.nav_menu :hover ul li a {display:block; font-size:12px; height:25px; line-height:23px; width:auto; padding:0 15px; color:#fff; background:transparent; text-decoration:none;}
.nav_menu :hover ul li a:hover {background: #1573b1;}



.main {
    border-top: 8px solid #FFF;
    /*background: url(../images/bgmain.jpg) repeat-y;*/
    background: #F4F4F4;
    min-height:450px;
}


.sidenav {
    float: left;
    width: 160px;
    margin-right:5px;
    background:#8BADDB;
}
.sidenav h2 {
    color: #333300;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    padding-left: 12px;
}
.sidenav ul {
    padding: 0;
    border-top: 1px solid #e4e4e4;
}
.sidenav li {border-bottom: 1px solid #e4e4e4;}
.sidenav li a {
    font-size: 14px;
    color: #333300;
    display: block;
    padding: 3px 0 3px 5%;
    text-decoration: none;
    width: 95%;
}
.sidenav li a:hover {
    background-color: #ebebeb;
    color: #654;
}

/* content */
.content {
/*    float: right;*/
    /*margin: 10px 0;*/
    padding: 16px;
/*    width: 983px;*/
}
.content {
    color: #666;
    font-size: 12px;
    margin-bottom: 6px;
    /*background: #D9E1E5;*/
}


.content .imagesright {
    padding: 5px;
    border: 1px solid #666;
    margin-left: 4px;
    float: right;
}

#login_form {
    width: 300px;
    background: #f0f0f0 url(../img/login_bg.jpg) repeat-x 0 0;
    border: 1px solid white;
    margin: 20px auto 20px;
    padding: 1em;
    -moz-border-radius: 3px;
}

fieldset{
    padding:5px;
}

legend{
    margin: 0 10px;
}

label{
    font-weight: bold;
    margin-left:10px;
    color: #005B9C;
}

input[type=text], input[type=password], select,textarea  {
    display: block;
    margin: 0 10px 10px;
    width: 280px;
    border: 1px solid #aaaaaa;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    padding: 5px;
}

input[type="text"],input[type="password"], textarea {
    width: 268px;
}

.button_wrapper{
    display: block;
    clear:both;
    margin-top:15px;
    margin-bottom:5px;
}

input[type="submit"], form a, a.button,input[type="button"],a.button_small {
    border: none;
    margin-right: 1em;
    padding: 6px;
    text-decoration: none;
    font-size: 12px;
    -moz-border-radius: 4px;
    background: #476B9B;
    color: white;
    line-height: 24px;
    box-shadow: 0 1px 0 white;
    -moz-box-shadow: 0 1px 0 white;
    -webkit-box-shadow: 0 1px 0 white;

}

form a{
/*    padding:10px;*/
}

input[type="button"]{
    text-align: center;
    display:block;
}

input[type="submit"]:hover, form a:hover, a.button:hover,input[type="button"]:hover,a.button_small:hover {
    background: #0F2749;
    cursor: pointer;
}

a.button{
    margin-right: 0;
    display:block;
    text-align: center;
    margin: 2px;
    float: left;
}

a.buttonDelivered{
    border: none;
    margin-right: 1em;
    padding: 6px;
    text-decoration: none;
    font-size: 12px;
    -moz-border-radius: 4px;
    background: #008000;
    color: white;
    line-height: 24px;
    box-shadow: 0 1px 0 white;
    -moz-box-shadow: 0 1px 0 white;
    -webkit-box-shadow: 0 1px 0 white;
}
a.buttonDelivered:hover{
    background: #069606;
}
.delivered{
    background: #A0D9B2;
}

a.button_small{
    margin-right: 0;
}

.actions_td{
    display:block;
}

/* Validation error messages */

.error {
    color: red;
    font-size: 12px;
    text-align: center;
}

label.error{
    position: absolute;
    background: none repeat scroll 0 0 #DCD6E0;
    border: 1px solid #AAAAAA;
    padding: 3px;
    top: 7px;
    width: 180px;
    left:35px;
}

fieldset {
    width: 310px;
    margin: auto;
    margin-bottom: 2em;
    display: block;
}

fieldset.big_fieldset{
    width:700px;
}

fieldset.biggest_fieldset{
    width:1005px;
}

fieldset.biggest_fieldset fieldset{
    margin-right: 10px;
}

fieldset.medium_fieldset{
    width: 530px;
}

#clients_content p span{
    position: relative;
}

table {
/*    width: 100%;*/
    margin-bottom: 10px;
}

.table_style{
    border: 1px solid #aaaaaa;
}

td {
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
/*    padding: 0 2px 0 0;*/
}

td:last-child, th:last-child {
    border-right: none;
}

th,.order_titles {
    text-align: center;
/*    padding: 5px;*/
    background: #cac9c9;
    border-bottom: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
}

.right_align{
    text-align: right;
    padding-right: 5px;
}

.client_td{width: 120px;text-align: center;}
.delivery_td:last-child{border-bottom: none;}
.delivery_td{width:60px;text-align: center;}
.overview_deliv {width: 56px!important;margin: 2px !important; padding: 0 !important; text-align: center;}
.color_td{width: 150px;text-align: center;}
.size_td{width: 45px;text-align: center;}
.total_td{width: 42px;text-align: center;}
.ttl_td,.ttld{width: 50px;text-align: center;font-weight: bold;}
.col_ttl_td, .total{text-align: center;font-weight: bold;}
.totalbox_td{width: 80px;text-align: center;}
.overview_qty,.overview_boxnr{
    width: 35px!important;
    margin:0;
    padding:0px!important;
    margin: 2px 2px!important;
    text-align: center;
    border:none;
}
.overview_boxnr{
   width:75px!important;
}
/*
.table_inside{ margin:0!important;}
.table_inside td{border-bottom: 1px solid; text-align: center;}
.table_inside_lvl2 {border-bottom:none; margin:0!important;}
.table_inside_lvl2 tr:last-child td{border-bottom: none;}*/

#pagination{
    display: block;clear:both;
}

#pagination a, #pagination strong {
    background: #e3e3e3;
    padding: 4px 7px;
    text-decoration: none;
    border: 1px solid #cac9c9;
    color: #292929;
    font-size: 13px;
}

#pagination strong, #pagination a:hover {
    font-weight: normal;
    background: #cac9c9;
}

.search_form{
    position: relative;
}
.search_form input[type=text]{
    width:200px;
}

.search_form input.error{
    text-align: left;
}

.search_form label.error{
    left:65px;
    width:210px;
    top:0;
}

.footer {
    background: #fff url(../images/bluefooter.jpg) repeat-x;
    color: #FFF;
    font: bold 1em sans-serif;
    line-height: 39px;
    text-align: center;
    margin: auto;
    width:1180px;
    padding: 0 8px;
    font-size: 1.2em;
}
.footer a,.footer a:hover {color: #FFF;}

.red{color: red;}
.green{color: green;}
.blue{color: blue;}


