/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
.textonlyHeader {display:none;margin:0px;padding:0px;}
.hidden {visibility: hidden;display:none;}
.hidden2 {display:none;visibility:hidden;}
.highlight
{
	background-color: #ccff99;
}
/*
A:link	{	
	text-decoration:	underline;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
*/	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	
/*
UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	
*/
IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

.Error
{
    font-weight: bolder;
    padding: 0.5em;
    color: #fff;
    background-color: #c33;
    border-style: solid ;
    border-color: #000;
    border-width: 1px; 
    text-align: center;  
    width: 100%; 
    margin-bottom: 1em;
}

.Warning
{
    font-weight: bolder;
    padding: 0.5em;
    color: #fff;
    background-color: #33c;
    border-style: solid ;
    border-color: #000;
    border-width: 1px; 
    text-align: center;  
    width: 100%; 
    margin-bottom: 1em;
}

.Warning2
{
	color: #c33;
}

Span.Required
{
    color: #c33;
    font-size: xx-small;
}

.button
{
	padding-right: 2px;
	border: #808080 1px solid;
}

.hidden { display:none; }

.bold { font-weight: bolder }

.pager { font-size:xx-small; }

A.pager { font-size:xx-small; }


DIV#mainBody { margin:0px; padding:0px; }

div.list { width:100%; border: solid 1px #808080; background-color:#f7f7f7; padding:10px; }
div.list P { padding:0px; margin-top:1em; margin-bottom:1em; clear:both; }
div.list P LABEL { height:1.5em; float: left; width:150px; text-align:right; margin-right: 5px; font-family: Verdana, Arial, Helvetica, sans-serif; }
div.list P INPUT { height:1.5em; border: #808080 1px solid; float:left; font-family: Verdana, Arial, Helvetica, sans-serif; margin-right:0.5em; }
div.list P TEXTAREA { border: #808080 1px solid; float:left; font-family: Verdana, Arial, Helvetica, sans-serif; }
div.list P SELECT { font-family: Verdana, Arial, Helvetica, sans-serif; }

div#list { width:100%; border: solid 1px #808080; background-color:#f7f7f7; padding:10px; }
div#list P { padding:0px; margin-top:1em; margin-bottom:1em; clear:both; }
div#list P LABEL { height:1.5em; float: left; width:150px; text-align:right; margin-right: 5px; font-family: Verdana, Arial, Helvetica, sans-serif; }
div#list P INPUT { height:1.5em; border: #808080 1px solid; float:left; font-family: Verdana, Arial, Helvetica, sans-serif; margin-right:0.5em; }
div#list P TEXTAREA { border: #808080 1px solid; float:left; font-family: Verdana, Arial, Helvetica, sans-serif; }
div#list P SELECT { font-family: Verdana, Arial, Helvetica, sans-serif; }
div#list TD LABEL { font-size: x-small }
div#list P SPAN { float:left; margin-right:0.5em; }

div#detail { width:100%; border: solid 1px #808080; background-color:#f7f7f7; padding:10px; }
div#detail P { padding:0px; margin-top:1em; margin-bottom:1em; clear:both; }
div#detail P LABEL { height:1.5em; float: left; width:150px; text-align:right; margin-right: 5px; font-family: Verdana, Arial, Helvetica, sans-serif; }
div#detail P INPUT { height:1.5em; border: #808080 1px solid;  font-family: Verdana, Arial, Helvetica, sans-serif; margin-right:0.5em; }
div#detail P TEXTAREA { border: #808080 1px solid; float:left; font-family: Verdana, Arial, Helvetica, sans-serif; }
div#detail P SELECT { font-family: Verdana, Arial, Helvetica, sans-serif; }
div#detail P.highlight { border: #808080 1px solid; background-color:#fff; padding:1em; margin-top:1em; margin-bottom:1em; clear:both; }

SPAN.radio { font-family: Verdana, Arial, Helvetica, sans-serif; border: #808080 1px solid; }
SPAN.label { height:1.5em; width:150px; float: left; text-align:right; margin-right: 5px; font-family: Verdana, Arial, Helvetica, sans-serif; }
div#radio { height:1.5em;  font-family: Verdana, Arial, Helvetica, sans-serif; clear:both; }
div#radio P SPAN INPUT { border: #808080 1px solid;  font-family: Verdana, Arial, Helvetica, sans-serif; float:left; }
div#radio P SPAN LABEL { width:20px; }

.center { text-align:center; clear:both; }
.offset {clear:both; text-align:center;}
.offset2 { margin-left: 135px; clear:both; }
span.gap { height: 1em; }

fieldset { padding: 20px; }

legend { font-weight: bold; }

table.Results { border: solid 1px #003366; background-color: #fff; border-right-style: none; border-bottom-style: none; border-collapse: collapse;  }
table.Results th { border: solid 1px #003366; font-size: x-small; vertical-align: middle; border-left-style: none; border-top-style: none; border-collapse: collapse;  }
table.Results td { border: solid 1px #003366; font-size: xx-small;  border-left-style: none; border-top-style: none; border-collapse: collapse;  }
table.Results caption { border: solid 1px #003366; border-collapse: collapse; font-size:xx-small; font-weight:bold; padding: 0.5em; }

div#placeChooser { clear:both }
div#placeChooser P INPUT { border: #808080 1px solid; float:left; }
div#placeChooser P SELECT { border: #808080 1px solid; float:left; }
div#placeChooser P LABEL { height:1.5em; float: left; width:130px; text-align:right; margin-right: 5px; font-family: Verdana, Arial, Helvetica, sans-serif; }
div#placeChooser P SPAN.label { height:3em; width:130px; float: left; text-align:right; margin-right: 5px; font-family: Verdana, Arial, Helvetica, sans-serif; }
div.placeChooserResults { margin-top: 1em; overflow: auto; height: 10em; clear:both }

span.Selected { height:6em; width:155px; float: left; text-align:right; margin-right: 5px; font-family: Verdana, Arial, Helvetica, sans-serif; }

table.Related { border: solid 1px #003366; background-color: #fff; border-right-style: none; border-bottom-style: none; border-collapse: collapse; width: 10em; }
table.Related th { border: solid 1px #003366; font-size: x-small; vertical-align: middle; border-left-style: none; border-top-style: none; border-collapse: collapse;  }
table.Related td { border: solid 1px #003366; font-size: x-small;  border-left-style: none; border-top-style: none; border-collapse: collapse; padding: 1px 5px 1px 5px; }

div.related { clear:both; }
div.related FIELDSET { margin-top:1em; margin-bottom:1em; clear:both; }
div.related INPUT { height:1.5em; border: #808080 1px solid;  font-family: Verdana, Arial, Helvetica, sans-serif; margin-right:0.5em; float: left; }
div.related SELECT { float: left; margin-right: 5px; font-family: Verdana, Arial, Helvetica, sans-serif; }
div.related LABEL { float:left }

div.memberDetails { padding: 1em; background-color: #fff; border: solid 1px #003366; }

div#wardmap { position:absolute;display:block;BACKGROUND-IMAGE: url(../img/wardmap.jpg); height:309px; width:500px;BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: top left; border: solid 1px #003366; margin-bottom: 1em; }
div#mapfiller {height:309px; width:500px;}

SPAN.WardLink { padding: 0px; margin: 0px; height: 5px; text-align: left; display: block; font-size: xx-small; text-decoration: none; font-weight: bolder; }
A.WardLink { text-decoration: none; color: #000; letter-spacing: -1.5px; }
A.WardLink:hover { text-decoration: none; color: #000; letter-spacing: -1.5px; }
A.WardLink:visited { text-decoration: none; color: #000; letter-spacing: -1.5px; }
span.hiddenseperator { visibility: hidden; }
span#ward_1{ position: Absolute; top: 187px; left: 16px; }
span#ward_2{ position: Absolute; top: 182px; left: 65px; }
span#ward_3{ position: Absolute; top: 185px; left: 134px; }
span#ward_4{ position: Absolute; top: 184px; left: 200px; }
span#ward_5{ position: Absolute; top: 111px; left: 214px; }
span#ward_6{ position: Absolute; top: 177px; left: 298px; }
span#ward_7{ position: Absolute; top: 140px; left: 314px; }
span#ward_8{ position: Absolute; top: 60px; left: 268px; }
span#ward_9{ position: Absolute; top: 128px; left: 330px; }
span#ward_10{ position: Absolute; top: 164px; left: 328px; }
span#ward_11{ position: Absolute; top: 157px; left: 358px; }
span#ward_12{ position: Absolute; top: 84px; left: 353px; }
span#ward_13{ position: Absolute; top: 113px; left: 416px; }

/** committees_menutab **/
.tabmenuholder {clear:both;width:100%;}
#ComCouncil_menutab {float:left;width:780px; background:#fff url("../img/nav/menutab_bg.gif") repeat-x bottom;font-size:xx-small;line-height:normal;margin-bottom:0px;}
#ComCouncil_menutab ul {margin:0px;padding:2px 2px 0px;list-style:none;}
#ComCouncil_menutab li {float:left;background:url("../img/nav/menutab_left.gif") no-repeat left top;margin:0px;padding:0px 0px 0px 9px;}
#ComCouncil_menutab a, #ComCouncil_menutab strong, #ComCouncil_menutab span {display:block;background:url("../img/nav/menutab_right.gif") no-repeat right top;padding:5px 12px 4px 3px;text-decoration:none;font-weight:bold;color:#576781;}


.fontImg { padding-bottom:0px; padding-top:0px; margin-bottom:0px; margin-top:0px; border-style:none;}


/* Commented Backslash Hack 
hides rule from IE5-Mac \*/
#ComCouncil_menutab a {float:none;}
  /* End IE5-Mac hack */
#ComCouncil_menutab a:hover {color:#333;}

#default_body #default, #wards_body #wards, #commsearch_body #commsearch, #secretaries_body #secretaries, #chairs_body #chairs, #treasurers_body #treasurers, #counciladmin_body #counciladmin, #councilloradmin_body #councilloradmin {background-image:url("../img/nav/cis_blue_menutab_left_on.gif");}
#default_body #default a, #wards_body #wards a, #commsearch_body #commsearch a, #secretaries_body #secretaries a,  #chairs_body #chairs a, #treasurers_body #treasurers a, #counciladmin_body #counciladmin a, #councilloradmin_body #councilloradmin a {color:#fff;background-image:url("../img/nav/cis_blue_menutab_right_on.gif");padding-bottom:5px;}

/** End of committees_menutab **/
.small{font-size:smaller;}


div#date { width:180px;float:right;color:#fff;font-size:xx-small;padding-right:0px; padding-top:5px; text-align:right;}
.fontImg { padding:0px; margin:0px; border-style:none;}




