/*
NOTE: some of these style declarations were causing problems in NS4.
Styles which have been commented out have been implemented using Javascript
based on the browser version in the file /content/includes/stylefix.js
Also, make sure you add new styles to the bottom only, because NS can only refer
to them by number, and if new ones are added in the middle, the numbers will be wrong.
- Tom Walter
*/


.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00205A;
	text-decoration: none}

.body_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00205A;
	text-decoration: none ;
	font-weight: bold}

.body_text_bold_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E71C18;
	text-decoration: none ;
	font-weight: bold }

.inputs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	background-color: #B5C3DE;
	/*border: 1px #00205A solid;*/
	height: 15px;
	float: left;
	color: #00205A}

.inputs_buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	background-color: #E71C18;
	/*border: 1px #00205A solid;*/
	color: #FFFFFF}

.inputs_quicksearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	background-color: #DDE3F0;
	height: 20px;
	/*float: left ; WAS CAUSING NS4 ISSUES*/
	width: 140px}

.inputs_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	background-color: #B5C3DE;
	/*border: 1px #00205A solid;*/
	height: 17px;
	float: left ;
	width: 200px}
	
.inputs_help {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	background-color: #B5C3DE;
	border: 1px #00205A solid;
	color: #00205A ;
	width: 175px}

.inputs_multiline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	background-color: #B5C3DE;
	border: 1px #00205A solid;
	float: left ;
	color: #00205A}

.inputs_needhelp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	background-color: #B5C3DE;
	border: 1px #00205A solid;
	height: 15px;
	float: left;
	color: #00205A ;
	width: 125px}

.inputs_buttons_needhelp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	background-color: #E71C18;
	border: 1px #00205A solid;
	height: 15px;
	float: left ;
	color: #FFFFFF ;
	width: 125px}

.inputs_multiline_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	background-color: #B5C3DE;
	/*border: 1px #00205A solid;
	float: left ;*/
	width: 100%;
	color: #00205A;}

.inputs_buttons_needhelp_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	background-color: #E71C18;
	/*border: 1px #00205A solid;*/
	height: 15px;
	float: left ;
	color: #FFFFFF ;
	width: 185px}

.body_text_bold_PTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00205A;
	text-decoration: none ;
	font-weight: bold ;
	border-color: black black #8D9EEF;
	border-style: dashed;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px}

.propertydisplaytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: red;
	text-decoration: none ;
	font-weight: bold ;	
}

.propertydisplaybody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00235D;
	text-decoration: none ;
	}

.Text-Verdana {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00235D;
	text-decoration: none ;
}

/*BODY {
	SCROLLBAR-FACE-COLOR: #D4D0C8;
	SCROLLBAR-HIGHLIGHT-COLOR: #D4D0C8;
	SCROLLBAR-SHADOW-COLOR: #999999;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR:  #000000;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #666666; }*/