#weekScheduler_container{
	border:1px;
	width:598px;	
}

.weekScheduler_appointments_day{	/* Column for each day */
	width:75px;
	float:left;
	background-color: #CCCCCC;
	border-right:1px solid #FFFFFF;	
	position:relative;
}
#weekScheduler_top{
	background-color:#FFFFFF;
	height:20px;
	border-bottom:1px solid #FFFFFF;
}
.calendarContentTime,.spacer{
	background-color:#D3382F;
	text-align:center;
	font-family:arial;
	font-size:28px;
	line-height:63px;
	height:64px;	/* Height of hour rows */
	
	border-right:1px solid #FFFFFF;
	width:50px;
}

.weekScheduler_appointmentHour{	/* Small squares for each hour inside the appointment div */
	height:64px; /* Height of hour rows */
	border-bottom:1px solid #FFFFFF;	
}

.spacer{
   background-color:#FFFFFF;
	height:20px;
	float:left;
}	

#weekScheduler_hours{
	width:50px;
	float:left;
}
.calendarContentTime{
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
	font-weight:bold;
	font-size:18px;
}

#weekScheduler_appointments{	/* Big div for appointments */
	width:532px;
	float:left;
}
.calendarContentTime .content_hour{
	font-size:10px;
	color:#FFFFFF;
	text-decoration:superscript;	
	vertical-align:top;
	line-height:63px;
}
	
#weekScheduler_top{
	position:relative;
	clear:both;
}
#weekScheduler_content{
	clear:both;
	height:800px;
	position:relative;
}
.days div{
	width:75px;
	float:left;
	background-color: #FFFFFF;
	text-align:center;
	font-family:arial;
	height:20px;
	font-size:11px;
	line-height:20px;
	border-right:1px solid #FFFFFF;	
}

.weekScheduler_anAppointment{	/* A new appointment */
	position:absolute;
	background-color:#FFF;
	border:1px solid #000;
	z-index:1000;
	overflow:hidden;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;


}

.weekScheduler_appointment_header{	/* Appointment header row */
	height:0px;
	background-color:#ACA899;
}
.weekScheduler_appointment_headerActive{ /* Appointment header row  - when active*/
	height:0px;
	background-color:#00F;
}

.weekScheduler_appointment_textarea{	/* Textarea where you edit appointments */
	font-size:0.7em;
	font-family:arial;
}

.weekScheduler_appointment_txt{
	font-size:0.7em;
	font-family:arial;
	padding:2px;
	padding-top:5px;
	overflow:hidden;

}

.weekScheduler_appointment_footer{
	position:absolute;
	bottom:-1px;
	border-top:1px solid #000;
	height:0px;
	width:100%;
	font-size:0.8em;
	background-color:#000;
}

.weekScheduler_appointment_time{
	position:absolute;
	left:4px;
    top:41px;
	width:69px;
	height:12px;
	z-index:100000;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding:1px;
	

}
.eventIndicator{
	background-color:#00F;
	z-index:50;
	display:none;
	position:absolute;
}

body {margin:0 0 0 0;
      background-color: #999999;
 	  color: #000000;
}
td{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
}

a
{
color: #666666;
font-family:Arial, Helvetica, sans-serif;
}
a:visited
{
color: #666666;
}
a:hover
{
color: #CCCCCC;
}

.faq{
color:#000000;
}

.border22{
border-width:0px;
border-style: solid;
color:#000000;
}

.border1{
border-width: 1px;
border-style: solid;
border-color:#D3382F;
}

A:link.sublink {
   color: #FFFFFF;
   text-decoration: none;
   font-size: 11px;
   font-family:Arial, Helvetica, sans-serif;
}
A:visited.sublink {
   text-decoration: none;
   color: #FFFFFF;
   font-size: 11px;
   font-family:Arial, Helvetica, sans-serif;
}
A:HOVER.sublink {
   color: #CCCCCC;
   text-decoration: none;
   font-size: 11px;
   font-family:Arial, Helvetica, sans-serif;
}

A:link.sublink2 {
   color: #FFFFFF;
   text-decoration: none;
   font-size: 11px;
   font-family:Arial, Helvetica, sans-serif;
}
A:visited.sublink2 {
   text-decoration: none;
   color: #FFFFFF;
   font-size: 11px;
}
A:HOVER.sublink2 {
   color: #FFFFFF;
   text-decoration: underline;
   font-size: 11px;
}

A:link.admin {
   color: #016976;
   text-decoration: none;
   font-size: 11px;
   text-decoration:underline;
}
A:visited.admin {
   text-decoration: none;
   color: #016976;
   font-size: 11px;
   text-decoration:underline;
}
A:HOVER.admin {
   color: #666666;
   text-decoration: none;
   font-size: 11px;
   text-decoration:underline;
}

.news_header{
   font-family: Arial;
   font-size:11px;
   font-weight:bold;
   color:#FF0000;
}

.input_error{
color:#FF0000
}

.field_error{
border-style:solid;
border-width:1px;
border-color:FF0000;
}

.easter{
    color:#FF0000;
    text-decoration: none;
    font-size: 15px;
    font-family:Arial, Helvetica, sans-serif;
}

.scrollbars  {
SCROLLBAR-FACE-COLOR: #ffffff;
SCROLLBAR-HIGHLIGHT-COLOR: #cccccc;
SCROLLBAR-SHADOW-COLOR: #cccccc;
SCROLLBAR-3DLIGHT-COLOR: #CCCCCC;
SCROLLBAR-ARROW-COLOR: #000000;
SCROLLBAR-TRACK-COLOR: #ffffff;
SCROLLBAR-DARKSHADOW-COLOR: #cccccc;
}
   
   
   