

/*** 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;
}
