/*** CORE ***/
body {
	background:#000 url('../images/page-bg.png') repeat-x scroll top left;
	font-family:Tahoma, Helvetica, sans-serif;
	direction: rtl;
}


/*** FOCUS ***/
a:focus { 
	outline:none; /* might want to remove this, up to you! */
}


/*** DEFAULT HEADERS ***/
h1 {
	font-family:Georgia, "Tahoma", Times, serif;
	font-size:61px;
	color:#343434;
	margin:0;
	padding:0 0 20px;
	font-weight:normal;
	text-align:center;
}
h1 span 
{
    display: block;
    width:260px;
    margin: 0 auto 0 auto;
    text-align: right;
	background:transparent url('../images/error.gif') no-repeat right;
	padding-right:80px;
}
h2 {
	margin:0;
	padding:0;
	font-family:Tahoma, Helvetica, sans-serif;
	color:#666;
	text-align:center;
	font-size:20px;
}
h3 {
	color:#333333;
	font-size:1.4em;
	font-family:'Lucida Grande','Lucida Sans Unicode',Tahoma,Tahoma,san-serif;
	text-align:center;
}


/*** DEFAULT LINKS ***/
a {
	color:#555555;
}
a:hover {
	color:#999999;
}


/*** CLEAR ***/
.clear {
	clear:both;
}


/*** FORMS ***/
form input.inputtext, form select.inputtext,  form textarea.inputtext  {
	background:#fff url('../images/input-bg.jpg') repeat-x scroll 0 1px;
	padding:8px;
	border:1px solid #ccc;
	font-family:Tahoma, 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 {
	width:200px; 
	font-weight:bold;
	font-size:0.8em;
	color:#444;
	float:left;
}
form input.submitbutton {
	background:#444444 url('../images/button-bg.jpg') repeat-x scroll left top;
	border:medium none;
	color:#FFFFFF;
	font-family:Tahoma;
	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:200px auto;
}


/*** CORNERS ***/
div#corners-top {
	height:22px;
	background:transparent url('../images/top-white.png') no-repeat scroll center;
}
div#corners-bottom {
	height:22px;
	background:transparent url('../images/bottom-white.png') no-repeat scroll center;
}


/*** ERROR INFO BOX ***/
/* This div contains the <h1> and <h2> - error name and description */
div.error-info {
	padding:30px 0;
	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('../images/bg.jpg') repeat-x scroll bottom left;
}

/* 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('../images/search.gif') no-repeat scroll center left;
	margin:30px 0;
}
div.column h3 a {
	color:#323232;
	text-decoration:none;
	cursor:pointer;
}
div.column h3 span {
	padding-left:50px;
	height:50px;
	display:block;
	padding-top:20px;
}
div.column h3.report { background-image:url('../images/report.gif'); }
div.column h3.sitemap { background-image:url('../images/sitemap.gif'); }

/* selected tab */
div.selected { 
	background:transparent url('../images/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:137px;
	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 {
	font-size:0.7em;
	display:block;
	padding:8px 5px;
	border-bottom:1px solid #ddd;
	text-decoration:none;
}
/* headers */
#sitemap-area h4 {
	font-size:0.8em;
	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 {	
	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 */
p.note {
	padding:10px;
	font-size:0.8em;
	font-weight:bold;
	border:1px solid #750000;
	background:#D10000 url('../images/fail-bg.jpg') repeat-x scroll top left;
	color:#fff;
}
/* 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('../images/success-bg.jpg') repeat-x scroll top left;
}


/*** COPYRIGHT ***/
.copyright p { 
	text-align:center; 
	color:#fff; 
	font-size:0.7em;
	direction: ltr;
}


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