fieldset {  
	margin: 1.5em 0 0 0;  
	padding: 10px;  
}

fieldset.eal {
	border-style: none;
}

fieldset p {
	margin-bottom: 0;
}

legend {  
	margin-left: 1em;  
	color: #000000;  
	font-weight: bold;  
} 
 
fieldset ol {  
	padding: 0em 1em 0 1em;  
	list-style: none;  
}
  
fieldset li {  
	padding-bottom: .8em;
}

fieldset textarea {
	width: 300pt;
	height: 35pt;
}
  
fieldset.submit {  
	border-style: none;  
}

fieldset.general label {    
	float: left;    
	width: 12em;    
	margin-right: 0em;    
	text-align: left;  
	font-weight: bold;
}

fieldset.general fieldset {
	margin-top: 0em;      
	margin-bottom: -2.5em;      
	border-style: none;      
	background-color: transparent;      
	background-image: none;      
}
      
fieldset.general fieldset legend {
	margin-left: 0;      
	font-weight: normal; 
}
      
fieldset.general fieldset ol {      
	position: relative;      
	top: -1.5em;      
	margin: 0 0 0 11em;      
	padding: 0;      
}
      
fieldset.general fieldset label {      
	float: none;      
	width: auto;      
	margin-right: auto;      
}

fieldset.db {
	margin: 0;
	border: 0; 
} 

fieldset.db label {
	padding: 0; 
	float: left;    
	width: 8em;    
	margin-right: 1em;    
	text-align: right;  
	font-weight: bold;
}

fieldset.db textarea {
	width: 200px;
	height: 100px;
}

fieldset.db input[type="text"] {
	width: 200px;
}

table.formtable thead th {
	padding: 5px;
	text-align: center;
	font-size: 8pt; 
	background-color: #005C8E;
	color: #ffffff;
	border-top: solid 1px #d8d8d8;
	}

table.formtable a {
	color: #ffffff;
}

table.formtable tr:nth-child(even) {
	background: #f0f0f0
}

table.formtable tr:nth-child(odd) {
	background: #d0d0d0
}

table.formtable td	{
	color: #000;
	padding: 0 2px 0 2px;
	font-size: 12px;
	text-align: center;
	border: solid 1px #ffffff;
	}

table.subtable thead	{
	border: solid 1px #ffffff;
	}

table.subtable th {
	text-align: center;
	font-size: 8pt; 
	color: #000000;
	font-weight: bold;
	background: #f0f0f0;
	border: solid 1px #ffffff;
	}
	
table.subtable td	{
	text-align: center;
	color: #000;
	padding: 5px;
	border: 0;
	font-size: 12px;
	}

table.subtable tr:nth-child(odd) {
	background: #f0f0f0
}

table.subtable tr:nth-child(even) {
	background: #d0d0d0
}

div.form_page_nav {
	position: relative;
	text-align: left;
	padding: 10px;
}

div.form_page_nav a {
	border: 1px solid #005C8E;
	padding: 5px;
	margin: 2px;
	font-weight: bold;
}

a.group_display:link, a.group_display:visited {
	background: #8BBAD9;
	color: #000000;
}
a.group_display:hover {
	background: #000000;
	color: #f0f0f0;
}

a.Current:link, a.Current:visited, a.Current:hover  {
	background: #005C8E;
	color: #f0f0f0;
}

div.ajax_load {
	border: 1px solid #005C8E;
	box-shadow: 5px 5px 5px #000000;
	position: absolute;
	top: 25%;
	left: 50%;
	display: none;
}




