/* :focus - mozilla base browsers. Removes the selection from an image tab (a tag). See post on selections */ 

/* 
:focus { -moz-outline-style: none; }

.page {
	float:left;
	width:100%;
	margin-left: 20px;
	margin-top:20px;
			}
#top_bar {
	float:left;
	width:100%;
	height:24px;
	background: transparent;
			}
*/

#top-panel {
	width: 856px;
	margin: 0 auto;
	margin-left: 7px;
}

#slider {
	width:100%;
	float:left;
	background: #fff;
	
	}
			
.tab_content {
	width:100%;
	display:none;
	float:left;
	font-size:11px;
	color:#2d2d2d;	
	background: #3b3b3b;
			}
			
#tab_cntnr {
	float:left;
	background: transparent;
	}

#tab_cntnr a {
	display:block;
	text-decoration:none;
	float:left;
	color:#fff;
	background: #3b3b3b url(toggle.gif) bottom left no-repeat;
	text-align:center;
	width:150px;
	height: 23px;
	text-align: center;
	font-weight: bold;
	margin-right: 5px;
	border-top: 4px solid #3b3b3b;
}

#tab_cntnr a.selected {
	background: #272727 url(toggle_over.gif) bottom left no-repeat;
	border-top: 4px solid #272727;
}

#tab_cntnr a:hover {
	background: #3c90de url(toggle_blue.gif) bottom left no-repeat;
	border-top: 4px solid #3c90de;
}

/*			
#tab_cntnr a.selected {
	color:#2d2d2d;
	background: url(images/menu_tab_over.jpg) no-repeat; 
	}
 
 
/* styling for contribute and followevents tab and fundraising tab */

#contributetab, #followevents, #fundraising, #supporters, #flyer {
	padding-bottom: 10px;
	padding-top: 3px;
	border-bottom: 4px #272727 solid;
	background: #272727;
	text-align: center;
	color:#ffffff;
}

#contributetab p, #followevents p, #fundraising p, #supporters p, #flyer p {
	margin: 0; 
	padding: 0;
	text-align: center;
	color:#fff;
	}

#contributetab p strong, #followevents p strong, #fundraising p strong,
#supporters p strong, #flyer p strong {
	color: #ffe065; 
	letter-spacing: 1px;
}


#contributetab p.first, #followevents p.first, 
#fundraising p.first, #supporters p.first, #flyer p.first {
	font: 18px "Palatino Linotype";
	font-style: italic;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#contributetab p.withlink, #followevents p.withlink, 
#fundraising p.withlink, #supporters p.withlink, #flyer p.withlink {
	margin-top: 10px;
	margin-bottom: 10px;
	
}

#contributetab a, #contributetab a:visited,
#followevents a, #followevents a:visited,
#fundraising a, #fundraising a:visited,
#supporters a, #supporters a:visited,
#flyer a, #flyer a:visited {
	color: #f4dba6;	
	text-align: center;
	padding: 2px;
	border-top: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
	text-decoration: none;
	font-weight: normal;
	padding-left: 8px; padding-right:8px;
}

#contributetab a:hover, #followevents a:hover, 
#fundraising a:hover, #supporters a:hover, #flyer a:hover {
	color: #de1629;
}

/* additional values for calendar */

/*
.followleft, .followright {
	width: 400px;
}*/

.followleft {
	width: 470px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

.followright {
	padding: 0;
	width: 350px;
	float:right;
	margin-right: 15px;
	padding-left: 5px;
}

.followright h3 {
	padding: 0; margin: 0;
	font: 18px "Palatino Linotype";
	color: #fff;
	text-align: left;
	font-style: italic;
}

.followright h4 {
	text-align: left;
	font: 11px "Trebuchet MS";
	font-weight: bold;
	color: #ffe065; 
	line-height:160%;
	margin: 0;
}

ul#eventslist {
	display: block;
	line-height:160%;
	text-align: left;
	margin-top: 7px;
	margin-left: 15px;
}

ul#eventslist li {
	display: list-item;
	padding-left: 10px;
	list-style-type: square;
}

ul#eventslist li a, ul#eventslist li a:link, ul#eventslist li a:visited {
	border: none;
}

.followright form  {
	text-align: left;
}

.followright form input {
	color: #fff;
	font: 11px "Trebuchet MS";
	border: 1px solid #000;
	background: #3f3f3f;
	padding: 2px;
}

