ul, ol{
  list-style-position: inside;
}
.preview{
  background: url('../images/bg_btn_preview.png') no-repeat;
  width: 117px;
  height: 22px;
  float: left;
  border:none;
  color:#fff;
  padding: 0 0 0 25px;
  text-align: left;
}
#admin_content .enclosed{
  background: url('../images/admin_bg_pj.gif') no-repeat;
  width: 375px;
  height: 25px;
  display: block;
  padding: 9px 0 0 163px;
}
.btn_auto {
  background: transparent url('../images/bg_btn_right.png') no-repeat scroll top right; 
  display: block;
  float: left;
  height: 22px; 
  margin-right: 6px;
  padding-right: 15px; 
  text-decoration: underline;
  color: #fff;
  letter-spacing:120%;
  font-family: Arial, Helvetica, sans-serif;
  font-size:13px;
  font-weight:bold;
}
.btn_auto span {
  background: transparent url('../images/bg_btn_left.png') no-repeat; 
  display: block;
  line-height: 22px; 
  padding: 0px 0 0 15px;
} 
.btn_auto:hover span{
  text-decoration:underline;
  color: #fff;
}

/* AUTH */
#admin_header_auth{
  background: url('../images/admin_bg_header.png') no-repeat top;
  width: 856px;
  height: 46px;
  float: left;
  padding: 5px 0 0 10px;
}
#admin_header_auth h1{
  font-family:"Times New Roman",Georgia,Serif;
  font-weight: normal;
  color: #fff;
  font-size: 35px;  
}
#admin_content{
  float: left;
  background: #f7f4f0;
  width: 830px;
  border-left: 1px solid #b7afa6;
  border-right: 1px solid #b7afa6;  
  padding: 17px;
} 
#admin_footer{
  background: url('../images/admin_bg_footer.png') no-repeat top left;
  float: left;
  height: 40px;
  width: 100%;
} 
#sf_guard_auth_form fieldset .form-row label{
  width: 100px;
  float:left;
  margin-top: 6px;
}
#sf_guard_auth_form fieldset .form-row input{
  width: 150px;
  float:left;
}

/* NOTIFICATION */
.alert_form{
  width: 717px;
  padding: 20px;
  color: #DF300D;
  background: #FFFCEF;
  border: 1px solid #DF300D;
}
.attention_form{
  width: 717px;
  padding: 10px 20px 10px 20px;
  margin-bottom: 3px;
  color: #3e3e3e;
  background: #FFFFDD;
  border: 1px solid #FFD700;
}
.alert{
  width: 90%;
  padding: 20px;
  color: #DF300D;
  background: #FFFCEF;
  border: 1px solid #DF300D;
}
.big_number{
  color: #54C226;
  font-size: 28px;
  font-weight:bold;
}


/* ===================== PAGINATION ====================== */
#pagination{
  font-size: 13px;
  list-style-type:none;
}
#pagination a{
/*border:solid 1px #493826;*/
// margin-right:2px;
border-left: 1px solid #CFCAC2; 
text-decoration:underline;
}
#pagination .previous-off,
#pagination .next-off {
//border:solid 1px #493826;
color:#493826;
display:block;
float:left;
font-weight:bold;
margin-right:2px;
padding:3px 7px;
}
#pagination .next a,
#pagination .previous a {
font-weight:bold;
border-left: 1px solid #CFCAC2; 
text-decoration:none;
}
#pagination .active{
// background:#493826;
border-left: 1px solid #CFCAC2; 
color:#493826;
font-weight:bold;
display:block;
float:left;
// padding:4px 6px;
padding:3px 7px;
}
#pagination a:link,
#pagination a:visited {
color:#493826;
display:block;
float:left;
padding:3px 6px;
}
#pagination a:hover{
background:#DFD8D1;
color:#493826;
}
#pagination .previous1 a,
#pagination .previous1{
border:none;
}



