/* Mentorship Connection screen styles */

.mentor a {
	font-weight: normal;
}

span.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style: italic;
	font-weight: normal;
}

.mentor #navcontainer .navlist .page_item a.active {
	background: #6699cc;
}


.mentor #entries {
	margin: 20px 0 0 0;
}

.mentor #entries .error {
	padding: 10px;
	background: #801b1b;
	color: #fff;
	font-weight: bold;
}

.mentor #entries .success {
	padding: 10px;
	background: #defede;
	border-top: 5px solid #cfe9cf;
}

.mentor .note {
	padding: 5px;
	background: #fbeace;
	border: 5px solid #fce4bb;
}

.mentor h2 {
	margin: 0 0 10px 0;
	padding: 0 0 5px 1px;
	font-size: 2em;
	border-bottom: 1px solid #c0c0c0;
	display: block;
}

.mentor .beta {
	color: #6699cc;
	text-transform: uppercase;
	font-weight: normal;
	font-size: .6em;
	background: #f3f3f3;
}

.mentor form {
	padding: 0;
	margin: 20px 0 20px 0;
}

.mentor form p {
	padding: 10px 1px 10px 1px;
	border-bottom: 1px dotted #ddd;
	clear: both;
}

.mentor form p.two {
	height: 50px;
}

.mentor form p.three {
	height: 70px;
}

.mentor form p.required {
	background: url('images/required.gif') no-repeat center right;
}

.radio-buttons {
	margin: 0;
	padding: 0;
	float: left;
}

.mentor form label {
	margin: 0 .5em 0 0;
	width: 200px;
	float: left;
	text-align: left;
	display: block;
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
}

.mentor form input {
	font-size: .8em;
	padding: .4em;
}

.mentor form input.text {
	font-weight: bold;
}

.mentor form textarea {
	width: 265px;
	font-weight: bold;
	padding: .4em;
}

.mentor #sidebar h4 {
	margin: 0;
	padding: 10px 10px 5px 10px;
	background: #6699cc url('images/header_bg.gif') repeat-x top;
	color: #fff;
	font-size: 1.6em;
	line-height: 1.2em;
	border-bottom: 2px solid #4c83ba;
}

.mentor #sidebar p {
	margin: 0;
	padding: 5px 10px 10px 10px;
	font-size: 1.2em;
	line-height: 1.4em;
}

.mentor #quotes {
	margin: 0;
	padding: 10px;
	font-size: 1.2em;
}

.mentor #quotes dd {
	margin: 20px 0 0 0;
	padding: 0 0 0 10px;
	font-family: Georgia, serif;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #555;
	background: url('images/quotes.gif') no-repeat top left;
}

.mentor #quotes dt {
	margin: 10px 0 40px 0;
	text-align: right;
	line-height: 1em;
	color: #111;
}

.alert {
	padding: 10px;
	background: #ffdddd;
}