BODY {
	background-color: #ffffff;
	background-image: url(imgs/bg.gif);
	background-repeat:repeat-x;
	background-position:left top;
	vertical-align:top;
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
	margin:0;
}
TD {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #1b1c1f;
}
A{	text-decoration: underline;
	color:#005ab5;
}
A:hover {
	color:#e25b12;
}
h1 {
	font-family: Arial;
	font-size: 24px;
	font-style: normal;
	font-weight:normal;
}
h2 {
	font-family: Arial;
	font-size: 17px;
	font-style: normal;
	font-weight:normal;
}
input {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #1b1c1f;
	padding-left:3px;
	border:1px solid #999ea4;
}
.menu_table {
	height:110px;
	background-image: url(imgs/menu_bg.gif);
	background-repeat:repeat-x;
	background-position:left top;
}
.small {
	font-size: 11px;
}
.red {
	color:#e25b12;
}



#menu {
    float:left;
    width:100%;
	font-weight:bold;
    line-height:30px;
	height:50px;
}
#menu ul {
    margin:0;
    list-style:none;
}
#menu li {
    display:inline;
    margin-right:10px;
    padding:0;
}
#menu a {
      float:left;
      background:url("imgs/tableft.gif") no-repeat left top;
      padding:0 0 0 8px;
      text-decoration:none;
}
#menu a span {
      float:left;
      display:block;
      background:url("imgs/tabright.gif") no-repeat right top;
      padding:0 15px 0 6px;
      color:#000000;
}
#menu a span {float:none;}
#menu a:hover {background-position:0% -30px;}
#menu a:hover span {background-position:100% -30px;}
#menu #activ a {background-position:0% -30px;}
#menu #activ a span {
		background-position:100% -30px;
}
.login {
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:10px;
	background-image: url(imgs/login_bg.gif);
	background-repeat:repeat-x;
	background-position:left top;
	border:1px solid #d6dce3;

}
table.table, table.table td {
	border:1px solid #dee3e9;
	border-collapse: collapse;
	padding:5px;
}

.table.table th {
	height:30px;
    border: 1px solid #c2c8cf;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
    padding:5px;
	background-color:#dadfe6;
}
.button {
	height:20px;
	width:auto;
	padding-left:3px;
	padding-right:3px;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color:#000000;
	font-weight:bold;
	background-color:#e8eef3;
	border-bottom:solid 1px #7f8c97;
	border-right:solid 1px #7f8c97;
	border-top:solid 1px #ffffff;
	border-left:solid 1px #ffffff;
	cursor:pointer;
}
.user_info_block{
    border: 1px solid #c2c8cf;
    padding: 10px;
    margin: 2px;
    margin-bottom: 10px;
}

.user_info_title {
	font-family: Arial;
    text-decoration:none;
	font-size: 12px;
	font-style: bold;
	font-weight:bold;
    margin-bottom: 5px;
    margin-top: 0px;
    padding-left: 0px;

}

.user_list {
	font-family: Arial;
    position: relative;
    color: #FA0533;
	font-size: 12px;
	font-style: bold;
	font-weight:bold;


}

.user_list_block{	margin: 2px;
    padding: 2px;
    height: auto;
    width: auto;

    text-align: left;
   }
div.img
  {
  margin: 2px;
  border: 1px solid #c2c8cf;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
div.img img
  {
  display: inline;
  margin: 13px;
  border: 1px solid #c2c8cf;
  }
div.img a:hover img
  {
  border: 1px solid #759FE1;
  }
div.desc
  {
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
  }
.per_page{  font-weight: bold;
  padding-top: 10px;
  padding_bottom: 10px;



}

.mess_ok{  text-align: center;
  padding : 10px 0px;
  font : 14px;
  color: #FFFFFF;

  background:url("imgs/mess_ok.gif") repeat-x #129700;


   }
