@import 'reset.css';
body {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
}

h2 {
	font-size: 1.9em;
	font-weight: normal;
	margin-bottom: 10px;
}

h3 {
    font-size: 1.6em;
    font-weight: normal;
}

h4 {
    font-size: 1.4em;
    font-weight: normal;
}

p {
	margin-bottom: 6px;
}

a {
    color: #6694C5;
}

input[type="text"],
input[type="password"],
select {
    border: 1px solid #3363ab;
    color: #003174;
    padding: 2px;
    width: 200px;
}

textarea {
	border: 1px solid #3363ab;
	color: #003174;
	width: 581px;
	height: 120px;
}

select {
    width: 206px;	
}

input.small {
	width: 75px;
}

select.small {
	width: 81px;
}

input.large {
    width: 300px;
}

select.large {
    width: 306px;
}

input.checkbox {
    width: 15px;
}

input.radio {
	width: 14px;
	margin: 0px 10px;
}

span.crafted_by {
    float: left;
}

span.crafted_by a {
    color: #3363AB;
}

.required {
	width: 10px;
    height: 10px;
    display: inline-block;
	background: url(/images/required.png) no-repeat;
}

.required span {
    visibility: hidden;
}

.errorlist {
	list-style: none;
	color: #ed0000;
}

.messages {
	background: #fffba1 url(/images/message.png) no-repeat 5px 7px;
	border: 1px solid #face00;
	padding: 10px 5px 10px 40px;
	color: #003174;
	margin-bottom: 10px;
	/*font-weight: bold;*/
}

.messages a {
	color: #003174;
}

.messages p {
	margin: 0 0 3px 0;
}

.help {
	background: #fff url(/images/help.png) no-repeat 5px 7px;
	/*border: 1px solid #3363AB;*/
	padding: 10px 5px 10px 40px;
	color: #003174;
	margin-bottom: 10px;
	/*font-weight: bold;*/
}

.help-text {
    color: #666;
}

div.help {
    font-weight: normal;    
}

div.help ul {
    margin-left: 15px; 
}

.notices {
    background: #ffcecd url(/images/notice.png) no-repeat 5px 7px;
    border: 1px solid #ef7575;
    padding: 10px 5px 10px 40px;
    color: #003174;
    margin-bottom: 10px;
    /*font-weight: bold;*/
}

.notices a {
    color: #003174;
}

.notices p {
    margin: 0;
    color: #000;
}

#wrapper {
	width: 974px;
	margin: 20px auto;
}

/* Header */
#header {
	height: 150px;
}

#header h1 {
	background: url(/images/ttp_logo.png) no-repeat left top;	
	height: 150px;
	width: 500px;
	float: left;
}

#header h1 span {
    visibility: hidden;
}

#header img {
	float: right;
}

/* Nav */
#nav {
	margin-top: 15px;
	height: 24px;
}

#nav ul li {
	background-color: #6694c5;
	float: left;
    list-style: none;
    height: 24px;
    line-height: 25px;
    margin-right: 10px;
    padding: 0px 7px;
    font-weight: bold;
}

#nav ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
}

#nav ul li.selected {
    background-color: #3363ab;
}

#breadcrumb {
	background-color: #3363ab;
	height: 35px;
	line-height: 36px;
	border-bottom: 5px solid #fffba1;
	padding: 0px 7px;
}

#breadcrumb a {
	color: #fff;
}

#breadcrumb p {
	float: left;
}

#breadcrumb #login_logout {
	float: right;
}

#breadcrumb #login_logout .submit {
	background: url(/images/button_arrow.png) no-repeat center;
	width: 20px;
}


/* Content */
#content_area {
	margin-top: 15px;
}

#content_area #section_context {
    float: left;
	width: 207px;
	margin-right: 15px;
}

#content_area #section_context h3 {
	font-weight: normal;
	padding: 10px 10px 0px 10px;
}

#content_area #main_content {
    float: left;
    width: 750px;
    display: inline;
    color: #000;
}

#content_area #main_content h2 {
    color: #003174;
    margin-bottom: 10px;
}

#content_area #main_content h3 {
    color: #003174;
    margin: 10px 0px 5px 0px;
}

#content_area #main_content h4 {
	color: #003174;
	margin: 5px 0px;
}

#content_area #page_context {
    float: right;
    width: 207px;
    margin-left: 15px;
    text-align: center;
}

#content_area #page_context #register {
	background-color: #fffba1;
	font-size: 1.15em;
	margin-bottom: 10px;
}

#content_area #page_context #register a {
	text-decoration: none;
	color: #000;
}

#content_area #page_context #register h3 {
	color: #003174;
	margin: 10px 0px 10px 0px;
}

#content_area #page_context #register div {
    background-color: #face00;
    margin-bottom: 10px;
    color: #000;
    padding: 15px 10px 5px 10px;
}

#content_area #page_context #register div p {
	font-size: 1.2em;
}

#content_area #page_context #register div h3 {
	color: #000;
}

#content_area .context_box {
    background-color: #6694c5;
}

#content_area .context_box a {
    color: #fff;
    text-decoration: none;
}
#content_area .context_box a:hover {
    text-decoration: underline;
}

#content_area .context_box li {
	list-style: none;
	margin-top: 0px;
	padding: 5px 10px;
	font-size: 1.1em;
	font-weight: bold;
}

#content_area .context_box li span {
	display: block;
    font-weight: normal;
}

#content_area .context_box input, #content_area .context_box select {
	width: 180px;
	border: 1px solid #3363ab;
	color: #003174;
	padding: 2px;
}

#content_area .context_box select {
	width: 186px;
}

.content_seo_ul {
	margin: 10px;
	padding: 10px;
	line-height: 2em;
}

.content_seo_images {
	width: 258px;
	float: right;
}

.btn_box {
	background: #3363ab url(/images/button_arrow.png) no-repeat 96% center;
	padding: 5px;
}

.vacancy_view_btn {
    width: 175px;
    float: left;
    margin-right: 10px;
}

.btn {
	background: #3363ab url(/images/button_arrow.png) no-repeat 96% center;
	width: 100px;
	padding: 0;
	color: #fff;
	width: 100%;
	border: 0;
	text-align: left;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: bold;
}

#back .btn {
	background: #3363ab url(/images/button_arrow_back.png) no-repeat 4% center;
	text-align: right;
	padding-right: 5px;
}

a.btn {
	background: none;
    line-height: 25px;
    text-decoration: none;
    padding-right: 30px;
    display: block;
}

.for_teachers_btn, .for_schools_btn {
	width: 100px;
    background: #3363ab url(/images/button_arrow.png) no-repeat 4% center;
    margin-top: 10px;
    margin-left: 17px;
}

#content_area .btn_box {
	margin-bottom: 15px;
}

#content_area #pool_menu {
    margin-bottom: 15px;
}

#content_area #pool_menu .btn_box {
    margin-bottom: 2px;
}

#content_area #latest_jobs li, #content_area #latest_teachers li {
	border-top: 2px solid #93bae7;
}

#content_area #main_content #welcome {
	background-color: #d3e0ef;
	color: #000;
	padding: 15px;
	font-size: 1.1em;
	line-height: 18px;
}

#content_area #main_content #welcome h2 {
	color: #003174;
	margin-bottom: 10px;
}

#content_area #main_content #benefits {
	padding: 10px;
}

#content_area #main_content #benefits h3 {
	/*font-size: 1.8em;*/
}

#content_area #main_content #benefits p:first-child {
	font-size: 1.5em;
	color: #003174;
	margin-bottom: 10px;
}

#content_area #main_content .for_teachers {
	float: left;
	width: 254px;
	border-right: 2px solid #6694c5;
}

#content_area #main_content .for_teachers_btn {
	clear: both;
	background: #3363ab url(/images/button_arrow.png) no-repeat 96% center;
    float: left;
    width: 150px;
}

#content_area #main_content .for_teachers_btn .btn,
#content_area #main_content .for_schools_btn .btn {
	padding: 5px;
}

#content_area #main_content .for_schools {
	padding-left: 10px;
}

#content_area #main_content .for_schools_btn {
	width: 150px;
}

#content_area #main_content #benefits li {
    padding: 7px 10px 7px 0px;
    font-size: 1.1em;
}

.school_profile {
	border-top: 2px solid #6694c5;
	border-left: 2px solid #6694c5;
	border-right: 2px solid #6694c5;
	padding: 5px 10px;
	font-size: 1.1em;
	color: #3363ab;
}

.page_divide {
	float:left;
	width: 50%;	
}

.info_box {
	border-top: 2px solid #6694c5;
	border-left: 2px solid #6694c5;
	border-right: 2px solid #6694c5;
	padding: 5px 10px;
	margin: 10px 0px 0px 0px;
	font-size: 1.1em;
	color: #3363ab;
	/*min-height: 380px;*/
}

.info_box_btn {
	background-color: #2e65aa;
	margin: 0px;
	padding: 5px;
	background-image: url('/images/info-box-btn-bg.png');
	background-repeat: no-repeat;
	background-position: right;
}

.info_box_btn a {
    color: #fff;
}

.info_box h3 {
	padding-top: 10px;
    color: #6694c5;
}

.info_box img {
	margin-top: 10px;
	margin-bottom: 10px;
}

.info_box ul {
	margin-left: 15px;
}


.info_box ul li {
	margin-left: 17px;
	list-style: square;
	color: #3363ab;
	margin: 10px;
	list-style-image: url('/images/list-style-icon.png');
	line-height: 18px;
}

.info_box ul li span {
	color: #000;
}

.school_profile {
	text-align: center;
}

.school_profile h3 {
    color: #6694c5;
    text-align: left;
}

.school_profile img {
	margin: 10px auto;
}

#content_area #page_context #blurb {
	padding: 10px;
	font-size: 1.1em;
}

#content_area #page_context #blurb h3 {
	margin-bottom: 10px;
}

#content_area #page_context .help {
    border: 3px solid #6694c5;
    color: #3363ab;
    text-align: left;
    padding: 5px;
}

#content_area #page_context .help h4 {
	margin-top: 15px;
	margin-bottom: 2px;
	font-size: 0.9em;
}

#content_area #page_context .help p {
	font-size: 0.9em; 
}

#content_area #main_content form#register table {
	margin-bottom: 20px;
}

#content_area #main_content form#register th {
	padding-left: 5px;
	text-align: left;
	font-weight: normal;
	width: 150px;
}

#content_area #main_content form#register td {
	padding: 5px 0px;
}

#content_area #main_content form#register #save {
    float: left;
    width: 50%;
    background: url(/images/disk_save.png) no-repeat 95% 100%;	
}

#content_area #main_content form#register #back {
    float: left;
    width: 50%;
    background: url(/images/lock-small.png) no-repeat 95% 90%;
    margin-bottom: 10px;
}

#content_area #main_content form#register #continue {
    float: left;
    width: 50%;
    background: url(/images/lock-small.png) no-repeat 95% 90%;
    margin-bottom: 10px;
}

#content_area #main_content form#register #save input,
#content_area #main_content form#register #continue input,
#content_area #main_content form#register #back input,
#content_area #main_content form#register #add input {
    height: 30px;
    padding-left: 5px;
}

#content_area #main_content form#register #save div,
#content_area #main_content form#register #continue div,
#content_area #main_content form#register #back div {
	border-width: 0px 3px 3px 3px;
	border-style: solid;
	border-color: #6694c5;
	padding: 5px;
	height: 60px;
}

#content_area #main_content form#register #save div p,
#content_area #main_content form#register #continue div p,
#content_area #main_content form#register #back div p {
	margin: 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #3363ab;
	width: 70%;
}

#footer {
	margin-top: 10px;
	background-image: url('/images/footer-bg.png');
	background-repeat: repeat-x;
	background-position: top;
	text-align: right;
	padding-top: 20px;
	color: #3363ab;
}

#footer2 {
	margin-top: 10px;
	background-image: url('/images/footer-bg.png');
	background-repeat: repeat-x;
	background-position: top;
	text-align: right;
	padding-top: 20px;
	color: #3363ab;
	font-size: 10px;
	text-align: center;
}






/* CONTENT BOX */
/* 
	Box which contains the title of a headed area on the page
*/
.headed_box_title {
	border: 2px solid #6694c5;
	background-color: #6694c5;
	padding: 5px;
}

.headed_box_title h5, table.list th h5 {
	color: #fff;
	font-size: 1.4em;
	margin: 0px;
}

/* 
	Box which contains the content of a headed area on the page
*/
.headed_box_content {
	border: 2px solid #6694c5;
	font-size: 1.1em;
	color: #000;
	line-height: 1.3em;
	padding: 10px 0px;
}

.headed_box_content p {
	padding: 10px;
}

/* 
	Paragraph which contains an image, and thus requires some positioning
*/
.headed_box_content p.image_bearing img {
	float: left;
}

/*
	Page content that in some way requires highlighting
*/
.highlighted {
	color: #6694c5;
}

.incontent {
	padding: 10px;
}

.quote {
	color: #6694c5;
	font-size: 0.9em
}

/* LIST TABLE */
/*
 *	Generic table which can be used for outputting lists, 
 *  with a pagination area and header
 */
table.list {
	border: 2px solid #6694c5;
	margin: 5px 0px 10px 0px;
	width: 100%;
}

table.list tr {
	border: 1px solid #6694c5;	
}

table.list th {
	background-color: #6694c5;
	padding: 5px;
	font-size: 1.0em;
}

table.list .headings th {
	background-color: #f0f0f0;
	padding: 5px 5px;
	color: #3363AB;
	font-size: 0.9em;
}

table.list .headings th img {
	vertical-align: top;
}

table.list td {
	color:  #3363AB;
	font-size: 1.0em;
}

/*
 * Class for the 'find out more' link in the right-most column
 * of a table
 */
 
table.list td.btns
{
    width: 110px;
    font-size: 1.1em;
    padding: 0 2px 0 0;
}

table.list td.btns a {
    display: block;
    text-decoration: none;
    color: #fff;
    margin: 2px 0;
    padding: 3px;
}

table.list td.btns a.more {
	background: #3363AB url('/images/button_arrow.png') no-repeat 98% center;
}

table.list td.btns input.more {
	background: #3363AB url('/images/button_arrow.png') no-repeat 98% center;
	width: 110px;
	text-align: left;
	color: #fff;
	cursor: pointer;
	border: 0;
	padding: 3px;
	height: 21px;
}

table.list td.btns a.remove {
    background: #6693cc url('/images/button_cross.png') no-repeat 97% center;
}

table.list .add {
	color: #fff;
	text-decoration: none;
}

table.list th.paginator {
	color: #fff;
	line-height: 1em;
	font-size: 1em;
}

table.list th.paginator img {
	vertical-align: middle;
}

table.list th h5  {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	font-size: 1.1em;	
}

table.list .left {
	text-align: left;
}

table.list .center {
	text-align: center;
}

table.list .right {
	text-align: right;
}

table.list td {
    padding: 5px;
}

table.list td a {
    color: #3363AB;
}

/* DETAIL TABLE */
/*
 * Generic table for outputting vertical
 * tabular details
 */
table.detail {
	border: 1px solid #6694c5;
	margin: 10px 1px;
	width: 99%;
}

table.detail th {
	color: #6694c5;
	padding: 8px 5px 2px;
	vertical-align: top;
	text-align: right;
	font-size: 1.2em;
}

table.detail td {
	padding: 10px;
	color:  #3363AB;
}

table.detail .free_fields th {
	color: #fff;
	background-color: #6694c5;
	width: 100%;
	text-align: left;
}

table.detail .free_fields td {
	padding: 10px;
	color:  #3363AB;
	border-bottom: 1px solid #6694c5;
}

/*
 * FILTER BOX
 * 
 * Box to display at the top of the a page containing
 * the filtering options
 */

div.filter {
	background-color: #FFFBA1;
	padding: 10px;
}  

div.filter input.submit_button {
	width: 50px;
	background-color: #fff;
	float: right;
}

div.filter input.submit_button {
	width: 50px;
	background-color: #fff;
	float: right;
	margin-top: 15px;
}

div.filter p {
	width: 215px;
	float: left;
} 

div.filter label {
	width: 200px;
	float: left;
	font-weight: bold;
	color: #b6652b;
	padding-bottom: 2px;
} 

div.filter input, div.filter select {
	clear: left;
	float: left;
}

table.form {
	margin-bottom: 20px;
}

table.form th {
	padding-right: 5px;
	text-align: right;
	color: #6694c5;
}

table.form td {
	padding: 5px 0px;
	vertical-align: top;
}

table.form .submit_button {
	width: 50px;
	background-color: #fff;
}

/* Login Page */
#login_page {
	height: 600px;
	text-align: center;
}

#login_page h2 {
	background-color: #3363AB;
	padding: 5px;
	color: #fff !important;
}

#login_page #login {
	display: inline;
	float: left;
	width: 48%;
}

#login_page #register {
	float: right;
	width: 48%;
    border-left: 1px solid #3363AB;
    height: 150px;
    padding-left: 15px;
}

.side_nav h2 {
	background-color: #3363AB;
	padding: 5px;
	margin: 0px;
	margin: 0px 0px 2px 0px;
}

.side_nav ul {
	margin-bottom: 15px;	
}

.side_nav ul li {
	background-color: #3363AB;
	padding: 7px 25px 7px 7px;
	padding-right: 25px;
	margin: 0px 0px 2px 0px;
	background-image: url('/images/info-box-btn-bg.png');
	background-repeat: no-repeat;
	background-position: right;
}

.advert {
	background-color: #6694C5;
	padding: 0px;
}

.advert h2 {
	font-size: 1.5em;
	margin: 10px;
}

#register a, #register a:hover, #register a:visited {
    color: #6694C5;
    cursor: pointer;
}

.advert ul {
	background-color: #d3e0ef;
	color: #000;
	padding: 10px;
}

.advert li {
	padding: 5px 5px 5px 20px;
	background-image: url('/images/tick.png');
	background-repeat: no-repeat;
	background-position: left;
	list-style: none;
}

.advert p {
	margin: 10px;
}

.advert a {
	color: #fff;
	text-decoration: none;
}

ul.content {
	margin: 20px 10px;
}

ul.content li {
	margin: 10px 5px;
	list-style-type: none;
}

.input_small {
    width: 30px;
}

.top {
    vertical-align: top;
}

.question {
    margin: 0px 0px 10px 10px;
    padding: 5px;
    border: 2px solid #93BAE7;
}

.question p.text {
    font-size: 1.2em;
    font-weight: bold;  
}

.question .answer_list {
    margin-left: 30px;
    font-size: 1.1em;
}

.question form {
    margin-top: 10px;
}

.question form label {
    font-weight: bold;
}

.question form #answer_btn {
    margin-left: 10px;
}

#question_form {
    margin: 0px 0px 10px 10px;
}

#question_form textarea {
    width: 730px;
}

#answer_sheet th {
    text-align: left;
}

#answer_sheet .question_block {
    border: 2px solid #93BAE7;
    margin-bottom: 15px;
    padding: 5px;
}

.btn-back {
    background: #6693cc url('/images/button_cross.png') no-repeat 95%;
    font-size: 1.2em;
    padding: 5px 17px 5px 5px;
    color: white;
    text-decoration: none;
}

.number {
    text-align: right;
}

/*#answer_sheet_view th {
    text-align: left;
    color: #fff;
    font-size: 1.4em;
    background-color: #6694C5;
}

#answer_sheet_view table td {
    color: #6694C5;
    font-size: 1.2em
}*/

.interview_invite td {
	padding: 10px;
	vertical-align: top;
}

.interview_invite th {
	padding: 10px 0px;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}

.star-rating-legend {
	width: 100%;
	margin-bottom: 10px;
	font-weight: bold;
	color: #777;
}

#school_profile #summary p {
	color: #6694c5;
	padding: 0 10px;
	margin-bottom: 2px;
}

#school_profile #details .logos {
	float: left;
	width: 490px;
}

#school_profile #details .images {
	float: right;
	width: 250px;
}

select.month-select {
    width: 100px;
    margin-right: 5px;
}

select.year-select {
    width: 70px;
}

#new-form {
    background: #3363ab url(/images/button_arrow.png) no-repeat 96% center;
	padding: 5px;
	/*height: 30px;*/
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	width: 275px;
}

#new-form a {
    color: #fff;
    text-decoration: none;
}