/*
Theme Name: SalarySurveyEngine - Plain & Easy for AJAX based site
Theme URI: http://www.safetysurvey.org/styles/style_ssjx.css
Description: Salary Search Engine Style Sheet for PHP & AJAX based version of the site
Version: v.07.28.2009
Author: Bharat Philiph-Patel, Business Systems Manager, BCSP
*/

/* Global Layout */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
/*	background: #f6f6f6;  */
	background: #fff;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

html, a {
	text-decoration: none;
	
}

/* Overall Page Container */
#container {
	margin: 0 auto;
	width: 100%;
	min-height: 550px;
	height: 100%;
	position: relative;
}

/* Content Area */
#content {
	width: 800px;
	margin: 0 auto;
	min-height: 500px;
/*	height: 550px; */
	text-align: left;
	clear: both;
	height: auto !important;
	padding: 0 10px;
}

.imghead {
	float: right;
	margin: 0 10px;
}

#content div#salarysearchbox {
	float: left;
	padding: 10px;
	border: 1px #aaa dotted;
	margin:10px 0px;
	width: 100%;
	min-height: 500px;
}

#content div#disclaimer {
	float: left;
	text-align: left;
	clear: both;
	padding: 10px;
	margin: 0 auto;
/*	border: 1px dotted #ddd; */
}


/* Search Results  */
#title_box{
	background: url('http://exams.safetysurvey.org/images/latest-bg.gif') repeat-x 0% 0%;
	font-size: 1.166em;
	height: 41px;
	color: #FFF;
	font: 17px trebuchet ms;
	padding: 10px;
	text-indent:5px;
}

#tab_cert{
	background: url('http://exams.safetysurvey.org/images/tab_background.png') repeat-x;
	font-size: 1.166em;
	height: 30px;
	color: #FFF;
	font: 17px trebuchet ms;
	padding: 5px;
	
}

#topnav {
	float: right;
	clear: left;
	margin-right: 0px;
	width: 125px;
}

#certsearchform{
	margin: 0 auto;
}

#certsearchform table {
border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(221, 221, 221); border-right-color: rgb(221, 221, 221); border-bottom-color: rgb(221, 221, 221); border-left-color: rgb(221, 221, 221); padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px;
}


#certresults {
	border: 1px #ccc solid;
	padding: 5px;
	
}

.certrescolumns {
	font-weight: normal;
	background: #eee;
}			

#searchallcountcontainer{
	margin: 5px auto;
	float: left;
	clear: both;
	padding: 0px 10px;				
}

#searchallcount{
	padding: 10px;
	margin:  0 5px 0 0;
	border: #ccc 1px solid;
	float: left; 
	background: #f8f8f8; 
	width: 130px;
	height: 75px;
}

#searchallcount-right{
	padding: 10px;
	border: #ccc 1px solid;
	float: left; 
	background: #f8f8f8; 
	width: 130px;
	height: 75px;
	clear:  right;
}

.oddcolor {
	background: #eee;
}




/* FOOTER */
#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 200px;
/*	background: #D7D7D7 url(/images/fbg.gif) top left repeat-x; */

}

#footer-content {
	width: 800px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
	font-size: 85%;
}

