html, table, body, select, input, textarea {
	font-family:sans-serif;
	font-size: 12px;
}
body {
	font-family:sans-serif;
	color: #000;
	font-size: 12px;
	margin:0px;
	background-color:white;
}

fieldset{
border-radius:5px;
padding:5px;
color:#0404B4 !important;
border-color:lightblue; 
border-style:solid;
}
h1,h2,h3,h4,h5,h6{
font-family:Sans-Serif Fonts;
font-weight:bold !important;
color:#0404B4 !important;
}

table#timetable {
    border-collapse: collapse;
}
table#timetable hr{
  border:none;
  border-top:1px dotted #f00;
  color:#fff;
  background-color:#fff;
  height:1px;
  width:80%;
}


.break {
	page-break-before: always;
}

table#timetable {
	width: 100%;
	border: 1px solid #999;
	padding: 0px;
	background-color: #EEF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
table#timetable td {
	width: 12%;
	text-align: center;
	border: 1px solid #999;
	margin: 1px;
	padding: 5px;
	height: 25px;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
table#timetable td a {
	color: #000;
	text-decoration: none;
}
table#timetable td a:hover {
	color: #C33;
	text-decoration: underline;
}
table#timetable td.col_light {
	background-color: #F9FF95;
	height: 50px;
}
table#timetable td.col_time {
	text-align: right;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	border-left: 0px;
	border-right: 0px;
	background-color: #EEF;
	white-space: nowrap;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
table#timetable td.recess_time {
	background-color: #FFE;
	text-align: center;
}



/* Used in tables with checkboxes */
table#list, table.list {
	border: 1px solid #999;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 10px;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
table#list td, table.list td {
	height: 30px;
}

table#phototable {
	width: 99%;
	border: 1px solid #999;
	background-color: #EEF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
table#phototable td {
	border: 1px solid #999;
	height: 200px;
	padding: 5px;
	background-color: #FFF;
}


