/*
 * Humphrey & Gray Client Site Stylesheet
 *
 * Name: style.css
 * Version: 1.0.0
 * 
 * (c) 2011 Light Rock Systems Ltd
 *
 */


/* 
 * HTML elements
*/

body {
   	margin: 0;
	padding: 0;
	background-color: #f0f0f0;
}
body, input, select, textarea, table {
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	color: #444;
}

h1, h2, h3, h4, h5, h6 { letter-spacing: -1px; }

h4 {
	margin-top: 1em;
	font-size: 1em;
	text-transform: uppercase;
}

p, dl, hr, ol, ul, pre, table, address, fieldset {}

a, a:link {
	color: #039AD3;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {}
a:hover {
	color: #054C6C;
	text-decoration: none;
}
a img { border: none; }

ul {}
ul li, .listTitle li {}

blockquote {}

form {
	margin: 0;
	padding: 1em;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

fieldset div {
	clear: left;
	margin: 0.5em 0;
}

fieldset div label {
	float: left;
	width: 8em;
	margin-top: 0.3em;
}

input, select, textarea, .button {
	padding: 0.3em 0.2em;
	border: 1px solid #888;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
input:focus, select:focus, textarea:focus { border: 1px solid #039AD3; }

table {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	background-color: #fff;
}
th, td { font-size: 0.9em; }
th {
	padding: 0.4em 0.6em;
	background-color: #666;
	color: #fff;
	text-align: left;
	border-right: 1px solid #fff;
}
td {
	padding: 0.4em 0.6em;
	border-bottom: 1px dotted #ccc;
}
tr:hover { background-color: #f0f0f0; }


/* 
 * Page elements
*/

.page {
	margin: 0 auto;
	padding: 0 10px;
	width: 960px;
	background: transparent url('/images/background.png') repeat-y center;
}

#header, #content, #footer {
	margin: 0;
	padding: 0 2em;
}

#header {
	overflow: hidden;
	margin-bottom: 1.5em;
	padding-top: 1em;
}
#header h1 {
	margin: 28px 0 0 0;
	color: #888;
	font-size: 1.2em;
	text-transform: uppercase;
}
#header p {
	margin: 18px 0 0 0;
	font-size: 1.9em;
}
#header-logo { float: left; }
#header-info {
	float: right;
	text-align: right;
}

#content {
	clear: both;
	padding-bottom: 1em;
}

#footer {
	padding-bottom: 2em;
	text-align: center;
	font-size: 0.9em;
}

#navtop { padding: 1em 0; }

#copyright {
	margin-bottom: 1em;
	padding-top: 1em;
	font-size: 0.9em;
	background: transparent url('/images/footer.png') no-repeat top center;
	text-align: center;
	color: #888;
}


/* 
 * Grid
*/

.cols {
	margin: 0;
	padding: 0;
	margin-bottom: 1.5em;
	overflow: hidden;
}
.col60, .col40 {
	float: left;
	display: inline;	
	margin: 0;
	padding: 0;
}
.col60 { width: 70%; }
.col40 { width: 30%; }

.sidebar {
	background-color: #e8e8e8;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


/* 
 * Content styles
*/

.button {
	padding: 0.3em 0.3em;
	background-color: #ccc;
}
.button:focus { border: 1px solid #888; }
.button:hover {
	background-color: #ddd;
	cursor: pointer;
}
a.button {
	padding: 0.3em 0.5em;
	color: #444;
	font-weight: normal;
	text-decoration: none;
}
.optionbutton {
	margin: 0 0.2em 0 0.5em;
	border: none;
}

.doclink {
	margin: 0 1em 1.8em 1em;
	text-align: center;
}
.doclink a {
	font-weight: normal;
	font-size: 90%;
}

.msgbox {
	margin: 1em 0;
	padding: 1em 2em;
	background-color: #039AD3;
	color: #fff;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.infobox {
	margin: 1em 0;
	padding: 1em 2em;
	border: 1px solid #ccc;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.infobox h3 {
	padding: 0.5em;
	color: #fff;
	background-color: #039AD3;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.columns {
	overflow: hidden;
	padding-top: 1.5em;
}
.column1, .column2 {
	float: left;
	width: 410px;
	border: 1px solid #ccc;
	padding: 0 10px;
}
.column1:hover, .column2:hover {
	border: 1px solid #888;
}
.column1 { margin-right: 40px; }
.column1 h4, .column2 h4 { margin-bottom: 0; }

.login {
	margin: 2em auto;
	width: 290px;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.error {
	margin: 1em 0;
	color: red;
	border-color: red;
	font-weight: bold;
	text-align: center;
}

.options {
	overflow: hidden;
	margin: 0 auto;
	width: 730px;
}
.options ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.options ul li {
	float: left;
	margin: 0 0.5em;
	padding: 1em 0;
}

table.clean {
	margin: 0;
	padding: 0;
	border: none;
}
table.clean tr:hover { background-color: #fff; }
table.clean td {
	margin: 0;
	padding: 0;
	border: none;
	width: 50%;
	vertical-align: top;
	font-size: 100%;
}

.navheader, .navbox {
	margin-top: 1.5em;
	line-height: 1.4em;
}
.navheader, .navheader td { border-bottom: none; }
.navheader form { padding: 0; }
.navheader td { padding: 1em; }
.navheader tr:hover { background-color: #fff; }
.navbox {
	padding: 1em; 
	border: 1px solid #ccc;
}
.navcontrol, .navcontrol tr:hover {
	background-color: #f0f0f0;
	border-top: none;
}
.navcontrol td { padding: 1em 0.6em; }

td.image {
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
}

tr.highlight td {
	border-top: 2px solid red;
	border-bottom: 2px solid red;
}

table.photos tr:hover { background-color: #fff; }
table.photos td { border: none; }

table.prenav, table.prenav td { border: none; background-color: #fff; }

.title { overflow: hidden; }
.title h2 {
	float: left;
	margin: 0.2em 0 0 0;
	font-size: 1.8em;
	font-weight: normal;
}
.title ul {
	float: right;
	margin: 0;
	list-style: none;
}
.title li {
	float: left;
	margin-left: 0.5em;
	padding: 1em 0;
}

.intro {
	clear: both;
	margin: 0.3em 0;
	line-height: 1.4em;
}

.note { padding-bottom: 0.5em; color: #039AD3; }

#documents-path {
	margin-top: 1.5em;
	position: relative;
	height: 2em;
	border-bottom: 1px solid #ccc;
}

#documents-path ul {
	margin: 0.5em;
	padding: 0;
	list-style: none;
}

#documents-path li {
	display: inline;
	font-weight: bold;
}

#documents_path li a { text-decoration: underline; }
#documents_path li a:hover { text-decoration: none; }

#documents {
	position: relative;
	padding: 1em 1em 1.5em 1em;
}

#documents ul { list-style-type: none; }

#documents li {
	height: 40px;
	margin-left: 2em;
}

#documents img {
	clear: left;
	float: left;
	margin-right: 1em;
}

#documents li a {
	margin: 0;
	padding: 8px 0 0 0;
	display: block;
}

#documents-footer {
	border-top: 1px solid #ccc;
	padding-top: 4px;
}

#frmJob { padding-top: 0; }
#frmJob h4 {
	margin: 2em 0 0.6em 0;
	letter-spacing: 0;
}

#LIST_PROP { width: 340px; height: 230px; }
#LIST_AGENT { width: 340px; height: 300px; }