@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.topBox {
	background-color: #ffffff;
	border-top-width: 8px;
	border-bottom-width: 8px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #none;
	border-top-color: #fcac01;
	border-bottom-color: #fcac01;
}
.greyNav {
	background-color: #fcac01;
}
.greyNav a { /* active links on the top nav bar */
	color: #000000;
	text-decoration: none
}
.paddingbelowlogo {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	position:relative;
	top: -7px;
}
.paddingRightActive { /* used for tabs on the very top level of navigation */
	border-right-width: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #ffffff;
	color: #000000;
	background-color: #fcac01;
}
.paddingRightActive a { /* active links on the top nav bar */
	color: #000000;
	text-decoration: none
}
.paddingRightInactive { /* used for tabs on the very top level of navigation */
	border-right-width: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #ffffff;
	color: #000000;
	background-color: #d7d7d7;
}
.paddingRightInactive a { /* active links on the top nav bar */
	color: #000000;
	text-decoration: none
}.spacebelowheader {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 0px;
}
.spacebelowaboveheader {
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.spacebelowaboveheader2 {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.paraspacing {
	line-height: 18px;
}
.highlight {
	background-color: #f9d17d;
}
.highlight2 {
	background-color: #ffeeca;
}
input.required, textarea.required {
	border: 1px solid #9CC445;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 3px;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}
.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}
.darkUnderLogin {
	background-color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	color: #FFFFFF;
}
.darkUnderLogin a { /* active links on the top nav bar */
	color: #FFFFFF;
	text-decoration: none
}
.loginBox {
	color: #333333;
	background-color: #ffeeca;
	border: 5px solid #fcac01;
}
.loginHeader {
	font-size: 16px;
	color: #333333;
	background-color: #fcac01;
	padding: 3px;
}
.loginPageHeaders {
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
.highlightDate {
	background-color: #f9d17d;
	font-size: 10px;
	padding: 0px;
}
#headerlink {
    color:#FFFFFF;
	text-decoration: underline;
 }.paraspace {
	line-height: 17px;
}
.bordertop {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #00FF99;
	border-bottom-color: #333333;
	border-left-color: #00FF99;
}
.bordertoponly {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #00FF99;
	border-bottom-color: #333333;
	border-left-color: #00FF99;
}
.paddingright {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.planstable {
	border: 1px solid #999999;
}
.centreline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
