/********** GENERAL **********/
	
.text_admin{
	background:#fffad7;
	padding:10px;
	border:1px solid #f2cd00;
	margin:10px 0 20px 0;
	display:none;
	}
	
/*********** TABLES ***********/

table#side_box_admin{
	clear:both;
	margin:20px;
	}
	
table#side_box_admin td#title{
	background:url(/img/table_top_admin.png) left top no-repeat;
	padding:2px 0 0 10px;
	height:28px;
	font-size:11px;
	font-weight:bold;
	color:#777;
	}
	
table#side_box_admin td.section{
	background:#eee;
	padding:7px 10px 7px 10px;
	font-size:11px;
	font-weight:bold;
	color:#777;
	border-left:1px solid #cecece;
	border-right:1px solid #cecece;
	}
	
table#side_box_admin td.item{
	background:#fff;
	padding:5px 20px 5px 20px;
	border-left:1px solid #cecece;
	border-right:1px solid #cecece;
	}
	
table#side_box_admin td.item a{
	font-size:11px;
	font-weight:bold;
	}
	
table#side_box_admin td#bottom{
	background:url(/img/table_bottom_admin.png) left top no-repeat;
	padding:0 10px 0 10px;
	height:30px;
	}
	
table#side_box_admin td#bottom p.link_1{
	float:left;
	}
	
table#side_box_admin td#bottom p.link_1 a{
	font-size:11px;
	font-weight:bold;
	}
	
table#side_box_admin td#bottom p.link_2{
	float:right;
	}
	
table#side_box_admin td#bottom p.link_2 a{
	font-size:11px;
	font-weight:bold;
	}

td.manage_title{
	font-size:11px;
	font-weight:bold;
	color:#777;
	height:27px;
	}
	
td.manage_title_2{
	font-size:11px;
	font-weight:bold;
	color:#777;
	height:30px;
	}
	
td.left{
	background:url(/img/table_top_left.png) left top no-repeat;
	padding:3px 0 0 10px;
	}
	
td.middle{
	background:url(/img/table_top_middle.png) left top repeat-x;
	padding:3px 0 0 0;
	}
	
td.right{
	background:url(/img/table_top_right.png) right top no-repeat;
	padding:3px 10px 0 0;
	}
	
td.left_2{
	background:url(/img/table_top_left_2.png) left top no-repeat;
	padding:4px 0 0 10px;
	}
	
td.middle_2{
	background:url(/img/table_top_middle_2.png) left top repeat-x;
	padding:4px 0 0 0;
	}
	
td.right_2{
	background:url(/img/table_top_right_2.png) right top no-repeat;
	padding:4px 10px 0 0;
	}	

td.manage_title a, td.manage_title_2 a{
	font-size:11px;
	font-weight:bold;
	}
	
td.manage_item_left{
	font-size:11px;
	padding:7px 0 7px 10px;
	background:#fff;
	border-left:1px solid #cecece;
	border-bottom:1px solid #f0f0f0;
	}
	
td.manage_item_middle{
	font-size:11px;
	padding:7px 0 7px 10px;
	background:#fff;
	border-bottom:1px solid #f0f0f0;
	}
	
td.manage_item_right{
	font-size:11px;
	padding:7px 0 7px 10px;
	background:#fff;
	border-right:1px solid #cecece;
	border-bottom:1px solid #f0f0f0;
	}
	
td.manage_item_left a, td.manage_item_middle a, td.manage_item_right a{
	font-size:11px;
	padding:10px 0 10px 0;
	}