/* 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;}

.hidden2{}

/*
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; }

HR.separator { color: #036; width: 100%; height: 1px; }

/*
UL.NavigationMenu { padding-left:0px; margin:0px; list-style:none; }

DIV.navItem { margin-bottom: 1em; border-bottom: solid 1px #ccc; width: 10em; }
	
A.navItem { text-decoration: none; }	
A.navItem:hover { text-decoration: none; }	
A.navItem:visited { text-decoration: none; }	

DIV#mainBody { margin-top:0px; margin-left:14em; padding:0px; }

div#leftNav { position:absolute; top:0em; left:0em; float:left; padding: 0em; margin: 20px; width: 14em; }
*/
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 { margin-left: 155px; clear:both; }
.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; }
*/

table.Results { border: solid 1px #003366; background-color: #fff; border-collapse: collapse; }
table.Results th { font-size: x-small; text-align: left; vertical-align: middle; }
table.Results td {  font-size: xx-small;   }
table.Results caption { 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.photo { float: left; padding: 0.5em; text-align: center; margin: 0.5em 0em 0em 0.5em; border: solid 1px #003366; width: 12em; height: 100%; overflow: visible; background-color: #fff; font-size: xx-small; }
div.row { clear: both; height: 15em; }
img.member { width: 90px; height: 144px; border: solid 1px #003366; }

div.memberDetails { padding: 1em; background-color: #fff; border: solid 1px #003366; }

tr.item { height: 2em; }
tr.cancelled { text-decoration: line-through; background-color: #000; color: #fff; height: 2em; }
tr.cancelled A { text-decoration: none; color: #fff; }
tr.cancelled A:hover { text-decoration: none; color: #fff; }
tr.cancelled A:visited { text-decoration: none; color: #fff; }
span.cancelled { text-decoration: line-through; background-color: #000; color: #fff; border: solid 1px #003366; padding: 2px; font-size: xx-small; }
span.key { border: solid 1px #003366; padding: 2px; font-size: xx-small; background-color: #fff;}
tr.updated { background-color: Yellow; height: 2em; }
span.updated { background-color: Yellow; color: #000; border: solid 1px #003366; padding: 2px; font-size: xx-small; }

/** committees_menutab **/
#committees_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;}
#committees_menutab ul {margin:0px;padding:10px 10px 0px;list-style:none;}
#committees_menutab li {float:left;background:url("../img/nav/menutab_left.gif") no-repeat left top;margin:0px;padding:0px 0px 0px 9px;}
#committees_menutab a, #committees_menutab strong, #committees_menutab span {display:block;background:url("../img/nav/menutab_right.gif") no-repeat right top;padding:5px 15px 4px 6px;text-decoration:none;font-weight:bold;color:#576781;}
/* Commented Backslash Hack 
hides rule from IE5-Mac \*/
#committees_menutab a {float:none;}
  /* End IE5-Mac hack */
#committees_menutab a:hover {color:#333;}
#default_body #default, #councildiary_body #diary, #search_body #searchdiary, #notes_body #notes {background-image:url("../img/nav/cis_blue_menutab_left_on.gif");}
#default_body #default a, #councildiary_body #diary a, #search_body #searchdiary a, #notes_body #notes a {color:#fff;background-image:url("../img/nav/cis_blue_menutab_right_on.gif");padding-bottom:5px;}

/** End of committees_menutab **/


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;}
