body
{
	font-size: 13px;
	background-attachment: fixed;
	background-image: url(../img/bg_page.gif);
	margin: 0px;
	background-repeat: no-repeat;
	font-family: 'Trebuchet MS' , Verdana, Arial;
	background-color:#ffffff;
}
.printerFriendly
{
	font-size: 13px;
	background-attachment: fixed;
	background-image: url();
	margin: 30px;
	background-repeat: no-repeat;
	font-family: 'Trebuchet MS' , Verdana, Arial;
}
.label
{
	font-size: 14px;
	font-family: 'Trebuchet MS' , Verdana, Arial;
	font-weight: bold;
	color: #4381b0;
}
table
{
	font-size: 13px;
	font-family: 'Trebuchet MS' , Verdana, Arial;
}
a img
{
	border: none 0px;
}
a:link
{
	color: #29477E;
	text-decoration: underline;
}
a:visited
{
	color: #666666;
	text-decoration: underline;
}
a:active
{
	color: #48B8E0;
	text-decoration: underline;
}
a:hover
{
	color: #5BA2C8;
	text-decoration: none;
}
.pagetitle
{
	font-weight: bold;
	font-size: 16px;
	color: #4381b0;
	font-family: Verdana;
}
.sectiontitle
{
	font-weight: bold;
	font-size: 14px;
	color: #4381b0;
	font-family: Verdana;
}
INPUT
{
	font-size: 13px;
	font-family: 'Trebuchet MS' , Verdana, Arial;
}
SELECT
{
	font-size: 13px;
	font-family: 'Trebuchet MS' , Verdana, Arial;
}
TEXTAREA
{
	font-size: 13px;
	font-family: 'Trebuchet MS' , Verdana, Arial;
}
.boldtext
{
	font-weight: bold;
}
.surveytable
{
	font-size: 13px;
	font-family: 'Trebuchet MS' , Verdana, Arial;
}
.Surveylabel
{
	font-size: 14px;
	font-family: 'Trebuchet MS' , Verdana, Arial;
	font-weight: bold;
	color: #4381b0;
}
.poll_results_question
{
	background-repeat: no-repeat;
	background-color: #f4f7fd;
	background-image: url(../img/bg_Poll_Results_Q.gif);
}
.poll_results_answer
{
	background-repeat: no-repeat;
	background-color: #f4f7fd;
	background-image: url(../img/bg_Poll_Results_A.gif);
}
.pollquestion
{
	background-repeat: no-repeat;
	background-image: url(http://cofw.bisc.com/img/bg_poll_Ques.gif);
}
.meetingsheader
{
	font-weight: bold;
	padding-bottom: 2px;
	color: #4381b0;
	border-bottom: black 1px solid;
}
.eventsheader
{
	font-weight: bold;
	padding-bottom: 2px;
	color: #4381b0;
	border-bottom: black 1px solid;
}
.contentCell
{
	width: 565px;
}
/*******Calendar Styles************/

div.event
{
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 3px;
}
.calendarDay
{
	font-size: 10px;
}
.weekTable
{
	border-collapse: collapse;
}
.weekTable td
{
	border: 1px solid black;
	background-color: #F4F7FC;
	padding: 3px;
}
.weekTable th
{
	background-color: #E5E9F2;
	border: 1px solid black;
	padding: 3px;
}
/*******Event Colors***************/
.eventcat label
{
	position:relative;
	top:-2px;
}

/*eventsActivities*/
.eventcat1, .eventcat1 a, .eventcat1 a:hover, .eventcat1 a:visited
{
	color: #BC0203;
}
/*publicMeetings*/
.eventcat2, .eventcat2 a, .eventcat2 a:hover, .eventcat2 a:visited
{
	color: #005585;
}
/*trainingClasses*/
.eventcat3, .eventcat3 a, .eventcat3 a:hover, .eventcat3 a:visited
{
	color: #3F3C43;
}
/*theaterEvents*/
.eventcat4, .eventcat4 a, .eventcat4 a:hover, .eventcat4 a:visited
{
	color: #5309B6;
}
/*artsRecreation*/
.eventcat5, .eventcat5 a, .eventcat5 a:hover, .eventcat5 a:visited
{
	color: #118E04;
}
.eventcat6, .eventcat6 a, .eventcat6 a:hover, .eventcat6 a:visited
{
	color: #D46901;
}
.eventcat7, .eventcat7 a, .eventcat7 a:hover, .eventcat7 a:visited
{
	color: #D46901;
}
/*Volunteer Opportunities/Events*/
.eventcat8, .eventcat8 a, .eventcat8 a:hover, .eventcat8 a:visited
{
	color: #6699FF;
}

/*Categories Commented*/
/*.eventcat9, .eventcat9 a, .eventcat9 a:hover, .eventcat9 a:visited
{
	color: #D46901;
}
.eventcat10, .eventcat10 a, .eventcat10 a:hover, .eventcat10 a:visited
{
	color: #D46901;
}*/
.inputMargin input
{
	margin-right: 4px;
}

/**********Added Table Types for JeanetteB 09-19-2008****************/
TABLE.Recycling 
{
	/*width cannot be greater than 565 px */
	width:528px;
	border-style:solid;
	border-width:thick;
	border-color:Black;
	border-collapse:collapse;
	Padding:1, 1, 1, 1;
	text-align:left;	
}