*{
    padding:0px;
    margin:0px;
}

html{
    width: 100%;
}

body{ 
    background-color: #d2c09e;
    background-image:url('bg-tile.jpg');
    font-size: 12px;
    font-family: Arial, sans-serif;
    width:100%;
    margin: 0;
    padding-top: 20px;
    cursor: default;
}

span.title{
    display: block;
    font-family: Arial;
    font-weight: bold;
    font-size: 12pt;
    margin-bottom: 10px;
    /*color: #7D2F2B;*/
    color: #000000;
    border-bottom: 1px solid #5D0E0A;
}

div.quickbar{
    position: fixed;
    width: 100%;
    text-align: center;
}

span.outerBar{
    display: block;
    cursor: pointer;
    background: url('quickbar.png');
    -moz-border-radius-bottomleft:5px;
    -khtml-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -khtml-border-radius-bottomright:5px;
    width: 96px;
    height: 20px;
    margin: 0 auto;
}

div.innerBar{
    width: 600px;
    height: 18px;
    margin: 0 auto;
    display: block;
    padding-left: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: url('content.jpg');
    border:2px solid #804000;
    border-top: 0px;
}

.top_background{
    background-image: url('bg-top.jpg');
    background-repeat: repeat-x; height: 27px;
    width: 100%;
    position: absolute;
    top:0px;
    z-index: -1;
}

a:link,a{
    cursor: pointer;
    font-weight:bold;
    color: #804000;
    text-decoration:none;
}

a:visited{
    font-weight:bold;
    color: #804000;
    text-decoration:none;
}

a:active{
    font-weight:bold;
    color: #0082BE;
    text-decoration:none;
}

a:hover{
    font-weight:bold;
    color: #0082BE;
    text-decoration:none;
}

img{
    vertical-align: middle;
}

td{
    font-size: 12px;
    vertical-align: top;
    text-align: left;
    padding-bottom: 2px;
    padding-left: 1px;
    padding-top: 2px;
    padding-right: 1px;
}

th{
    text-align: left;
    padding-bottom: 2px;
    padding-left: 1px;
    padding-top: 2px;
    padding-right: 1px;
 }

tr.sec{
    background-color: #F3EBD0;
}

th.sort:hover{
    background-color: #FFEBBF;
}

div.main{
    margin: 0 auto;
    width: 1100px;
    padding: 10px;
    padding-bottom: 20px;
    background-color:#F1EBDD;
    background-image:url('content.jpg');
    border:1px solid #804000;
}
div.main-border{
    border:1px solid;
	border-color:#ffeecc #bb9955 #997733 #ffdd99;
    margin: 0 auto;
    width: 1122px;
    margin-top: 10px;
}


input, select, textarea, button{
    font-size:8pt;
    font-family: Verdana,Arial,sans-serif;
    padding: 1px;
    margin: 1px;
}

input[type="text"], input[type="password"], select, textarea{
    border: 1px solid #DED3B9;
    background-color: #FFFFFF;
    width: 130px;
}

input.search{
    background-image: url('zoom.png');
    background-repeat:no-repeat;
    background-position:left 50%;
    padding: 2px;
    padding-left: 16px;
}

table{
    border: 1px solid #DED3B9;
    background-color: #FFF4DE;
}

table.list tr:hover{
    background-color: #FFD071;
}

table.list td{
    vertical-align: middle;
}

th{
    background-color: #EEE4D0;
}

tr.mark{
    background-color: #FFE8B7;
}

tr.red{
    opacity: 0.75;
    background-color: #FACABC;
}

tr.highlight{
    background-color: #FFD071;
}

table.normal{
    border: 0px;
    background: none;
}

p{
    padding-bottom: 5px;
}

img{
    border: 0px;
}

span.memberArea{
    float: right;
}

span.header{
    float: left;
}

span.bigger{
    font-size: 14px;
}

div.footer{
    margin-top: 10px;
    text-align: center;
}

div#load2{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url('back.png');
    text-align: center;
    font-size: 13pt;
    color: #ffffff;
}

div#suggest{
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 200px;
    overflow: auto;
    padding: 2px;
    background-color: #ffffff;
    border: 1px solid #804000;
    color: #000000;
}

div#suggest a{
    color: #000000;
    font-weight: normal;
}

div#suggest a:hover{
    color: #0082BE;
    text-decoration: underline;
}

div.error{
  background-color: #F8B4A0;
  background-image: url('error.png');
  background-repeat:no-repeat;
  background-position:left 50%;
  padding: 2px;
  padding-left: 19px;
  border:1px dashed #99001C;
  margin: 3px;
}

div.warning{
  background-color: #F8E694;
  background-image: url('warning.png');
  background-repeat:no-repeat;
  background-position:left 50%;
  padding: 2px;
  padding-left: 19px;
  border:1px dashed #FFCE00;
  margin: 3px;
}

div.succsess{
  background-color: #C0E4B9;
  background-image: url('accept.png');
  background-repeat:no-repeat;
  background-position:left 50%;
  padding: 2px;
  padding-left: 19px;
  border:1px dashed #287624;
  margin: 3px;
}

div.subinfos{
  font-size: 10px;
  float: right;
}
