/* @group Global.css */

/* @group Reset */
/* Based on Reset v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	font-family: Arial, sans-serif;
	color: #000;
	background: #fff;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */
/* @group Layout */


html {
	overflow-y: scroll;
	height: 100%;
}

.c {
	overflow: hidden;
	clear: both;
	float: left;
	width: 100%;
}

.outer {
	padding-bottom:10px;
}

.inner {
	padding: 10px;
	overflow:hidden;
}

.innerB {
	padding:0px 10px;
	overflow:hidden;
}

.col {
	float: left;
	clear: left;
}

.colr {
	float: right;
	clear: right;
}

.nc {
	clear: none;
}

.w {
	width: 100%;
}

.w12 {
	width: 940px;
}

.w11 {
	width: 860px;
}

.w10 {
	width: 780px;
}

.w9 {
	width: 700px;
}

.w8 {
	width: 620px;
}

.w7 {
	width: 540px;
}

.w6 {
	width: 460px;
}

.w5 {
	width: 380px;
}

.w4 {
	width: 300px;
}

.w3 {
	width: 220px;
}

.w2 {
	width: 140px;
}

.w1 {
	width: 60px;
}


.p100 {
	width: 50%;
}

.p90 {
	width: 90%;
}

.p75 {
	width: 75%;
}

.p50 {
	width: 50%;
}

.p25 {
	width: 25%;
}

.p20 {
	width: 20%;
}

.p15 {
	width: 15%;
}

.p10 {
	width: 10%;
}

.p5 {
	width: 5%;
}

#content,#wrapper {
	padding-bottom:20px;
}



/* @end */
/* @group Type */
body {
	font-family: Arial, sans-serif;
	color: #222;
	/*background:#fff url(/img/bg/bg.png) top left repeat-x;*/
	
	line-height: 1.2;
}

body #wrapper {
	font-size: 85%;
	width: 940px;
	padding-left: 10px;
	padding-right: 10px;	
	margin: 0 auto;
}

h1,h2,h3,h4 {
	font-weight: normal;
}

h1 {
	font-size: 170%;
	padding: 0 0 0em 0;
	margin: 0.3em 0;
}

h1 em {
	font-style: normal;
}

h2 {
	font-size: 150%;
	padding: 0.45em 0;
}

h3 {
	font-size: 120%;
}

h3.minor {
    font-size:80%;
    text-transform:uppercase;
    font-weight:bold;
}

p {
	margin: 0.25em 0 0.5em;
}

table p {
	margin: 0.25em 0em;
}

.intro {
	font-size: 125%;
}

.rev {
	color: #fff;
}

a {
	text-decoration: none;
	color: #335082;
}

a:hover {
	text-decoration: underline;
}

.inline {
    display:inline;
}

.f80 {
    font-size:80%;
}

.f90 {
    font-size:90%;
}

/* @end */
/* @group Forms */
input,
textarea,
select,
button {
	font-family: inherit;
	font-size: 100%;
}

textarea,
input[type='text'], 
input[type='password'],
select,
input.text {
	border-width: 1px;
	border-style: solid;
	border-top-color: #aaa;
	border-left-color: #ccc;
	border-bottom-color: #ccc;
	border-right-color: #ccc;
	padding: 0.25em 2px;
	color: #444;
}

select {
	padding:0px;
}

textarea:focus,
input[type='text']:focus, 
input[type='password']:focus {
	border-color: #7DC4E9;
	outline: 2px solid #7DC4E9;
}

input[type='submit'], button[type='submit'] {
	cursor: pointer;
	width: auto;
	/*overflow: visible;*/
	padding: 0 5px;
	text-transform: capitalize;
	font-weight: bold;
}

textarea {
	width: 99%;
	display: block;
}

#mainContent label {
	cursor: pointer;
	font-weight: bold;
	margin-right: 4px;
}

label em {
	font-weight: normal;
	font-size: 90%;
}

/*#mainContent form ol li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}*/

label {
	vertical-align: 1.5%;
}

textarea,
input[type='text'], 
input[type='password'],
input.text {
	background:#fff url(/img/bg/input_bg.jpg) top left repeat-x;
}

.errorMessage, .errorSummary  {
	font-weight:bold;
	font-size:90%;
}



/* @end */
/* @group Tables */
table {
	width: 100%;
}

table th {
	text-align: left;
	font-weight: bold;
	height: 1.6em;
}

table th.cb {
	width: 20px;
	/* for checkbox columns */
}

table th {
	font-size: 110%;
}

table tbody tr, table tbody  td, table th {
	vertical-align: middle;
}

table td, table th {
	padding-left: 6px;
	padding-right: 6px;
}

table.clickable td {
	cursor: pointer;
}

/* @end */

/* @group Lists */
ul.std li {
	padding: 2px 0;
}

ul.hl li:hover {
	background: #FFFF99;
}

/* @end */
/* @group Navigation */
.nav {
}

.nav li {
}

.nav li, .nav a {
	float: left;
	text-decoration: none;
}

.nav a {
	padding: 4px 14px;	
	cursor: pointer;
}

/* @end */
/* @group Curved */
.curved, .curved b {
	border-style: solid;
}

.curved {
	display: inline-block;
	border-style: solid;
	border-width: 0 1px;
	line-height: 1.25em;
}

.curved b {
	/* needs block not box for ff2 */
	display: inline-block;
	position: relative;
	top: -1px;
	left: 0px;
	border-width: 1px 0 0;
	font-weight: normal;
}

.curved b b {
	border-width: 0 0 1px;
	top: 2px;
}

.curved .cc {
	padding: 0px 10px 2px;
	/* needs block not box for ff2 */
	display: inline-block;
	font-style: normal;
}

/* @end */
/* @group Util */
    
.hide {
    display:none;
}

.t90 {
    font-size:90%;
}

.btt {
	float: right;
}

.rnd{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#nav ul li a.active {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
}

.rndb {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
}

.rndt {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
}


/* @end */

/* @group Colour.css */

#signin {
	background: #0092c8;
}

#signin *, #signin a, #signin label, #signin .errorMessage {
	color: #fff;
}

#signin form input {
	color: #000;
}
	


/* @end */

/* @group Form.css */

label {
    cursor:pointer;
    font-size: 85%;
    color: #717171;
}


form li {
    list-style-type:none;
    float: left;
    width: 98%;
    padding: 0 0.2em;
    margin: 0 0.6em 0.75em 0;
}

form span.left,
form span.right,
form span.thirds{
	margin:0 0.25em 0 0;
	display: block;
}

form span.left, form span.thirds {
	width: 48%;
	float: left;
}

form span.right {
	width: 48%;
	float: right;
	clear: right;
}

form span.thirds {
	width: 31.25%;
	margin-right: 0.75em;
}

form span.last {
	margin-right: 0em;
}


form ol {
    padding:0;
    float: left;
    width: 98%;
}

form li b {
	font-weight: normal;
}

.stacked label {
    display:block;
    margin-bottom: 0.25em;
}

.stacked input[type="text"],
.stacked input[type="password"],
input.text {
	width: 98%;
}

.cbCont {
	padding: 0 0;
	float: left;
	width: 100%;
	display: block;
}

.cbCont input.cb {
	display: block;
	height: 13px;
	width: 13px;
	line-height: 1.5;
	margin:0 0 0 3px;
}

.cbCont label{
	display: block;
	line-height: 1.5;
	padding: 0.5em 0 0 0.25em;
	margin: -1.65em 0 0 25px;
}

input[type='text'].short {
	width: 40%;
}

/* @end */

/* @group Footer */

#footer {
	text-align: center;
	color: #555;
	font-size: 80%;
}


/* @end */



