/* @group top menu bar */

#admin_topmenu {
	width: 100%;
	height: 32px;
	background: #333333 url(../gfx/admin_top_bar_bkg.gif) repeat-x;
	overflow: hidden;
	padding: 0;
}

#admin_topmenu div {
	margin-top: 6px;
	float: left;
}

#admin_topmenu div.col1 {
	margin-top: 8px;
	width: 40%;
	margin-left: 1%;
	text-align: left;
}

#admin_topmenu div.col2 {
	margin-top: 8px;
	width: 16%;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
}

#admin_topmenu div.col3 {
	margin-top: 8px;
	width: 40%;
	margin-right: 0; /* no margin leaves 1% empty... same same but safer */
	text-align: right;
}

#admin_topmenu a {
	/*background-color: #555555;*/
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	text-decoration: none;
	font: bold 14px Verdana, Arial, sans-serif;
	color: white;
	margin-right: 12px;
	padding: 3px 6px;
}

#admin_topmenu a:hover {
	background-color: #666666;
}

/* @end */

/* @group table edit */

td {
	vertical-align: top;
}

.db_table td {
	font-size: 12px;
	padding: 1px 4px;
}

.db_table td a {
	text-decoration: none;
	color: black;
	font-weight: bold;
	
}

.db_table tr.odd {
	background-color: #F8F8F8;
}

.db_table tr:hover {
	background-color: #DDDDDD;
}

.db_table th {
	font-size: 12px;
	background-color: #990000;
	color: white;
	padding: 1px 12px 1px 4px;
}

.db_table th a {
	text-decoration: none;
	color: white;
}

.db_table th.sort {
	background: #900 url(../gfx/sort_asc.gif) no-repeat right;
}

.db_table th.sort_desc {
	background: #900 url(../gfx/sort_desc.gif) no-repeat right;
}

.db_table .usericon {
	display: block;
	position: static;
	width: 16px;
	height: 16px;
	background: url(../gfx/user.png) no-repeat;
}

.db_table tr.highlighted .usericon {
	background: url(../gfx/user_a.png) no-repeat;
}

/* @end */

#admin_tools {
	position: absolute;
	width: 120px;
	padding: 4px 6px;
	right: 4px;
	background-color: #333;
	top: 50px;
	font: bold 14px Verdana, Arial, sans-serif;
	color: white;
	-webkit-box-shadow: 2px 3px 16px black;
	background: -webkit-gradient(linear, left top, left bottom, from(#999999), color-stop(0.05, #4A4A4A), color-stop(0.95, #2C2C2C), to(#202020));
}

.pagenav {
	text-align: center;
	font-size: 14px;
	margin: 3px;
}

.pagenav a, .pagenav span.selected, .pagenav span.disabled {
	text-decoration: none;
	color: black;
	background-color: #CCCCCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 1px 3px;
}

.pagenav span.selected, .pagenav span.disabled {
	background-color: #F7F7F7;
}

#dhNewRec {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #ebebeb;
	margin-bottom: 1ex;
}

#dhNewRec .title {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #333333;
}

#dhNewRec a {
	text-decoration: none;
	color: silver;
	font-size: 16px;
	margin-left: 12px;
	line-height: 160%;
}

#dhNewRec a:hover {
	color: white;
}

#dhNewRec_form {
	display: none;
	padding: 4px 16px;
}

.edit_tools {
	position: relative;
	float: left;
	margin-left: -100px;
	width: 70px;
	color: white;
}

.edit_tools a {
	display: block;
	background-color: #333333;
	color: white;
	text-align: center;
	margin-bottom: 6px;
	padding: 4px 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#file_upload {
	clear: both;
	background-color: silver;
}

.image_gallery .delete_btn img {
	margin: 0 0 0 6px;
}

.image_gallery div.img_block .delete_btn {
	position: absolute;
	right: 19px;
	bottom: 10px;
}