div#contentColumn {
	margin-right:12px;
	width:622px;
}

div.contentMain {
	clear:left;
	margin:0 0 0 6px;
}

.messageintro {
	color:#6C6D70;
	font-family:arial,verdana,sans-serif;
	font-size:0.9em;
	font-weight:normal;
	margin-bottom:2em;
}

div#messagecentretabs ul {
	border-bottom:5px solid #576870;
	/* float:left; */
	list-style-type:none;
	margin:0;
	overflow:hidden;
	padding:0;
	width:100%;
}

div#messagecentretabs ul li {
	float:left;
	margin-right:1px;
}

div#messagecentretabs ul li a {
	background:#dae2e5 url(/media/images/corners/topLeftCnrLgtBlue.gif) top left no-repeat;
	color:#45575e;
	display:block;
	float:left;
	font-weight:bold;
	padding-left:10px;
	text-decoration:none;
}

div#messagecentretabs ul li a span {
	background:url(/media/images/corners/topRightCnrLgtBlue.gif) top right no-repeat;
	display:block;
	float:left;
	padding:5px 10px 5px 0;
}

div#messagecentretabs ul li.current a,
div#messagecentretabs ul li a:hover {
	background:#576870 url(/media/images/corners/topLeftCnrDrkBlue.gif) top left no-repeat;
	color:#fff;
}

div#messagecentretabs ul li.current a span,
div#messagecentretabs ul li a:hover span {
	background:url(/media/images/corners/topRightCnrDrkBlue.gif) top right no-repeat;
}

div.messageoptionstop,
div.messageoptionsbottom {
	border-top:1px solid #52544d;
	width:616px;
}

div.messageoptionstop ul,
div.messageoptionsbottom ul,
div.nocontenttop,
div.nocontentbottom {
	background:#6c8d9e;
	border-top:1px solid #82aabf;
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
}

div.nocontenttop,
div.nocontentbottom {
	height:25px;
}

div.messageoptionsbottom,
div.messageoptionsbottom ul {
	border:0;
}

div.messageoptionstop ul li,
div.messageoptionsbottom ul li {
	float:left;
	border-right:1px solid #82aabf;
	padding:5px 0;
}

div.messageoptionstop ul li a,
div.messageoptionsbottom ul li a {
	color:#fff;
	font-weight:bold;
	padding:0 12px;
	text-decoration:none;
}

div.messageoptionstop ul li a:hover,
div.messageoptionsbottom ul li a:hover {
	text-decoration:underline;
}

div.messageoptionstop ul li.movetofolder a,
div.messageoptionsbottom ul li.movetofolder a {
	/*background:url(/media/images/icons/downArrow.gif) right no-repeat;*/
	padding-right:20px;
}

div.messageoptionstop ul li.movetofolder,
div.messageoptionsbottom ul li.movetofolder {
	padding-right:10px;
	padding-left:5px;
}

div.messageoptionstop ul li.delete a,
div.messageoptionsbottom ul li.delete a {
	background:url(/media/images/icons/delete.gif) left no-repeat;
	padding-left:15px;
}

div.messageoptionstop ul li.delete,
div.messageoptionsbottom ul li.delete  {
	padding-left:10px;
}

div.messageoptionstop ul li.noborder,
div.messageoptionsbottom ul li.noborder {
	border:none;
}

div#messagescontainer {
	clear:both;
	margin:0 30px;
	padding-top:20px;
	width:556px;
}

div#messagescontainer label {
	color:#56575a;
	font-weight:bold;
}

table.themessages {
	border-collapse:collapse;
	clear:both;
	margin-top:20px;
	width:100%;
}

table.themessages th,
table.themessages td {
	background:#e5f4fc;
	border-bottom:1px solid #fff;
	padding:3px 4px 0 6px;
}

table.themessages th {
	background:#97c2d8;
	border-right:1px solid #fff;
	color:#fff;
	font-weight:bold;
	padding:3px;
}

table.themessages tr.new td {
	background:#fff;
	font-weight:bold;
}

table.themessages tr.new td,
table.themessages tr.new td a {
	color:#3a3b3e;
}

table.themessages tr td,
table.themessages tr td a {
	color:#56575a;
	text-decoration:none;
}

div#messagenum {
	color:#56575a;
	font-size:0.8em;
	padding-bottom:20px;
	margin:20px 30px 15px 30px;
}

div#messagenum a {
	color:#56575a;
	font-weight:bold;
}

div#messageoptionsbg {
	background:url(/media/images/corners/messageOptionsBg.gif) bottom left no-repeat;
	float:left;
	padding-bottom:23px;
	width:616px;
}


/* -- message page -- */


div#messagescontent {
	clear:both;
	display:inline;
	float:left;
	margin:0 15px;
	padding-bottom:20px;
	padding-top:20px;
	width:586px;
}

div.thesender,
div.themessagecontainer {
	float:left;
}

div.thesender {
	font-size:0.8em;
	font-weight:bold;
	margin-right:15px;
	text-align:center;
	width:67px;
}
div.thesender a 
{
	text-decoration:none;
}
div.thesender a:hover
{
	text-decoration:underline;
}

div.thesender img {
	padding-bottom:6px;
}

div.thesender img.paddingtop {
	padding-top:6px;
}


div.thesender div.mentorProfileLeft
{
    width:100px;
    height:100px;
    float:left;
    text-align:center;
    background-image: url('/media/images/mfactorRating.gif');
    background-repeat: no-repeat; 
}

div.thesender div.mentorProfileLeft:hover
{
  cursor:hand;

}


div.thesender div.mentorProfileLeft span
{
    color:#000;
    font-family:Georgia,"Times New Roman",Times,serif;
	font-size:1.3em;
	font-weight:bold;
	padding:0px;
	left:-20px;
    position:relative;
    top:20px;

}


div.themessagecontainer {
	width:504px;
}

div.themessage {
	background:url(/media/images/speechLeftGreen2.gif) 0px 30px no-repeat;
	padding-left:31px;
}

div.themessage div {
	background:#edf2e4;
	
	}

div.themessage div div {
	color:#6d6d71;
	padding:10px 20px 20px 20px;
	overflow-x:auto;
}

div.themessage div div p {
	font-size:0.8em;
}

p.messagedate {
	font-size:0.8em;
	font-weight:bold;
	text-align:right;
}

p.messagesubject {
	color:#56575a;
	font-size:1.1em !important;
	margin-bottom:10px;	
}

p.messagelinks {
	margin-top:10px;	
}

p.messagelinks,
p.messagelinks a {
	color:#118bc1;
	font-weight:bold;
	text-decoration:none;
}

p.messagelinks a:hover {
	text-decoration:underline;
}

div.mfactorrating {
	background:#d9e8f0;
	margin-left:30px;
}

div.mfactorrating p {
	color:#fff;
	font-size:0.8em;
	margin:0;
	padding:40px 0;
	text-align:center;
}

div.mfactorrating p span {
	font-size:1.2em;
	font-weight:bold;
}

div.messagebuttons {
	margin-top:10px;
	margin-left:30px;
}

div.conversationhistory {
	clear:both;
	float:left;
	margin-top:15px;
	width:586px;
}

div.conversationhistory h2 {
	border-bottom:1px solid #e4e4ea;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	margin-bottom:20px;
	padding-bottom:10px;
}

div.historyitem {
	clear:both;
	overflow:hidden;
	margin-bottom:6px;
}

div.historyicon {
	float:left;
	display:inline;
	margin:0 10px 0 30px;
	width:44px;
}

div.historydetails {
	background:url(/media/images/speechLeftGreen3.gif) 0 7px no-repeat;
	float:left;
	width:502px;
}

div.historydetails div {
	background:#edf2e4;
	display:inline;
	float:left;
	margin-bottom:10px;
	margin-left:25px;
	padding:5px;
}

div.historydetails div div.historysubject {
	color:#56575a;
	float:left;
	font-size:0.9em;
	font-weight:bold;
	padding:5px;
}

div.historydetails div div.historysubject a {
	color:#118bc1;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
}

div.historydetails div div.historysubject a:hover {
	text-decoration:underline;
}

div.historydetails div div.historydate {
	color:#56575a;
	float:right;
	font-size:0.7em;
	font-weight:bold;
	margin-bottom:0;
	padding:5px;
}


/* -- message centre reply -- */

div.thereply {
	background:url(/media/images/speechLeftBlue.gif) 0px 30px no-repeat;
	padding-left:31px;
}

div.thereply div {
	background:#d9e8f0;}

div.thereply div div {
	color:#6d6d71;
	padding:10px 20px 20px 20px;
}

div.thereply div div label {
	font-size:1em;
}

div.thereply div div input {
	width:25em;
}

div.thereply div div textarea {
	font-size:1em;
	margin-top:10px;
	width:400px;
}

div.thereply div div p {
	color:#48494b;
	font-size:0.9em;
	font-weight:bold;
	padding-bottom:5px;
}

div.historydetails div.historymessage {
	clear:both;
	color:#6d6d71;
	font-size:0.8em;
	margin-right:10px;
	width:427px;
}

div.historydetails div.historymessage a {
	color:#f37715;
	text-decoration:none;
}

div.historydetails div.historymessage a:hover {
	text-decoration:underline;
}


/* -- message sent (7.2a message centre reply) -- */

div.messagesent p {
	color:#48494b;
}

div.messagesent p.replytitle {
	font-weight:bold;
	margin:10px 0 20px 0;
}

div.messagesent p.replytitle span {
	font-size:1.3em;
}

p.messagesenttext {
	color:#48494b;
	font-size:0.9em;
	padding:5px 10px 0 0;
}

/* -- rate mentor -- */
div.ratementorlink {
	color:#48494b;
	font-size:0.8em;
	padding-top:10px;
}

div.ratementorlink a {
	color:#48494b;
	font-weight:bold;
	text-decoration:none;
}

div.ratementorlink a:hover {
	text-decoration:underline;
}

div.mentorrating {
	background:url(/media/images/mfactorRating.gif) top center no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	margin-top:10px;
	padding-top:90px;
}


div.ratementor {
	background:#d9e8f0;
	clear:both;
	display:inline;
	float:left;
	margin-left:31px;
	width:473px;
	padding-bottom:20px;
}

div.ratementor p {
	font-size:0.8em;
	margin:15px;
}

div.ratementor p.aligncenter {
	text-align:center;
}

div.ratementor p.ratementorheader {
	color:#56575a;
	font-size:1.2em;
}


/* -- thank you to mentor -- */

div.thankyourmentor {
	background:#d7e858;
	clear:both;
	display:inline;
	float:left;
	margin-left:31px;
	text-align:center;
	width:473px;
}

div.thankyourmentor div.closewindow {
	text-align:right;
	margin:10px;
}

div.thankyourmentor p.thankyoudeposited {
	color:#56575a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	margin:20px 20px 30px 20px;
}

/* -- share your conversations -- */

div.taglist,
div.sharebuttons {
	background:#d9e8f0;
	clear:both;
	display:inline;
	float:left;
	padding-top:10px;
	margin-left:45px;
	width:556px;
}


div.taglist {
	text-align:center;
}

div.taglist table {
	margin:20px;
}

div.taglist td {
	color:#56575a;
	padding-bottom:10px;
	text-align:left;
}

p.requestsent {
	color:#56575a;
	font-size:1.2em;
	padding:20px 0 5px 10px;
	text-align:left;
}

p.requestsenttags {
	color:#56575a;
	padding:0 0 30px 100px;
	text-align:left;
}

div.taglist td a,
p.requestsenttags a {
	color:#37aee4;
	font-weight:bold;
	text-decoration:none;
}

p.requestsenttags a.editlink {
	color:#f37715;
}

div.taglist td a:hover,
p.requestsenttags a:hover {
	text-decoration:underline;
}

div.taglist label {
	font-size:1em;
	font-weight:bold;
	padding-right:10px;
}

div.taglist input {
	width:250px;
}


/** -- calls for help -- */

h3.callforhelp {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	font-weight:normal;
}

h4.existingcalls {
	clear:both;
	border-bottom:1px solid #e4e4ea;
	font-size:1.1em;
	font-weight:normal;
	padding-top:10px;
	padding-bottom:5px;
}

div.callhelp {
	background:#edf2e4;
	margin-top:20px;
}

div.helpcontainer {
	border-bottom:1px solid #fff;
	padding:10px;
}

div.helpheader,
div.helpdate {
	color:#56575a;
	float:left;
	font-size:0.9em;
	font-weight:bold;
}

div.helpdate {
	float:right;
	font-size:0.8em;
}

div.helptext {
	clear:both;
	font-size:1.1em;
	padding:5px 120px 5px 0;
}

div.helptext p.helplinks {
	margin-top:5px;
}

div.helptext p.helplinks a {
	color:#1590c8;
	font-weight:bold;
	text-decoration:none;
}

div.helptext p.helplinks a:hover {
	text-decoration:underline;
}

textarea.callorhelpinput {
	height:120px;
	margin-bottom:10px;
	width:580px;
	font-size:100%;
}


/* -- shared conversation request received -- */

div.requestreceived {
	margin-bottom:10px;
	margin-left:20px;
	width:576px;
}

div.requestreceivedmsgs {
	margin:0 20px !important;
	padding-bottom:10px !important;
	padding-top:0 !important;
	width:576px !important;
}

div.requestreceivedmsgs div.conversationhistory {
	width:576px;
}

div.requestreceivedmsgs div.historyicon {
	margin-left:0;
}

div.requestreceivedmsgs div.historydetails {
	width:522px;
}

h3.requestreceivedhdr {
	clear:both;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:1.4em;
	font-weight:normal;
	margin:10px 20px !important;
	padding-top:10px !important;
}

p.requestreceivedpara {
	font-size:0.9em;
	margin:0 20px 20px 20px;
}

