@CHARSET "ISO-8859-1";
body{
	background-color:#C4D3EC;
}

#main{
	width:800px;
	/*min-height:800px;*/
	height:inherit;
	margin:10px auto;
	padding:5px 0px;
	
	font-family: Tahoma,monospace;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;	
}

#container{
	width:800px;
	/*min-height:800px;*/
	height:inherit;
	background:url('../images/bc02.png');

    padding:5px 0px;
    margin-bottom:5px;
    float:left;    
}

#admin_header{
	width:800px;
	height:100px;
	background:url('../images/admin-panel.png');
}

#admin_menue{
	height:35px;
	width:780px;
	margin:5px auto;
	border-bottom:groove;
	
	border-top:groove;
	border-color:#ABA3F3;
}

.admin_menue_item{
  
	width:120px; 
	float:left;
	height:18px;
	background-image:url('../images/button_1003.png');
	border-bottom:medium double #993333;
	margin:5px; text-align:center; cursor:pointer; border-bottom-color:#993333
}

#user_form{
	width:780px; 
	height:25px;
	margin:5px auto;
	
}
#user_list{
	width:780px; 
	height:inherit;
	margin:10px auto;	
	background:#CCCCCC;
}
.user_item{
	width:250px; 
	float:left;
	height:25px;
	border-color:#CC6699;
	margin:0px;
	padding:5px 3px;
}

#sec_form{
	width:780px; 
	height:25px;
	margin:5px auto;
	
}

.sec_item{
	width:250px; 
	float:left;
	height:25px; 
	margin:0px;
	padding:5px 5px;
	border-bottom:groove;
    border-top:groove;
	border-color:#ABA3F3;
}

#sec_list{
	width:780px; 
	height:inherit;
	margin:10px auto;	

}

#cat_form{
	width:780px; 
	height:30px;
	margin:10px auto;
	border-bottom:groove;
    border-top:groove;
	border-color:#ABA3F3;
}

.cat_item{
	width:250px; 
	float:left;
	height:25px;
	border-color:#ABA3F3;
	margin:0px;
	padding:5px 3px;
}
lable.cat1_item{
	width:50px; 
	float:left;
	height:10px;
	}
#cat_list{
	width:780px; 
	height:inherit;
	margin:10px auto;	
	background:#FFC;
}

.art_item{
	width:780px;
	float:left;
	height:inherit;
    padding-bottom:10px;
	padding:2px 2px;
}

#art_list{
	width:780px;
	height:inherit;
	margin:2px auto;
	background:#FFC;
}

.art_menu{
	width:780px; 
	height:30px;
	margin:10px auto;
	border-bottom:groove;
	
	
	border-top:groove;
	border-color:#ABA3F3;
	
}


#srv_list{
	width:780px;
	height:inherit;
	margin:10px auto;
	background:#ABBBF3;
}


.list_iteams{
	height:35px;
	width:770px;
	padding:5px;
	background:#ABBBF3;
	padding-bottom:10px;
	padding-left:10px;
	
}

.list_iteam{
	height:30px;
	float:left;
	
	padding:2px;
	background:#D2D3FB;
	border:thin;
	
}

.lbl{
    width:120px;
    float:left;
}

.home_item{
	width:250px;
	float:left;
	height:20px; 
	margin:0px;
	padding:5px 5px;
	
   
	
}

.smwidth{
        width:130px;
		padding-bottom:inherit;
}