*{
    padding:0px;
    margin:0px;
}

html{
    width: 100%;
}

body{ 
    background-color: #d2c09e;
    background-image:url('bg-tile.jpg');
    font-size: 9pt;
    font-family: Verdana, 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;
    border-bottom: 1px solid #5D0E0A;
}

.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: bottom;
}

td{
    font-size:9pt;
    vertical-align: top;
    text-align: left;
}

th{
    text-align: left;
 }

tr.sec{
    background-color: #F3EBD0;
}

div.main{
    margin: 0 auto;
    width: 1020px;
    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: 1042px;
    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;
}

table{
    border: 1px solid #DED3B9;
    background-color: #FFF4DE;
}

table.normal{
    border: 0px;
    background: none;
}

table.news {
    margin-bottom: 3px;   
}

p{
    padding-bottom: 5px;
}

span.memberArea{
    float: right;
}

span.header{
    float: left;
}

span.bigger{
    font-size: 10pt;
}

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: 7pt;
  float: right;
}