﻿body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:black;
	background-image:url('http://carrolllibrary.org/defaultpics/backgrounds/gradient_green.png');
	background-repeat:repeat-x;

}


.barTitle {
	color: #FFFF00;
	font-weight: bold;
	font-family: Verdana;
	font-size: 18px;
	text-align: center;
	background-image: url('../defaultpics/backgrounds/gradient.jpg');
	border: 1px black solid;
	background-color:#E6E18E;
	padding-bottom: 0px;
	height: 20px;
}


.bodyTextCentered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
}

.bodyTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

.bodyTextBoldRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color:red;
}


.bodyTextItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
}

.bodyTextBoldItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
}



.bookDiscussionDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}


.bookDiscussionScheduleText {
	color: #FFFF00;
	font-weight: bold;
	font-family: Verdana;
	font-size: 22px;
	text-align: center;
}



h1 {
	font-size: 300%;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}


h2 {
	font-size: 120%;
	color: #008000;
	font-weight: bold;
	font-family:  Arial, Helvetica, sans-serif;
	text-align: center;
}



a {
	font-family: Arial, Helvetica, sans-serif;
}

a:link 
{
	color: blue; 
}

a:visited 
{
	color: blue; 
}


a:hover 
{
	color: red;
}




#maindiv{
	width: 740px;
	margin-left:auto;
	margin-right:auto;
}


/* 2 column style - begin */
.leftcolumn5050{
	float: left;
	width:360px;
}

.rightcolumn5050{
	float: right;
	width:360px;
}
/* 2 column style - end */




/* 3 column styles - begin */
.leftcolumn33{
	float: left;
	width:245px;
}

.middlecolumn33liquid{	/* liquid middle column must be listed last in XHTML */
	padding-left:245px;
	padding-right:245px;
}

.middlecolumn33fixed{
	float:left;
	width:245px;
}

.rightcolumn33liquid{ 	/* liquid right column floated right */
	float: right;
	width:245px;
}

.rightcolumn33fixed{
	float: left;
	width:245px;
}

/* 3 column styles - end */




/* 4 column fixed style - begin */
.leftcolumn25{
	float: left;
	width:180px;
}

.middle1column25{
	float: left;
	width:180px;
}

.middle2column25{
	float:left;
	width:180px;
}

.rightcolumn25{
	float: left;
	width:180px;
}

/* 4 column fixed style - end */





.cleardiv{
	clear:both;
}

.disclaimer{
	clear:both;
}

.disclaimer p{
	border-top:thin black solid;
	text-align:center;
	border-bottom:thin black solid;
	
}

.disclaimer a{
	text-decoration: none;
}


.footer p{
	text-align: right;
}



/* calendar divs start */
.container 
{
	text-align: center;
	width: 734px;
	border-collapse: collapse;

}

.monthname 
{
	font-size: xx-large;
	margin: 0px;
	border: 1px black solid;
}


.daynames 
{
	border-left: 1px black solid;
	border-right: 1px black solid;
	background-image:url('../defaultpics/backgrounds/yellow_red.png');
	font-weight: bold;
	width: 133px;
	height: 16px;
}

.daynumbers
{
	border: 1px black solid;
	color: white;
	background-image:url('../defaultpics/backgrounds/gradient.jpg');
	font-weight: bold;
	width: 133px;
	height: 16px;
}


.days
{
	color: black;
	border: 1px black solid;
}

.daysclosed
{
	color: red;
	font-weight: bolder;
	background-color: yellow;
	border: 1px black solid;
}

.dayscomputerclass
{
	color: yellow;
	background-color:#333333;
	border: 1px black solid;
}


/* calendar divs end */
