@media all {
	/* global */
	body, input, textarea, option, select { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 9pt; color: #333333; line-height: 14pt; }
	body { background: url(/templates/1/images/structure/structure_06.png) 0px 135px repeat-x #FFFFFF; margin: 0; }
	a:link, a:visited { color: #C01538; text-decoration: none; border-bottom: 1px solid #C01538; }
	a:hover, a:active { color: #000000; text-decoration: none; border-bottom: 1px solid #C01538; }
	
	/* headers */
	h1, h2, h3, h4 { color: #C01538; text-decoration: none; display: block; line-height: normal; font-weight: lighter; }
	h1 { font-size: 16pt; }
	h2 { font-size: 14pt; }
	h3 { font-size: 12pt; }
	h4 { font-size: 10pt; }
	
	/* tables */
	th, td { font-weight: normal; vertical-align: top; }
	th { font-weight: bold; text-align: left; }
	
	/* images */
	a img, img { border: none; }
		a img { vertical-align: middle; border: none; }
	img.clickable { vertical-align: middle; }
	
	/* alignment */
	.centre { position: relative; display: block; text-align: center; margin: 0 auto 0 auto; }
	.left { float: left; display: block; text-align: left; }
		img.left { margin: auto 10px 10px auto; }
	.right { float: right; display: block; text-align: left; }
		img.right { margin: auto auto 10px 10px; }
		.right a { margin-left: 10px; }
		.right a:first-child { margin-left: auto; }
	
	/* low/high lighting */
	.lowlight { color: #333333; text-decoration: none; background-color: #efefef; border-bottom: 1px solid #eeeeee; }
	.highlight { color: #333333; text-decoration: none; background-color: #FFFFCC; border-bottom: 1px solid #FFFF66; }
	.highlightloadinginline { display: inline; background: #EEEEEE; width: auto; color: #333333; }
	.highlightsuccessinline { display: inline; background: #E0FF9C; width: auto; color: #006600; }
	.highlightnoticeinline { display: inline; background: #FFFFCC; width: auto; color: #333333; }
	.highlighterrorinline { display: inline; background: #fee9e2; width: auto; color: #CC0000; }	

	/* forms */
	optgroup { font-style: normal; }
	label { cursor: pointer; }
	fieldset { border: 1px solid #86C59E; margin-bottom: 10px; }
	legend { margin: 5px; }
	form { margin: 0; padding: 0; }
	form td, form th { border-bottom: 1px solid #eeeeee; }
	.extendfields input, .extendfields textarea { width: 100%; }
	.extendfields input.button, .extendfields input[type=checkbox] { width: auto; }
	input, textarea, select { padding: 2px; border: 1px solid #007F5E; color: #000000; margin-top: 1px; background-color: #86C59E; line-height: normal; }
		input:focus, textarea:focus, select:focus { border-color: #7DBB4F; color: #000000; }
		input.button, input[type=button], input[type=submit] { color: #000000; padding: 3px; border-bottom: 2px solid #999999; width: auto; background-color: #EEEEEE; text-align: center; vertical-align: middle; }
		input.button:hover, input[type=button]:hover, input[type=submit]:hover { cursor: pointer; border-color: #CCCCCC; }
		input[type=checkbox] { width: auto; }
		input[disabled], input[disabled].button { border-color: #eeeeee; color: #CCCCCC; cursor: crosshair; }
	
	/* useful classes */
	.none { display: none; visibility: hidden; height: 0px; width: 0px; }
	.border { padding: 10px; border: 1px solid #CCCCCC; margin: 10px auto; background-color: #FFFFFF; }
	.borderbottom { border-bottom: 1px solid #eeeeee; }
	.log { display: block; position: relative; width: auto; height: 300px; padding: 10px; overflow: auto; border: 1px solid #999999; margin: 10px auto; }
	.maxheight { display: block; position: relative; max-height: 300px; overflow: auto; }
	.clickable { cursor: pointer; }
		tr.clickable:hover, tr.hoverable:hover { background-color: #FFFFCC; }
		tr.hoverable:hover a, tr.hoverable:hover *[onclick] { cursor: pointer; }
	.altrow { background-color: #eeeeee; }
	.caps { text-transform: uppercase; }
	.lowercase { text-transform: lowercase; }
	.red { color: #E95C55; }
	.green { color: #009D96; }
	.code { width: 90%; height: auto; font-family: Monaco, "Courier New", "Andale Mono", serif; font-size: 8pt; line-height: normal; }
	.redbox { background-color: #fbdddb; padding: 10px; }
	.greybox { background-color: #efefef; padding: 10px; }
	
	/* lists */
	li { list-style-image: url(/templates/1/images/bullet.png); }
	
	/* columns */
	.equalcols3 { display: block; float: left; width: 30%; margin-right: 3%; }
	.equalcols2 { display: block; float: left; width: 45%; margin-right: 4%; }
	.smallleftcol, .smallrightcol { display: block; width: 260px; height: auto; }
	.bigleftcol, .bigrightcol { display: block; width: auto; height: auto; }
	.smallleftcol, .bigleftcol { float: left; margin-right: 20px; }
	.smallrightcol, .bigrightcol { float: right; }
	
	/* auto completion */
	.autocomplete { display: block; position: absolute; width: auto; height: auto; padding: 0; margin: 0; border: 1px solid #99CCFF; background: #FFFFFF; }
		.autocomplete ul, .autocomplete li { display: block; list-style: none; padding: 0; margin: 0; }
		.autocomplete li { display: block; border-bottom: 1px solid #999999; padding: 3px; cursor: pointer; background: #FFFFFF; }
		.autocomplete li:hover, .autocomplete li.selected { background: #99CCFF; }
		
	/* sortable */
	.sortable { display: block; position: relative; width: auto; height: auto; padding: 0; margin: 0; }
		.sortable ul, .sortable li { display: block; list-style: none; padding: 0; margin: 0; }
		.sortable li { display: block; border: 1px solid #CCCCCC; padding: 4px 5px 2px 5px; margin: 3px 0px; }
		.sortable li:hover { cursor: move; border-color: #99CCFF; }
		
	/* table sortable */
	.tablesortablecontainer { position: relative; max-height: 900px; overflow: auto; }
		.tablesortablecontainer table { border: 1px solid #eeeeee; }
		.tablesortablecontainer table tr:first-child th { background-color: #EEEEEE; cursor: pointer; width: auto; margin: 0; }
	
}

@media screen {
	div#container { display: block; position: relative; width: 900px; height: auto; padding: 0; margin: 0 auto; }
		div#header { display: block; position: relative; width: auto; height: auto; padding: 0; margin: 40px 0 0 0; line-height: normal; }
			a#logo { display: block; position: relative; background: url(/templates/1/images/structure/structure_03.png) no-repeat; width: 330px; height: 70px; padding: 0; margin: 0; border: none; }
			div#menu { display: block; position: relative; background: url(/templates/1/images/structure/structure_08.png) repeat-y; width: 900px; height: 40px; padding: 0; margin: 15px 0 0 0; }
				div#menu ul, div#menu li { display: inline; list-style: none; padding: 0; margin: 0; }
				div#menu li a { display: block; float: left; color: #FFFFFF; border: none; height: 12px; padding: 14px 10px; margin: 0; }
				div#menu li dfn { display: none; visibility: hidden; }
				div#menu li a.currentpage, div#menu li a.activeparent { background: url(/templates/1/images/menu_arrow.png) bottom center no-repeat; }
				div#menu li a:hover { background: #FFFFFF; color: #C01538; }
				div#menu li.seperator { display: block; float: left; color: #FFFFFF; padding-top: 13px; }
		div#mainfeature { display: block; position: relative; width: 900px; height: 170px; padding: 0; margin: 0; background: #C5DD87; line-height: normal; }
			div#mainfeatureflash { display: block; position: relative; padding: 20px; margin: 0; text-align: center; vertical-align: middle; }
		div#content { display: block; position: relative; width: 900px; height: auto; padding: 0; margin: 15px 0 30px 0; }
			div#leftcol { display: block; position: relative; width: 600px; min-height: 500px; padding: 0; margin: 0 30px 0 0; }
				div#padding { display: block; position: relative; width: auto; height: auto; padding: 20px; margin: 0; }
					div#padding h1 { margin-top: 0; }
			div#rightcol { display: block; float: right; width: 270px; height: auto; padding: 40px 0 0 0; margin: 0; line-height: normal; }
				div#submenu { display: block; position: relative; width: auto; height: auto; padding: 0; margin: 0 0 15px 0; }
					div#submenu ul, div#submenu li { display: inline; list-style: block; margin: 0; padding: 0; }
					div#submenu li a { display: block; color: #C01538; border-bottom: 1px solid #C01538; padding: 3px; font-size: 9.5pt; }
					div#submenu li dfn { display: none; visibility: hidden; }
					div#submenu li a.currentpage, div#submenu li a.activeparent { color: #666666; }
					div#submenu li a:hover { color: #000000; }
				div#latestnews { display: block; position: relative; width: auto; height: auto; padding: 0; margin: 0; font-size: 8pt; line-height: 13pt; }
		div#footer { display: block; position: relative; background: url(/templates/1/images/structure/structure_12.png) repeat-x; width: 880px; height: 66px; padding: 12px 10px 0px 10px; margin: 0; line-height: normal; }
			div#footer p, div#footer a { margin: 0; padding: 0; color: #CCCCCC; }
	
}

@media print {
	/* global */
	body, p, td, th, b, strong { word-spacing: normal; letter-spacing: normal; color: #000000; }
	body { background: none; }
		
	/* classes */
	.hideonprint { display: none; visibility: hidden; }
	.button { display: none; }
	
}