body {
	font-family: Arial, Helvetica;
	margin: 0;
	padding: 0 0 100px 0;
}

#main_top {
	width: 954px;
	height: 33px;
	background-image: url(img/top.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
}

#main_top div {
	width: 48%;
	_width: 47%;
	font-size: 10px;
	float: left;
	margin: 10px 5px 0px 10px;
}

.main_left_align {
	text-align: left;
}

.main_right_align {
	text-align: right;
}

#main_top_separator {
	height: 5px;
	font-size: 1px;
}

#main_header {
	width: 936px;
	height: 100px;
	background-image: url(img/header.jpg);
	margin: 0 0 2px 0px;
}

#main_nav_area {
	width: 936px;
	height: 40px;
	background-color: #CC0000;
	margin: 0 0 6px 0px;
}

#main_bottom {
	width: 940px;
	_width: 946px;
	height: 15px;
	_height: 25px;
	border-top: 1px solid #ddd;
	background-color: #000066;
	margin-top: 15px;
	#margin-top: 0px;
	padding: 5px;
	#padding-top: 0px;
	
	text-align: center;
}

#side_item_header {
	width: 230px;
	height: 30px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #000066;
}

#side_item_body {
	width: 220px;
	_width: 240px;
	background-color: #000066;
	
	padding: 5px;
}

#content_featured {
	width: 694px;
	height: 207px;
	background-image: url(img/feature.jpg);
	margin: 10px 0px 8px 0px;
}

#content_container {
	width: 480px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content_headline {
	width: 480px;
	height: 30px;
	color: #fff;
	font-weight: bold;
	background-color: #CC0000;
	text-align: center;
}

#content_body {
	width: 470px;
	padding: 5px;
	background-color: #FFFFFF;
}

#action_center_headline {
	width: 200px;
	_width: 185px;
	height: 30px;
	color: #000066;
	font-weight: bold;
	text-align: center;
	background-color: #CC0000;
}

#action_center_body {
	width: 188px;
	_width: 185px;
	border: 1px solid #CC0000;
	padding: 5px;
	
	color: #000066;
	
	background-color: #FFFFFF;
}

#action_center_container {
	width: 200px;
	_width: 185px;
	float: left;
	
	color: #000066;
}

#campaign_teams_td {
	color: #000066;
}

.clearboth {
	clear: both;
}

.vert_center_1 {
	display: table;
	#position: relative;
	overflow: hidden;
}

.vert_center_2 {
	#position: relative;
	#top: 65%;
	display: table-cell;
	vertical-align: middle;
}

.vert_center_3 {
	#position: relative;
	#top: -50%;
}

.link_noformat_black {
	text-decoration: none;
	color: #000;
}

.section_header {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	background-color: #FFFFFF;
	margin: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;

}

.sub_section_header {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}

.sub_section_small {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dotted #ddd;
}

/* ------------------------------------------------ nav section */

#dropdown {
	background-color: #CC0000;
	border-left: #000066;
	border-right: #000066;
	text-align: center;

}

#dropdown a {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	
	text-decoration: none;
}

#dropdown a:hover {
	text-decoration: underline;
}

#vert_nav_area {
	width: 230px;
	background-color: #CC0000;
}

#vertnav {
	width: 100%;
	height: 30px;
	color: #FFFFFF;
	background-color: #CC0000;
	border-bottom: 1px dotted #FFFFFF;
}

#vertnavhighlight {
	width: 100%;
	height: 30px;
	background-color: #000066;
}

#vertnavhighlight a {
	display: block;
	_width: 230px;
	padding: 5px;
	
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	
	text-decoration: none;
}

#vertnavhighlight a:hover {
	background-color: #000066;
	color: #000066;
}

#vertnav a {
	_width: 230px;
	display: block;
	padding: 5px;
	
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	
	text-decoration: none;
}

#vertnav a:hover {
	display: block;
	background-color: #000066;
	color: #000066;
}

#vertnavsub {
	width: 100%;
	height: 30px;
	text-indent: 10px;
	background-color: #000066;
}

#vertnavsub a {
	display: block;
	_width: 230px;
	padding: 5px;
	
	font-size: 14px;
	color: #FFFFFF;
	
	text-decoration: none;
}

#vertnavsub a:hover {
	background-color: #000066;
	color: #000066;
}


#dropdown ul {
	padding: 1px;
	margin: 0 auto;
	list-style: none;
}

#dropdown li {
	float: left;
	position: relative;
	width: 10em;
	
	background: #CC0000;
}

#dropdown li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px;
}

#dropdown li a:hover {
	background: #000066;
}

#dropdown li ul { 
	display: none;
	position: absolute;
	top: 1.8em;
	left: 0;
	list-style-type: none;
	
}

#dropdown li ul li {
	background-color: #000066;
	color: #FFFFFF;
	
}

#dropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#dropdown li:hover ul, #dropdown li.over ul { /* lists nested under hovered list items */
	display: block;
	list-style-type: none;
}

#bottom {
	text-align: center;
	border-left: ;
	border-right: ;
	border-bottom: ;
	background-color: ;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: ;
}

#paidforbox {
	text-align: center;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: ;
	border: ;
	color: ;
}

.required {
	color: red;
}

.error {
	color: red;
}

.small {
	font-size: 12px;
}

.heading {
	font-size: 16px;
}

#take_action_list li
{
	font-size: 14px;
	margin-top: 15px;
}

/* ------------------------------------------------ quick link area */

#quicklink_icon {
	float: left;
	width: 25px;
	height: 25px;
	background-color: ;
	margin: 0px 5px 5px 5px;
}

#quicklink_text {
	float: left;
	height: 25px;
	font-size: 16px;
	font-weight: bold;
	color: ;
	padding-top: 3px;
}

#quicklink_text a {
	font-size: 16px;
	font-weight: bold;
	color: ;	
	
	text-decoration: none;
}

#quicklink_text a:hover {
	text-decoration: underline;
}

div.gallery {

	float: left;
	width: 160px;
	margin-right: 10px;
	margin-bottom: 20px;
	text-align: center;

}

.galleryimg img{

	border: 1px solid #fff1fc;
	
}

.galleryimg:hover img{

	border: 1px solid black;
	
}

.galleryimg:hover{

	color: red; /* only used to overcome IE's incompetence */
	
}


div.materialsdescription {
	width: 80%;
	float: left;
}

div.materialimage {
	width: 20%;
}

.materialname {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.materials {
	width: 95%;
	padding: 15px;
	background-color: #efefef;
	border: 1px solid #ddd;
}

.materialsimg img{

	border: 1px solid #fff1fc;
	
}

.materialsimg:hover img{

	border: 1px solid black;
	
}

.materialsimg:hover{

	color: red; /* only used to overcome IE's incompetence */
	
}

#media_list_item
{
	width: 30%;
	float: left;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #9f9f9f;
	margin: 2px;
}

#bold_18
{
	font-size: 18px;
	font-weight: bold;
}

#bold_16
{
	font-size: 16px;
	font-weight: bold;
}

#bold_14
{
	font-size: 14px;
	font-weight: bold;
}

hr.media_hr
{
	border: none 0; 
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #efefef;
	width: 95%;
	height: 2px;
	margin: 2px auto 0 auto;
	text-align: left;
}


#clearboth {
	clear: both;
}

#edit_link_title
{
	color: ;
	text-decoration: none;
}

#edit_link_content
{
	color: ;
	text-decoration: none;
}

#contentbox
{
	margin: 5px;
	margin-top: 15px;
	background-color: #FFFFFF;
}

#contentbox_title
{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #CC0000;
	padding: 5px;
}

#contentbox_text
{
	margin-top: 5px;
}

#error_container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

#error_bg_fill {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	#width: 1500px;
	height: 100%;
	#height: 1000px;
	background-color: #000;
	opacity: 0.35;
	filter: alpha(opacity=35);
	min-height: 100%;
}

#error_horizon {
	position: absolute;
	top: 45%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}

#error_content {
	position: absolute;
	width: 500px;
	height: 350px;
	left: 50%;
	margin-left: -200px;
	#margin-left: 100px;
	top: -125px;
	#top: 225px;
	background-color: #fff;
	border: 7px solid #ccc;
	z-index: 90;
	
}

/* ------------------------------------------------ hq dashboard */

#dashboard_header {
	padding: 8px;
	padding-bottom: 2px;
	background: #3e8bc3;
	border-bottom: 3px solid #22608c;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #FFF;
}

#dashboard_functions {
	width: 100%;
	padding: 8px;
	align: center;
}

#dashboard_notifications_left {
	float: left;
	padding-left: 8px;
	align: center;
}

#dashboard_notifications_right {
	float: right;
	width: 49%;
	align: center;
}

.user_name {
	font-size: 16px;
	font-weight: bold;
}

#user_name {
	float: left;
	margin: 0;
	padding: 0;
	width: 250px;
}

#controls {
	float: right;
	font-size: 11px;
	padding-top: 15px;
}

#controls a {
	text-decoration: none;
	color: #fff;
}

#controls a:hover {
	text-decoration: underline;
	color: #fff;
}

#controls input
{

	margin-top: 5px;
	color: #666666;
	border: 1px solid #22608c;
	width: 100px;

}

#functions_top {
	align: left;
	background-image: url(img/dashboard/functions_top.gif);
	background-repeat: no-repeat;
	width: 682px;
	height: 26px;
}

#functions_bottom {
	align: left;
	background-image: url(img/dashboard/functions_bottom.gif);
	background-repeat: no-repeat;
	width: 682px;
	height: 124px;
}

#functions_list {
	width: 680px;
	padding: 9px;
	padding-left: 12px;
	margin: 0;
	list-style: none;
	font-size: 12px;
}

#functions_list li {
	width: 161px;
	height: 35px;
	margin: 0;
	padding: 1px;
	float: left;
}

#functions_list li a {
	display: block;
	width: 161px;
	text-decoration: none;
	color: #000000;
}

#functions_list li a:hover {
	display: block;
	width: 161px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}


.functions_top_text {
	padding-top: 4px;
	padding-left: 14px;
	font-size: 14px;
	font-weight: bold;
}

#info_container {
	width: 290px;
	padding: 8px;
	border-top: none;
	border-right: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	align: left;
	background-color: #f5f5f5;
	font-size: 12px;
}

#info_container_header {
	border-top: 1px solid #000000;
	width: 300px;
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background-color: #CC0000;
}


.info_container_action a {
	color: #065f9f;
	text-decoration: underline;
}

#event_listing_normal {
	font-size: 11px;
	padding: 12px;
}

#event_listing_normal td {
	font-size: 11px;
}

#event_listing_normal a {
	font-size: 11px;
	color: #065f9f;
	text-decoration: underline;
}

#event_listing_white {
	font-size: 11px;
	padding: 12px;
	background-color: #FFFFFF;
}

#event_listing td {
	font-size: 11px;
}

#event_listing_white a {
	font-size: 11px;
	color: #000066;
	text-decoration: underline;
}

.event_underline_heading {
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	float: left;
}

.event_heading_action {
	font-size: 12px;
	float: right;
}

.event_heading_action a {
	font-size: 12px;
	color: #065f9f;
	text-decoration: underline;
}

.view_all_events {
	font-size: 10px;
}

.view_all_events a {
	font-size: 10px;
	color: #065f9f;
	text-decoration: underline;
}

.calendar {
	/** configure the width **/
	width:100%;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
	text-align:center;
}
.calendar th {
	background-color: #FFFFCC;
	font-weight: bold;
	height: 20px;
}
.calendar .header {
	background-color: #CC0000;
	font-weight: bold;
	height: 24px;
	color: #FFFFFF;
}
.calendar .footer {
	background-color: #CC0000;
	font-weight: bold;
	font-size:0.8em;
	color: #FFFFFF;
	width:100%;
}
.calendar td {
	width: 22px;
	height: 20px;
	text-align: center;
	font-size:0.9em;
	padding: 2px;
}

.calendar .date_num_text {
	text-align: right;
	font-weight: bold;
}

.calendar .shift_link {
	padding: 2px;
	border: 1px solid #000000;
	text-align: left;
}

.calendar a, .calendar a:link, .calendar a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;

}
.calendar a.headerNav, .calendar a:link.headerNav, .calendar a:hover.headerNav {
	background-color: #CC0000;
	color: #ffffff;
}

.calendar a.footerNav, .calendar a:link.footerNav, .calendar a:hover.footerNav {
	width: 100%;
	background-color: #CC0000;
	color: #ffffff;
}
.today {
	font-size: 16px;
	text-decoration: underline;
}

input, textarea {
	padding: 5px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica;
}

select {
	border: 1px solid #999999;
	font-family: Arial, Helvetica;
}

/* ------------------------------------ live validation */

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

/* ------------------------------------ new soc net */

#welcome_header
{
	width: 100%;
	border-bottom: 1px solid #CC0000; 
	font-size: 18px;
}

#thumb
{
	border: 1px solid #CCCCCC;
	padding: 3px;
}

#header_thumb
{
	border: 1px solid #FFF;
	padding: 3px;
	margin-right: 6px;
}

label
{
	display: block;
	margin-top: 10px;
	color: #444444;
}

#soc_net_nav
{

	float: left;
	margin-left: 0;

}

#soc_net_nav ul
{

	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 15px;
	padding-top: 47px;

}

#soc_net_nav li
{

	float: left;
	display: block;
	margin-right: 8px;

}

#soc_net_nav li a
{

	color: #FFF;
	font-weight: bold;
	padding: 5px;

}

#soc_net_nav li a:hover
{

	color: #FFF;
	font-weight: bold;
	background: #22608c;
	padding: 5px;

}

/* ------------------------------------ new soc net: dashboard */

#dashboard_management_links
{

	float: left;
	width: 195px;
	margin-right: 15px;

}

#dashboard_info_boxes
{

	float: right;
	width: 230px;
	padding: 5px;
	margin-left: 10px;
	border: 1px solid #CCC;

}

#dashboard_status
{

	font-size: 16px;

}

#dashboard_management_header
{

	font-size: 14px;
	font-weight: bold;

}

#dashboard_management li
{

	margin-top: 4px;

}

#dashboard_management li a:hover
{

	font-weight: normal;
	text-decoration: underline;

}

/* ------------------------------------ new soc net: inbox */

#inbox_date
{

	font-size: 10px;
	color: #777777;

}

.message_subject
{

	margin-bottom: 3px;

}

.message_subject a
{

	color: #09426b;

}

.message_subject a:hover
{

	color: #09426b;
	font-weight: normal;
	text-decoration: underline;

}

#message_preview a:hover
{

	font-weight: normal;
	text-decoration: underline;

}

#message
{

	font-size: 12px;

}

.multiSelect {
	width: 490px;
	font-size: 12px;
	border: solid 1px #999999;
	background: #FFF url(/volunteerhq/img/dropdown.gif) right center no-repeat;
	padding: 5px;
	padding-right: 20px;
	display: inline;
}

.multiSelect.hover {
	background: url(/volunteerhq/img/dropdown_hover.gif) right center no-repeat;
}

.multiSelect.active, 
.multiSelect.focus {
	border: inset 1px #000;
}

.multiSelect.active {
	background: url(/volunteerhq/img/dropdown_active.gif) right center no-repeat;
}

.multiSelectOptions {
	width: 500px;
	max-height: 150px;
	margin-top: -1px;
	overflow: auto;
	border: solid 1px #B2B2B2;
	background: #FFF;
}

.multiSelectOptions LABEL {
	padding: 2px 5px;
	display: block;
	margin: 0;
}

.multiSelectOptions LABEL.checked {
	background: #E6E6E6;
}

.multiSelectOptions LABEL.selectAll {
	border-bottom: dotted 1px #CCC;
}

.multiSelectOptions LABEL.hover {
	background: #CFCFCF;
}

/* ------------------------------------ new soc net: profile */

#left_content
{

	float: left;
	width: 240px;
	padding-right: 10px;

}

#left_box
{

	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-top: 5px;

}

#activity_box
{

	float: left;
	position:relative;
	left:50%;
	margin-bottom: 8px;

}

#activity_box ul
{

	padding: 0;
	position:relative;
	left:-50%;
	list-style: none;
	margin: 0;
	margin-top: 6px;

}

#activity_box li
{

	position:relative;
	border: 1px solid #ececec;
	float: left;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	margin-right: 6px;

}

#activity_box .active
{

	border: 1px solid #000000;
	font-weight: bold;

}

#activity_box .active a:hover
{

	font-weight: bold;

}

#activity_box li a:hover
{

	font-weight: normal;
	color: #00283e;

}

#participation_fraction
{

	width: 57px;
	height: 54px;
	background: url('/volunteerhq/img/participation_fraction.gif') no-repeat;
	float: left;
	font-size: 28px;
	margin-left: 10px;

}

#participation_fraction .green
{

	color: #0ea203;

}

#particpation_fraction .orange
{

	color: #ff9900;

}

#particpation_fraction .red
{

	color: #ff0000;

}

#top_participation_fraction
{

	width: 35px;
	text-align: center;
	
}

#activity_list
{

	margin-left: 15px;
	float: left;
	font-size: 11px;

}

#ask_for_help
{

	margin-top: 10px;

}

#ask_for_help a
{

	text-decoration: underline;
	font-size: 11px;

}

#friend_list
{

	float: left
	margin-bottom: 8px;

}

#friend_list ul
{

	padding: 0;
	list-style: none;
	margin: 0;
	margin-top: 6px;

}

#friend_list li
{

	float: left;
	width: 59px;
	padding: 3px;
	margin: 5px;
	margin-bottom: 3px;
	font-size: 11px;
	text-align: center;

}

#group_list
{
	font-size: 11px;
}

#right_content
{

	

}

#username
{

	font-size: 18px;
	font-weight: bold;

}

#status
{

	font-size: 14px;
	
}

#friend_actions
{

	font-size: 11px;
	color: #636363;

}

#friend_actions a
{

	font-size: 11px;
	color: #636363;

}

#friend_actions a:hover
{

	font-size: 11px;
	color: #636363;
	font-weight: normal;
	text-decoration: underline;

}

#comment_info
{

	margin-top: 4px;
	font-size: 11px;
	color: #333333;

}

#friend_button a
{

	background: #ffffff;
	font-size: 13px;
	font-weight: normal;
	padding-top: 16px;
	padding-bottom: 16px;
	text-align: center;
	display: block;
	text-decoration: none;
	width: 100%;

}

#friend_button a:hover
{

	background: #f0f2f7;
	font-weight: bold;
	display: block;
	text-decoration: underline;

}

/* ------------------------------------ cool buttons */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* Tabs on Profile */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
 width: 100%;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #cccccc;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #cccccc;
 border-bottom: none;
 background: #f1f1f1;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #065f9f; }
ul.tabbernav li a:visited { color: #00283e; }

ul.tabbernav li a:hover
{
 color: #00283e;
 background: #f1f1f1;
 border-color: #000;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
 color: #000;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #fff;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/* --------------------------------- Facebox */

#facebox .b {
  background:url(/volunteerhq/lib/facebox/b.png);
}

#facebox .tl {
  background:url(/volunteerhq/lib/facebox/tl.png);
}

#facebox .tr {
  background:url(/volunteerhq/lib/facebox/tr.png);
}

#facebox .bl {
  background:url(/volunteerhq/lib/facebox/bl.png);
}

#facebox .br {
  background:url(/volunteerhq/lib/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
