/******************
* Yahoo! UI Reset *
******************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

/********************
* GENERAL HTML TAGS *
*********************/

body
{
	width: 968px;
	margin: 0px auto;
	color: #5A5959;
	font-family: verdana, geneva;
	font-size: 12px;
	line-height: 1.5;
}

h1.page-title
{
	font-size: 1.3em;
	font-weight: bold;
	color: #336;
}

a
{
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #3B5998;
}

a:hover
{
	text-decoration: underline;
}

a.tel,
a.tel:hover
{
	text-decoration: inherit;
	font-weight: inherit;
	font-size: inherit;
	color: inherit;
}

p
{
	margin-bottom: 1.5em;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

input.text,
input.password,
input.email,
input.url
{
	border: solid 1px #79C;
	margin: 1px 0px;
	width: 140px;
	font-family: verdana, geneva;
	font-size: 12px;
}

textarea
{
	border: solid 1px #79C;
	margin: 1px 0px;
	overflow: auto;
	font-family: verdana, geneva;
	font-size: 12px;
	resize:none;
}

select
{
	font-family: verdana, geneva;
	font-size: 12px;
}

/* See also: ie.css */
button
{
	background-color: #669;
	color: white;
	font-family: verdana, geneva;
	font-weight: normal;
	font-size: 12px;
	border: solid 2px;
	border-color: #99B #447 #447 #99B;
	line-height: 1.5;
}

button:hover
{
	cursor: pointer;
}

ol.horizontal li,
ul.horizontal li
{
	float: left;
}

ol.horizontal li li,
ul.horizontal li li
{
	float: none;
}

ol.alpha
{
	list-style: lower-alpha outside;
	margin-left: 4ex;
}

ul.bullet
{
	list-style: disc outside;
	margin-left: 4ex;
}

ol.spaced li,
ul.spaced li
{
	margin-bottom: 1.5em;
}

ol.decimal
{
	list-style: decimal outside;
	margin-left: 4ex;
}

li
{
	line-height: 1.5;
}

dt
{
	font-weight: bold;
}

dd
{
	margin-bottom: 1.5em;
}

th
{
	font-weight: bold;
}

.error
{
	color: white;
	padding: 5px;
	margin: 0px 0px 1em 0px;
	background-color: #f75d2b;
	text-align: center;
}

.notification
{
	padding: 5px;
	margin: 0px 0px 1em 0px;
	border: solid 3px #FFEDB9;
	background-color: #FFFFDD;
	text-align: center;
}

.success
{
	padding: 5px;
	margin: 0px 0px 1em 0px;
	border: solid 3px #DBE7D0;
	background-color: #FBFFF8;
	text-align: center;
}

.message
{
	padding: 15px;
	margin: 1.5em 50px;
	background-color: #FFFEF7;
    border: 2px solid #FCEBCB;
	text-align: center;
}

/********
* FORMS *
*********/

span.required
{
	color: #F60;
	font-weight: bold;
}

form.fullpage li,
form.halfpage li
{
	margin-bottom: 0.2em;
}

form.fullpage li.no-label
{
	padding-left: 16em;
}

form.fullpage label.leftSide,
form.halfpage label.leftSide
{
	float: left;
	display: block;
	width: 15em;
	text-align: right;
	margin-right: 1em;
}

form.halfpage label.leftSide
{
	width: 7em;
	clear: left;
}

form.fullpage div.rightSide,
form.halfpage div.rightSide
{
	margin-bottom: 1.5em;
	width: 530px;
	float: left;
}

form.fullpage div.rightSide2
{
	margin-left: 195px;
}

.outerbox .innerbox form.fullpage div.rightSide
{
	width: 521px;
}

form.fullpage ul.rightSide,
form.halfpage ul.rightSide
{
	margin-bottom: 1.5em;
	width: 520px;
	float: left;
}

form.halfpage div.rightSide
{
	width: 265px;
}

form.fullpage input.text,
form.fullpage input.password,
form.fullpage input.email,
form.fullpage input.url
{
	font-family: Verdana;
	font-size: 12px;
	width: 33em;
}

form.fullpage textarea
{
	font-family: Verdana;
	font-size: 12px;
	width: 33em;
	height: 15em;
}

form.halfpage input.text,
form.halfpage input.password,
form.halfpage input.email,
form.halfpage input.url
{
	width: 14em;
}

form.fullpage .medium input.text,
form.fullpage .medium input.password,
form.fullpage .medium input.email,
form.fullpage .medium input.url
{
	width: 15em;
}

form.fullpage .bold label.rightSide,
form.halfpage .bold label.rightSide
{
	font-weight: bold;
}

form.fullpage div.submit,
form.halfpage div.submit
{
	margin-top: 1.5em;
	text-align: center;
}
/* @todo Test this removal
form.fullpage div.submit button,
form.halfpage div.submit button
{
	font-size: 2em;
	line-height: 1.2;
	width: 140px;
	height: 40px;
}
*/
form.fullpage div.buttons
{
	text-align: center;
	margin: 0px 0px 0px 0px;
}

form.fullpage p.example
{
	margin-left: 195px;
	color: gray;
	font-size: 0.9em;
}

/* see common.ie.css */
form.fullpage li.scrolling div.multiselect-wrapper,
form.fullpage li p.example
{
}

form.fullpage li.scrolling div.multiselect-wrapper
{
	width: 396px;
	height: 12em;
	border: 1px solid #DDD;
	overflow: auto;
}

form.fullpage li.scrolling ul.multiselect
{
	width: auto;
	padding: 5px;
}

form.fullpage div.section
{
	padding: 10px;
	margin: 7px 0px 25px 0px;
	background-color: #EFEFEF;
}

form ul.radio_options
{
	display: inline;
}

/****************
* COLUMN LAYOUT *
****************/
/* Firefox's float:right bug forces us to use tables. -Geofflee */

table.expanded
{
	width: 100%;
}

table.columns td
{
	vertical-align: top;
}

/**********
* CONTENT *
**********/

div.outerbox h1, div.outerbox h2, div.outerbox h3, div.innerbox h1, div.innerbox h2, div.innerbox h3
{
	font-size: 100%;
	font-weight: inherit;
	border-bottom: none;
	margin-bottom: 0px;
	line-height: inherit;
}

.innerbox_profile
{
	font-size: 100%;
	font-weight: inherit;
	border: solid 1px #E3E3E3;
	margin-bottom: 0px;
	line-height: inherit;
}

.innerbox_profile_marging
{
	border: solid 10px #F4F3F3;
}

.innerbox_profile_marging_table
{
	margin-bottom: 0px;
	margin-top: 50px;
	text-align: right;
}

.editButtonStyle
{
  background-image:url(../images/vcf/button_left.gif);
  background-repeat:no-repeat;
  position: relative;
  top: 50px;
  left: 50px;
}

div.outerbox
{
	margin-top: 9px;
}

div.innerbox
{
	padding: 15px;
	margin-bottom: 11px;
	border-right: solid 1px #e3e3e3;
	border-bottom: solid 1px #e3e3e3;
	border-left: solid 1px #e3e3e3;
	background-color: white;
}
div.innerbox_noborder
{
	padding: 15px;
	margin-bottom: 11px;
	border-top: none;
	background-color: white;
}

div.innerbox.no-header
{
	border-top: solid 1px #e3e3e3;
}

div.people_noborder, div.announcement_noborder
{
	padding: 7px;
	margin-bottom: 11px;
	border-top: none;
	background-color: white;
}

a.button
{
	float: left;
	display: block;
	height: 19px;
	width: 5em;
	line-height: 19px;
	font-size: 10px;
	text-align: center;
	color: black;
	margin-right: 1em;
	font-weight: normal;
}

a.button:hover
{
	color: black;
	text-decoration: none;
}

a.button .button_left
{
	display: block;
	background: url(../images/vcf/button_left.gif) no-repeat top left;
	padding-left: 6px;
}

a.button:hover .button_left
{
	background-image: url(../images/vcf/button_left_glow.gif);
}

a.button .button_right
{
	display: block;
	background: url(../images/vcf/button_right.gif) no-repeat top right;
	padding-right: 6px;
}

a.button:hover .button_right
{
	background-image: url(../images/vcf/button_right_glow.gif);
}

a.button .button_center
{
	display: block;
	background: url(../images/vcf/button_center.gif) repeat-x top left;
}

a.button:hover .button_center
{
	background-image: url(../images/vcf/button_center_glow.gif);
}

ul.context_menu
{
	display: none;
	position: absolute;
	z-index: 2;
	border: solid 1px #659934;
	background-color: white;
}

ul.context_menu.restricted_height
{
	overflow: auto;
	height: 6em;
}

a.context_menu_item
{
	display: block;
	font-weight: normal;
	color: black;
	padding: 0px 5px;
}

a.context_menu_item:hover
{
	color: black;
	text-decoration: none;
	background-color: #ABD581;
}

a.context_menu_item.divider
{
	height: 1.3em;
}

a.context_menu_item.divider:hover
{
	background-color: transparent;
}

.purple_header
{
	height: 30px;
	line-height: 25px;
	font-size: 13px;
	text-align: left;
	color: #5f6060;
	border: 1px solid #e3e3e3;
	border-bottom: none;
	font-weight: bold;
	overflow: hidden;
	margin-bottom: 0px;
	background-color: white;
	word-break: break-all;
}

.purple_header .purple_header_left
{
	margin: 0px;
	padding: 3px;
}

.purple_header .purple_header_right
{
	margin: 0px;
	padding: 0px;
}

.purple_header .purple_header_center
{
	background-color: #e8ebf8;
	padding-left: 3px;
	padding-right: 3px;
}

.purple_header .purple_header_text_left
{
	float: left;
}

.purple_header .purple_header_text_right
{
	text-align: right;
}

.purple_header_text_left_meeting
{
	float: left;
	height: 25px;
}
.purple_header_text_right_meeting
{
	text-align: right;
	height: 25px;
}

.purple_header a,
.purple_header a:hover
{
	color: #5f6060;
	font-weight: normal;
}

.purple_header_noborder
{
	height: 30px;
	line-height: 25px;
	font-size: 13px;
	text-align: left;
	color: #5f6060;
	border: 0px solid #d0d0ce;
	border-bottom: none;
	font-weight: bold;
	overflow: hidden;
	margin-bottom: 0px;
	background-color: white;
	word-break: break-all;
}
.purple_header_noborder .purple_header_left_noborder
{
	margin: 0px;
	padding: 3px;
}
.purple_header_noborder .purple_header_right_noborder
{
	margin: 0px;
	padding: 0px;
}
.purple_header_noborder .purple_header_center_noborder
{
	background-color: #e8ebf8;
	padding-left: 3px;
	padding-right: 3px;
}
.purple_header_noborder .purple_header_text_left_noborder
{
	float: left;
}
.purple_header_noborder .purple_header_text_right_noborder
{
	text-align: right;
}

/**********
* BUTTONS *
**********/

a.pop_button
{
	float: left;
	display: block;
	height: 26px;
	width: 5em;
	line-height: 26px;
	font-size: 12px;
	text-align: center;
	color: #5f6060;
	font-weight: bold;
}

a.pop_button:hover
{
	text-decoration: none;
}

button.pop_button
{
	line-height: 26px;
	font-size: 12px;
	color: #5f6060;
	font-weight: bold;
	cursor: pointer;
	background: transparent;
	border: none;
	padding: 0px;
}

a.pop_button .pop_button_left,
button.pop_button .pop_button_left
{
	display: block;
	background: url('../images/vcf/pop_button_left.gif') no-repeat top left;
	padding-left: 4px;
}

a.pop_button .pop_button_right,
button.pop_button .pop_button_right
{
	display: block;
	background: url('../images/vcf/pop_button_right.gif') no-repeat top right;
	padding-right: 4px;
}

a.pop_button .pop_button_center,
button.pop_button .pop_button_center
{
	display: block;
	background: url('../images/vcf/pop_button_center.gif') repeat-x top left;
	line-height: 26px;
	padding: 0px 7px;
}

a.pop_button_small
{
	float: left;
	display: block;
	height: 20px;
	width: 5em;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	color: #5f6060;
	font-weight: bold;
}

a.pop_button_small:hover
{
	color: #5f6060;
	text-decoration: none;
}

button.pop_button_small
{
	line-height: 20px;
	font-size: 12px;
	color: #5f6060;
	font-weight: bold;
	cursor: pointer;
	background: transparent;
	border: none;
	padding: 0px;
}

a.pop_button_small .pop_button_small_left,
button.pop_button_small .pop_button_small_left
{
	display: block;
	background: url('../images/vcf/pop_button_small_left.gif') no-repeat top left;
	padding-left: 4px;
}

a.pop_button_small .pop_button_small_right,
button.pop_button_small .pop_button_small_right
{
	display: block;
	background: url('../images/vcf/pop_button_small_right.gif') no-repeat top right;
	padding-right: 4px;
}

a.pop_button_small .pop_button_small_center,
button.pop_button_small .pop_button_small_center
{
	display: block;
	background: url('../images/vcf/pop_button_small_center.gif') repeat-x top left;
	line-height: 20px;
	padding: 0px 7px;
}

a.pop_button_tiny
{
	float: left;
	display: block;
	height: 14px;
	width: 4em;
	line-height: 14px;
	font-size: 10px;
	text-align: center;
	color: #5f6060;
	font-weight: bold;
}

a.pop_button_tiny:hover
{
	color: #5f6060;
	text-decoration: none;
}

a.pop_button_tiny .pop_button_tiny_left
{
	display: block;
	background: url('../images/vcf/pop_button_tiny_left.gif') no-repeat top left;
	padding-left: 2px;
}

a.pop_button_tiny .pop_button_tiny_right
{
	display: block;
	background: url('../images/vcf/pop_button_tiny_right.gif') no-repeat top right;
	padding-right: 2px;
}

a.pop_button_tiny .pop_button_tiny_center
{
	display: block;
	background: url('../images/vcf/pop_button_tiny_center.gif') repeat-x top left;
	line-height: 14px;
	padding: 0px 4px;
}

a.header_button
{
	float: left;
	display: block;
	height: 22px;
	width: 5em;
	line-height: 22px;
	font-size: 12px;
	text-align: center;
	color: #336;
	font-weight: bold;
}

a.header_button:hover
{
	color: #336;
	text-decoration: none;
}

a.header_button .button_left
{
	display: block;
	background: url('../images/template/header_button_left.gif') no-repeat top left;
	padding-left: 10px;
}

a.header_button .button_right
{
	display: block;
	background: url('../images/template/header_button_right.gif') no-repeat top right;
	padding-right: 10px;
}

a.header_button .button_center
{
	display: block;
	background: url('../images/template/header_button_center.gif');
}

a.blue_button
{
	float: left;
	display: block;
	height: 22px;
	width: 5em;
	line-height: 22px;
	font-size: 12px;
	text-align: center;
	color: white;
	font-weight: bold;
}

a.blue_button:hover
{
	color: white;
	text-decoration: none;
}

a.blue_button .button_left
{
	display: block;
	background: url('../images/template/blue_button_left.gif') no-repeat top left;
	padding-left: 10px;
}

a.blue_button .button_right
{
	display: block;
	background: url('../images/template/blue_button_right.gif') no-repeat top right;
	padding-right: 10px;
}

a.blue_button .button_center
{
	display: block;
	background: url('../images/template/blue_button_center.gif');
}

a.green_square_button
{
	float: left;
	display: block;
	height: 26px;
	width: 5em;
	line-height: 26px;
	font-size: 12px;
	text-align: center;
	color: white;
	font-weight: bold;
}

a.green_square_button:hover
{
	color: white;
	text-decoration: none;
}

button.green_square_button
{
	line-height: 26px;
	font-size: 12px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	background: transparent;
	border: none;
	padding: 0px;
}

a.green_square_button .pop_button_center,
button.green_square_button .pop_button_center
{
	display: block;
	background: url('../images/template/green_square_button_small.gif') repeat-x top left;
	line-height: 25px;
	padding: 0px 20px;
	border: solid 1px #284E02;
}

a.green_square_button_large_text
{
	float: left;
	display: block;
	height: 26px;
	width: 5em;
	line-height: 26px;
	font-size: 18px;
	text-align: center;
	color: white;
	font-weight: bold;
}

a.green_square_button_large_text:hover
{
	color: white;
	text-decoration: none;
}

button.green_square_button_large_text
{
	line-height: 26px;
	font-size: 18px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	background: transparent;
	border: none;
	padding: 0px;
}

a.green_square_button_large_text .pop_button_center,
button.green_square_button_large_text .pop_button_center
{
	display: block;
	background: url('../images/template/green_square_button_small.gif') repeat-x top left;
	line-height: 25px;
	padding: 0px 20px;
	border: solid 1px #284E02;
}

/**************
* ROUNDED BOX *
**************/

div.rounded_box_top_left
{
	padding-left: 5px;
	background: url('../images/template/rounded_box_top_left.gif') no-repeat top left;
}

div.rounded_box_top_right
{
	padding-right: 5px;
	background: url('../images/template/rounded_box_top_right.gif') no-repeat top right;
}

div.rounded_box_top_center
{
	height: 4px;
	border-top: solid 1px #CCC;
	overflow: hidden;
}

div.rounded_box_content
{
	padding: 5px 10px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
}

div.rounded_box_bottom_left
{
	padding-left: 5px;
	background: url('../images/template/rounded_box_bottom_left.gif') no-repeat bottom left;
}

div.rounded_box_bottom_right
{
	padding-right: 5px;
	background: url('../images/template/rounded_box_bottom_right.gif') no-repeat bottom right;
}

div.rounded_box_bottom_center
{
	height: 4px;
	border-bottom: solid 1px #CCC;
	overflow: hidden;
}

/*********
* FOOTER *
**********/

#footer
{
	border-top: 1px solid #D0D0CE;
	margin-top: 20px;
	padding-bottom: 40px;
	padding-top: 5px;
	font-size: 11px;
	clear: both;
}

#footer_navigation
{
	display: inline;
	float: right;
}

#footer_navigation li
{
	display: inline;
	margin-top: none;
	margin-left: 1em;
}

#footer_navigation li a
{
	font-weight: normal;
	font-size: 11px;
	text-shadow: 2px 1px 0px #fafafa;
}

#copyright
{
	float: left;
	display: inline;
	text-shadow: 2px 1px 0px #fafafa;
}

/*******
* TABS *
*******/

/* See common.ie.css */
ul.tabs
{
	float: left;
	width: 140px;
	margin-top: 22px;
}

/* See common.ie.css */
ul.tabs li.tab
{
	margin-bottom: 4px;
}

ul.tabs li.tab.active
{
	position: relative;
	margin-right: -1px;
}

ul.tabs li.tab a.tab
{
	display: block;
	padding-left: 7px;
	background: url('../images/template/tab_corner.gif') no-repeat top left;
}

ul.tabs li.tab.active a.tab
{
	color: black;
	background: url('../images/template/tab_corner_active.gif') no-repeat top left;
}

ul.tabs li.tab a.tab:hover
{
	cursor: pointer;
	text-decoration: none;
}

ul.tabs li.tab a.tab span
{
	display: block;
	height: 30px;
	line-height: 30px;
	background: url('../images/template/tab_background.gif') repeat-x top left;
}

ul.tabs li.tab.active a.tab span
{
	background: url('../images/template/tab_background_active.gif') repeat-x top left;
}

div.tabWrapper
{
	margin-left: 140px;
}

/********
* PAGER *
********/

div.pager
{
	overflow: hidden;
}

div.pager .prev
{
	float: left;
}

div.pager .pages
{
	text-align: center;
	margin: 0px 3em;
}

div.pager .pages ol
{
	display: inline-block;
}

div.pager .pages li
{
	display: inline-block;
	margin: 0px .4em;
}

div.pager .inline_pages ol
{
	display: inline;
}

div.pager .inline_pages li
{
	display: inline;
}

div.pager .pages li.current_page
{
	font-weight: bold;
}

div.pager .next
{
	float: right;
}

/*****************
* Meeting Notice *
*****************/

div.upcoming-schedule
{
	margin-top: 8px;
	padding: 10px;
	background-color: #FFFAE2;
	border: 2px solid #FFE1A7;
	margin-bottom: 12px;
	text-align: center;
}

div.upcoming-schedule p
{
	line-height: 27px;
	font-family: Georgia, "Arial Sans", Verdana;
	min-height: 27px;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: normal;
}

#content div.upcoming-schedule a.instant_action_button.large_instant
{
	font-family: Verdana;
	-webkit-box-shadow: 0px 0px 0 white ;
	-moz-box-shadow: 0px 0px 0 white ;
	box-shadow: 0px 0px 0 white;
}
