.brown {
	font-family: Georgia,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}

.black {
	font-family: Georgia,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.blacksmall {

	font-family: Georgia,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
a:link {

	font-family: Georgia,Tahoma, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	font-weight: bold;
	/*color: #FF6600;*/
}
.subTitle {
	font-family: Georgia,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FC6F03;
}
td 
{ 
font-family: Georgia,Tahoma,tahoma,arial;
/*font-size: 11px; 
/*color: #990000;
font-weight: bold; */
}

a:visited {  none; font-size:11 px; font-weight: bold; }
a:active {  font-size:11 px; font-weight: bold; }
a:hover { font-size:11 px; font-weight: bold;}

INPUT, TEXTAREA, SELECT {
color:#49747D; background:#FFFFFF font-size:11px; font-family: Georgia,Tahoma,tahoma,arial; border-color: #874836; border-style: solid; border-width: 1px }

INPUT.noborder{
color:#49747D; background:#FFFFFF; font-size:11px; font-family: Georgia,Tahoma,tahoma,arial; border-color: #874836; border-style: solid; border-width: 0px }


.comment
{
font-family: Georgia,Tahoma,tahoma,arial;
font-size: 11px; 
color: #FF0000;
font-weight: bold; 
}

.white_title
{
font-family: Georgia,Tahoma,tahoma,arial;
font-size: 14px; 
color: #ffffff;
font-weight: bold; 
}

.white
{
font-family: Georgia,Tahoma,tahoma,arial;
font-size: 10px; 
color: #ffffff;
font-weight: normal; 
}

.title
{
font-family: Georgia,Tahoma,tahoma,arial;
font-size: 14px; 
color: #DA9944;
font-weight: bold; 
}

.title1
{
font-family: Georgia,Tahoma,tahoma,arial;
font-size: 12px; 
color: #DA9944;
font-weight: bold; 
}

.sub_title
{
font-family: Georgia,Tahoma,tahoma,arial;
font-size: 12px; 
color: #4A7175;
font-weight: bold; 
}
.sub_title_2
{
font-family: Georgia,Tahoma,tahoma,arial;
font-size: 12px; 
color: #000000;
font-weight: bold; 
}


/* Main Table Setup Incluidng Date Number Fonts, Size and Color */
.mainTable {
	background-color: #FFFFFF;
	border: 1px solid #003366;
 }

/* Month and Year Row Setup */
.monthYearRow {
    line-height: 17pt;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	background-image: url(monthBg.gif);
	}
/* Month and Year Text Setup */
.monthYearText {
	font-family:  Georgia,Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: Bold;
	/*color: #252216;*/
	background-color: #F5F4D3;
	color:#000000;	

	}

/* Day Names Row Setup */
.dayNamesRow {
    line-height: 13pt;
	background-color: #F5F4D3;
	text-align: center;
	vertical-align: middle;
	
	}
/* Day Name Setup */
.dayNamesText {
    font-family:  Georgia,Tahoma, Arial, sans-serif; 
	font-size: 12px; 
	font-weight: Bold; 
	color: #433D27;
	background-image: url(dayBg.gif);
	}

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rows {
	font-family:  Georgia,Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #433D27;
    line-height: 15pt;
	text-align: center;
	vertical-align: middle;
	}

/* Color of Today's Date */
.today {
	color: #0D772D;
    }
/*

/* OverLIB popup text size */
.oLib {
    font-family:  Georgia,Tahoma, Arial, sans-serif; 
	font-size: 10px; 
    }
/*

---------------------------------------------------------------------------
The classes below determine how the calendar background markings will look.
---------------------------------------------------------------------------

Remove the "background-image..." lines to remove graphics as table cell background images.

If you do use images, change the "background-color..." to a sililar color to that
of your image. This will help persons with slow connections to see the event markings.

You can optionally remove the "background-color..." lines to only use graphics.

*/

/* Normal Cell Background (date number with no event markings) */
.s2 {
	background-image:  url("cdef.gif");
	background-color: #EEEEEE;
	}
/* Empty Cell Background (empty cells with no date numbers) */
.s20 {
	background-image:  url("cdef5.gif");
	background-color: #EBEBEB;
	}
/* Mark Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s21 {
	background-image:  url("cdef2.gif");
	background-color: #F5E0D8;
	}
/* Mark Solid Cell Background (solid marked event date background) */
.s22 {
	background-image:  url("cdef2.gif");
	background-color: #F5E0D8;
	}
/* Mark End Cell Background (usually a slashed graphic to show availability or solid for events) */
.s23 {
	background-image:  url("cdef2.gif");
	background-color: #F5E0D8;
	}
/* Mark End/Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s24 {
	background-image:  url("cdef2.gif");
	background-color: #F5E0D8;
	}
	/************************************************ Change from here *******************************************/
table.cal {

background-color: #666666;

height: 600px;

border-style: none;

border-width: 3px;

font-family: Georgia,Tahoma;

}



.caption {

color: #990000;

font-size: 16px;

font-weight: bold;

}



.thead {

color:black;

background-color: #CC9900;/*#A0C500;/*#FFF8DC;*/

font-size: 15px;

}



td.cal {

background-color: #F5F5DC;/*#D6EDF7;*/

text-align: left;

vertical-align: top

}



tfoot.cal {

color:black;

background-color: lightblue;

font-size: 14px;

text-align: left

}



ul.cal {

margin: 0px;

list-style-position: inside

}

.date {
font-weight:bold;
font-size:12px;
font-family:Georgia,Tahoma, Arial, Helvetica, sans-serif;
color:#000000;
}
/************************************************ Change from here END *******************************************/

a.day:link {color: #990000; font-size:10px; text-decoration:none;font-weight:normal}

a.day:visited {color: #990000; font-size: 10px; text-decoration:none;font-weight:normal}

a.day:hover {color: #990000; font-size: 10px; text-decoration:none;font-weight:normal}

a.day:active {color: #990000; font-size: 10px; text-decoration:none;font-weight:normal}


a.add:link {color: #000000; font-size:11px; text-decoration:none;font-weight:normal}

a.add:visited {color: #000000; font-size: 11px; text-decoration:none;font-weight:normal}

a.add:hover {color:#cc9900; font-size: 10px; text-decoration:underline;font-weight:normal}

a.add:active {color: #990000; font-size: 10px; text-decoration:none;font-weight:normal}



a.event:link {color: #990000; font-size: 11px; text-decoration:none}

a.event:visited {color: #990000; font-size: 11px; text-decoration:none}

a.event:hover {color: #990000; font-size: 11px; text-decoration:none}

a.event:active {color: #990000; font-size: 11px; text-decoration:none}


.eventtitle
{
	font-family:Impact, Georgia;
	font-size:16px;
	font-weight:bold;
}

	