@charset "utf-8";
/* CSS Document */



body, div, td, th, h4 { /* redundant rules for bad browsers  */  
    font-family: verdana,sans-serif;
	font-size:    11px;
	color: #333;
}  

body {
	background: #FFFFFF;
	color: #333;
	padding: 1em 20px 3em 20px;
	margin: 0;
}

a { color: #06C; }
a:hover { color: #333; }
a:active { color: #000; }

p { line-height: 140%; }

h1,h2 {
	font-family: trebuchet ms;
	font-weight: bold;
	color: #000066;
	font-size: 14px;
}

.EditTextRiders {
	font-family: verdana,sans-serif;
	font-size:    12px;
	color: #000000;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}

.EditTextDayTitle {
	font-family: verdana,sans-serif;
	font-size:    14px;
	color: #000000;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}





p.note {
	background: #EEE;
	padding: 4px;
	font-family: tahoma;
	font-size: 85%;
	line-height: 130%;
	margin-top: 0;
}

#container {
	background-color: #FFFFFF;
	height: 100%;
	min-height: 100%;
	width: 948px;
	margin-left: auto;
	margin-right: auto;

}

#termsOfuse {
	margin: 0px;
	overflow: scroll;
	height: 150px;
	font-size: 10px;
	width: 280px;
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
	padding: 10px;

}

#content {
padding-left: 20px;
padding-top: 20px;
}

#hp_columns {
	float: left;
	width: 920px;
	padding-top: 5px;

}

#hp_columns1 {
	width: 270px;
	padding: 15px;
	float: left;
	padding-top: 0px;

}
#hp_columns2 {

}
#hp_columns3 {

}

.welcome_message_form {
	display: block;


}
.welcome_message_textarea {
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.welcomeSchoolName {
	display: block;
	text-align: right;
	padding-right: 25px;
	font-size: 12px;
	margin-bottom: 10px;
}

.welcomeParentName {
	display: block;
	text-align: right;
	padding-right: 25px;
	font-size: 12px;
	margin-bottom: 10px;
}

.ScheduleTitle {
	font-family: "trebuchet ms";
	font-weight: bold;
	display: block;
	font-size: 16px;
	text-align: center;
}

#work_panel {
	margin-left: auto;
	margin-right: auto;

}
.pageTitle {
	font-family: "trebuchet ms";
	font-weight: bold;
	display: block;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 20px;
	margin-bottom: 25px;
	font-size: 16px;
}

#calendarDays {
	width: 560px;
	float: left;

}
.calendarDayNormal {
	background-image: url(../images/calendar_bg.gif);
	background-repeat: no-repeat;
}

.calendarDayHover {
	background-image: url(../images/calendar_bg_changed.gif);
	background-repeat: no-repeat;

}

.calendarDayScheduled {
	background-image: url(../images/calendar_bg_scheduled.gif);
	background-repeat: no-repeat;
}


.calendarDayScheduled_past {
	background-image: url(../images/calendar_bg_scheduled_past.gif);
	color:#999999;
	background-repeat: no-repeat;
}

.calendarDayNormal_past {
	background-image: url(../images/calendar_bg_past.gif);
		color:#999999;
			background-repeat: no-repeat;

}

.calendarDay_holiday{
	background-image: url(../images/calendar_bg_holiday.gif);
	color:#999999;
	background-repeat: no-repeat;

}

.daytxt_past {
	color: #999999;

}



#DayEditPanel_NoEdit {
	background-image: url(../images/day_edit_panel_bg.gif);
	height: 187px;
	width: 225px;
	padding-top: 20px;
	padding-left: 20px;
	margin-top: 22px;

}

#DayEditPanel {
	background-image: url(../images/day_edit_panel_bg_editing.gif);
	height: 187px;
	width: 234px;
	padding-top: 20px;
	padding-left: 12px;
	margin-top: 22px;
	background-repeat: no-repeat;

}

.DriverDropDownSelect {
	width: 220px;
	background-color: #FAFBCA;

}
#footer {
margin-top: 5px;
text-align: center;
height: 20px;
}

#footer a {
color:#333333
}
#footer a:hover {
color:#FFFFFF
}
#footer a:visited {
color:#EBEBEB;
}

#left_login {
	width: 300px;
	float: left;
}

#right_info {
	width: 525px;
	float: left;
	padding-left: 60px;
}

