.rowHighlight
{
    background-color:   #EEf1f9;
    height:             24px;
}
.rowHighlight
{
    background-color:   #EEf1f9;
    height:             24px;
}

.rowNoHighlight
{
    background-color:   #FFFFFF;
    height:             24px;
}

.inputNoHighlight
{
    border:             1px solid #7F9DB9;
    background-color:   #ffffff;
}

.inputHighlight
{
    border:             1px solid #7F9DB9;
    background-color:   #EEf1f9;
}

a.c4
{
   border:             1px solid #7F9DB9;
    background-color:   #EEf1f9;
    height: 			15px;
    width:				10em;
	text-align:			center;
    cursor:				pointer;
}
a:hover.c4
{
    border:             1px solid #7F9DB9;
    background-color:   #EEf1f9;
    height: 			15px;
    width:				10em;
	text-align:			center;
    cursor:				pointer;
    text-decoration: none;
    color:black;
}

.inputTabSelHighlight
{
    border:             1px solid #7F9DB9;
    border-bottom-width: 4px;
    background-color:   #FFFFFF;
    height: 			15px;
    width:				10em;
    text-align:			center;
    cursor:				pointer;
}
.inputTabHighlight
{
    border:             1px solid #7F9DB9;
    background-color:   #EEf1f9;
    height: 			15px;
    width:				10em;
	text-align:			center;
}

.inputTabChooseHighlight
{
    border:             1px solid #7F9DB9;
    border-bottom-width: 4px;
    background-color:   #ffffff;
    height: 			15px;
    width:				10em;
    text-align:			center;
    cursor:				pointer;
}
td {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}
input
{
    border: 1px solid #7F9DB9;
}
textarea
{
    border: 1px solid #7F9DB9;
}
select
{
    border: 1px solid #7F9DB9;
}
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 width:49em; 
 overflow:auto;
 font-family: Arial;
}
#councilnearby {width: 540px;}
#councilnearby div.box {border-top: 1px solid #666; border-right: 1px solid #666; border-bottom: 1px solid #666; border-left: 1px solid #666666; background-color: #EEf1f9;}
#councilnearby #search {padding: 10px 5px 10px 5px; text-align: center;}
#searchbox {
	float: right;
	padding: 15px;
}
#searchbox form {
	margin: 0; padding: 0;
}
#searchbox label {
	color: #006;
}

ul.tic 
{
  margin-top: 3px;
  padding:0;
  margin-left:1.5em;
}

li.tic{
  padding: 0;
  list-style-type: none;
  list-style-image: url(http://citizencorps.gov/cc/img/tictac_blue.gif);
}
#tic-tac-ul 
{
    margin-top: 3px;
    margin-left: -1.5em;
}
#tic-tac-li
{
    list-style-type: none;
    list-style-image: url(http://www.citizencorps.gov/cc/img/tictac_blue.gif);
    list-style-position: outside;

    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;

    background-color: transparent;

    background-repeat: no-repeat;
    background-attachment: scroll;
    background-x-position: left;
    background-y-position: 0px;

    margin-bottom: 2px;
}

div.alertBox{
    border: 1px solid;
    background-color:#FFFFCC;
    color:black;
    width:75%;
    
}
div.throbber{
    padding: 4px 4px 4px 4px;
    position:absolute;
    height:18px;
    width:176px;
    display: none;
}
div.processingBox{
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    border-bottom: 2px solid #666;
    border-left: 1px solid #666666;
    background-color: #EEf1f9;
    padding-bottom:6px;
    
}
