.formlabelrow
{
	font-weight:bold;
}
input, select
{
	font-family:  verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
}
input[type="text"]
{
	width: 250px;	
}
input[type="submit"], input[type="reset"]
{
	border-color: Black;
	background-color: #999999;
	color: Black;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
textarea
{
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #999999;
	border-width:1px;
	width: 250px;
	height: 80px;
}
input[type="checkbox"]
{
	background-color: #eeeeee;
	border-style: solid;
	border-color: #999999;
	border-width: 0px;
	margin-left:-2px;
}
fieldset
{
	border-color: #4877AF;
	border-width:2px;
}
.formdiv
{
	
}
.formdivrow
{
	margin-top: 3px;	
	margin-bottom: 3px;
	vertical-align: top;
}
.formlabelrow
{
	display: inline;
	float: left;
	width: 200px;
	min-width:200px;
	text-align: right;	
	visibility: visible;
}
.formspanrow
{
	text-align: left;
	margin-left: 10px;	
	vertical-align: top;
}
.formspanrow input[type="submit"]
{
	border-color: Black;
	background-color: #999999;
}
.formdivnoterequired
{
	font-style: italic;
	font-weight: bold;
	font-size: 80%;
	margin:5px;
	margin-left: 10px;
}
.simplesearchform
{
	text-align: right;
	margin-top: -35px;
	margin-bottom: 0px;
}
.simplesearchform .formlabelrow
{
	float: none;
}
.tabledef thead
{
	background-color: #005f79;
}
.tabledef
{
	border-spacing: 0px;
	border: 1px solid Black;
	margin-top:5px;
	margin-bottom:5px;
}
.tabledef thead tr td
{
	padding-top:2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 5px;
	border: 1px solid Black;
	text-align: center;
}
.tabledef tr td
{
	padding:2px;
	padding-left: 4px;
	padding-right: 4px;
	border: 1px solid Black;
	text-align: center;
}
thead tr td a
{
	color: 	#ffcc00;
	font-weight: bold;
}
thead tr td
{
	color: 	#ffcc00;
	font-weight: bold;
}
hr
{
	border-color:Black;
	border-style:solid;
	border-width:1px;
	margin:4px;
	margin-top: 10px;
}

.trpaging td
{
	background-color: #005f79;
	color: 	#ffcc00;
	font-weight: bold;
}
.trpaging td a
{
	color: 	#ffcc00;
	font-weight: bold;
	margin-left: 2px;
	margin-right: 2px;
}
.divtabledef
{
	width: 100%;
	text-align: center;
}
.buttonLink
{
	background: #e5e5e5;
	font-weight: bold;
	padding: 4px;
	margin-bottom: 5px;
}
.tbl_permissionset
{
	border: 1px solid Black;
	border-spacing: 0px;
}
.tbl_permissionhead 
{
	text-align:center;
	font-weight:bold;
	border: 1px solid Black;
	padding:2px;
}
.tbl_permissionfield
{
	text-align:center;
	border: 1px solid Black;
}
.errormsg
{
	color:Red;
	font-weight:bold;
}
iframe
{
	border: 0px solid Black;
	border-collapse:collapse;
	border-style:hidden;
	margin-top:2px;
}
.detailtabletd1
{
	display: inline;
	min-width:200px;
	text-align: right;
	vertical-align:top;	
	font-weight: bold;
	float: right;
	padding-right: 10px;	
}
.detailtabletd2
{
	text-align: left;
}
.formdivheader
{
	font-size: 130%;
	font-weight: bold;
	padding: 4px;
	padding-left: 10px;
}
.formcolumntd0
{
	padding-right: 10px;
	vertical-align: top;
}
.formcolumntd1
{
	border-left: 1px solid Black;
	vertical-align: top;
}
.filebrowser
{
	background-color: White;
	
}
.filebrowser h2
{
	font-size: 15px;
	border-bottom: 2px solid Blue;	
}
.filebrowser h3
{
	font-size: 15px;
	border-bottom: 2px solid Blue;	
}
.filebrowser a
{
	color: Blue;
}
.filebrowser a:hover
{
	color: Black;
}