/*****     LINKS     *****/

A{
	color:navy;
	text-decoration:underline;
}

A, BODY,  INPUT,  SELECT, SPAN, TEXTAREA, TD{
    FONT-FAMILY:arial;
}
		
A:hover{
	color:#A46000;
	text-decoration: underline;
}

/*****    Layout    *****/

#Container{
	border:1px;
	border-color:#1E2747;
	border-style:solid;
	width:770px;
}

BODY{
	BACKGROUND-COLOR:#edf0f2;
}

#header{
	height:251px;
	width:770px;
	background:URL('http://winslownj.qscend.com/images/layout/header/layout1.jpg')
}

/*****    CONTENT    *****/

H1{ 
	font-weight:bold;
	font-size:10pt; 
	color:#3F3F3F;
	margin-top:10px; 
	margin-bottom:15px; 
}

SELECT, TEXTAREA, CHECKBOX{
	FONT-SIZE: 10pt;
	color: #444444;	
	background-color:  WHITE;
}

.CHECKBOX{
	background-color: Transparent;
}

FIELDSET{
	height: 100%;
}

LEGEND{
	color: Black;
	FONT-SIZE: 12px;
	margin: 2px 2px 2px 2px;
}

LI{
	list-style-type:square;
}

UL{
	list-style-type:square; 
	list-style-position:outside; 
	margin-left:18px; 
}

.ERROR_TEXT {
	color:Red;
}

/*  For text before the form field */
.FORM_LABEL_TEXT{
	color: #444444;
	font-weight:bold;	
}

/*  Used as header text in Qforms */
.HEADER_TEXT {
	font-weight: bold;
	font-size: 14px;
	color: #234384;	
}

.IMAGE_BUTTON{
	color: #444444;	
	background-color: transparent;
}

/*  For Message displayed within baselist usually */
.MESSAGE_TEXT{
	color: Gray;
}

.RADIO{
	color: #444444;	
	background-color: transparent;
}
	  
/*  For Cells in Baselist */
.TBL_CELL{
	border-bottom: none;
	border-top: none;
	border-right: none;
	border-left-width: 1px;
	border-left-color: #24486C;
	border-left-style: solid;
}

/*  For Cells on left in Baselist */
.TBL_CELL_INITIAL{
	border-bottom: none;
	border-top: none;
	border-right: none;
	border-left: none;
}

/*  For Rows in Baselist */
.TBL_ROW{
	background-color:#FFFFFF;
	padding-left:3px;
	padding-right:3px;
}

/*  For Row Alternating in Baselist */
.TBL_ROW_ALT{
	background-color: #C0C0C0;
	padding-left:3px;
	padding-right:3px;
}       

/*  For Row Selected in Baselist */
.TBL_ROW_SELECTED{
	background-color: #FFFFCC;
	padding-left:3px;
	padding-right:3px;
}       
/*  For Header Cells in Baselist */     
.TBL_HEADER_CELL{
	font-weight: bold;
	border-bottom: none;
	border-top: none;
	border-right: none;
	border-left-width: 1px;
	border-left-color: #24486C;
	border-left-style:  solid;
}

/*  For Header Row in Baselist */
.TBL_HEADER_CELL_INITIAL{
	border-bottom: none;
	border-top: none;
	border-right: none;
	border-left: none;
}

/*  For Rows in Baselist */
.TBL_HEADER_ROW{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #24486C;
	padding-left:2px;
	padding-right:2px;
}
	
 /*  For TextBoxes */
.TEXT{
	color: #444444;	
	background-color: transparent;
}

/*****     SEARCH     *****/

.SEARCH_FORM_BOX{
	color:#6F6F6F;
	border:1px;
	background-color:#FFFFFF;
	height:15px;
	width:100px;
}

.SEARCH_FORM_LABEL_TEXT{
	color:#FFFFFF;
	font-size:10pt;
	font-weight:bold;
}

.SUBMIT_BUTTON{
	color:#FFFFFF;
	font-size:10pt;
	font-weight:bold;
	background-color:#929EAE;
	border:0;
}

.MINISEARCH_TEXT{
	color: White;
	font-weight:bold;	
}