
#spAction { /*** container table used for spAction with HTML ***/
   width: 100%;
   padding: 0;
   margin: 0;
   border: 0px solid red;
}

#quickContactLinks {
   padding: 0;
   font-size: 0.95em;
   border: 0px solid red;
}

#quickContactLinks p {
   margin: 0 0 4px 0;
}

#popupForm {
   padding: 1em;
   border: 0px solid blue;
}

.bold {
   font-weight: bold;
}

.black {
   color: #444;
}

.red, .errorTextSmall {
   color: #CE0031;
}

.errorTextSmall {
   font-size: 11px;
}



div.spacer {
   padding: 0;
   height: 10px;
}

#popupSubmitDiv {
   text-align: center;
   width: 95%;
   margin: 2em 2em;
   border: 0px solid green;
}

/********************** SEARCH ******************************/
#table-search {
   width: 100%;
   border: 0px solid blue;
}

#table-search input, #table-search select {
   width: 100%;
}

#table-search input.checkbox {
   width: 14px;
   height: 14px;
}

#table-search input.submit {
   width: 50%;
}

/********************** THIN LIST ******************************/
#thinList {
   width: 100%;
   margin: auto; 
   border: 0px solid blue;
}

#thinList td {
   padding: 4px;
}

#thinList th {
   color: #444;
   font-weight: bold;
	background-color: #aaa;
	padding: 5px;
}

#thinList tr.list1 {
   background-color: #e6e6e6;
   vertical-align: top;
}

#thinList tr.list2 {
   background-color: #f1c3b8;
   vertical-align: top;
}

#thinList a {
	text-decoration: none;
}

#thinList a.greyed {
	color: #999;
}

/********************** TEXT SCROLL QUOTE APPLET ******************************/
#textScroller {
   width: 100%;
   border: 0px solid blue;
   margin-bottom: 10px;
}

#textScroller applet {
   width: 100%;
   border: 0px solid red;
}

/********************** TEXT SCROLL QUOTE APPLET ******************************/
#textScroller {
   width: 100%;
   border: 0px solid blue;
   margin-bottom: 10px;
}
