/** index page **/
#admin_options thead td{
	font-weight:bold;
	padding:3px;
	border:1px solid gray;
	background-color:#232323;
	color:#FFFFFF;
}
#admin_options tbody td{
	border:1px solid gray;
	padding:3px;
}
.admin_option_desc{
	font-size:11px;
	color:#333333;
}
.admin_option_link{
	background-color:#EDEDED;
}
.admin_option_link a{
	color:#232323;
	text-align:left;
	font-weight:bold;
	font-size:11px;	
	text-decoration:none;
	white-space:nowrap;
}
.admin_option_link a:hover{
	text-decoration:underline;
}

/** users page **/

#admin_users_table td{
	padding:2px;
	border:1px solid black;
	font-size:10px;
}
#admin_users_table thead td{
	background-color:#232323;
	color:white;
	font-size:11px;
}
#admin_users_table .even{
	background-color:#CED6E7;
}
#admin_users_table div.checked{
	background-image:url(admin/images/tick.gif);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	width:26px;
	height:25px;
}
#admin_users_table div.unchecked{
	background-image:url(admin/images/cross.gif);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	width:26px;
	height:25px;
}
.config_section_divider{
	background-color:#232323;
	height:10px;
}