* {
    font: 12px DejaVu Sans, sylfaen, sans-serif;
}

html {
    overflow-y: scroll;
}

body {
    background:transparent url(../img/dash.gif) repeat scroll 0 0;
    margin: 0;
    padding: 0;
}
#wrapper {
    margin:4px auto;
    width:990px;
}

#header {
    
    height: 54px;
    padding: 2px 8px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    background-color:white;
    border-bottom:2px solid #EEEEEE;
}

#footer {
    padding:4px;
    text-align: right;
    background: #eee;
    font-size: 10px;
    color: #444;
    border-top:2px solid #EEEEEE;
    clear: both;
}

#main {
    background-color: #fff;
    margin: 0;
    /*position: relative;*/
    top: 0;
    left: 0;
    width: 100%;
}

#content {
   /* padding: 4px 0 24px 0;*/
    margin: 0 0 0 242px;
    color: #000;
    /*height:600px;*/
    /*overflow: auto;*/
  
   /* margin-left:250px;*/
    
}

#left {
    /*position: absolute;
    top: 4px;
    left: 0;*/
    float:left;
   
    width: 240px;
    margin: 0;
    padding: 0;
}

#right {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    margin: 0;
    padding: 4px 0;
    background: #FFF;
    color: #000;
    text-align: center;
    
    border: 1px solid black;
}

#loading {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    background-color: red;
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

a {
    text-decoration: none;
    color: #004080;
}

a:hover {
    color: red;
}
img {
    border: none
}

h4 {
    padding: 4px;
    margin: 0;
    font-weight: bold;
    background: url('../images/bluedash.png');
    color: white;
}

input, select, button, img {
    vertical-align: middle;
    display: inline;
}


.lbl {
    text-align:center;
    height:14px;
    color: black;
    font-size: 11px;
}


#regNumber {
    background-image:url(../img/num.png);
    background-position:left center;
    background-repeat:no-repeat;
    border:1px solid #777;
    padding-left:20px;
    width:200px;
}

#barcode {
    background-image:url(../img/barcode.png);
    background-position:left center;
    background-repeat:no-repeat;
    border:1px solid #777;
    padding-left:20px;
    width:200px;
}

#captchaCode {
 
    background-position:left center;
    background-repeat:no-repeat;
    border:1px solid #777;
    width:197px;
}

#searchBtn {
    
    width: 90px;
    height: 25px;
}

#searchPanel {
    border:1px solid #eee;
    list-style-type:none;
    margin:0px 0 0 4px;
    padding:4px;
}

#resultContent {
    border:1px solid #eee;
    margin-right: 3px;
    margin-left: 3px;
    padding: 3px;
}

#searchForm {
    padding:0;
    margin:0;
    
}

#resetBtn {
    font-size: 10px;
    width: 55px;
    height: 25px;
}

.pList caption {
    -moz-border-radius-topright:8px;
    -moz-border-radius-topleft:8px;
    margin-top:4px;
    padding:4px;
    text-align:left;
    width:315px;
}
.pList th {
    
    background: #DDDDDD none repeat scroll 0 0;
    
    height:20px;
    
    line-height:20px;
    
    color:#444;
    text-align:center;
    font-weight: normal;
}

table.pList  {
    border-left:1px solid #E1E1E1;
    border-bottom:1px solid #E1E1E1;
    width: 100%;
    margin-bottom: 15px;
}

.pList td {
    border-right:1px solid #E1E1E1;
    border-bottom:1px solid #E1E1E1;
    background-color: #ffffff;
    padding: 2px;
    
}
.prop {
    color:gray;
}

.homeCont {
    padding-left: 10px;
    padding-right: 10px;
}
.homeCont h2 {
    padding:0;
    margin:0;
    font-size:1.3em;
    /*color:#115C8E;*/
    color:gray;
}
.status0 {
    padding:5px;
}
.status {
    border: none;
    padding:5px;
}

.status-2 {
    border: 4px solid #FFFF63;
    padding:5px;
}

.status-3 {
    border: 4px solid #ED1D1D;
    padding:5px;
}

.warn {
    color: #A40000;
}

.list {
    padding: 10px;
    border: 1px solid #005100;
    background-color: #D8FFD8;
    margin:5px;
    padding-left:19px;
}