#idadmin #main {width: 920px;}

#main table {
	width: 920px;
	margin: 10px auto;
	clear: both;
}

#main table.admintable {
	width: 500px;
	margin: 10px 0;
	clear: both;
}

#main table.admintable tr td.alignright {background: #e5e5e5; border-bottom: #ffffff 1px solid;}

#main table tr td, #main table tr td.tablehead {
	padding: 5px 15px;
}

#main table.admintable tr td {padding: 10px}

#main table tr td.tablehead {
	background: #e5e5e5;
	color: #191b5d;
	font-weight: bold;
	padding-top: 10px;
	border-bottom: #191b5d 1px solid;
}

#main table tr td {
	border-bottom: #F0BE64 1px solid;
}

#main table.rcTable tr td {border-bottom: none;}

#main table tr td.smwidth {width: 50px;}

#txtDescription {clear: both;}

#main #txtDescription table tr td {border-bottom: none; padding: 0;}

#main ul.options {
	padding: 0;
	margin: 0;
}

#main ul.options li {
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0 30px 0 0;
	float: left;
}

#main ul.options li a, #main ul.options li a:visited {
	display: block;
	background: #e5e5e5;
	padding: 4px 6px;
	color: #191B5D;
	text-decoration: none;
}

#main ul.options li a:hover, #main ul.options li a:focus {
	background: #e4a539;
	color: #525252;
}

#main ul.options li a:active {
	background: #191B5D;
	color: #e4a539;
}


