@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-attachment: fixed;
	background-color: #02549F;
	background-image: url(../images/imp_back_blue.png);
	background-repeat: repeat-x;
}
#logout{
	float:right;
	clear:right;
	padding-right:5px;
}
#logout a{
	color:#000;
}
#container {
	width: 780px;
	margin: auto;
	text-align: left;
}
#apcontainer{
	width: 780px;
	margin: auto;
	text-align: left;
	padding-top:15px;
}
 #header {
	color:#169;
	/*
	background-image: url(images/rrecttop.png);
	background-repeat: no-repeat;
	background-position: bottom;
	border: 1px solid #DDE9F3;
	border-bottom: 1px solid #DDE9F3;
	margin:0px;
	padding:0px;
	*/
}
 #header h1 {
	font-size:135%;
}
 #header h2 {
	font-size:125%;
}
#topbar{
	background-image: url(../images/rrecttop.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height:50px;
}
 #mainContent {
	background-color: #DDE9F3;
	/*border-top: 1px solid #DDE9F3;
	border-bottom: 1px solid #DDE9F3;*/
	margin:0px;
	padding:1px 15px 0px 15px;
	background-image: url(../images/rrectmid.png);
	background-repeat: repeat-y;
}
 #footer {
	background-image: url(../images/rrectbottom.png);
	background-repeat: no-repeat;
	background-position: top;
/*	border-top: 1px solid #DDE9F3;*/
	margin:0px;
	padding:0px;
}
#footer p {
	margin: 0;
	padding: 0;
}
.imgnoborder{
	border:none;
}
.imageborder {
	border: 1px solid #169;
}

.imgnobordercentre{
	border:none;
	text-align:center;
	margin:auto;
}
#maincontent ul.menu{
	margin-top:0px;
	padding-top:0px;
}
#maincontent h2{
	font-size:125%;
}
#maincontent form{
	margin:0px;
	padding:0px;
}
.tableheader{
	font-weight:bold;
}
.greentraffic {
	color:#009900;
	font-weight: bold;
	background-color:#CCCCFF;
	padding: 3px;
}
.redtraffic {
	color:#FF0000;
	font-weight: bold;
	background-color:#CCCCFF;
	padding: 3px;
}
.ambertraffic {
	color:#CC9900;
	font-weight: bold;
	background-color:#CCCCFF;
	padding: 3px;
}
.notstarted {
	color:#333333;
	font-weight: bold;
	background-color:#CCCCFF;
	padding: 3px;
}
.notfinished {
	color:#333333;
	font-weight: bold;
	background-color:#FFFF00;
	padding: 3px;
}
a.home:link{
	color:#169;
	text-decoration:none;
}
a.home:visited{
	color:#169;
	text-decoration:none;
}
a.home:hover{
	color:#16C;
	text-decoration:underline;
}
a.home:active{
	color:#FE0303;
	text-decoration:underline;
}
.centreText{
	text-align:center;
}
.listtext {
	font-size: 120%;
}
.smaller{
	font-size:80%;	
}
.emphasis{
	font-size:110%;
	color:#900;
	font-weight:bold;
	border:1px solid #006;
	padding:5px;
	background-color:#FFF;
	line-height:25px;
}
.required{
color:#990000;
font-weight:bold;
}
