a {
  text-decoration: underline;
  color: #663300;
}

a:link {
  color: #663300;
}

a:visited {
  color: #663300;
}

a:hover {
  color: #003300;
}

a:active {
  color: #003300;
}

img {
  border: none;
}

.boxmain a, .boxplain a, .boxad a, .boxnada a, .boxsg a, .boxalt a, .box a, .boxgreen a, .boxbrown a, .boxpalegreen a {
  text-decoration: none;
}

p {
  padding-bottom: 5px;
}

h2 {
  /*padding-bottom: 10px;*/
}

h3 {
  /*padding-bottom: 10px;*/
}

h4 {
	font-size:110%;
  padding-bottom: 10px 0px 5px 0px;
}

h5 {
  padding-bottom: 10px 5px 10px 5px;
}

p.vacancies {
  text-align: left;
}

ul, ol {
	margin-left:15px;
}

dl {
  text-align: left;
  margin-left: 10px;
  padding-top: 5px;
}

dt {
  font-weight: bold;
  padding-bottom:5px;
}

dd {
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 10px;
}

table {
  width: 90%;
  margin: 0px auto;
}

td.data {
	text-align:center;
}

table.Report {
  background-color: #FFFFFF;
}
table.Report {
	border:thin #000 solid;
}
table.Report th {
	border:thin #000 solid;
}
table.Report td {
	border:thin #000 solid;
}

table.Report td.green {
  background-color: #009900;
  color: #FFFFFF;
	text-align:center;
}

table.Report td.red {
  background-color: #FF0000;
  color: #FFFFFF;
	text-align:center;
}

table.Report td.amber {
  background-color: #FF6600;
  color: #FFFFFF;
	text-align:center;
}

table.Report td.printcopy {
  background-color: #125634;
  color: #FFFFFF;
	text-align:center;
}


table.Report td.data {
	text-align:center;
}

table.Grid td.data {
	text-align:center;
}

table.Grid td.data form input{
	font-size:80%;
	padding:0px;
	margin:0px;
}

table.Applicants {
	border:thin #000 solid;
}

table.Applicants td, table.Applicants th{
	border: thin #000 solid;
	vertical-align:top;
}

table.Applicants tr.NoApp {
	background-color:#FEBABA;
}

table.Applicants tr.App {
	background-color:#BAFEBA;
}

table.Applicants tr.Gaps {
	background-color:#FEBABA;
}

table.Applicants tr.Done {
	background-color:#BAFEBA;
}

table.Applicants tr.Single {
	background-color:#FFCC33;
}

table.Applicants td.Centre {
	text-align:center;
}

table.Applicants td.OptionBlock {
	width:20%;
}

table.Applicants ul.Options {
	list-style:none;
	margin-left:0px;
}

table.Applicants ul.Options li {
	margin-bottom:10px;
	/*padding-bottom:5px;*/
	clear:both;
}

table.Applicants ul.Options li input.SubjectOption {
	width:10%;
}

table.Applicants ul.Options li label {
	width:80%;
	float:right;
	padding-top:3px;
}

table.Applicants td.OptionSelect div {
	width:95%;
	clear:both;	
	min-height:30px;
}

table.Applicants td.OptionSelect {
	width:60%;
} 

table.Applicants td.OptionSelect option.NoSpaces {
	color:#F00;
}


table.Applicants td.OptionAction {
	width:10%;
} 

table.Applicants select.Options {
	width:80%;
	float:right;
}

table.stp {
	width:100%;
}

table.stp td.stpmonth {
	background-color:#DDDDDD;
}

label.Enrolled {
	background-color:#FFF;
	padding:1px;
}


label.NotAvailable {
	color:#999;
}


li.NotAvailable {
	color:#999;
}

li.assigned {
	background-color:#99FF66;
}

.TutorReport {
  background-color: #FFFFFF;
  width: 90%;
  margin: auto;
  padding: 10px;
}

.TutorReport div {
  margin: 10px 10px;
  text-align: left;
}

.centretext {
  text-align: center;
}

	 
.linkimage {
	vertical-align:middle;
}

/* Tables for Calendar Data */

.calendar {
	border:1px solid #666666;
	width:100%;
}

.calendar th {
	width:14.3%;
	margin:10px auto;
}

.calendar .td {
	font-size:80%
}

.calendar .td .li {
	font-size:80%;
}

.CalendarIcon {
	vertical-align:middle;
	padding-right:2px;
}
.calendar td.nodata {
	background-color:#CCCCCC;
	margin:0px;
	padding:0px;
}

.calendar tr td{
	height:70px;
}

.calendar th.weekend, 
.calendar td.weekend {
	background-color:#ABCDAB;
}

.calendar td {
	margin-top:0px;
	padding-top:0px;
	margin-right:0px;
	padding-right:0px;
}
.calendar p{
	text-align:left;
	margin:0px;
	padding:0px;
	display:block;
	border-left:1px solid #003300;
	border-bottom:1px solid #003300;
	color:#003300;
}

.dateselect {
	width:100%;
}

.dateselect .datespanleft{
	width:45%;
	text-align:right;
}

.dateselect .datespanleft input {
	width:100px;
}

.dateselect .datespanright input {
	width:100px;
}
.dateselect .datespanmiddle input {
	width:100px;
}

.dateselect .datespanright{
	width:45%;
	text-align:left;
}

.dateselect .datespanmiddle {
	width:10%;
	text-align:center;
}

.ClosedStandard {
	background-color:#00FF33;
}

.ClosedSpecial {
	background-color:#FFFF99;
}

.helpText {
	color:#000099;
	font-style:italic;
}

.highlightText {
	background-color:#FFFF33;
	color:#000000;
}
