body {
font-family: Times New Roman; 
margin:0; 
padding:0; 
height:100%; 
}

a {
text-decoration : none;
}

a:link {
color:#000000;
}

a:visited {
color:#000000;
}

.btn {
width:150px;
}

.all_items {

}

.admin_item {
border-style: solid none; 
border:1px solid #513e2f;
font-size:12px;
}

.item {
border:1px solid #513e2f;
padding: 5px;
}

.text_menu {
font-family: Arial;
border-collapse:separate;
}

.text_menu td {
text-align:center;
width:75px;
border-collapse:separate;
font-size:13px;
}

.msg {
	text-align:left;
 	color:#006600;
	background-repeat: no-repeat;
}
.emsg {
	text-align:left;
	color:#FF0000;
	background-repeat: no-repeat;
}
#loader{
   visibility:hidden;
}
#f1_error{
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight:bold;
   color:#FF0000;
}
#f1_ok{
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight:bold;
   color:#00FF00;
}
#f1_upload_form {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
#f1_upload_process{
   z-index:100;
   visibility:hidden;
   position:absolute;
   text-align:center;
}