/*========================================================

Global CSS file for HSCS

Created by Strawberrysoup - www.strawberrysoup.co.uk

=========================================================*/
body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-image:url(../cssimages/bg_tile.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}
	
#splash_container {
		position: relative;
		margin: 0 auto;
		width: 500px!important;
		width /**/: 500px;
		color: #333333;
		margin-top: 13px;
		}
#container {
	position: relative;
	margin: 0 auto;
	width: 920px!important;
	width /**/: 920px;
	color: #333333;
	margin-top: 13px;
	}
a:link, a:visited, a:hover {
	color: #006699;
}
a:hover {
	text-decoration: underline;
}
#home_page_header {
		width: 920px;
		height: 301px;
		background:url(../cssimages/home_header_bg.jpg);
		}
#page_header {
	width: 920px;
	height: 301px;
	background:url(../cssimages/header_bg.gif);
	}

/* CSS to style the top navigation */
#navlist {
	padding: 180px 0 0 75px;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
#navlist a {
	color:#FFFFFF;
	font-weight: bold;
	}
#navlist a:hover {
	text-decoration:underline;
	}
/* End of CSS to style the top navigation */

/* CSS to style the main content block of the website */
#splash_content {
	background-color: #fff;
	width: 500px;
	padding: 20px 0 0 10px;
	margin: 50px 0 0 1px;
}
#splash_content p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	margin-left: 20px;
	margin-right: 40px;
	text-align: center;
}
#content {
	background:url(../cssimages/content_bg.jpg) repeat-y;
	width: 920px;
	padding: 20px 0 0 10px;
	margin: 0 0 0 1px;
}
#content p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	margin-left: 20px;
	margin-right: 40px;
}
#content h1 {
	font-size: 1.8em;
	margin: 0px 0 0 20px;
	color: #1748A6;
}
/* End of CSS to style the main content block of the website */

/* CSS to style the right widget counting surveys */
#widget {
	background:url(../cssimages/widget_bg.jpg) no-repeat;
	float: right;
	width: 227px;
	height: 226px;
	padding-right: 20px;
	margin: 0 10px 0 10px;
}
#widget h1 {
	margin: 75px 10px 10px 10px;
	font-size: 1.8em;
	color: #006699;
	text-align:center;
	line-height: 1.2em;
	}
/* End of CSS to style the right widget counting surveys */

/* CSS to style the login div's */
#left_login {
	width: 400px;
	border: medium solid #666666;
	background-color: #F0F0F0;
	float:left;
	margin: 10px 10px 10px 20px;
}
#right_login {
	width: 400px;
	border: medium solid #666666;
	background-color: #F0F0F0;
	float:right;
	margin: 10px 40px 10px 10px;
}
#left_login h1, #right_login h1 {
	text-align:center;
	margin: 20px 0 20px 0;
	font-size: 1.3em;
}

.login_box {
	border: medium solid #666666;
	background-color: #F0F0F0;
	width: 840px;
	margin-left: 20px;
	padding: 20px 10px 20px 10px;
	margin-top: 20px;
}

.login_box h1 {
	margin: 20px 0 0 0;
	font-size: 1.8em;
}

.login_box dt {
	width: 150px;
}

.sub_box {
	margin: 0;
	margin-left: 320px;
	padding: 0 30px;
}

.sub_box p {
	float: left;
}
.sub_box input {
	margin: 0;
	margin-left: 320px;
	padding: 0 30px;
}

dl  {
	margin: 20px 0 0 20px;
}
dt {
	float: left;
	width: 150px;
	margin: 0 0 15px 0;
	font-weight:bold;
	padding-top: 4px;
}
dd {
	margin: 0 0 15px 0;
}
	
dd.small_inputs input {
	width: 40px;
}

dd span {
	color: #666;
}

#bodynumbers {
	float: right;
}

.submit_button {
	border:thin solid #333333;
	background-color: #1748A6;
	color: #fff;
	margin: 0 0 10px 150px;
	width: auto;
	height: 30px;
	cursor: pointer;
	padding: 2px 5px 2px 5px;
}
/* End of CSS to style the login divs */

/* CSS to style the footer block */
#footer {
	background:url(../cssimages/footer_bg.gif) no-repeat;
	height: 25px;
	margin: 0 0 10px 1px;
	width: 920px;
}
#strawberrysoup {
	width: 920px;
	text-align:center;
}

/*==============================================
pain table
==============================================*/

#pain_table {
	border-collapse: collapse;
	border: 1px solid #CCC;
	width: 470px;
	margin-top: 20px;
}

#pain_table th {
	background: #CCC;
	padding: 6px;
	border: 1px solid #999;
}

#pain_table td {
	padding: 5px;
	border: 1px solid #CCC;
	text-align: center;
}

.area_num {
	font-weight: bold;
	font-size: 1.3em;
}

/*==============================================
warnings
==============================================*/

.error_field {
	border: 2px solid #E8392E;
}

.alert {
	color: #E8392E;
}


