/*Style for default news/events lists*/
/* added 3/16/07 by Travis */
UL.ulNEWS{
  list-style-type:none; 
  list-style-position:outside; 
  margin-left:0px;
	margin-bottom: 0px;
	margin-top: 0px;
}


/* Service Request Entry (forward facing web form styles) 	*/
/*  added 2/27/07 by Travis.								*/

.SERVICE_REQUEST_HEADER_TEXT {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;

}
.SERVICE_REQUEST_FORM_LABEL_TEXT{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.SERVICE_REQUEST_TEXTBOX{
	font-family:Arial, Helvetica, sans-serif;
	color: blue;
}
.SERVICE_REQUEST_TEXTAREA TEXTAREA{
	width: 98%;
}
.SERVICE_REQUEST_SUBMIT_BUTTON{
}
.SERVICE_REQUEST_ERROR_TEXT{
}
.SRParentTable{
}
.SRLeftTable TD{
padding: 2px 0px 2px 0px;
}
.SRRightTable TD{
padding: 2px 0px 2px 0px;
}
.ERROR_TEXT{
color: red;
}

A{
	text-decoration: none;
   	color:	#587682;
}

A, INPUT, SELECT, TEXTAREA, TD {
    FONT-FAMILY: Verdana;
}
a.title:link    {
  text-decoration:  underline;
  font-weight:      bold;
  color:            6E92AA;
  } 
a.title:visited {
  text-decoration:  underline;
  font-weight:      bold;
  color:            6E92AA;
  } 
a.title:hover {
  text-decoration:  underline;
  font-weight:      bold;
  background-color: 6E92AA;
  color:            white;
  } 
a.main:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      bold;
  color:            666666;
  } 
a.main:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-weight:      bold;
  color:            587682;
  } 
a.main:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;
  font-weight:      bold;
  background-color: 666666;
  color:            white;
  } 
a.main:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  font-weight:      bold;
  background-color: black;
  color: white;
  } 
a.white:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      bold;
  color:            white;
  } 
a.white:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-weight:      bold;
  color:            white;
  } 
a.white:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  font-weight:      bold;
  background-color: white;
  color:            3e4c60;
  } 
a.white:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  font-weight:      bold;
  background-color: black;
  color: white;
  } 
a.left:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      bold;
  color:            blue;
  } 
a.left:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-weight:      bold;
  color:            blue;
  } 
a.left:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;
  font-weight:      bold;
  background-color: blue;
  color:            white;
  } 
a.left:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  font-weight:      bold;
  background-color: black;
  color: white;
  }   
a.top:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      bold;
  color:            #2F4C2B;
  } 
a.top:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-weight:      bold;
  color:            #2F4C2B;
  } 
a.top:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  font-weight:      bold;
  background-color: none;
  color:            #2F4C2B;
  } 
a.top:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  font-weight:      bold;
  background-color: none;
  color: #2F4C2B;
  }  
		
A:hover	{	
	text-decoration: underline;
}

BODY{
	BACKGROUND-COLOR: white;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

#edd{
	background-color:#336699;
}

.MINISEARCH_TEXT{
	color: White;
	font-weight:bold;	
}

H1{
  font-family:Verdana; 
  font-weight:bold;
  font-size:10pt; 
  color:#3F3F3F;
  margin-top:10px; 
  margin-bottom:15px; 
}

SELECT, TEXTAREA, CHECKBOX{
	color: #444444;	
	background-color:  Transparent;
}

.CHECKBOX{
	background-color: Transparent;
}

LEGEND {
	color: Black;
	FONT-SIZE: 12px;
	margin: 2px 2px 2px 2px;
	
}

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;
}

.SUBMIT_BUTTON
{
	 background-color:#CCCCCC;
	  }
	  
/*  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;
}


