input
{
    border: 1px solid #7F9DB9;
}

input.disabled
{
    color: grey;
    background-color: black;
}

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;
}

ul li.tic{
  padding: 0;
  list-style-type: none;
  list-style-image: url(../images/tictac_blue.gif);
}

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;
    
}

fieldset {    
	float: left;    
	clear: both;    
	width: 100%;    
	margin: 0 0 1.5em 0;    
	padding: 0 0 1em 0;  
	border: 1px solid #BFBAB0;    
	background-image: url(../images/form_gradient.jpg);    
	background-repeat: repeat-x;
} 
legend  {      
	position: absolute;      
	margin-top: 0.5em;      
	margin-left:1em;
	margin-bottom: 1em;
	font-size: 150%;  
	font-family:Arial, 
	Helvetica, sans-serif; 
	font-weight: bold; 
	color: #003a69;  
	background-color: transparent;    
}

fieldset ol {  
	padding: 1em 1em 0 1em;  
	list-style: none;  
}  
fieldset li {    
	float: left;    
	clear: left;    
	width: 100%;    
	padding-bottom: 1em;  
}  
fieldset.submit {    
	float: none;    
	width: auto;    
	border-style: none;    
	padding-left: 12em;    
	background-color: transparent;    
}

label {    
	float: left;    
	width: 19em;    
	margin-right: 1em;  
}
label.inlineLabel{
	display: inline;
	font-weight:bold;
	margin-left:4px;
        float:left;
        
}
label strong {      
position: absolute;      
left: 27em;      
top: 0.2em;      
width: 19em;      
color: #C00;      
font-size: 85%;      
font-weight: normal      
;text-transform: uppercase;      
}

label strong img {        
position: absolute;        
left: -16em;      
}

label.wizard {
	font-size: 1.4em;
	color: #003a69; 
	padding: 10px 0 5px 0; 
	letter-spacing: 0px;
}
li.wizard {
	list-style-image: none; 
	list-style-type: circle;
}
span.red {
	color:red;
}

input[@type='checkbox'] {
	clear:left;
}

li.results{
    width:68em;
    list-style-image: url('../images/bullet.gif');
    list-style-type: square;
}
font.results{
    font-size: 1;
    color: green;
    position:relative;
    float: right;
}

/* Stuff for calendar */
.tooltipForeground
{ 
  background-color: #FFFFCC; 
}

.tooltipBackground
{ 
   background-color: #666666;
}


.tooltipClose a:link, .tooltipClose a:hover
{ 
  color: #FFFFFF;
}


.tooltipClose
{
  color: #FFFFFF;
  font-weight: bold;
  vertical-align: top;
  text-align: right;
}

.eventCalendar a:link
{ 
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
}
.eventCalendarTableData
{ 
  background-color: #FFFFCC;
  font-size: 10px;  
  font-family: arial, sans-serif;
  font-weight: 200;
}

.eventCalendarTableOffMonthData
{ 
  background-color: #DFDFDF;
  font-size: 10px;  
  font-family: arial, sans-serif;
  font-weight: 200;
}

/**

    All this is for the new reg process

**/

div.multibox{
    width:100%;
    float:left;
    margin-left:3px;
    display:block;
}
select.multiselect{
    width:43%;
    height:220px;
    clear:none;
    float:left;
    display:block;
}
select.multiselectFixMe{
    width:43%;
    height:220px;
    clear:none;
    float:left;
    display:block;
    border-color:red;
}
div.multibuttons{
    float:left;
    clear:right;
    width:10%;
    display:inline-block;
    margin-left:10px;
}
#councilType{
    clear:right;
    margin-bottom:10px;
}
input.formCheckBox{
    float:left;
    display:inline;
    clear:both;
    border:none;
    margin-left:0px;
    vertical-align:bottom;
    margin-top:2px;
}

p.questionBox{
    margin: 10px 0px 5px 5px;
    font-weight:bold;
}
p.needsFix{
    margin: 10px 0px 5px 5px;
    font-weight:bold;
    color:red;
}
label.primaryLabel_cb {
    float:none;
    font-weight:normal;
    margin-top:4px;
    width:220px;
    vertical-align:middle;
}

p.highlightBlue{
    color:blue;
    width:479px
}
div.h2 {
    width: 37.2em;
    /*margin: 0px 0px -9px -7px;*/
    font-size:16px;
    font-weight: bold;
    background-color: white;
    color: blue;
    text-decoration: underline; 
}

#tabs ul {
       list-style:inside;
        padding: 0px;
        margin: 0px;
        border-bottom: 2px solid #3763b9;
}

#tabs li {
        display: inline;
        margin:0px;
        padding:0px;
}
input.tabs{
    border:0;
    background: #afc8f5;
    color: #3763b9;
    padding:0;
    margin:0;
    font-size:9pt;
    height:auto;
    width:auto;
    overflow:visible;
}
input.tabSelected{
        padding-bottom: 1px;
        font-weight: bold;
        color: #ffffff;
        background: #3763b9;
        border:0;
        margin:0;
        font-size:9pt;
        height:auto;
        width:auto;
        overflow:visible;
}
input.tabFixMe {
        background: red;
        color: white;
        border:0;
        margin:0;
        font-size:9pt;
        height:auto;
        width:auto;
        overflow:visible;
        padding:0;
}
input.tabSelectedFixMe {
        background: red;
        color: white;
        border:0;
        margin:0;
        font-size:9pt;
        height:auto;
        width:auto;
        overflow:visible;
        padding-bottom: 1px;
        font-weight: bold;
}
input.tabDissabled {
        background:silver ;
        color: gray;
        padding: 0;
        border:0;
        margin:0;
        font-size:9pt;
        height:auto;
        width:auto;
        overflow:visible;
}
#tabContent {
        background: #ffffff;
        padding: 2px;
        width:605px;
}

#tabContent p {
        margin-top: 4px;
        padding: .5px;
        background: white;
}

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

li.errorList{
  padding: 0;
  color:red;
  
}
input.needsFix{
	border-color: red;
}

select.needsFix{
	border-color: red;
}

div.needsFix{
	position:relative;
	color: red;
	text-align:center;
	font-weight: bold;
}
legend.needsFix{
    background-color:red;
}
h3.needsFix{
    color:red;
}

fieldset.login {
    margin-left: 25em;
}

/**
    End new reg process
**/
