﻿.mainTable {
	background-color: #ffffff;
	border: 1px solid #999999;
	width: 700px;
}

.monthRow {

	background-color: #D8E2EC;
	text-align: center;
	vertical-align: middle;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 45px;
	font-weight: Bold;
	color: #252216;
	height: 50px;
}

.monthRow a:link, .monthRow a:visited {
	text-decoration: none;
	color: #252216;
}

.monthRow a:hover {
	text-decoration: underline;
	color: #FF0000;
}

.dayNamesText {
	background-image: url("images/dayBg.gif");
    font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 35px; 
	font-weight: Bold; 
	color: #333333;
	height: 45px;
	width: 100px;
}

.rows {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 40px;
	color: #433D27;
    line-height: 36pt;
	text-align: center;
	vertical-align: middle;
}

.sOther {
    background-color: #EEEEEE;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #BBBBBB;
}

.popupDate {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #336699;
	padding: 4px;
	border: 1px solid #EAEAEA;
	border-bottom: 0px solid #EAEAEA;
}

.popupDate2 {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	background-color: #336699;
	padding: 4px;
}

.popupClose {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	background-color: #336699;
}

.popupEventTitle {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	padding: 4px;
	vertical-align: middle;
	border: 1px solid #EAEAEA;
	border-bottom: 0px solid #EAEAEA;
}

.s23 {
	background-color: #CCFF00;
	padding: 4px;
}

.categoryDiv {
	background-color: #FCF5EF;
	padding: 4px;
	border: 1px solid #EAEAEA;
	border-bottom: 0px solid #EAEAEA;
}

.categoryName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}

.categorySelection {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #777777;
}

.popupEventDescription {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #EAEAEA;
	padding: 4px;
}
#nav {
    top: 0px;
    left: 0px;
    width: 700px;
	height: 45px;
	margin: 0 auto;
}
#nav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: square;
	list-style-position: inside;
}
#nav li {
	padding: 18px 0px 0px 30px;
	margin: 0px;
	height: 35px;
	list-style: none;
	list-style-type: square;
	list-style-position: inside;
	float: left;
	border-right: 0px solid #EAA13A;
	display: inline;
}
.lastchild {
	border-right: 20px none #FFFFFF !important;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #59473E;
	text-decoration: none;
}
#nav a:hover {
	color: #000;
}
#container {
	width: 850px;
	margin-top: 0px;
	margin: 0 auto;
}
#containertxt {
	width: 850px;
	margin: 0 auto; 
	list-style: none;
	background-color:white;
}
#containercal {
	width: 700px;
	height: 420px;
	margin-top: 22px;
	}

#body {
	font-family: Comic Sans, Comic Sans MS, cursive;
}
#footer{
	background-color:black;
	color: gray;
	width: 300px;
	text-align:right;
}
#hr {
	border: 0;
	width: 90%; 
	color: black; 
	height: 5px;
}

#ul{
font-size : 20px;   
font-family : Comic Sans, Comic Sans MS, cursive;
color : #000;   
list-style:none;                                       
background-image:url(images/bullet_ball-gold.png);                
background-repeat:no-repeat;
background-position:0px 0px;
font-weight: Bold;
padding-left: 5px;
margin-left: 50px;
margin-top:-20px;
}

#ul li{
font-size : 15px;
height: 60px;
font-family : Comic Sans, Comic Sans MS, cursive;
color : #000;   
list-style:none;                                       
background-image:url(images/bullet_ball-chrome.png);
background-repeat:no-repeat;
background-position:0px 0px;
font-weight: Bold;
padding-left: 50px;
margin-top: 10px;
padding-top: 5px;
margin-left: 10px;
}



