@charset "utf-8";
/* CSS Document */

#admin_content{
	padding:10px;
}
#admin_content h1{
	font-size:18px;
	font-weight:bold;
}
.error{
	border:#CC99CC solid 1px;
	background:#FDF2FC;
	padding:10px;
}
table.list_style{
}

table.list_style tr.tr:hover{
	background-color:#EFEFEF;
}

table.list_style tr:last-child td{
	background-color:none;
	border-bottom:0;
}

table.list_style th{
	background-image:url(../images/navigation-ul-bg.gif);
	background-repeat:repeat-x;
	height:34px;
	text-align:left;
	color:#FFFFFF;
}

table.list_style td{
	border-bottom:#CCCCCC solid 1px;
}