/****************************************
 * STYLES FOR SPECIFIC DIVS
 ****************************************/
#contentFrame
{
	position: 	relative;
	left: 		0px;
	top: 		-5px;
	width:		800px;	
	background: url('images/table_bg.jpg');
	background-repeat: repeat-y;
	background-position: top;
}

#eventsFrame
{
	width: 200px;
	position: relative;
	left: 15px;
	top: 48px;
	overflow: visible;
	height: 500px;
	z-index: 10;
}

#mainTable
{
	width: 500px;
	position: relative;
	left: 0px;
	top: -16px;	
	height: 100%;
}

#mainTableCalendar
{
	position: relative;
	left: -15px;
	top: -32px;
	width: 680px;
}

#mainText
{
	border: 0px;
	background-color: 	#B1D1A3;
	width: 				500px;	
	text-align:			left;
	padding: 8px;
}

#whiteBgText
{
	background-color: white;
	padding: 10px;
	border: 1px solid black;
}

#calendar
{
	background-color: 	#B1D1A3;
	width: 				680px;	
	text-align:			left;
	
	padding-left:			10px;
	padding-right: 10px;
	padding-bottom: 10px;
	
}

#menu
{
	position: relative;	
	top: 220px;
	left: 10px;
}

#overallTable
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border: 0px;
}

#footer
{
	width: 800px;
	height: 64px; 
	text-align: center; 
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -10px;
}

/****************************************
 * STYLES FOR TEXT / GENERIC DIVS
 ****************************************/
body
{
	background-color: #b1d1a3;
	font-family:	Trebuchet MS, Verdana, _sans-serif;
	font-size: 		10pt;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
}

td, p
{	
	font-family:	Trebuchet MS, Verdana, _sans-serif;
	font-size: 		10pt;
}

.h2
{
	font-size: 12pt;
	font-weight: bold;
}

.h3
{
	font-weight: bold;
}

.header
{
	width: 800px;
	height: 300px;
	/*background: url("images/table_bg.jpg");*/
	background-repeat: no-repeat;
	vertical-align: bottom;
	text-align: center;
}

.moduleTopLeft
{
	width: 32px;
	height: 32px;
	text-align: right;
}

.moduleTop
{
	height: 32px;
	text-align: center;
	background: url("images/module_top.gif");
	background-repeat: repeat-x;
}

.moduleLeft
{
	width: 32px;
	text-align: center;
	background: url("images/module_left.gif");
	background-repeat: repeat-y;
}

.line
{
	width: 100%;
	height: 1px;
	color: #b1d1a3;	
	background-color: #b1d1a3;
}

.editEventPanel
{
	overflow: auto;
}


/****************************************
 * STYLES FOR CALENDAR EVENTS
 ****************************************/
.eventsHeader
{
	font-family: Trebuchet MS, Verdana, _sans-serif;
	font-size: 12pt;
	font-weight: bold;	
	color: white;
}

.eventRow
{
	font-size: 8pt;	
	background-color: #B1D1A3;
}

.eventRowAlt
{
	font-size: 8pt;
	background-color: #DFEBD8;
}

.calendarTitleBar, .calendarTitleBar:hover, .calendarTitleBar:active, .calendarTitleBar:visited 
{
	background-color: #677A49;
	font-family: Trebuchet MS, Verdana, _sans-serif;
	font-size: 12pt;
	color: white;	
}

.calendarToday
{
	border: 2px solid black;
	background-color: white;
}

.calendarCell
{
	background-color: white;
}

.calendarInactiveDays
{
	background-color: #dddddd;
}

/* but staff have to work */
.calendarStudentHoliday
{
	background-color: #FF6666;
	color: black;
}

/* this should never be used. i am an idiot. */
.calendarStaffHoliday
{
	background-color: black;
	color: white;
}

.calendarBothHoliday
{
	background-color: #ffff00;
	color: black;
	font-size: 12pt;
}

.calendarNormalDay
{
	background-color: white;
	color: black;
	font-size: 10pt;
}

/****************************************
 * STYLES FOR INPUT / FORMS
 ****************************************/
.formHeader
{
	font-size: 13pt;
	font-weight: bold;
}

.formLabel
{
	font-weight: bold;
}