html{
  background-color: #FFFFFF;
  background-image: url(../images/bg_pattern.png);
  background-repeat: repeat-x;
  min-height:100%;
}

body{
  font-family:"Trebuchet MS", arial, helvetica, sans-serif;
  margin:0px;
  background-image:url(../images/xback.png);
  background-position: top right;
  background-repeat: no-repeat;
  font-size:12px;
  float:left;
  min-height: 100%;
  min-width:100%;
}

div.main{
 width:960px;
}

.myleft{
  width:460px;
  float:left;
  margin-left: 20px;
  min-height:480px;
}

.myleft h3{
  width:480px;
  display:inline-block;
}

.myright{
  width:480px;
  float:right;
  min-height:480px;
}

.myright form{
  display:inline-block;
  width:480px;
  margin:0px;
  padding:0px;
}


h3{
  color: #00a5cf;
}

.maintitle{
  display:block;
  color:#FFFFFF;
  margin:0px; 
  margin-bottom:0px;
  height:80px;
  line-height:40px;
  padding: 0px;
  background-image:none;
  float:left;
  width:960px;
}

.form_table{
  background-color:#FFFFFF;
  color:#999999;
  border-top:1px solid #DDDDDD;
  border-bottom:1px solid #DDDDDD;
  background-image: url(../images/svc_cell.png);
  background-repeat: repeat-x;
  padding-left:20px;
}

.inputarea label{
  float: right;
}


.formtitle{
  line-height:30px;
  height:30px;
  font-size:14px;
  font-weight:bold;
  color:#31b6d9;
  border-bottom: 2px solid #31b6d9;
  margin-left:20px;
  text-align: left;

}

span.formtitle{
  display:block;
  margin-top:7px;
}

div.reg{
  width:420px;
  padding-left:0;
  border-top:1px solid #DDDDDD;
  border-bottom:1px solid #DDDDDD;
  margin-top:15px;
  margin-left:30px;
  background-image: url(../images/svc_cell.png);
  background-repeat: repeat-x;
  color:#999999;
}

div.reg .formtitle{
  color: #f68e5b;
  border-bottom-color: #f68e5b;
  margin-top:0px;
}

.inputarea{
  background-color:#FFFFFF;
  font-size:12px;
  color:#333333;
}

.buttonarea{
  text-align:right;
  background-color:#FFFFFF;
  padding:15px;
  color:#999999;
}

.errmsg{
  border:1px solid #FF0000;
  background-color:#F99997;
  color:#990000;
  font-size:12px;
  width:420px;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:25px;
  padding:10px;
}

.okmsg{
  border:1px solid #008000;
  background-color:#95CA95;
  color:#FFFFFF;
  font-size:12px;
  width:420px;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:25px;
  padding:10px;
}

.infomsg{
  border:1px solid #0066CC;
  background-color:#95BFEA;
  color:#000000;
  font-size:12px;
  width:420px;
  text-align:justify;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:25px;
  padding:10px;
  text-indent:2.5em;
}

.warnmsg{
  border:1px solid #FF9933;
  background-color:#FFFFAA;
  color:#000000;
  font-size:12px;
  width:420px;
  text-align:justify;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:25px;
  padding:10px;
  text-indent:2.5em;
}

.infomsg h3{
  text-align:center;
  margin-bottom:0px;
  text-indent: 0px;
}

.inputbox{
  border:1px solid #979797;
  background-color:#fff;
  color:#303030;
  font-size:12px;
 
}

.inputbutton{
  background-color:#ffffff;
  color:#303030;
  border:none;
  border-bottom:2px solid #979797;
  background-image:url(../images/gomb_hatter.png);
  text-decoration: none;
}

.inputbutton:hover{
  border-bottom:2px solid #31b6d9;
  color:#31b6d9;
  cursor:pointer;
}

.inputselect{
 border:1px solid #979797;
  background-color:#fff;
  color:#303030;
  font-size:12px;
/* #FFA500 = orange is not supported by Opera 7
orange is a reserved keyword color in CSS 2.1 only
not in CSS2
*/
}

.plschoose{
  color:#999999;
}

.entry0{

}

.entry1{
  
}

div.menu{
  height:30px;
  background-color:#EEEEEE;
  border-top:1px solid #CCCCCC;
  border-bottom:1px solid #000000;
  margin-bottom:15px;
  float:left;
  width:940px;
  margin-left:20px;
  background-image: url(../images/svc_cell.png);
}

ul.menu{
  float:left;
  line-height:25px;
  list-style:none;
  margin:0px;
  padding:0px;
}

ul.menu li{
  float:left;
  padding-left:10px;
  padding-right:10px;
}

a.menu:link, a.menu:visited{
   font-size:12px;
   text-decoration: none;
   color: #666666;
   display:block;
   float:left;
   line-height:30px;
}

a.menu:hover{
   color:#303030;
   text-decoration: underline;
}

ul.langselector{
  float:right;
  line-height:25px;
  list-style:none;
  margin:0px;
  padding:0px;
  margin-top:20px;
  margin-right:30px;
  background-image: url(../images/topmenubg.png);
}

ul.langselector li{
  float:left;
  padding-left:10px;
  padding-right:10px;
}

a.langselector:link, a.langselector:visited{
   font-size:11px;
   text-decoration: none;
   color: #999999;
   display:block;
   float:left;
   line-height:20px;
}

a.langselector:hover{
   color:#333333;
   text-decoration: underline;
}

span.langselector,
span.menu{
   font-size:14px;
   text-decoration: none;
   display:block;
   float:left;
   line-height:30px;
   font-weight:bold;
}

div#tabs{
  
  float:left;
  width:960px;
}

ul.tabs{
  margin:0px;
  float:left;
  list-style-type:none;
  padding:0px;
  height:30px;
  margin-left:20px;
  width:940px;
  background-color: #fff;
}

ul.tabs li{
  display:block;
  float:left;
  margin:0px;
  padding:0px;
}

ul.tabs li a:link,
ul.tabs li a:visited{
  display:block;
  padding-left:10px;
  padding-right:10px;
  height:30px;
  line-height:30px;
  text-decoration: none;
  margin-top:2px;
  color:#303030;
  font-size:12px;
  font-weight:bold;
}

ul.tabs li a:hover{
  color:#00a5cf;
  text-decoration: underline;
}

ul.tabs li a{
}

ul.tabs li.last a{
  border-right:none;
}

ul.tabs li.first a{
  border-left:none;
}

a#curr_item:link,
a#curr_item:visited{
  background-color:#fff;
  color:#00a5cf;
  margin-top:1px;
  text-decoration: underline;
}

#ajax_get{
  width:960px;
  margin: 20px auto 20px auto;
}

.bigbtn{
  display:inline-block;
  width:200px;
  height: 30px;
  line-height:30px;
  color:#FF0000;
  font-size:18px;
  font-weight:bold;
  background-color:#FFFFFF;
  border:1px solid #000000;
  margin: 0 auto 0 auto;
  text-indent:0px;
  text-align: center;
}

.bigbtn2{
  display:inline-block;
  width:300px;
  height: 30px;
  line-height:30px;
  color:#FF0000;
  font-size:12px;
  font-weight:bold;
  background-color:#FFFFFF;
  border:1px solid #000000;
  margin: 0 auto 0 auto;
  text-indent:0px;
  text-align: center;
}

.adminlist{
}

.adminlist th{
  border: 1px solid #DDDDDD;
  font-size:12px;
  height:25px;
  line-height:25px;
  color:#000000;
}

.adminlist th:hover{
  border: 1px solid #AADDFF;
}

tr.row0 td, tr.row1 td{
  font-size:12px;
  height:20px;
  line-height:14px;
  text-align: center;
  color:#000000;
}

.row0 td{
  background-color:#FFFFFF;
}

.row1 td{
  background-color: #F9F9F9;
}

tr.row0:hover td, tr.row1:hover td{
}

.floatwindow{
  border:5px solid #31b6d9;
  width:460px;
  background-color: #FFFFFF;
  position:absolute;
  max-height:480px;
  overflow:auto;
  -moz-border-radius:5px;
  -khtml-border-radius:5px;
  -webkit-border-radius:5px;
}

.ie6{
  width:400px;
  margin: 50px auto 0px auto;
  background-color: #FFEE00;
  border: 10px solid #CC0000;
  color:#333333;
  position:absolute;
  text-align: center;
  top:0px;
  left:300px;
}

.error{
  background-color: #FFAAAA;
  color:#CC0000;
}

.warning{
  background-color: #FFFFAA;
  color:#CC3300;
}

.notice{
  background-color: #AAD4FF;
  color:#0066CC;
}

p.centerme{
  text-align: center;
}

.centerme .inputbutton{
  padding:3px 10px 0 10px;
  font-size:14px;
}

hr{
  width:100%;
  float:left;
}

span.foot{
 font-size:10px;
 float:left;
}

p.padded{
  margin-left:20px;
}

.myleft p,
.myright p{
  margin-left:20px;
}

.myleft .myleft{
  margin-left:0px;
}

.inputselect{
  font-size:11px;
}

.floatwindow .myleft{
  min-height: 0px !important;
  margin-left:0px;
}
