﻿body{
	background-color:black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#DFF2C7;

}


.bodyTextCentered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
}

.bodyTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	color:#FFCC66
}

.bodyTextBoldRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	color:red;
}


.bodyTextItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
}

.bodyTextBoldItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-style: italic;
	font-weight: bold;
}




h1 {
	font-size: 200%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: white;
}


h2 {
	font-size: 150%;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: white;
}


li {
	list-style-image:url('../images/arrowc.gif')
}


a {
	font-family: Arial, Helvetica, sans-serif;
}

a:link 
{
	color:   #0099FF;
}

a:visited 
{
	color:   #0099FF;
}


a:hover 
{
	color: yellow;
}




#maindiv{
	width: 740px;
	margin-left:auto;
	margin-right:auto;
}


.horizonalrule{
	text-align: center;
}


/* 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 */