.hide {
	display: none;
}

div#page{
	display:table; /* must put this in for FireFox. */	
	background-image: url(../../generic/images/sideshadow.png);
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src=../generic/images/sideshadow.png, sizingMethod=scale);
	background-position: 0 0;
	background-repeat: repeat-y;
	height: 100%;
	margin: 0px auto 0px auto;
	width: 780px;
}

div#pagebody{
	padding: 10px;
	clear: both;
}

div#right_pannel{
	float:left;
	position:relative;
	margin-left:8px;
	background-color:#FEF9E6;
	border:1px solid #F7BE00;
	width:334px;
}

div#content_main_forntpage {
	float:left;
	width:370px;
}

dt{
	display:inline;
	margin-right: 10px;
	font-weight:bold;
	float:left;
	width:40px;
}

dd{

}

div.helpbutton{
	background-color:#BDFF95;
	color:#225500;
	padding:5px;
	width:auto;
	cursor:pointer;
}

div.helpbutton:hover{
	background-color:#FDE9AE;
}

div.help{
	background-color:#F8FFEC;
	border:1px solid #BDFF95;
	padding:10px;
}

div#pagehead {
	cursor:pointer;
}

div#pagehead h1{
	background-image: url(../../generic/images/head.jpg);
	background-color: #FEF8DE;
	background-position: 0 0;
	height: 279px;
	width: 730px;
	margin: 0px auto;
}

div#pageinner {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 740px;
	position: relative;
	top: 0px;
	left: 0px;
}

html,body {
	background-color: #FFFFCC;
	background-color: #FFDB48;
	background-image: url(../../generic/images/background.jpg);
	background-attachment: fixed;
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 100%;
}

strong {
	font-weight: bold;
}

p {
	font-size: 1em;
	line-height: 1.9em;
	margin: 1em 0px 1em 0px;
}

h2#pagesubheading{
	position: absolute;
	width: 222px;
	top:244px;
	left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
}

blockquote {
	background-color: #F5F5F5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 10px 6px 6px 6px;
	margin: 0px 10px 10px 30px; 
	border: 1px solid #A9A9A9;	
}

blockquote p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0.5px 0px 0.5em 0px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	text-align: center;
	margin-bottom: 20px; 
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-bottom: 10px; 
}

.indent {
	margin-left: 30px;
}

.center{
	text-align: center;
}

table {
	border-collapse: separate;
	border-spacing: 3px;
/*	table-layout: fixed;*/
	width: 100%;
}

table.Table2 {
	border-collapse: separate;
	border-spacing: 3px;
	table-layout: auto;
}

hr {
	border-top: 1px #FF9900;*/
	color:#FF9900;
	height:1px;
}

td {
	border: 1px solid #E0E0E0;
	text-align: center;
	background-color: #ffffff;
	padding: 10px;
}

td.heading {
	background-color: #FFF7D6;
	border-color: #FFF7D6;
	font-size: 1.4em;
	padding: 4px;
	text-align: center;
}

th {
	background-color: #F5F5F5;
	font-size: 1.1em;
	padding: 4px;
	text-align: center;
	font-weight: bold;
}

fieldset {
	background-color: #FFFFF0;
	padding: 10px;
	border: 1px solid #F0E68C;
}

legend {
	font-weight: bold;
	margin: 5px 0px 10px 0px;
	border: 1px solid #F0E68C;
	background-color: #E1A422;	
	padding: 5px;
	color: #ffffff;
}

label {
	color: #C08301;
	display: block;
	margin: 6px 0px 10px 0px
}

label strong{
	color:#FF0000;
}

input {
	padding: 5px;
}

table input{
	width:auto;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0px 5px 0px; 
}

select {
	padding: 5px;
	width:550px;
}

div#index_frontpage{
	background-color: #ffffff;
	background-image: url(../../images/ContentPage-Grx.jpg); 
	width:318px;
	height:419px;
	float: right;
	margin: 0px 10px 50px 50px;
}

table.admin {
	background-color: White;
	table-layout: fixed;
}

table.admin td{
 text-align: center;
 border: 1px solid #DCDCDC;
}

div.row div.label {
	width: 150px;
	border: 1px solid #FFDB48;
	padding: 5px;
	background-color: #FEF8DE;
	font-weight: bold;
	float: left;
	margin: 0px;
}

div.row div.response {
	border: 1px solid #F5F5F5;
	font-size: 1em;
	margin: 0px 0px 0px 5px;
	padding: 5px;
	width: 500px;
	float: left;
}

div.row {
	border-bottom: 0px dashed #DCDCDC;
	padding: 2px 5px 2px 5px;
	width: 700px;
	clear: both;
	float: left;
	margin: 0px 0px 0px 0px;
	position: relative;
}
