/* layout stuff */
body {
	background: url(../images/bg_tile.gif);
	margin: 0px;
	padding: 0px;
	padding-top: 50px;
	font-family: Helvetica, Arial, sans-serif;
	width: 100%;
	height: 100%;
}

img {
    border: 0px;
}

#main {
	width: 914px;
	margin: auto;
	border: 4px solid #fff;
	background: #dbdcde;
	overflow: auto;
	padding-bottom: 15px;
}

#header {
	height: 219px;
}

h1#logo {
	padding: 0px;
	margin: 0px;
	border-right: 4px solid #fff;
	width: 202px;
	height: 219px;
	background: url(../images/esprit_connect_logo.gif) #99b3b9 center center no-repeat;
	text-indent: -999px;
	overflow: hidden;
	float: left;
}

h4.search_results {
    width: 205px;
    height: 19px;
    background: url(../images/search_results.gif);
    padding: 0px;
    margin: 0px;
    text-indent: -9999px;
    overflow: hidden;
    margin-top: 18px;
    margin-bottom: 18px;
}

h4 {
    margin: 0px;
    padding: 0px;
    height: 19px;
    margin-top: 18px;
    margin-bottom: 18px;
}

h4.welcome {
    margin: 0px;
    padding: 0px;
    width: 372px;
    height: 20px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/welcome.gif);
    margin-top: 18px;
    margin-bottom: 18px;
}

h4.view_profile {
    margin: 0px;
    padding: 0px;
    width: 160px;
    height: 20px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/view_profile_h.gif);
    margin-top: 18px;
    margin-bottom: 18px;
}

h4.sent_messages {
    margin: 0px;
    padding: 0px;
    width: 199px;
    height: 18px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/sent-messages.gif) no-repeat;
    margin-top: 18px;
    margin-bottom: 18px;
}

h4.inbox {
    margin: 0px;
    padding: 0px;
    width: 199px;
    height: 18px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/inbox.gif) no-repeat;
    margin-top: 18px;
    margin-bottom: 18px;
}


h4#contact_us {
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/contact-us.gif) no-repeat;
}

h4#get_started {
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/get-started.gif) no-repeat;
}

h4#get_started {
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/get-started.gif) no-repeat;
}

h4#add_event {
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/add-event.gif) no-repeat;
}

h4#add_client {
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/add-client.gif) no-repeat;
}

h4#change_password {
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/change-password.gif) no-repeat;
}

h4#edit_client {
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/edit-client.gif) no-repeat;
}

h4#manage_events {
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/manage-events.gif) no-repeat;
}

h4#manage_clients {
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/manage-clients.gif) no-repeat;
}

h4#dashboard {
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/dashboard.gif) no-repeat;
}

#banner {
	width: 708px;
	height: 219px;
	float: left;
	background:url(../images/home_banner1.jpg);
}

#navigation_bar {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 35px;
	border: 1px solid #fff;
	border-left: 0px;
	border-right: 0px;
	background: #83a3aa;
	top: 273px;
}

#navigation {
	width: 914px;
	margin: auto;
	line-height: 35px;
	vertical-align: middle;
	font-size: 12px;
	text-transform: uppercase;
}

#navigation a:link, #navigation a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
}

#navigation a:link div, #navigation a:visited div {
	float: left;
}

#navigation a:link div.link_left, #navigation a:visited div.link_left {
	padding-left: 15px;
}

#navigation a:link div.link_right, #navigation a:visited div.link_right {
	padding-right: 15px;
}

#navigation a:hover {
	color: #000;
}

#navigation a:link.on div.link_left, #navigation a:visited.on div.link_left {
	background: url(../images/nav_on_left.gif) no-repeat left center;
}

#navigation a:link.on div.link_right, #navigation a:visited.on div.link_right {
	background: url(../images/nav_on_right.gif) no-repeat right center;
}

#page {
	margin-top: 57px;
	clear: both;
	color: #808285;
	background: url(../images/page_bg.gif) repeat-y left;
	min-height: 300px;
	padding-right: 20px;
}

/* SIDEBAR */
#sidebar {
	padding-left: 34px;
	padding-right: 34px;
	width: 136px;
	float: left;
	font-size: 9px;
}

#sidebar.common {
    padding-left: 15px;
    padding-right: 15px;
    width: 174px;
}

#sidebar p {
    font-size: 11px;
    line-height: 20px;
}

#sidebar h3 {
    font-size: 11px;
	text-transform: uppercase;
}

#sidebar h3 em {
	font-weight: normal;
	text-transform: none;
}

#sidebar label {
	text-transform: uppercase;
}

input#email, input#username, input#password, input.text, textarea {
	width: 122px;
	border: 0px;
	padding: 2px;
	margin: 0px;
	margin-bottom: 16px;
}

#content {
	width: 657px;
	float: left;
	margin-left: 32px;
	font-size: 11px;
	line-height: 18px;
}

#description {
    width: 400px;
    height: 75px;
}

body.home #content p {
	width: 466px;
}

h2#exclusive {
	padding: 0px;
	width: 266px;
	height: 18px;
	background: url(../images/sub_exclusive.gif) top left no-repeat;
	text-indent: -900px;
	overflow: hidden;
}

#footer {
	width: 922px;
	margin: auto;
	height: 35px;
	font-size: 9px;
	text-transform: uppercase;
	color: #d8d9db;
	background:url(../images/footer_bg.gif);
}


a#esprit_footer:link, a#esprit_footer:visited {
	background: url(../images/esprit_logo.gif);
	width: 146px;
	height: 34px;
	display: block;
	float: left;
	text-indent: -999px;
	overflow: hidden;
	margin-top: 1px;
	margin-left: 32px;
}

#agent_login {
	background: url(../images/agent_logo.gif) center right no-repeat;
	height: 20px;
	border-left: 1px solid #fff;
	margin-left: 31px;
	margin-top: 9px;
	padding-left: 46px;
	float: left;
	overflow: hidden;
	text-indent: -999px;
	width: 80px;
	margin-right: 25px;
}

#footer form {
	padding-top: 8px;
}

#privacy {
	width: 914px;
	margin: auto;
	margin-top: 5px;
	text-align: right;
	font-size: 9px;
	color: #fff;
	clear: both;
}

#privacy a:link, #privacy a:visited {
	color: #fff;
	text-decoration: none;
}

#privacy a:hover {
	text-decoration: underline;
}

/* profile */
.prospect_preview {
	margin-bottom: 8px;
	width: 292px;
	float: left;
	background: #eeeeef;
	padding: 12px;
	padding-bottom: 8px;
	padding-right: 0px;
	overflow: auto;
	position: relative;
	margin-right: 8px;
}

.prospect_preview a.view_profile:link, .prospect_preview a.view_profile:visited {
    display: block;
    clear: left;
}

.prospect_details {
	float: left;
	clear: right;
	margin-bottom: 10px;
	color: #83a3aa;
	line-height: 22px;
	text-transform: uppercase;
}

.prospect_details strong {
    color: #808285;
    font-weight: normal;
}

.prospect_image_holder {
	float: left;
	max-width: 85px;
	margin-right: 8px;
}

.great_match {
    color: #00a704;
}
.good_match {
    color: #004fa7;
    
}
.weak_match {
    color: #7600a7;
}
.poor_match {
    color: #a70000;
}

#rating {
    text-align: right;
    font-size: 9px;
    position: absolute;
    right: 15px;
}

div.connect {
    text-align: right;
}

#profile {
    padding: 18px;
    background: #eeeeef;
    overflow: auto;
    text-transform: uppercase;
    color: #83a3aa;
    width: 450px;
}

#profile strong {
    font-weight: normal;
    color: #808285;
}

#profile p {
	font-size: 12px;
	padding-top: 0px;
	margin-top: 0px;
}

#profile .photo {
    float: left;
    margin-right: 18px;
}

#profile .details {
    width: 340px;
	float: left;
}

#profile h5 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.photo_preview {
	max-height: 88px;
	max-width: 85px;
	border: 2px solid #fff;
}

.prospect_photo {
	float: left;
}

#photopop {
    max-width: 400px;
    max-height: 400px;
    border: 4px solid #fff;
}

textarea {
	height: 50px;
}

.question {
    margin-bottom: 10px;
}

/* FORMS */

.zend_form dd, .zend_form dt {
    text-indent: 0px;
    margin: 0px;
    padding: 0px;
}

#submit.login_submit {
    margin-left: 52px;
    clear: left;
    display: block;
}

#submit.find_a_roommate {
    margin-top: 20px;
}

fieldset {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

#criteria-label {
    display: none;
}

.zend_form dt {
    text-transform: uppercase;
}

ul.errors {
    font-weight: bold;
    color: #830909;
}

#footer dd, #footer dt, #footer dl, form.find dd, form.find dt, form.find dl {
    display: inline;
    margin: 0px;
    padding: 0px;
}
form.find {
    line-height: 25px;
}
form.find dt, form.find dd {
    display: block;
    float: left;
    overflow: auto;
}

form.find dt {
    clear: left;
}

dt#reply_to_id-label, dd#reply_to_id-element {
    display: none;
}

form.find dd, form.find dd select {
    float: none;
    clear: right;
}

form.find dd {
    margin-bottom: 5px;
}

form.find label {
    display: block;
    float: left;
    width: 70px;
}

form.find div.submit {
    clear: both;
    padding-bottom: 20px;
}

#footer #submit {
    margin: 0px;
    line-height: 32px;
    vertical-align: middle;
    margin-top: -2px;
}

#footer input.text {
	background: #d8d9db;
	border: 1px solid #fff;
	margin-left: 5px;
	margin-right: 30px;
	width: 128px;
}

#footer input.image {
    line-height: 35px;
    margin-top: -2px;
    vertical-align: middle;
}

#footer #agent_logged_in {
    line-height: 42px;
    vertical-align: middle;
}

#footer #agent_logged_in a:link, #footer #agent_logged_in a:visited {
    color: #fff;
}

.user_email {
    float: right;
    color: #fff;
    padding-right: 10px;
}

/* User Messages */
.check_messages {
    float: right;
    color: #fff;
    padding-right: 10px;
}

.message .headers {
    background: #eeeeef;
    margin-bottom: 5px;
    margin: 0px;
    padding: 5px;
}

.message .photo_preview {
    float: right;
    max-height: 50px;
    max-width: 100px;
    margin-right: 0px;
}

.message .body {
    font-size: 12px;
    padding: 5px;
    background: #e4e5e6;
}

.message.thread .body {
    margin-bottom: 20px;
}

.message a.delete:link, .message a.delete:visited {
    float: right;
}

.message_preview a:link, .message_preview a:visited {
    color: #808285;
}

.message_preview {
    overflow: auto;
}

.message_preview.unread a:link, .message_preview.unread a:visited {
    font-weight: bold;
    color: #000;
}

.message_preview.heading {
    font-weight: bold;
    border-bottom: 1px solid #aaa;
    margin-bottom: 2px;
}

.message_preview.unread:hover, .message_preview.read:hover {
    cursor: pointer;
    background: #fff;
}

.message_preview .from, .message_preview .to {
    float: left;
    width: 170px;
}

.message_preview .subject {
    float: left;
    width: 350px;
    padding-right: 4px;
}

.message_preview .date {
    float: left;
    width: 120px;
}

.message_preview {
    clear: left;
}

.delete {
    color: #424242;
}

.delete .message.thread .body {
    margin: 0px;
    background: #e7c7c7;
}

.delete .message .headers {
    color: #000;
    background: #f49394 url(../images/delete_bg.gif);
}

.delete #go_back_1 {
    margin-left: 30px;
}

#SendMessage-element #subject, #SendMessage-element #message {
    width: 500px;
}

#SendMessage-element #message {
    height: 250px;
}

#navigation a.bright:link, #navigation a.bright:visited {
    color: #e4ff00;
}

#navigation a.bright:hover {
    color: #000;
}

#filter_form {
    display: none;
}

#filter-results {
    cursor: pointer;
    margin-bottom: 20px;
}

/* Status Messages */
div.success, div.fail {
    background: #313131;
    border: 1px solid #fff;
    color: #fff;
    letter-spacing: 1px;
    padding: 10px;
    font-size: 14px;
}

div.fail {
    background: #3d2525;
}

#schedule_tour {
    float: right;
}
