/*
	CSS Style Definitions for Hays Financial 
	developed by Stefan Isarie - Webstars ltd.
	http://www.webstarsltd.com/
	sales@webstarsltd.com

	layout
*/
#left-side{ width:173px; float:left; }
#right-side{ width:595px; float:left; }

#centerWide{ width:595px; float:left; }
	#middleContent{ width:416px; float:left; }
	#rightContent{ width:175px; float:left; }
	#fullContent{ width:595px; float:left; }
/*	.topper{ background:transparent url(../images/job_details_top_right.jpg) no-repeat scroll right top; }*/

body.inner1 #content{ background:url("../images/bg-left3.gif") repeat-y; }
body.inner2 #content{ background:url("../images/bg-left4.gif") repeat-y; }
body.inner3 #content{ background:url("../images/bg-left5.gif") repeat-y; }

#darker{ background:url("../images/gradient-darker.gif") no-repeat left bottom; float:left; }

#left-side form{ padding: 0 4px 0 8px; }


.separator { background:transparent url(../images/green_repeat.gif) repeat-x scroll left; font-size:1px; height:3px; margin: 8px 0; }
/* others */
.hide{ display: none; }
.show{ display: block; }
.show_{ display: inline; }
.underline{ text-decoration: underline; }
.italic{ font-style: italic; }
.right{ text-align: right; }
.left{ text-align: left; }
.center{ text-align: center; }
.bold{ font-weight: bold; }
.bolder{ font-weight: bolder; }
.sstrike{ text-decoration: line-through; }
.floatRight{ float: right !important; }
.floatLeft{ float: left !important; }
hr{ width:100%; height:2px; }

.floatRightImg{ float:right; margin: 0 0 8px 8px; clear: right; }
.floatLeftImg{ float:left; margin: 0 8px 8px 0; clear: left; }

a{ outline:none; }