body {
    margin: 0;
    padding: 0;
		font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		background-color:#fff;
}

.all{
  text-align:center;
}

.layout{
  width:910px;
  text-align:left;
  margin-left:auto;
  margin-right:auto;
}

.header{
  height:150px;
  background-image: url(../../img/header.jpg);
}
.menu_bar{
  height:255px;
  background-image: url(../../img/content_bg.gif);
}
.menu_left{
  background-image: url(../../img/menu_left_bg.jpg);
  padding-left:15px;
  width:190px;
  height:255px;
  float:left;
}
.menu_middle{
  background-image: url(../../img/menu_middle_bg.jpg);
  width:497px;
  height:255px;
  float:left;
}
.menu_right{
  background-image: url(../../img/menu_right_bg.jpg);
  width:201px;
  height:255px;
  float:left;
  margin-right:0px;
}

.content{
  background-image: url(../../img/content_bg.gif);
  float:left;
  width:910px;
  margin-left:0px;
  text-align:center;
}

.footer{
  margin-left:auto;
  margin-right:auto;
  border:1px solid #8F9091;
  background-color:#A8434D;
  color:#fff;
  width:895px;
  height:30px;
  line-height:30px;
}

.ok{
  color:#C03E4A;
  font-size:12px;
}

.err{
  color:#ff0000;
  font-size:12px;
}

.left{
	text-align:left;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.border{
  border:1px solid #ff0000;
}
a{
  font-size:13px;
  text-decoration:none;
  color:#91363F;
  font-weight:bold;
}
a:visited{
  font-size:13px;
  text-decoration:none;
  color:#91363F;
  font-weight:bold;
}
a:active{
  font-size:13px;
  text-decoration:none;
  color:#91363F;
  font-weight:bold;
}

a:hover{
  text-decoration:underline;
  font-weight:bold;
  font-size:13px;
}
a img {
  border :0px;
}
h1{
  font-size:14px;
  font-weight:bold;
  color:#91363F;
  margin:4px;
  margin-left:10px;
}

.h1right_title{
  width:175px;
  height:23px;
  margin:0px;
  margin-bottom:15px;
  padding-top:5px;
  background-image:url(../..//img/180_title.gif)
}


form{
  margin:0px;
  padding:0px;
}

.tableborder{
	border:1px solid #dddddd;
}
.trback{
	background-color:#51B9FF;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	font-size:13px;
}
.trborder{
	border-bottom : 1px solid #dddddd;
	font-size:12px;
}

.btn{
	border:1px solid #fff;
	color:#ffffff;
	background: url(../../img/button.gif) center center repeat-x; /*THEME CHANGE HERE*/
	height:22px;
	margin-right:5px;
	font-weight:bold;
}

.btn2{
	border:1px solid #A83E48;
	color:#ffffff;
	background: url(../../img/button.gif) center center repeat-x; /*THEME CHANGE HERE*/
	height:22px;
	margin-right:5px;
	font-weight:bold;
}


.columnLeft{
  margin-left:5px;
  width:200px;
  float:left;
}

.columnMiddle{
  width:488px;
  float:left;
}

.columnRight{
  width:200px;
  float:left;
}
.hint{
  font-size:11px;
  color:#C03E4A;
}

.inputHighlighted{	/* Highlighting style */
	background-color:#FDE6E8;
	border:1px solid #FDC8CD;
}
