﻿
table.admin_table
{
	border: solid 1px #AAA;
	border-collapse: collapse;		
	background-color: #eee;
}

table.admin_table tr
{
	font-size: 1.1em;
	border-bottom: solid 1px #AAA;
}

table.admin_table caption
{
	font-family: Georgia, Times New Roman ;
	font-size: 16px;	
	padding: 10px 0px 10px 0px;
}

table.admin_table th
{
	text-decoration: none;	
	text-align:left;
	vertical-align: top;
	background-color:#CCC;	
	color:#000;
	font-family:Tahoma, Arial, Sans-Serif;	
	white-space: nowrap;
	margin: 3px 0px 3px 0px;
	padding: 2px 5px 2px 5px;
	border: solid 1px #AAA;	
	font-weight: normal;		
}

table.admin_table th.required
{
	font-weight: bold;
}

table.admin_table td
{
	text-align:left;
	font-family: Arial;	
	padding: 2px 5px 2px 5px;
	vertical-align: top;
}

table.admin_link
{
	border: solid 1px Black;
}

table.admin_link td
{
	text-align:left;
	background-color:#C0C0C0;
	font-family: Arial;
	font-size: 14px;	
}

div.admin
{	
	margin: 2px 2px 2px 2px;
	padding: 5px 5px 5px 5px;
	background-color: #FFF;
	color: #000;
	font-family: Helvetica, Arial, Sans-Serif;
}

.admin a 
{
	color: Gray;
	font-weight: bold;
}

.admin a img
{
	border: solid 0px #000;
}

.admin a:link, .admin a:visited 
{
	text-decoration: none;
	font-weight:bold;
	color: Blue;		
}

.admin a:hover, .admin a:active
{
	border-bottom: dotted 1px Blue;
}

/* data entry form specific */

.admin .featureLabel
{
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0px 3px 0px;
}

.admin input, .admin select
{	
	font-family: Arial, Sans-Serif;
	font-size: 0.9em;
}

.admin input[type="text"]
{
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 200px;
}

.admin textarea
{
	width: 200px;
	height: 100px;
}
.admin input:focus[type="text"], .admin textarea:focus
{
	background: #ffc;
}

div.admin input[type="submit"], div.admin button, div.admin input[type="button"]
{
   color:#000;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:.95em;
   font-weight:bold;
   background-color:#ddd;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
}

.feature_group
{
	padding: 3px;
	float: left;
	width: 200px;
}

.help_cell_header
{
	float: left; margin-right: 20px;
}

.hovermenu
{
	background-color: #FFFFFF;
	border: solid 2px #000000;
	padding: 2px 5px 2px 5px;
	white-space: normal;
	font-weight: normal;
	text-align: left;
	font-family: Times New Roman;
	font-size: 1.3em;
}

.modalBackground 
{	
    background-color:Gray;
    filter:alpha(opacity=80);
    opacity:0.95;
}

