

/*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;
}
OL, UL
{
	list-style: none;
}
BLOCKQUOTE, Q
{
	quotes: none;
}
BLOCKQUOTE:before, BLOCKQUOTE:after, Q:before, Q:after
{
	content: '';
	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;
}


/*`Basic HTML
----------------------------------------------------------------------------------------------------*/
BODY
{
	font: 13px/1.5 Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif;
}
A:focus
{
	outline: 1px dotted none;
}
HR
{
	border: 0 solid #CCC;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
/*`Headings
----------------------------------------------------------------------------------------------------*/
H1
{
	font-size: 25px;
}
H2
{
	font-size: 23px;
}
H3
{
	font-size: 21px;
}
H4
{
	padding-top: 10px;
	font-size: 19px;
}
H5
{
	font-size: 17px;
}
H6
{
	font-size: 15px;
}
/*`Spacing
----------------------------------------------------------------------------------------------------*/
OL
{
	list-style: decimal;
}
UL
{
	list-style: square;
}
LI
{
	/*[disabled]margin-left:30px;*/
}
P, DL, HR, H1, H2, H3, H4, H5, H6, OL, UL, PRE, TABLE, ADDRESS, FIELDSET
{
	margin-bottom: 5px;
}


/*
960 Grid System ~ Core CSS.
Learn more ~ http://960.gs/

Licensed under GPL and MIT.

`Containers
----------------------------------------------------------------------------------------------------*/
.container_12, .container_16
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
/*`Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16
{
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.container_12 .grid_3, .container_16 .grid_4
{
	width: 220px;
}
.container_12 .grid_6, .container_16 .grid_8
{
	width: 460px;
}
.container_12 .grid_9, .container_16 .grid_12
{
	width: 700px;
}
.container_12 .grid_12, .container_16 .grid_16
{
	width: 940px;
}
/*`Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha
{
	margin-left: 0;
}
.omega
{
	margin-right: 0;
}
/*`Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1
{
	width: 60px;
}
.container_12 .grid_2
{
	width: 140px;
}
.container_12 .grid_4
{
	width: 300px;
}
.container_12 .grid_5
{
	width: 380px;
}
.container_12 .grid_7
{
	width: 540px;
}
.container_12 .grid_8
{
	width: 620px;
}
.container_12 .grid_10
{
	width: 780px;
}
.container_12 .grid_11
{
	width: 860px;
}
/*`Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .grid_1
{
	width: 40px;
}
.container_16 .grid_2
{
	width: 100px;
}
.container_16 .grid_3
{
	width: 160px;
}
.container_16 .grid_5
{
	width: 280px;
}
.container_16 .grid_6
{
	width: 340px;
}
.container_16 .grid_7
{
	width: 400px;
}
.container_16 .grid_9
{
	width: 520px;
}
.container_16 .grid_10
{
	width: 580px;
}
.container_16 .grid_11
{
	width: 640px;
}
.container_16 .grid_13
{
	width: 760px;
}
.container_16 .grid_14
{
	width: 820px;
}
.container_16 .grid_15
{
	width: 880px;
}
/*`Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_3, .container_16 .prefix_4
{
	padding-left: 240px;
}
.container_12 .prefix_6, .container_16 .prefix_8
{
	padding-left: 480px;
}
.container_12 .prefix_9, .container_16 .prefix_12
{
	padding-left: 720px;
}
/*`Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_1
{
	padding-left: 80px;
}
.container_12 .prefix_2
{
	padding-left: 160px;
}
.container_12 .prefix_4
{
	padding-left: 320px;
}
.container_12 .prefix_5
{
	padding-left: 400px;
}
.container_12 .prefix_7
{
	padding-left: 560px;
}
.container_12 .prefix_8
{
	padding-left: 640px;
}
.container_12 .prefix_10
{
	padding-left: 800px;
}
.container_12 .prefix_11
{
	padding-left: 880px;
}
/*`Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .prefix_1
{
	padding-left: 60px;
}
.container_16 .prefix_2
{
	padding-left: 120px;
}
.container_16 .prefix_3
{
	padding-left: 180px;
}
.container_16 .prefix_5
{
	padding-left: 300px;
}
.container_16 .prefix_6
{
	padding-left: 360px;
}
.container_16 .prefix_7
{
	padding-left: 420px;
}
.container_16 .prefix_9
{
	padding-left: 540px;
}
.container_16 .prefix_10
{
	padding-left: 600px;
}
.container_16 .prefix_11
{
	padding-left: 660px;
}
.container_16 .prefix_13
{
	padding-left: 780px;
}
.container_16 .prefix_14
{
	padding-left: 840px;
}
.container_16 .prefix_15
{
	padding-left: 900px;
}
/*`Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_3, .container_16 .suffix_4
{
	padding-right: 240px;
}
.container_12 .suffix_6, .container_16 .suffix_8
{
	padding-right: 480px;
}
.container_12 .suffix_9, .container_16 .suffix_12
{
	padding-right: 720px;
}
/*`Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_1
{
	padding-right: 80px;
}
.container_12 .suffix_2
{
	padding-right: 160px;
}
.container_12 .suffix_4
{
	padding-right: 320px;
}
.container_12 .suffix_5
{
	padding-right: 400px;
}
.container_12 .suffix_7
{
	padding-right: 560px;
}
.container_12 .suffix_8
{
	padding-right: 640px;
}
.container_12 .suffix_10
{
	padding-right: 800px;
}
.container_12 .suffix_11
{
	padding-right: 880px;
}
/*`Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .suffix_1
{
	padding-right: 60px;
}
.container_16 .suffix_2
{
	padding-right: 120px;
}
.container_16 .suffix_3
{
	padding-right: 180px;
}
.container_16 .suffix_5
{
	padding-right: 300px;
}
.container_16 .suffix_6
{
	padding-right: 360px;
}
.container_16 .suffix_7
{
	padding-right: 420px;
}
.container_16 .suffix_9
{
	padding-right: 540px;
}
.container_16 .suffix_10
{
	padding-right: 600px;
}
.container_16 .suffix_11
{
	padding-right: 660px;
}
.container_16 .suffix_13
{
	padding-right: 780px;
}
.container_16 .suffix_14
{
	padding-right: 840px;
}
.container_16 .suffix_15
{
	padding-right: 900px;
}
/*`Clear Floated Elements
----------------------------------------------------------------------------------------------------
http://sonspring.com/journal/clearing-floats*/
.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/*http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix
{
	display: inline-block;
}
* HTML .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}


/*** CORE ***/
BODY
{
	/*[disabled]background:#000 url(../images/page-bg.png) repeat-x scroll top left;*/
	font-family: Arial, Helvetica, sans-serif;
}
/*** FOCUS ***/
A:focus
{
	/*[disabled]outline:none;*/
/*might want to remove this, up to you!*/
}
/*** DEFAULT HEADERS ***/
H1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 61px;
	color: #343434;
	margin: 0;
	padding: 0 0 20px;
	font-weight: normal;
	text-align: center;
}
H1 SPAN
{
	background: transparent url(../img/error.png) no-repeat scroll center left;
	padding-left: 80px;
}
H2
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	/*[disabled]color:#666;*/
	/*[disabled]text-align:center;*/
}
H3
{
	/*[disabled]color:#333333;*/
	font-size: 1.5em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, san-serif;
	/*[disabled]text-align:center;*/
}
/*** DEFAULT LINKS ***/
A
{
	/*[disabled]color:#555555;*/
}
A:hover
{
	/*[disabled]color:#999999;*/
}
/*** CLEAR ***/
.clear
{
	clear: both;
}
/*** FORMS ***/
FORM INPUT.inputtext, FORM SELECT.inputtext, FORM TEXTAREA.inputtext
{
	background: #FFF url(../img/input-bg.jpg) repeat-x scroll 0 1px;
	padding: 8px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: normal;
	font-size: 19px;
}
FORM INPUT.inputtext:focus, FORM SELECT.inputtext:focus, FORM TEXTAREA.inputtext:focus
{
	border: 1px solid #999;
}
FORM LABEL
{
	font-weight: bold;
	/*[disabled]font-size:0.8em;*/
	color: #444;
}
FORM INPUT.submitbutton
{
	background: #444444 url(../img/button-bg.jpg) repeat-x scroll left top;
	border: medium none #000000;
	color: #FFFFFF;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	width: 100px;
	height: 40px;
	margin-left: 20px;
}
#report-area FORM .submitbutton
{
	margin-left: 200px;
	font-weight: bold;
}
/*** WRAPPER ***/
DIV#sw-error-box
{
	width: 970px;
	margin: 40px auto;
}
/*** CORNERS ***/
DIV#corners-top
{
	height: 22px;
	background: transparent url(../img/top-white.png) no-repeat scroll center;
}
DIV#corners-bottom
{
	height: 22px;
	background: transparent url(../img/bottom-white.png) no-repeat scroll center;
}
/*** ERROR INFO BOX **
This div contains the <h1> and <h2> - error name and description*/
DIV.error-info
{
	/*[disabled]padding:30px 0;*/
	/*[disabled]background-color:#FFF;*/
}
/*** TABS **
this div contains the rest of the error content - BOTH the tabs and the tab content*/
DIV.bg
{
	background-color: #FFF;
	padding: 0 30px 30px;
	border-left: 10px solid #CCC;
	border-right: 10px solid #CCC;
}
/*this div contains the "tabs"*/
DIV.tabs
{
	background: #FFF url(../img/bg.jpg) repeat-x scroll bottom left;
	margin-top: 25px;
}
/*this class is used for the tabs - change the width so you can add more links!*/
DIV.column
{
	width: 260px;
	padding: 0 10px 10px;
	float: left;
	margin: 10px 15px 0px 0px;
	padding-right: 14px;
	border-right: 1px solid #DDD;
}
/*this is used for the last tab, it must always be applied!*/
DIV.column-end
{
	margin-right: 0;
	border-right: 0;
	padding-right: 0;
}
/*tab links*/
DIV.column H3
{
	background: transparent url(../img/search.gif) no-repeat scroll center left;
	margin: 30px 0;
	padding-left: 60px;
}
DIV.column H3 A
{
	color: #323232;
	text-decoration: none;
	cursor: pointer;
}
DIV.column H3 SPAN
{
	/*[disabled]padding-left:10px;*/
	height: 50px;
	display: block;
	padding-top: 10px;
}
DIV.column H3.report
{
	background-image: url(../img/report.gif);
}
DIV.column H3.sitemap
{
	background-image: url(../img/sitemap.gif);
}
/*selected tab*/
DIV.selected
{
	background: transparent url(../img/selected.gif) no-repeat scroll bottom center;
}
/*** CONTENT **
wraps all the content - both hidden and otherwise*/
#jquery-content
{
}
/*class .contextbox is applied to all the tabbed content divs*/
#jquery-content .contentbox
{
	padding: 20px;
}
/*** SEARCH CONTENT ***/
#search-area
{
	text-align: center;
}
/*** SITEMAP AREA ***/
#sitemap-area UL
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	width: 210px;
	padding-right: 41px;
}
/*needs to be applied to last column*/
#sitemap-area UL.endcolumn
{
	padding-right: 0;
}
#sitemap-area UL LI
{
	padding: 0;
}
#sitemap-area UL A
{
	/*[disabled]font-size:0.7em;*/
	display: block;
	padding: 8px 5px;
	border-bottom: 1px solid #DDD;
	text-decoration: none;
}
/*headers*/
#sitemap-area H4
{
	font-size: 1.5em;
	border-bottom: 1px solid #DDD;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px;
	text-decoration: none;
	text-transform: uppercase;
}
/*** REPORT AREA ***/
#report-area FORM .inputtext, #report-area FORM .submitbutton
{
	/*[disabled]font-size:0.7em;*/
	font-weight: normal;
}
#report-area FORM .submitbutton
{
	font-weight: bold;
}
SPAN.required
{
	font-weight: bold;
	color: #FF0000;
}
/*if an error occurs
this class is added WITH the above class if the message was sent, it changes the colours to green*/
P.success
{
	border-color: #004200;
	background: #00A500 url(../img/success-bg.jpg) repeat-x scroll top left;
	color: #FFF;
	padding: 10px 10px 8px 20px;
}
/*** COPYRIGHT **
* IE fixes **/
#sw-error-box DIV.tabs, #jquery-content, #jquery-content .contentbox, .error-info, DIV#sitemap-area UL LI A, DIV#sitemap-area UL LI
{
	display: inline-block;
}
#sw-error-box DIV.tabs, #jquery-content, #jquery-content .contentbox, .error-info, DIV#sitemap-area UL LI A, DIV#sitemap-area UL LI
{
	display: block;
}

