/* @override http://localhost:8888/css/tutrme.css */

@CHARSET "UTF-8";

* {
	margin: 0;
}

html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	font-family: 'Lucida Grande', tahoma, 'Lucida Sans', 'Helvetica Neue', 'Helvetica', 'Univers LT';
	font-size: 1em;
	color: #FFFFFF;
	background: #1e2124;
}

input[type=text]:focus { border-color:#7C0; }

/* @group Quarantine */

/* The following selector are not in used, and have been quarantined for later removal.

.current {
	padding: 4px;
	font-weight: bold;
}

#new-messages-background {
	width: 960px;
	height: 550px;
	background: url(../img/new-message-background.gif);
	margin-top: 0px;
}

#new-messages-background input[type=text], textarea, input[type=password] {
	font-family: 'Lucida Grande', 'Lucida Sans', 'Helvetica Neue', 'Helvetica', 'Univers LT';
	font-weight: bold;
	color: #e97d21;
	font-size: 13px;
	padding: 5px;
	margin-bottom: 25px;
	width: 410px;
	border: 2px solid #ccdc00;
}

#new-messages-main {
	padding-top: 90px;
	padding-left: 55px;
	width: 700px;
}

#login-messages-main {
	padding-top: 60px;
	padding-left: 100px;
}

#friend-search-header {
	height: 43px;
	background: url(../img/friend-search-header.gif);
}

.friend-search-results {
	color: #1e2124;
	padding-left: 20px;
}

#friend-search input, submit {
	float: left;
}

.register-form-label {
	font-weight: bold;
	color: #362f2d;
}

#register-form-success {
	width: 385px;
	height: 75px;
	border: 2px solid #939f00;
	background: #ccdc00;
	padding: 25px;
	text-align: center;
	margin-top: 0px;
	color: #1e2124;
}

#register-form-fail {
	width: 385px;
	height: 25px;
	padding: 25px;
	text-align: center;
	margin-top: 90px;
	border: 2px solid #790000;
	background: #c50000;
	text-align: center;
	color: #ffffff;
}

*/

/* @end */

#page {
	width: 100%;
	height: 100%;
}

/* @group Header (logo, menu) */

#header-holder {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background: #1e2124
}

#header {
	width: 960px;
	padding: 10px;
	margin: 0 auto;
	background: url(../img/tutrme-header.gif) no-repeat #1e2124;
	height: 100px;
	font-size: 22px;
	font-weight: bold;
}

/*#header ul > .special-link {
	color: #ccdc00;
	background-color: #1e2124;
}*/

/* @group Menu */

#header ul {
	padding: 15px 0 0 0;
	margin: 0;
	list-style: none;
	float: right;
	color: #1e2124;
}

#header ul li {
	display: block;
	font-size: 0.8em;
	float: left;
	position: relative;
	z-index: 5000;
	border: 1px solid transparent;
	text-transform:lowercase; /* actual menu titles are enter Like This for search engines, but converted to lowercase for display */
}

#header ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 10px 11px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#header ul li:hover {
	border: 1px solid #222;
}

#header ul li:hover a {
	background-color: #ccdc00;
	color: #1e2124;
}

/* @group Nested Menu */

#header ul li ul {
	display: none;
	position: absolute;
	float: none;
	left: -1px;
	font-size: 1em;
	background-color: #1e2124;
	z-index: 6000;
	padding: 0px;
	margin: -7px 0 0 0;
	width: 100%;
	border: 1px solid #444;
	border-top-style: none;
}

#header ul li:hover ul {
	display: block;
}

#header ul li ul li, #header ul li:hover ul li {
	display: block;
	float: none;
	border: none;
}

#header ul li:hover ul li a {
	/* second-level links */
	display: block;
	padding: 7px 15px;
	clear: both;
	color: #555;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	-webkit-border-radius:0;
	-moz-border-radius:0;
}

#header ul li:hover ul li.nav-last a {
	padding-bottom: 15px;
}

#header ul li ul li a:hover { color: #1e2124; }
#header ul li:hover ul li a:active { color:#000; }

/* SHORT LIST PREVIEW (IN MAIN MENU) */

#header ul li div#shortlist-invisible {
	padding:0 50px 70px 50px;
	position:absolute;
	left:-50px;
/*	background:rgba(255,255,255,0.5);*/
	display:none;
}

#header ul li:hover div#shortlist-invisible {
	display:block;
}

#header ul li div#shortlist-preview {
	margin-top:-5px;
	margin-left:-1px;
	display:none;
	border:1px solid #555;
	border-top-style:none;
	z-index: 60000;
	background:#ccdc00;
	padding:0 26px 8px 8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft: 0px;
}

#header ul li:hover div#shortlist-preview {
	display:table;
}

#header ul li div#shortlist-preview div.shortlist-tutor-holder {
	text-transform:none;
	font: 12px 'Lucida Grande', tahoma, 'Lucida Sans', 'Helvetica Neue', 'Helvetica', 'Univers LT';
	white-space:nowrap;
	height:52px;
	position:relative;
}

	#header ul li div#shortlist-preview table {
		display:block;
		border:1px solid #555;
		margin:8px 0 0 15px;
		-webkit-border-top-right-radius:8px;
		-webkit-border-bottom-right-radius:8px;
		-moz-border-radius-topright: 8px;
		-moz-border-radius-bottomright: 8px;
		background:white;
		width:100%;
	}

	#header ul li div#shortlist-preview table td.shortlist-preview-image {
		border-right:1px solid #555;
		width:50px;
	}
	
	#header ul li div#shortlist-preview td.shortlist-tutor-text {
		padding: 0 10px 0 0;
	}

		#header ul li div#shortlist-preview td.shortlist-tutor-text a {
			font-size:16px;
			text-decoration:none;
			background:none;
			padding:0 0 0 10px;
		}
		
		#header ul li div#shortlist-preview td.shortlist-tutor-text a span {
			display:block;
			font-size:12px;
		}
		
		#header ul li div#shortlist-preview a.shortlist-preview-delete {
			display:inline;
			border:none;
			background:none;
			padding:0;
			position:absolute;
			left:0px;
			top:20px;
		}

/* END SHORT LIST PREVIEW*/

/* @end */

/* @end */

/* @end */

/* @group Main Content */

#main-holder {
	clear: left;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4.5em;
	background-color: #1e2124;
	text-align: center;
}

#main {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#content {
	float: left;
}

/* @end */

#side {
	width: 250px;
	float: right;
	background-color: #CC6600;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* @group Footer */

#footer-holder {
	width: 100%;
	height: 4.5em;
}

#footer {
	float: right;
}

/* @end */

/* @group Common Elements */

/* @group Pagination */

.paginate {
	color: #1e2124;
	font-weight: normal;
	font-size: 11px;
	float: right;
	margin-right: 50px;
}

.paginate a {
	text-decoration: none;
	padding: 4px;
	color: #362f2d;
}

.paginate a:hover {
	border: 2px solid #ccdc00;
	padding: 2px;
}

#paginate-numbers {
	margin-left: -10px;
}

#paginate-counter {
	margin-left: -10px;
}

/* @end */

/* @group Network Feed */

#network-feed {
	float: right;
	background: url(../img/network-feed.gif);
	width: 223px;
	height: 570px;
}

/* @end */

/* @group Any Page */

.small-link {
	font-size: 11px;
	font-weight: normal;
	margin-right: 25px;
	float: right;
}

.small-image-border {
	/* #ccdc00 */
	border: 1px solid #888;
}

.no-border img {
	border: none;
}

.border {
	border: 1px solid #ccdc00;
}

/* These maps can appear on any page, but there is only ever 1 map per page */

/* @group Google Maps */

#map_canvas {
	border: solid 2px #ccdc00;
}

#map_canvas_1 {
	border: solid 2px #ccdc00;
}

/* @end */

/* section-menu-[top/bottom] is used in /app/views/friends and /apps/views/messages. They usually contain rounded orange buttons with white text */

.section-menu-top {
	margin-left: 90px;
	float: left;
	margin-top: -3px;
}

.section-menu-bottom {
	margin-left: 90px;
	float: left;
	margin-top: -3px;
	padding-bottom: 5px;
}

/* message-conversation-background just indents content consistently */

#message-conversation-background {
	margin-left: 85px;
	padding-top: 25px;
}

/* Usually contains the orange 'Go' button with white text */

.submit-button {
	float: right;
	margin-top: -25px;
}

/* login-mess-con-row Usually applied to a TR. Only sets color, so probs needs to be integrated into an existing selector */

.login-messages-conversation-row {
	color: #362f2d;
}

/* message-list is used as a container for aligning page content */

#message-list {
	width: 737px;
	float: left;
}

/* login-mess-table-out used to indent tables (look like lists) appropriately */

.login-messages-table-outside {
	margin-left: -35px;
	margin-top: 1px;
	width: 660px;
}

.login-messages-table-outside a {
	color: #1e2124;
	font-weight: bold;
	text-decoration: none;
}

/* @end */

/* @group For Registered Users */

#registered-main {
	background: url(../img/registered-background.gif);
	padding-top: 10px;
	min-height: 448px;
	padding-bottom: 20px;
}

#registered-bottom {
	background: url(../img/registered-bottom.gif) no-repeat;
	width: 737px;
	height: 39px;
	min-height: 100px;
}

/* @end */

#main-holder {
	width: 960px;
	height: 550px;
	margin-top: 0px;
	text-align: left;
}

/* @end */

/* @group Specific Pages */

/* @group Friends */

/* friend-index-header displays the top 'Friends' title. Used in multiple locations. */

#friend-index-header {
	height: 43px;
	background: url(../img/friend-index-header.gif);
}

/* @group Requests */

#friend-request-header {
	height: 43px;
	background: url(../img/friend-request-header.gif);
}

.friend-requests-row {
	width: 600px;
	background-color: #FFFFFF;
	color: #362f2d;
	border: 1px solid #ccdc00;
	margin-bottom: 5px;
	padding-bottom: 9px;
}

.friend-requests-table-outside {
	margin-left: -35px;
	margin-top: 10px;
	width: 660px;
}

.friend-requests-table-outside a {
	color: #1e2124;
	font-weight: bold;
	text-decoration: none;
}

.friend-requests-table-outside a:hover {
	text-decoration: underline;
}

.td-top {
	vertical-align: top;
}

.td-top span {
	font-size: 11px;
}

.td-middle {
	vertical-align: middle;
}

/* @end */

/* @group Index */

/* friend-row is also used in the short-list section */

.friend-row {
	height: 60px;
	width: 600px;
	background-color: #FFFFFF;
	color: #362f2d;
	border: 1px solid #ccdc00;
	margin-bottom: 5px;
	padding-bottom: 16px;
}

/* @end */

/* @group Search */

#friend-search {
	color: #1e2124;
}

.friend-search-row {
	height: 65px;
	width: 592px;
	background-color: #FFFFFF;
	color: #362f2d;
	border: 1px solid #ccdc00;
	padding-top: 10px;
	margin-bottom: 5px;
}

.friend-search-table-outside {
	margin-left: -35px;
	margin-top: -10px;
	width: 652px;
}

.friend-search-table-outside a {
	font-weight: bold;
	font-size: 12px;
	color: #a25b07;
	text-decoration: none;
}

.friend-search-table-outside a:hover {
	text-decoration: underline;
}

/* @end */

/* @end */

/* @group Messages */

/* @group Conversation */

#message-conversation-header {
	height: 43px;
	background: url(../img/message-conversation-header.gif);
}

.message-conversation-header {
	color: #362f2d;
	font-size: 12px;
	margin-top: -20px;
	margin-bottom: 10px;
}

/* @group Message Bubbles */

.message-bubble-top {
	height: 12px;
	background: url(../img/message-bubble-top.gif);
	width: 600px;
}

.message-bubble-strech {
	width: 600px;
	background: url(../img/message-bubble-stretch.gif);
}

.message-bubble-bottom {
	height: 24px;
	background: url(../img/message-bubble-bottom.gif);
	width: 600px;
}

.message-bubble-strech table {
	color: #362f2d;
	margin-left: 25px;
}

.message-bubble-strech img {
	border: 1px solid #ccdc00;
}

.message-time {
	font-size: 11px;
	vertical-align: top;
}

.message-name {
	
}

.message-photo {
	vertical-align: top;
}

.message-message {
	font-size: 12px;
}

/* @end */

/* @group New Message Form */

#message-new-form {
	width: 582px;
	margin-top: 25px;
	text-align: center;
}

#message-new-form  textarea {
	border: 1px solid #ccdc00;
	width: 582px;
	text-align: left;
	background: #FFFFFF;
}

div#friends-list .checkbox {
	padding: 6px 0 0;
}

/* @end */

/* @end */

/* @group Inbox */

#message-list-header {
	height: 43px;
	background: url(../img/message-list-header.gif);
}

.message-row {
	height: 65px;
	width: 600px;
	background-color: #FFFFFF;
	color: #362f2d;
	border: 1px solid #ccdc00;
	padding-top: 10px;
	margin-bottom: 5px;
}

/* @end */

/* @group Send */

#message-header {
	height: 43px;
	background: url(../img/message-header.gif);
}

/* new-messages-message can also be included on a profile page, for direct messaging */

#new-messages-message {
	float: right;
	width: 450px;
}

#new-messages-friends {
	float: left;
	width: 200px;
	color: #362f2d;
}

#new-messages-friends input {
	margin-top: 2px;
}

#new-messages-friends label {
	margin-left: 10px;
	font-size: 14px;
}

/* The message-label class is also used when inviting friends */

.message-label {
	font-weight: bold;
	color: #362f2d;
}

/* @end */

/* @end */

/* @group Home Page */

/* @group Location Search Row */

#home-search {
	padding-top: 10px;
}

#home-search .submit {
	margin-top: -3px;
}

#slider-box {
	background: url(../img/slider-background.gif) no-repeat;
	height: 30px;
	width: 70px;
	margin-left: 10px;
	float: left;
}

.select-box {
	margin-right: 10px;
}

div.slider {
	margin: 10px 0px;
	width: 60px;
	background-color: #ffffff;
	height: 3px;
	position: relative;
	border: solid 1px #e97d21;
	margin-left: 4px;
}

div.slider div.handle {
	width: 7px;
	height: 14px;
	background-color: #ccdc00;
	cursor: move;
	position: absolute;
	border: 1px solid #606701;
	margin-top: -6px;
}

#distance {
	border: none;
	background-color: #fdd59a;
	font-weight: bold;
	color: #362f2d;
	font-size: 12px;
	padding-top: 4px;
}

.address {
	font-family: 'Lucida Grande', 'Lucida Sans', 'Helvetica Neue', 'Helvetica', 'Univers LT';
	border: 1px solid #e97d21;
	font-weight: bold;
	color: #362f2d;
	font-size: 13px;
	height: 20px;
	padding-top: 3px;
}

.home-small-header {
	font-weight: bold;
	color: #362f2d;
	font-size: 10px;
	padding-top: 4px;
	padding-left: 2px;
	padding-right: 2px;
}

/* @end */

#tutor-map {
	width: 960px;
	height: 510px;
	padding-top: 25px;
	padding-left: 45px;
	background: url(../img/map-background.gif);
	margin-top: 6px;
}

#profileList {
	height: 420px;
	overflow: auto;
	width: 220px;
}

div.near-tutor-rating {
	margin: 5px 0 8px 0;
}

span.near-tutor-distance {
	display: block;
	padding-top: 3px;
	font-size: 9px;
}

.kms {
	font-weight: lighter;	
}

/* @end */

/* @group Privacy */

#about-background {
	width: 960px;
	height: 550px;
	background: url(../img/about-background.gif);
}

/* @end */

/* @group Contact Tutrme */

#contact-background {
	width: 960px;
	height: 550px;
	background: url(../img/contact-background.gif);
}

/* @end */

/* @group Accounts Related (login, register, etc) */

.register-form {
	width: 430px;
}

/* @group Login, Forgot, Reset */

#login-background {
	width: 960px;
	height: 550px;
	background: url(../img/login-background.gif);
}

/* @end */

/* @group Register, Activate */

#register-background {
	width: 960px;
	height: 550px;
	background: url(../img/register-background.gif);
}

#register-form {
	padding-top: 55px;
	padding-left: 75px;
	width: 400px;
	height: 380px;
}

#register-form input[type=text], textarea, input[type=password] {
	font-family: 'Lucida Grande', 'Lucida Sans', 'Helvetica Neue', 'Helvetica', 'Univers LT';
	font-weight: bold;
	color: #e97d21;
	font-size: 13px;
	padding: 5px;
	margin-bottom: 25px;
	width: 410px;
	border: 2px solid #ccdc00;
}

#register-form input[type=text]:focus, #register-form input[type=password]:focus { border-color: #7C0; }

#register-form textarea {
	width: 410px;
}

#register-form-notice {
	width: 385px;
	height: 75px;
	border: 2px solid #f09c20;
	background-color: #f5bf1a;
	color: #362f2d;
	padding: 25px;
	text-align: center;
	margin-top: 10px;
}

/* @group Terms and Conditions */

#register-tacs {
	clear: both;
	width: 350px;
	height: 325px;
	margin-top: -273px;
	margin-left: 550px;
	border: 2px solid #ccdc00;
	padding-top: 15px;
	background-color: #ffffff;
}

.register-tacs-header {
	color: #1e2124;
	font-size: 16px;
	font-weight: bold;
	margin-left: 100px;
}

#register-tacs-tacs {
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 280px;
	padding: 8px;
	font-size: 9px;
	color: #666666;
	text-align: justify;
	width: 330px;
}

/* @end */

/* @end */

/* @end */

/* @end */

table#similar-tutors-table {
/*	table-layout: fixed;*/
}

table#similar-tutors-table a {
	color:#111;
	font-weight:bold;
	font-size:16px;
}

table#similar-tutors-table tr {
/*	height:80px;*/
}

table#similar-tutors-table tr td {
/*	height:80px;*/
/*	overflow:hidden;*/
	padding-bottom:10px;
}

table#similar-tutors-table tr td div.similar-tutor-constrain {
	height:4.8em;
	line-height:1.2em;
	overflow:hidden;
}

.messages-time {
	font-size: 11px;
}

#contact-form {
	padding-top: 55px;
	padding-left: 75px;
	height: 380px;
}

#contact-form input[type=text], textarea {
	font-family: 'Lucida Grande', 'Lucida Sans', 'Helvetica Neue', 'Helvetica', 'Univers LT';
	font-weight: bold;
	color: #e97d21;
	font-size: 13px;
	padding: 5px;
	margin-bottom: 25px;
	width: 410px;
	border: 2px solid #ccdc00;
}

#contact-form input[type=text]:focus, textarea:focus { border-color: #7C0; }

#contact-form textarea {
	width: 410px;
}

.contact-form-label {
	font-weight: bold;
	color: #362f2d;
}

#contact-form-thankyou {
	width: 385px;
	height: 75px;
	border: 2px solid #939f00;
	background: #ccdc00;
	padding: 25px;
	text-align: center;
	margin-top: 100px;
	color: #1e2124;
}

#contact-press {
	clear: both;
	width: 350px;
	height: 250px;
	margin-top: -337px;
	margin-left: 550px;
	border: 2px solid #ccdc00;
	padding-top: 25px;
	background: #ffffff;
}

#contact-masters-academy {
	clear: both;
	width: 350px;
	height: 70px;
	margin-top: 36px;
	margin-left: 550px;
	border: 2px solid #ccdc00;
	padding-top: 25px;
	background: #ffffff;
}

.contact-masters-academy-header {
	color: #1e2124;
	font-size: 16px;
	font-weight: bold;
	margin-left: 100px;
}

#contact-masters-academy a {
	text-decoration: none;
	color: #fc9703;
	font-size: 16px;
	font-weight: bold;
	margin-left: 50px;
}

.contact-press-header {
	color: #1e2124;
	font-size: 16px;
	font-weight: bold;
	margin-left: 120px;
}

.contact-press-item {
	background-color: #fddfb3;
	padding: 10px;
	margin: 15px;
	color: #364754;
	font-size: 10px;
}

.contact-press-item a {
	text-decoration: none;
	color: #1e2124;
	font-size: 12px;
	font-weight: bold;
}

#login-form input[type=text], textarea, input[type=password], text[text] {
	font-family: 'Lucida Grande', 'Lucida Sans', 'Helvetica Neue', 'Helvetica', 'Univers LT';
	font-weight: bold;
	color: #e97d21;
	font-size: 13px;
	padding: 5px;
	margin-bottom: 25px;
	width: 375px;
	border: 2px solid #ccdc00;
}

#login-form input[type=text]:focus, input[type=password]:focus { border-color: #7C0; }

.login-form-label {
	font-weight: bold;
	color: #362f2d;
}

#login-form {
	padding-top: 130px;
	padding-left: 260px;
	width: 400px;
	height: 380px;
}

#authMessage {
	width: 375px;
	height: 20px;
	border: 2px solid #790000;
	background: #c50000;
	padding: 25px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 10px;
}

#featured-info {
	width: 960px;
	height: 200px;
	background: url(../img/features-background.gif);
}

#featured-info .main-table {
	padding-top: 58px;
	padding-left: 75px;
}

.featured-tutor-name a {
	text-decoration: none;
	font-weight: bold;
	color: #1e2124;
	font-size: 16px;
}

.featured-tutor-address {
	font-weight: bold;
	color: #a25b07;
	font-size: 13px;
}

.featured-tutor-subject {
	font-weight: bold;
	color: #1e2124;
	font-size: 12px;
}

.search-result-tutor {
	background: url(../img/search-result-background.gif) no-repeat;
	margin: 0 4px 20px 0;
	height: 70px;
	padding: 5px;
	font-size: 11px;
	color: #a25b07;
	font-weight: bold;
	text-align: center;
}

.image-border {
	border: 1px solid #888;
	margin-top: 10px;
	/* #ccdc00 */
}

.popup-image-border {
	border: 1px solid #ccdc00;
	margin: 0 10px 0 0 
}

.search-result-tutor a {
	text-decoration: none;
	font-weight: bold;
	color: #1e2124;
	font-size: 12px;
}

.tutor-profile-photo {
	/* #ccdc00 */
	border: 1px solid #888;
}

.align-right {
	text-align: right;
}

#network-feed-main {
	font-size: 10px;
	color: #333333;
	margin-left: 15px;
	margin-top: 50px;
	width: 190px;
}

#network-feed-main a {
	font-weight: bold;
	text-decoration: none;
	color: #1e2124;
}

#network-feed-main a:hover {
	text-decoration: underline;
}

.network-feed-event {
	margin-bottom: 8px;
	padding-bottom: 7px;
	margin-right: 8px;
	border-bottom: 1px solid  #FFAA00;
/*

#ffffff; /*#CCDC00;  #fddfb3; */
}

.error-message {
	margin-top: -20px;
	color: #990000;
	float: right;
	font-size: 11px;
}

.cake-sql-log {
	
}

.profile-section {
	width: 580px;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.menu-justify {
	text-align: center;
}

.menu-justify a {
	padding-left: 5px;
	padding-right: 5px;
}

/* General Styles */

.edit {
	font-size: 10px;
}

.content-label {
	font-weight: bold;
	color: #362f2d;
	font-size: 1.17em;
}

.subject-label {
	font-weight: bold;
	color: #362f2d;
	font-size: 1em;
	padding-right: 5px;
}

.pass-label {
	font-weight: bold;
	color: #362f2d;
	font-size: .8em;
	padding-right: 5px;
	position: relative;
	top: 5px;
}

.content-sublabel {
	font-weight: bold;
	font-size: 12px;
	color: #a25b07;
	top: -2px;
	position: relative;
}

.subject-sublabel {
	font-weight: bold;
	font-size: 12px;
	color: #a25b07;
	top: 1px;
	position: relative;
}

.content-sublabel a {
	font-weight: bold;
	font-size: 12px;
	color: #a25b07;
	position: relative;
	text-decoration: none;
}

.profile-button a {
	font-weight: bold;
	font-size: 12px;
	color: #a25b07;
	position: relative;
	text-decoration: none;
}

.section-background {
	background-color: #FFFFFF;
	color: #362f2d;
}

.green-border {
	border: 2px solid #ccdc00;
}

.main-border {
	border: 2px solid #ccdc00;
}

.image-border-nopad {
	border: 1px solid #AAA;
}

.section-panel {
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.settings-panel {
	padding: 10px 10px 10px 10px;
	text-align: center;
	width: 570px;
	margin-top: 10px;
}

.section-panel a {
	padding-right: 10px;
	padding-left: 10px;
}

.section-background a {
	text-decoration: none;
	font-weight: bold;
}

.section-background a:hover {
	text-decoration: underline;
}

#profile-header {
	height: 43px;
	background: url(../img/profile-header.gif);
}

.fullwidth {
	width: 580px;
}

.top-margin {
	margin-top: 10px;
}

.float-right {
	float: right;
}

.submit {
	float: right;
	margin-left: -50px;
}

.input label {
	padding-right: 5px;
	font-size: 12px;
}

#updatedStatus {
	font-size: 12px;
}

.notice-panel {
	padding: 10px 10px 10px 10px;
	text-align: center;
	width: 570px;
	border: 2px solid #f09c20;
	background-color: #f5bf1a;
	color: #362f2d;
	font-weight: bold;
}

.non-member {
	width: 805px;
}

.error-panel {
	padding: 10px 10px 10px 10px;
	text-align: center;
	width: 570px;
	border: 2px solid #930606;
	background: #c50000;
	color: #ffffff;
	font-weight: bold;
}

.error-panel a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

.error-panel a:hover {
	text-decoration: underline;
}

.success-password {
	padding: 10px 10px 10px 10px;
	text-align: center;
	border: 2px solid #939f00;
	background: #ccdc00;
	color: #1e2124;
	font-weight: bold;
}

.success-panel {
	padding: 10px 10px 10px 10px;
	text-align: center;
	border: 2px solid #939f00;
	background: #ccdc00;
	color: #1e2124;
	font-weight: bold;
	width: 570px;
}

.success-panel a {
	text-decoration: none;
	color: #1e2124;
}

.success-panel a:hover {
	text-decoration: underline;
}

.location-input {
	width: 250px;
}

input[type=text] {
	font-family: 'Lucida Grande', 'Lucida Sans', 'Helvetica Neue', 'Helvetica', 'Univers LT';
	font-weight: bold;
	color: #e97d21;
	font-size: 12px;
	padding: 4px;
	border: 2px solid #ccdc00;
}

.section-background div img {
	width: 151px;
	height: 151px;
}

.image-crop {
	border: 2px solid #ccdc00;
}

.image-panel {
	
}

#image-preview {
	overflow: hidden;
	position: relative;
	width: 151px;
	height: 151px;
	text-align: center;
	background-color: #FFFFFF;
	color: #362f2d;
	border: 2px solid #ccdc00;
	margin: 10px 10px 10px 10px;
}

.image-preview {
	position: relative;
	width: 151px;
	height: 151px;
}

.imgareaselect-outer {
	opacity: 0.5;
}

#map_canvas {
	
}

.success-notice {
	color: #9bbc01;
	font-weight: bold;
}

.failure-notice {
	color: #930606;
	font-weight: bold;
}

#subjectDiv {
	text-align: left;
}

#subjectDiv input {
	margin-right: 10px;
	margin-bottom: 5px;
}

#subjectDiv small {
	margin-left: 10px;
}

.settings-panel a {
	font-weight: bold;
	color: #a25b07;
	text-decoration: none;
}

.general-panel {
	padding: 10px 10px 10px 10px;
	text-align: center;
	margin-top: 10px;
	text-align: center;
}

.general-panel {
	padding: 10px 10px 10px 10px;
	text-align: center;
	border: 2px solid #939f00;
	background: #ccdc00;
	color: #1e2124;
	font-weight: bold;
}

.general-panel a {
	color: #362f2d;
}

.scroll-section {
	overflow: auto;
	overflow-x: hidden;
}

#friends-list {
	height: 320px;
	width: 180px;
}

.message-subject input[type=text] {
	font-family: 'Lucida Grande', 'Lucida Sans', 'Helvetica Neue', 'Helvetica', 'Univers LT';
	font-weight: bold;
	color: #e97d21;
	font-size: 12px;
	padding: 4px;
	width: 378px;
	border: 2px solid #ccdc00;
}

.message-subject textarea {
	font-family: 'Lucida Grande', 'Lucida Sans', 'Helvetica Neue', 'Helvetica', 'Univers LT';
	font-weight: bold;
	color: #e97d21;
	font-size: 12px;
	padding: 4px;
	width: 378px;
	border: 2px solid #ccdc00;
}

.friend-invites input[type=text], .friend-invites textarea {
	font-family: 'Lucida Grande', 'Lucida Sans', 'Helvetica Neue', 'Helvetica', 'Univers LT';
	font-weight: bold;
	color: #e97d21;
	font-size: 12px;
	padding: 4px;
	width: 482px;
	border: 2px solid #ccdc00;
}

.search-input {
	width: 500px;
}

.page-wide {
	width: 100%;
}

#GlobalProfileMessage {
	width: 580px;
}

#request-message-submit {
	left: -60px;
	position: relative;
}

.friend-search-pagination {
	padding-top: 10px;
}

.extended-width {
	width: 578px;
}

.input-full-width {
	width: 589px;
}

.submit-button-full-width {
	margin-top: -20px;
	padding-right: 50px;
	float: right;
}

.top-margin {
	margin-top: 10px;
}

#tutor-main-profile {
	width: 955px;
}

#tutor-main-header {
	background: url(../img/main-tutor-head.gif) no-repeat;
	height: 41px;
}

#tutor-main-background {
	background: url(../img/main-tutor-background.gif) repeat;
}

#tutor-main-bottom {
	background: url(../img/main-tutor-bottom.gif) no-repeat;
	height: 20px;
}

.tutor-section {
	width: 785px;
	padding: 10px;
	margin-bottom:10px;
}

.tutor-full-width {
	width: 793px;
}

.tutor-submit-button-full-width {
	margin-top: -20px;
	padding-right: 64px;
	float: right;
}

.tutor-main-background .message-to-tutor {
	width: 783px;
}

#result-panel {
	text-align: center;
}

.tutor-width {
	width: 784px;
}

#start-words {
	padding: 10px 10px 10px 10px;
	text-align: center;
	color: #1e2124;
	font-weight: bold;
}

.gmnoprint {
	color: #1e2124;
}

.gmnoprint a {
	font-weight: bold;
	color: #a25b07;
	text-decoration: none;
}

.gmnoprint a:hover {
	text-decoration: underline;
}

.tutor-width-view {
	width: 580px;
}

#contact-right {
	float: right;
	width: 360px;
}

#contact-left {
	float: left;
}

.text-dark {
	color: #362F2D;
	text-align: justify;
}

.about-notice {
	width: 780px;
}

.right-pad {
	padding-right: 10px;
}

.left-pad {
	padding-left: 10px;
}

#scroll-me {
	height: 470px;
	overflow: auto;
	width: 800px;
	margin-top: 20px;
	color: #362F2D;
	text-align: justify;
	font-size: 12px;
	padding-right: 15px;
}

#scroll-me a {
	color: #a25b07;
	text-decoration: none;
}

#scroll-me li:hover {
	clear: both;
	background: none;
	list-style-type: disc;
}

#scroll-me ul:hover {
	clear: both;
	background: none;
	list-style-type: disc;
}

#directory-links a {
	color: #CCCCCC;
	font-size: 10px;
	text-align: center;
	width: 100%;
}

#share-button {
	margin-left: 830px;
}

#alert-bar {
	width: 960px;
	height: 40px;
	background: url(../img/alert.gif);
}

#alert-bar-content {
	padding-top: 14px;
	margin-left: 50px;
	color: #362f2d;
	font-size: 11px;
	font-weight: bold;
}

.light {
	font-weight: normal;
	padding: 0 30px 0 3px;
}

.light a {
	font-weight: normal;
	text-decoration: none;
	color: #362f2d;
}

.light a:hover {
	text-decoration: underline;
}

.promo-button {
	padding-left: 10px;
	position: absolute;
}

.profile-panel {
	width: 580px;
}

#help-header {
	width: 960px;
	min-height: 43px;
	background: url(../img/help-header.gif) repeat;
}

#help-background {
	width: 960px;
	min-height: 550px;
	background: url(../img/help-background.gif) repeat;
}

#help-bottom {
	width: 960px;
	min-height: 20px;
	background: url(../img/help-bottom.gif) repeat;
}

#main-help {
	color: #1e2124;
	font-size: 12px;
	width: 800px;
}

#main-help  a {
	text-decoration: none;
	color: #a25b07;
}

#main-help a:hover {
	text-decoration: underline;
}

#main-help .breadcrum a {
	text-decoration: none;
	color: #a25b07;
}

#main-help .breadcrum a:hover {
	text-decoration: underline;
}

#main-help .breadcrum {
	color: #bd965c;
	padding-left: 25px;
}

#main-help .section-head {
	font-weight: bold;
	background: #ccdc00;
	border: 2px solid #f09c20;
	background-color: #f5bf1a;
	color: #362f2d;
	padding: 10px;
	text-align: center;
}

.help-notice {
	border: 2px solid #939f00;
	background: #ccdc00;
	font-weight: bold;
	text-align: center;
	color: #1e2124;
	padding: 5px;
}

#help-content {
	padding-left: 25px;
}

.help-menu-item {
	padding: 5px;
	font-size: 14px;
}

.help-menu-item-selected {
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
}

#main-help .help-menu-item a {
	color: #1e2124;
}

#main-help .help-switch {
	font-weight: normal;
	font-size: 11px;
}

#small-loader {
	clear: inherit;
	width: 16px;
	height: 16px;
}

#link-loader {
	float: right;
	margin-top: -22px;
	margin-left: -10px;
}

#subject-list > ul {
	list-style: none;
	font-weight: bold;
	padding: 0;
}

#subject-list > ul ul {
	list-style: none;
	font-weight: normal;
	padding: 5px 0 25px 15px;
}

#subject-list > ul:hover {
	clear: inherit;
	list-style: none;
	background-color: #FFFFFF;
	color: #1E2124;
}

#subject-list > li:hover ul {
	background-color: #FFFFFF;
	color: #1E2124;
	list-style: none;
}

#subject-list:hover ul {
	background-color: #FFFFFF;
}

form#ratingsAddForm {
	font-size: 0.8em;
	margin: 0;
	height: 16px;
}

form#ratingsAddForm div.submit {
	display: inline;
	float: none;
	margin: 0;
	padding-left: 10px;
}

/* Profile Right Menu */

ul#profile-right-menu {
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#profile-right-menu li {
	padding: 0 0 0.4em 0;
}

ul#profile-right-menu li a { display:block;height:19px;line-height:19px; }

ul#profile-right-menu li#add-friend-action a {
	background: url('/img/icon-add-friend.gif') no-repeat left center;
	padding-left:25px
}

ul#profile-right-menu li#report-spam-link a {
	background: url('/img/icon-flag-spam.gif') no-repeat left center;
	padding-left:25px
}

ul#profile-right-menu li#add-to-shortlist-link a {
	background: url('/img/icon-add-shortlist.gif') no-repeat left center;
	padding-left:25px
}

ul#profile-right-menu li#added-to-shortlist-link a {
	background: url('/img/icon-added-shortlist.gif') no-repeat left center;
	padding-left:25px
}

/* Star Ratings Control */

table.star-table {
	font-size: 12px;
	height: 16px;
	margin: 0.5em 0 1em 0;
}

ol.stars {
	list-style-type: none;
	display: block;
	height: 16px;
	margin: 0;
	padding: 0 5px 0 0;
	float: left;
}

ol.stars li.star {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	background: url('/img/star-full.png');
	text-indent: -9999px;
}

ol.stars.clickable li.star {
	cursor: pointer;
}

ol.stars li.star.empty {
	background: url('/img/star-empty.png');
}

/* Short Lists */

div.section-background div img.shortlist-image {
	width: 50px;
	height: 50px;
}

div#shortlist-top-title {
	padding-bottom: 10px;
}

div#shortlist-top-title a {
	float: right;
	margin-right: 70px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}