/* Styles CSS Document - Styles remain if the structure is removed. */

/*
dark red:		#F42A41
light red:		#F87F8D
yellow:			#F5ED81
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
input, textarea {
	
}
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.2em;
}

table {
	border-collapse: collapse;
	margin-bottom: 10px;
}
tr {

}
th, td {
	vertical-align: top;
	padding: 4px;
	border: solid 1px #F42A41;
}
th {
	background-color: #F87F8D;
	color: white;
}
td {
	
}
.price {
	text-align: right;
	padding-right: 10px;
}


.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.normal {
	font-weight: normal;
}
.smaller {
	font-size: 0.7em;
}
.newline {
	display: block;
	padding-bottom: 0.3em;
}
.highlighted {
	
}
.topmargin {
	margin-top: 10px;
}

.pullout {
	background-color: #F42A41;
	color: #FFF;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2.pullout, h3.pullout {
	font-size: 1.0em;
	margin-top: 0;
}

#staff_table, #contact_content table {
	line-height: 1.5em;
	margin-bottom: 10px;
	width: 100%;
}
#staff_table th, #contact_content th {
	width: 150px;
}

/* getting_to_know_content */

#getting_to_know_content {

}
#getting_to_know_content h3, #contact_content h3 {
	border-bottom: solid 1px #333;
	margin-bottom: 10px;
}

#calendar_content {
	
}
#calendar_content table {
	width: 580px;
	margin-bottom: 10px;
	font-size: 0.9em;
}
#calendar_content td, #calendar_content th {
	padding: 3px 1px;
}
#calendar_content td {
	text-align: center;
	width: 19px;
}
#calendar_content th {
	
}

#calendar_content table#keys {
	border-collapse: separate;
	font-size: 0.8em;
}
#calendar_content table#keys td {
	width: auto;
	text-align: left;
	padding-left: 10px;
	vertical-align: middle;
	border: none;
}
#calendar_content table#keys td.key_code {
	width: 20px;
	height: 30px;
	border: solid 1px #DEDEDE;
}

#calendar_content .term_time {
	background-color: #FFFF99;
}
.holiday_date {
	background-color: #C0C0C0;
}
.bank_holiday {
	background-color: #000000;
	color: #FFF;
}
.training_day {
	background-color: #FF0000;
}

/* exam content */

#exam_content .short_table {
	width: 450px;
}

.exam_result_cell {
	width: 40px;
	text-align: center;
	vertical-align: middle;
	font-size: 0.8em;
}

.exam_key {
	border: solid 1px #F87F8D;
	padding: 10px;
	width: 50%;
	font-size: 0.8em;
	margin-bottom: 10px;
}
.exam_key p {
	font-weight: bold;
}
.exam_key p, .exam_key ul {
	margin: 0;
}

#page_content p.left_align {
	text-align: left;
}

/* end exam content */