/* -----------------------------------------------

 This is the default screen stylesheet.

----------------------------------------------- */

/* First, what we don't need to include
----------------------------------------------*/

.NoScreen, .PrintOnly, .AuralOnly {
	display: none;
}

.OffPage {
	position: absolute;
	visibility: hidden;
}



html {
	text-align: center;
	margin: 0;
	padding: 0;
}

body {
	text-align: left;
	font-family: verdana, 'bitstream vera sans', sans-serif;
	margin: 0;
	padding: 0;
	background-color: #111;
	color: #fff;
}

textarea {
    width: 50ex;
    height: 10em;
}

label {
	cursor: hand;
	cursor: pointer;
}


#Body {
	margin: 15px auto;
	width: 767px;
}


/* The Page Header Area
------------------------------------------------*/

#Header {
}

#Header h2 {
	margin: 0;
	padding: 0;
	border: none;
}


/* The navigation menu
------------------------------------------------*/

#SiteNavigation {
	margin: 2px 0;
	padding: 0;
	background: #cca url('../images/backgrounds/menu_shade.png') repeat-x;
	/*background-color: #f6a300;*/
	/*background-color: #f8bc35;*/
	font-family: 'trebuchet ms', arial, helvetica, sans-serif;
	/*font-family: 'courier 10 pitch', 'courier new', monospace;*/
	font-size: 14px;
	font-weight: bold;
}

#SiteNavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

#SiteNavigation ul li {
	list-style: none;
	display: inline;
	margin: 0;
}

#SiteNavigation li a:link, #SiteNavigation li a:visited {
	display: -moz-inline-box; /* Gecko kludge */
	display: inline-block;
	color: #222;
	text-decoration: none;
	padding: 2px 15px;
	background: inherit;
	border-style: solid;
	border-width: 0 1px 0 0;
	/*border-color: #aa7;*/
	border-color: #111;
}

#SiteNavigation li a:hover {
	background: #e8e8c8 url('../images/backgrounds/menu_shade.png') repeat-x;
	color: #222;
}

#SiteNavigation li a.Active, #SiteNavigation li a:link.Active, #SiteNavigation li a:visited.Active, #SiteNavigation li a:hover.Active {
	color: #f0f0ff;
	text-decoration: none;
	/*background: #404040 url('../images/backgrounds/menu_cursor.gif') bottom right no-repeat;*/
	background: #404040 url('../images/backgrounds/menu_shade.png') repeat-x;
}

/*#SiteNavigation li.Active {
	background: #404040 url('../images/backgrounds/menu_shade.png') repeat-x;
}*/


/* The primary content area
------------------------------------------------*/

#Content {
	padding: 10px 15px 15px 15px;
	font-size: 12px;
	background: #f0f0ff url('../images/backgrounds/menu_shade.png') repeat-x;
	color: #111;
}

/*h1, h2, h3, h4 {
	font-family: 'courier 10 pitch', 'courier new', monospace;
}*/

h1 {
	margin-top: 0;
	font-size: 20px;
	font-family: 'courier 10 pitch', 'courier new', monospace;
}

h2 {
	font-size: 18px;
	margin-bottom: 4px;
	border: 1px dotted #888;
	border-width: 0 0 1px 0;
}

h1, h2 {
	font-family: 'courier 10 pitch', 'courier new', monospace;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 12px;
}

h3, h4 {
	margin-bottom: 4px;
}

h3.Inline, h4.Inline {
	margin: 0;
	display: inline;
	font-family: sans-serif;
}

h1 span {
	padding-right: 10px;
	background: url('../images/backgrounds/heading_cursor.gif') bottom right no-repeat;
}

h2.TopMargin {
	margin-top: 40px;
}

ul li {
	list-style-type: square;
}

ul li ul {
	margin-top: 5px;
	margin-bottom: 10px;
}

ul li ul li {
	list-style-type: circle;
}

img.Cursor {
	position: relative; top: 2px;
}

p {
	margin-top: 0;
	margin-left: 15px;
	text-align: justify;
}

p.KeepLeft {
	margin-left: 0;
}

p.Highlight, div.Highlight {
	border: 1px solid #aaa;
	padding: 4px;
	/*font-style: italic;*/
}

dl dd {
	margin-bottom: 10px;
	margin-left: 10px;
}

dl dt {
	font-weight: bold;
}

a:link, a:visited {
	color: #00e;
	/*color: #e80;*/
}


/* Enable left and right columns in the content area
-------------------------------------------------------*/

#LeftContent {
	float: left;
	width: 450px;
	/*height: 100%;*/
	padding-right: 15px;
	border-right: 0px dotted #ccc;
}

#RightContent {
	float: right;
	width: 255px;
	padding-left: 15px;
}

#RightContent h2 {
	border: none;
}

#RightContent p {
	margin-left: 0;
}


hr.Clear {
	clear: both;
	background: transparent;
	margin: 0;
	padding: 0;
	height: 0;
	border: none;
}


/* Flash messages
------------------------------------------------*/

p.flash {
	background-color: #f0f0f0;
	color: #000;
	padding: 10px;
}

/* Error messages
------------------------------------------------*/

.ErrorExplanation {
	color: #000;
	background-color: #f0f0f0;
	border: 2px solid #f00;
	padding: 0 10px 5px 10px;
}

.ErrorExplanation h2 {
	margin-top: 0;
	margin-left: -10px;
	margin-right: -10px;
	color: #fff;
	background-color: #c00;
	padding: 5px 10px;
	font-size: inherit;
	font-weight: bold;
}

.ErrorExplanation ul {
	list-style-type: square;
}

.fieldWithErrors, .FieldWithErrors {
}

span.fieldWithErrors, span.FieldWithErrors {
	padding: 2px;
	background-color: #f00;
	display: table;
}


/* Some form formatting
--------------------------------------------------*/

ol.Table, ul.Table {
	display: table;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
}

ol.Table li, ul.Table li {
	display: table-row;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

ol.Table li label.td, ul.Table li label.td {
	display: table-cell;
	padding: 2px 8px 2px 0;
}

ol.Table li span.td, li.Table li span.td {
	display: table-cell;
	padding: 2px;
}


ol.FormStack {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
}

ol.FormStack li {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 10px;
}


fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

fieldset legend {
	padding-left: 0;
	margin-left: 0;
}


/* Article specific formatting
-----------------------------------------------*/

div.Article {
	margin-bottom: 20px;
	border: 0px solid #ccc;
	text-align: justify;
}

div.Article h3.Date {
	margin: 0 0 1px 0;
	font-weight: normal;
	font-size: 11px;
	border-top: 1px dotted #ccc;
}

div.Article h4.Title {
	margin: 1px 0 10px 0;
	font-size: 14px;
	padding: 1px 0;
	border-bottom: 1px dotted #ccc;
}







#Footer {
	margin-top: 2px;
	margin-bottom: 15px;
	background: #cca url('../images/backgrounds/menu_shade.png') repeat-x;
	/*background-color: #f8bc35;*/
	/*background-color: #a22;*/
	color: #111;
	/*background: #2a5161 url('../images/backgrounds/menu_shade.png') repeat-x;*/
	/*color: #f0f0ff;*/
}

#Copyright {
	padding: 2px 15px;
	text-align: center;
	background: url('../images/backgrounds/bottom_corners.png') bottom no-repeat;
	font-family: 'courier 10 point', 'courier new', monospace;
	font-size: 12px;
}




/**
 * Logo colours
 *
 * Red: ff3300
 * Yellow: f8e235
 * Orange: f8bc35
 * Blue: 1a5d7c
 * Blue 2: 1a4161
 * Blue 3: 2a5161
 */

