.admin_cms_table_field
{
	font-size:0.8em;
	float:left;font-style:bold;text-align:right;padding-bottom:15px;
	width:120px;
}

.admin_cms_table_value
{
	font-size:0.8em;
	float:left;font-style:bold;text-align:left;width:550px;padding-left:15px;
}

.admin_icon
{
	float:left;padding-right:20px;
	text-align:center;
	padding-bottom:20px;
	font-size:12px;
	width:100px;
}

.admin_icon img
{
	width:35x;
	height:35px;	
}

.admin_edit
{
	position:absolute;right:15px;top:10px;
	opacity:0.4;filter:alpha(opacity=40);		
}

.admin_edit_relative
{
	position:relative;
	opacity:0.4;filter:alpha(opacity=40);		
	font-size: 12px;
}



.admin .pagination{
	padding-top:1em;
}

.admin .pagination a.active{
	font-weight:bold;
}

legend{
	color:black;
}
fieldset{
	margin-bottom:1em;
}

.admin_edit:hover
{
	opacity:1.0;filter:alpha(opacity=100);		
}

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: transparent;
	margin:10px 0pt 25px;
	font-size: 12px;
	width: 100%;
	text-align: left;
	border-collapse:collapse;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: white;
	border: 1px solid #FFF;
	font-size: 1em;
	padding: 4px;
	padding-right:1.5em;
}
table.tablesorter thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter thead tr th {
	font-weight:bold;
	border-bottom:1px solid black;
	vertical-align:middle;
}

table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
	border-bottom:1px solid #DDD;
}

table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

table.tablesorter td.green{
	background-color: #D6FFD6;
}

table.tablesorter td.red{
	background-color: #FFD7D6;
}

table.tablesorter tr.tDnD_whileDrag td{
	background-color:#DDD;
}

.table_noheader
{
  border-collapse: collapse;
  border: none;
  font: normal 10pt verdana, arial, helvetica, sans-serif;
  color: #363636;
  background: white;
  text-align:left;
  font-size:0.8em;
  margin-top:5px;
  margin-bottom:15px;

}

.table_noheader tr
{
	border-bottom: 1px dotted #ddd;
}

.table_noheader td
{
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;	
	padding-left:5px;
}

.table_noheader tr.odd
{
	background:#AAA;
}



/* 
	Web20 Table Style
	written by Netway Media, http://www.netway-media.com
*/
table.form_table {
  border-collapse: collapse;
  border: none;
  font: normal 10pt verdana, arial, helvetica, sans-serif;
  color: #363636;
  background: none;
  text-align:left;
  font-size:1.0em;
}

table.form_table th{
	color:black;
	font-weight:bold;
	font-size:1.2em;
}

table.form_table td{
	color:black;
}

table.form_table tr.odd {
	background-color: #DDD;
}

table.form_table input{
	padding:5px;
}


caption {
  text-align: center;
  font: bold 16px arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #CC00FF;
  text-transform: uppercase;
}

table.form_table
{
	margin-top:5px;
	margin-bottom:10px;
	margin-left:10px;
}
table.form_table thead, tfoot {
	background:url(../images/bg1.png) repeat-x;
	text-align:left;
	height:30px;
}
table.form_table thead th, tfoot th {
	padding:5px;
}
table.form_table a {
	color: darkblue;
	text-decoration:none;
}
table.form_table a:hover {
	text-decoration:underline;
	color: #00244a;
}
table.form_table tr.odd {
	background-color: #DDD;
}
table.form_table th, table.form_table td {
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	padding-left:5px;
}

table.form_table tr:hover
{
	background:#ddd;
	background-color:#ddd;	
}

table.form_table td
{
	border-top:1px solid #DDD;	
}
table.row_border tr{
	border-bottom:1px solid black;
}

table.row_border td{
	border-bottom:1px solid black;
}

table.search td
{
	padding-top:10px;
	padding-bottom:10px;
}



}

#required
{
	color:red;
	font-weight:bold;	
}

#error
{
	border: 1px solid #FF9933;
	background-color: #FCB6B6;
	text-align: center;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	font-size: 11px;
	font-family:verdana;
	font-weight:bold;
	padding: 10px;
	color:#444444;
	width:80%;	
}

#error ul{
	list-style:none;
}

#required{
	color:red;
}

#feedback
{
	border: 1px solid #cddc29;
	background-color: #AEE68C;
	text-align: center;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	font-size: 11px;
	font-family:verdana;
	font-weight:bold;
	padding: 10px;
	width:80%;	
	color:#444444;
}

textarea
{
	font-family:arial;
	font-size:1.0em;
	padding:5px;	
}

.dragHandle
{
	cursor:	move;
}


.admin h1, .admin h2, .admin h3{
	color: black;
	padding-bottom:0.5em;
	font-weight:bold;
}

.admin h1{font-size:1.4rem; padding-bottom:0em;}
.admin h2{font-size:1.2rem;}
.admin h3{font-size:1.1rem;}

.admin, .admin small{
	background-color:white;
	color:black;
}

.admin small{
	font-size:0.9e;
	font-style:italic;
}

.admin .admin_header{
	position:relative;
	float:left;
	width:100%;
	padding-bottom:1em;
}

.admin .mod_render_field{
	color:black;
}

.admin input[type=file]
{
	color: rgb(0, 158, 19);
}

.admin table.form_table thead tr th {
	background-color:white;
	color:black;
	font-size:1.0em;
}

.admin table.tablesorter thead tr th {
	color: black;
}

.btn {
	position: relative;
	float:left;
	padding: 0.5em;
	border: 1px solid #DDD;
	cursor: pointer;
	margin: 0.5em 0em;
}