

div#rightcol {
	float:left;
	width:328px;
}

/*Holds top elements eg: search and login panels on homepage - */
div#topElementsHolder 
{
    background:#fff url(/media/images/topRightCnr.gif) no-repeat top right;
    float:left; /* ie6 fix */
		overflow:hidden; 
    padding: 6px 0 5px 0;
		width:328px;
}

/* -- search box  -- */
div#searchcontainer {
	background:#d7e858 url(/media/images/bottomLeftCnrGreen.gif) bottom left no-repeat;
	float:left;
	padding-bottom:18px;
	width:322px;
}

div#searchcontent {
	background:#d7e858 url(/media/images/searchBoxTop.gif) top left no-repeat;
	float:left;
	padding-top:18px;
	width:322px;
}
select.mentorstatus
{
	height:18px;
	width:150px;
	font-size:9pt;
}
div#searchcontent form div {
	float:left;
}

div#searchcontent form div#searchbox {
	display:inline; /* ie6 fix */
	margin-left:18px;
	margin-right:5px;
	text-align:right;
}

div#searchcontent form div #searchbutton {
	margin-top:0px;
}


div#searchbox .searchbox-refine
{
	margin-left:60px;
	width:150px;
}

div#searchcontent form select {
	margin-top:0px;
}

div#searchcontent input {
	color:#696969;
	font-weight:bold;
}

div#searchcontent input#searchtext {
	width:180px;
}

div#searchcontent label {
	font-weight:bold;
}


/* -- sign in / join box  -- */

div#signin {
	clear:both;
	float:left;
	margin-top:5px;
	width:322px;
}

div#signinheader {
	background:#3b3b38 url(/media/images/registeredTop.jpg) top left no-repeat;
	border-bottom:1px solid #dedfdd;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	padding:0.7em 10px;
}

div#signinform {
	background:#bdbebb url(/media/images/registeredBottom.jpg) bottom left no-repeat;
	float:left;
	text-align:right;
	width:322px;
}

div#signinform div {
	float:left;
}

div#signinform fieldset {
	margin:0 12px 0 10px;
	padding-top:10px;
	text-align:right;
	width:200px;
}

div#signinform fieldset label {
	font-weight:bold;
}

div#signinform fieldset input {
	margin-bottom:5px;
	width:120px;
}

div#signinform div#forgot {
	margin-right:7px;
	margin-top:2px;
	text-align:right;
	width:140px;
}

div#signinform div#forgot a {
	color:#cfeefc;
	font-size:0.8em;
	font-weight:bold;
	margin-left:10px;
}

div#signinform div#login {
	margin-right:10px;
	width:65px;
}

div#signinform div#joinbutton {
	margin-top:10px;
	padding-bottom:10px;
	width:80px;
}


/* -- registered box  -- */

div#registeredcontainer {
	clear:both;
	float:left;
	margin-top:5px;
	width:322px;
}

div#registeredwelcome {
	background:#3b3b38 url(/media/images/registeredTop.jpg) top left no-repeat;
	border-bottom:1px solid #dedfdd;
	float:left;
	text-align:right;
	width:322px;
}

div#registeredwelcome div {
	float:left;
}

div#registeredwelcome div#taxi {
	display:inline; /* ie6 fix */
	margin:10px 0 0 10px;
	padding-bottom:10px;
}

div#registeredwelcome div#welcometext {
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	margin:1em 10px 0 10px;
}

div#registeredwelcome div#signout {
	float:right;
	margin:9px 8px 0 10px;
}

div#registeredwelcome div#signout a {
	color:#fff;
	font-size:0.7em;
	font-weight:bold;
	text-decoration:none;
}

div#registeredwelcome div#signout a:hover {
	text-decoration:underline;
	cursor:pointer;
}

div#registeredmessages {
	background:#bdbebb url(/media/images/registeredBottom.jpg) bottom left no-repeat;
	float:left;
	text-align:center;
	width:322px;
}

div#registeredmessages ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

div#registeredmessages ul li {
	background:url(/media/images/registeredLinkSeperator.gif) top right no-repeat;
	float:left;
	padding:5px 0;
}

div#registeredmessages ul li a {
	color:#000;
	font-size:0.9em;
	font-weight:bold;
	padding:0 5px;
	text-decoration:none;
}

div#registeredmessages ul li a:hover {
	text-decoration:underline;
	cursor:pointer;
}

div#registeredmessages ul li.firstlink {
	padding-left:10px;
}

div#registeredmessages ul li.lastlink {
	background:none;
}

div#registeredmessages ul li.currentlink {
	margin-left:-1px;
}

div#registeredmessages ul li.currentlink a {
	background:#fff;
	padding-bottom:7px;
	padding-top:7px;
}

div#youhavemessages {
	float:left;
	margin-top:10px;
	padding-bottom:10px;
	text-align:center;
}

div#youhavemessages div {
	float:left;
}

div#youhavemessages div#newmessages {
	padding:10px 10px 0 0;
}

div#youhavemessages a#envelope {
	background:url(/media/images/registeredMessages.gif) top left no-repeat;
	color:#e67e24;
	display:block;
	font-size:1.8em;
	height:41px;
	width:65px;
}

div#youhavemessages a#envelope:hover {
	text-decoration:none;
	cursor:pointer;
}

div#youhavemessages a {
	color:#fff;
	font-size:0.7em;
	font-weight:bold;
	margin-left:10px;
	text-decoration:none;
}

div#youhavemessages a:hover {
	text-decoration:underline;
	cursor:pointer;
}

/* -- for mentor pages -- */

div#mentorpanels {
	clear:both;
	float:left;
	padding-left:30px;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
}

div#mentorpanels div {
	float:left;
	height:98px;
	width:80px;
	margin-right:10px;
}

div#mentorpanels div p {
    color:#FFFFFF;
    font-family:Georgia,"Times New Roman",Times,serif;
}

div#mentorpanels div a {
	text-decoration:none;
}

div#mentorpanels div a:hover {
	text-decoration:underline;
	cursor:pointer;
}

div#mentorpanels div.registermentor {
	font-family:Arial, Helvetica, sans-serif;
	margin-left:10px;
	padding-top:1px;
	padding-bottom:0px;
	width:180px;
}

div#mentorpanels div.registermentor p {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	width:180px;
	
}

div#mentorpanels div.registermentor a {
	background:url(/media/images/btns/registerAsAMentor.gif) top left no-repeat;
	padding-top:8px;
	display:block;
}
div#mentorpanels div.registermentor a:visited {
	background:url(/media/images/btns/registerAsAMentorOvr.gif) top left no-repeat;cursor:pointer;
	color:#fff;
}


div#mentorpanels div.registermentor a:hover {
	background:url(/media/images/btns/registerAsAMentorOvr.gif) top left no-repeat;cursor:pointer;
}


div.mentornewmessages {
	background:url(/media/images/mpanelNewMessages.gif) top left no-repeat;
}

div.mentornewmessages p {
	padding-top:0px;
}

div.mentornewmessages p:hover{
	padding-top:0px;
	cursor:pointer;
	
}

div.mentornewmessages p a {
	color:#f36f31;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.5em;
	line-height:1.7em;
}

.ratingimgdefault{
        
      border-width: 0px; position: relative; left: -6px; top: -15px;
    
    }

.ratingimg{
        
      border-width: 0px; position: relative; left: -6px; top: -28px;
    
    }

div.mfactornumber {
	background:url(/media/images/mpanelMFactor.gif) top left no-repeat;
	margin:0 px;
	height:100px;
	width:80px;
	padding:0px;
}

div.mfactornumber:hover 
{
    cursor:pointer;
    

}

div.mfactornumber span
{
    color:#FFFFFF;
    font-family:Georgia,"Times New Roman",Times,serif;
	font-size:1em;
	font-weight:bold;
	padding:0px;
	left:0px;
    position:relative;
    top:-13px;
}

div.thankyoubanknumber {
	background:url(/media/images/mpanelThankyouBank.gif) top left no-repeat;
}

div.thankyoubanknumber p {
	font-size:1.2em;
	padding:20px 0px 10px 10px;
}


/* -- registered box with thank you bank -- */

div#registeredwelcomethankyou {
	background:#3b3b38 url(/media/images/registeredTop.jpg) top left no-repeat;
	border-bottom:1px solid #dedfdd;
	float:left;
	text-align:right;
	width:322px;
}

div#registeredwelcomethankyou div#taxi {
	float:left;
	display:inline; /* ie6 fix */
	margin:10px 0 0 10px;
	padding-bottom:10px;
	width:44px;
}

div#registeredwelcomethankyou div#welcomecontainer {
	float:left;
	width:258px;
}

div#registeredwelcomethankyou div#welcomestatus {
	color:#fff;
	font-size:0.7em;
	font-weight:bold;
	margin-left:10px;
	text-align:left;
	width:258px;
}

div#registeredwelcomethankyou div#welcomestatus a {
	color:#fff;
	font-size:1em;
	text-decoration:none;
}

div#registeredwelcomethankyou div#welcomestatus a:hover {
	text-decoration:underline;
	cursor:pointer;
}

div#registeredwelcomethankyou div#welcomestatus select {
	margin:0 10px;
}

div#registeredwelcomethankyou div#welcometext {
	color:#fff;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	margin:10px 0 5px 10px;
}

div#registeredwelcomethankyou div#signout {
	float:right;
	margin:5px 0 5px 10px;
}

div#registeredwelcomethankyou div#signout a {
	color:#fff;
	font-size:0.7em;
	font-weight:bold;
	text-decoration:none;
}

div#registeredwelcomethankyou div#signout a:hover {
	text-decoration:underline;
	cursor:pointer;
}


div.thankyoubank div {
	margin-left:10px !important;
}

div.thankyoubank div.banktext {
	color:#fff;
	font-size:0.9em;
	font-weight:bold;
	margin-left:20px !important;
	margin-top:10px;
}


/* -- right column split -- */

div#rightcolcol {
	background:url(/media/images/advertRightColBg.gif) top left repeat-y;
	clear:both;
	float:left;
	width:328px;
}


/* -- right advert - vinspired -- */

div#rightcoladvert {
	float:left;
	width:120px;
	margin-left:10px;
	
}


/* -- wisdom pool list -- */

div#wisdompool {
	background:#fff;
	border-top:10px solid #edf2e4;
	padding-top:18px;
	float:right;
}

div#wisdompool h3 {
	border-bottom:1px solid #e4e4ea;
	color:#1f1f20;
	margin:0;
	padding-bottom:2px;
}

div#wisdompool ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

div#wisdompool ul li {
	border-bottom:1px solid #e4e4ea;
	display:block;
	padding:0 0 10px 40px;
	margin-right:30px;
	margin-top:10px;
	min-height:32px;
	height:auto !important; /* ie6 fix for min-height */
	height:32px;
}
div#wisdompool ul li#summary { background:url(/media/images/icons/summary_icon.gif) top left no-repeat; cursor:pointer; }
div#wisdompool ul li#tags { background:url(/media/images/icons/tags_icon.gif) top left no-repeat;cursor:pointer; }

div#wisdompool ul li#stories { background:url(/media/images/icons/stories.gif) top left no-repeat;cursor:pointer; }
div#wisdompool ul li#pearlsofwisdom { background:url(/media/images/icons/pearlsWisdom.gif) top left no-repeat;cursor:pointer; }
div#wisdompool ul li#usefullinks { background:url(/media/images/icons/usefulLinks.gif) top left no-repeat;cursor:pointer; }
div#wisdompool ul li#sharedconversations { background:url(/media/images/icons/sharedConversations.gif) top left no-repeat;cursor:pointer; }
div#wisdompool ul li#books { background:url(/media/images/icons/books.gif) top left no-repeat;cursor:pointer; }
div#wisdompool ul li#groups { background:url(/media/images/icons/groups.gif) top left no-repeat; cursor:pointer;}

div#wisdompool ul li a {
	color:#37aee4;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
}


div#wisdompool ul li a.on {
	color:#48494b;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
	margin-left:-11px;
}

div#wisdompool ul li a:hover {
	text-decoration:underline;
	cursor:pointer;
}

div#wisdompool ul li.lastwisdom {
	border-bottom:1px solid #e4e4ea;
}

/* -- the container -- */
div#rightboxes {
	float:left;
	margin-right:0px;
	width:193px;

}

/* -- the box -- */
div.rightbox {
	clear:both;
	float:left;
	border-bottom:5px solid #fff;
	width:197px;
}

/* There are 3 different coloured boxes: 
light grey (#edf2e4), light blue (#d9e8f0) and light purple (#e0e2ed) */

div.greybox { background:#edf2e4 url(/media/images/sideboxes/topLeftCnrGrey.gif) top left no-repeat; }
div.bluebox { background:#d9e8f0 url(/media/images/sideboxes/topLeftCnrBlue.gif) top left no-repeat; }
div.purplebox { background:#e0e2ed url(/media/images/sideboxes/topLeftCnrPurple.gif) top left no-repeat; }

div.boxcontainergrey {
	background:url(/media/images/sideboxes/bottomLeftCnrGrey.gif) bottom left no-repeat;
	float:left;
	width:193px;
}

div.boxcontainerblue {
	background:url(/media/images/sideboxes/bottomLeftCnrBlue.gif) bottom left no-repeat;
	float:left;
	width:193px;
}

div.boxcontainerpurple {
	background:url(/media/images/sideboxes/bottomLeftCnrPurple.gif) bottom left no-repeat;
	float:left;
	width:193px;
}

div.rightbox h3 {
	color:#535455;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:normal;
	margin:0 15px 15px 13px;
	padding-top:10px;
}

div.rightboxcontent {
	border-top:1px solid #fff;
	padding:15px;
}

div.orangebutton {
	margin:0 10px 10px 0;
	text-align:center;
}

div.orangebutton a {
	color:#fff;
	float:left;
	font-weight:bold;
	text-decoration:none;
}

div.orangebutton a span {
	float:left;
	font-size:0.7em;
	padding-bottom:8px;
	padding-top:8px;
}

div.orangebutton a:hover span {
	color:#000;
	cursor:pointer;
}

/* -- these hover images are just test ones, will need proper ones from the designer -- */
/* div.orangebutton a:hover {
	background:url(/media/images/btns/btnBlackBottomTest.gif) bottom left no-repeat;
	color:#000;
}

div.orangebutton a:hover span {
	background:url(/media/images/btns/btnBlackTopTest.gif) top left no-repeat;
} */


/*
There are 3 different sizes of buttons - small, medium and large.
From the designs, the grey boxes have used all size buttons.
The blue boxes have just used the large button.
Thus there are the following button images:
	
	> btnOrangeBottomBlue.gif
	> btnOrangeTopBlue.gif
	
	> btnOrangeBottomGreyLrg.gif
	> btnOrangeTopGreyLrg.gif
	
	> btnOrangeBottomGreyMed.gif
	> btnOrangeTopGreyMed.gif

	> btnOrangeBottomGreySm.gif
	> btnOrangeTopGreySm.gif
*/

/* -- the small button, grey background -- */

div.smallbutton {
	display:inline; /* ie6 fix */
	float:right;
	margin:0 10px 10px 0;
	padding:0;
}

div.smallbutton a {
	background:url(/media/images/btns/btnOrangeBottomGreySm.gif) bottom left no-repeat;
	width:70px;
}

div.smallbutton a span {
	background:url(/media/images/btns/btnOrangeTopGreySm.gif) top left no-repeat;
	color:#fff;
	margin:0;
	width:70px;
}

/* TODO@ the hover images, if required */
div.smallbutton a:hover { background:url(/media/images/btns/btnOrangeBottomGreySm.gif) bottom left no-repeat;cursor:pointer; }
div.smallbutton a:hover span { background:url(/media/images/btns/btnOrangeTopGreySm.gif) top left no-repeat;cursor:pointer; }


/* -- the medium button, grey background -- */

div.mediumbutton,
div.mediumbuttonwhite,
div.mediumbuttonblue {
	display:inline; /* ie6 fix */
	float:right;
	margin:0 10px 10px 0;
	padding:0;
}

div.mediumbutton a,
div.mediumbuttonwhite a,
div.mediumbuttonblue a {
	background:url(/media/images/btns/btnOrangeBottomGreyMed.gif) bottom left no-repeat;
	width:100px;
}

div.mediumbuttonwhite a {
	background:url(/media/images/btns/btnOrangeBottomWhiteMed.gif) bottom left no-repeat;
}

div.mediumbuttonblue a {
	background:url(/media/images/btns/btnOrangeBottomBlueMed.gif) bottom left no-repeat;
}

div.mediumbutton a span,
div.mediumbuttonwhite a span,
div.mediumbuttonblue a span {
	background:url(/media/images/btns/btnOrangeTopGreyMed.gif) top left no-repeat;
	color:#fff;
	margin:0;
	width:100px;
}

div.mediumbuttonwhite a span {
	background:url(/media/images/btns/btnOrangeTopWhiteMed.gif) top left no-repeat;
}

div.mediumbuttonblue a span {
	background:url(/media/images/btns/btnOrangeTopBlueMed.gif) top left no-repeat;
}

/* TODO@ the hover images, if required */
div.mediumbutton a:hover { background:url(/media/images/btns/btnOrangeBottomGreyMed.gif) bottom left no-repeat;cursor:pointer; }
div.mediumbutton a:hover span { background:url(/media/images/btns/btnOrangeTopGreyMed.gif) top left no-repeat;cursor:pointer; }
div.mediumbuttonWhite a:hover { background:url(/media/images/btns/btnOrangeBottomWhiteMed.gif) bottom left no-repeat; cursor:pointer;}
div.mediumbuttonWhite a:hover span { background:url(/media/images/btns/btnOrangeTopWhiteMed.gif) top left no-repeat;cursor:pointer; }

/* -- the large button, largerbutton, grey background and blue background-- */

div.largebutton, 
div.largebuttonblue,
div.largebuttonwhite,
div.largerbuttonwhite {
	display:inline;
	float:left;
	margin:0 22px;
	padding-bottom:10px;
}

div.largebutton a,
div.largebuttonblue a,
div.largebuttonwhite a,
div.largerbuttonwhite a {
	background:url(/media/images/btns/btnOrangeBottomGreyLrg.gif) bottom left no-repeat;
	width:153px;
}

div.largebuttonblue a {
	background:url(/media/images/btns/btnOrangeBottomBlueLrg.gif) bottom left no-repeat;
}

div.largebuttonwhite a {
	background:url(/media/images/btns/btnOrangeBottomWhiteLrg.gif) bottom left no-repeat;
}

div.largerbuttonwhite a {
	background:url(/media/images/btns/btnOrangeBottomWhiteLarger.gif) bottom left no-repeat;
	width:200px;
}

div.largebutton a span,
div.largebuttonblue a span,
div.largebuttonwhite a span,
div.largerbuttonwhite a span {
	background:url(/media/images/btns/btnOrangeTopGreyLrg.gif) top left no-repeat;
	color:#fff;
	width:153px;
}

div.largebuttonblue a span {
	background:url(/media/images/btns/btnOrangeTopBlueLrg.gif) top left no-repeat;
}

div.largebuttonwhite a span {
	background:url(/media/images/btns/btnOrangeTopWhiteLrg.gif) top left no-repeat;
}

div.largerbuttonwhite a span {
	background:url(/media/images/btns/btnOrangeTopWhiteLarger.gif) top left no-repeat;
	width:200px;
}

/* TODO@ the hover images, if required */
div.largebutton a:hover { background:url(/media/images/btns/btnOrangeBottomGreyLrg.gif) bottom left no-repeat; cursor:pointer;}
div.largebutton a:hover span { background:url(/media/images/btns/btnOrangeTopGreyLrg.gif) top left no-repeat;cursor:pointer; }

div.largebuttonblue a:hover { background:url(/media/images/btns/btnOrangeBottomBlueLrg.gif) bottom left no-repeat; cursor:pointer;}
div.largebuttonblue a:hover span { background:url(/media/images/btns/btnOrangeTopBlueLrg.gif) top left no-repeat; cursor:pointer;}



/* -- track your time box -- */

div.trackyourtime div.rightboxcontent {
	background:url(/media/images/icons/trackyourtime.gif) 110px 10px no-repeat;
	padding-bottom:0;
}

div.trackyourtime div.rightboxcontent p {
	color:#48494b;
	font-size:0.8em;
	font-weight:bold;
	line-height:1.4em;
	margin-bottom:10px;
}

div.trackyourtime span {
	color:#239cd2;
	font-size:1.2em;
}

div.trackyourtime span.currenttime {
	color:#48494b;
}

div.trackyourtimeanimated div.rightboxcontent {
	background:url(/media/images/icons/trackyourtime_animated.gif) 110px 10px no-repeat;
	padding-bottom:0;
}



div.trackyourtimeanimated div.rightboxcontent p {
	color:#48494b;
	font-size:0.8em;
	font-weight:bold;
	line-height:1.4em;
	margin-bottom:10px;
}

div.trackyourtimeanimated span {
	color:#239cd2;
	font-size:1.2em;
}

div.trackyourtimeanimated span.currenttime {
	color:#48494b;
}


/* -- tags box -- */

div.tags div.rightboxcontent {
	padding-bottom:0 !important;
}

div.tags div.rightboxcontent p {
	color:#56575a;
	font-size:0.8em;
	/* font-weight:bold; */
	line-height:1.4em;
}

div.tags div.rightboxcontent p span {
	color:#48494b;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4em;
}

div.tags div.othermemberstagged {
	clear:both;
	padding:5px 15px 0 15px;
}

div.tags div.othermemberstagged p {
	color:#56575A;
	font-size:0.8em;
	padding-bottom:5px;
}

div.tags div.othermemberstagged p span {
	color:#48494b;
	font-weight:bold;
}

div.tags div.othermemberstagged p.mentortags {
	color:#48494b;
	font-size:0.7em;
}

div.tags div.othermemberstagged p.mentortags a {
	color:#239CD2;
	font-weight:bold;
	text-decoration:none;
}

div.tags div.othermemberstagged p.mentortags a:hover {
	text-decoration:underline;
	cursor:pointer;
}

div.tags input.addtag {
	width:162px;
}



/* -- create your pool of wisdom box -- */

div.createyourpool div.boxcontainergrey div.rightboxcontent {
	background:url(/media/images/handsGreyLight.gif) bottom center no-repeat;
	padding-bottom:60px;
}

div.createyourpool h4 {
	font-size:1em;
	margin-bottom:0;
}

div.createyourpool h4 a {
	color:#525356;
	font-size:0.8em;
	text-decoration:none;
}

div.createyourpool h4 a:hover {
	text-decoration:underline;
	cursor:pointer;
}

div.createyourpool div.rightboxcontent p {
	color:#56575a;
	font-size:0.9em;
	margin-bottom:10px;
}

div.createyourpool div.rightboxcontent p.smaller {
	font-size:0.8em;
}

div.createyourpool div.rightboxcontent p.smaller a {
	font-size:1em;
}

div.createyourpool div.rightboxcontent p.last {
	margin-bottom:0;
}

/* -- who's doing what now box -- */

div.whodowhat div.rightboxcontent p {
	font-size:0.8em;
	margin-bottom:15px;
}

div.whodowhat div.rightboxcontent p a {
	color:#57575c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.95em;
	font-weight:bold;
	text-decoration:none;
}

div.whodowhat div.rightboxcontent p a:hover {
	text-decoration:underline;
	cursor:pointer;
}

div.thankbank {
	background:url(/media/images/thankyoubank.gif) top left no-repeat;
	color:#fff;
	float:left;
	font-weight:bold;
	padding-top:70px;
	width:193px;
}

div.thankbank div {
	display:inline; /* ie6 fix */
	float:left;
	padding:2px 0px 10px 1px;
	text-align:center;
}

div.thankyouleft {
	background:url(/media/images/thankBankLeftBg.gif) top left no-repeat;
	height:24px;
	margin-left:33px;
	width:21px;
}

div.thankyoumid {
	background:url(/media/images/thankBankMidBg.gif) top left no-repeat;
	height:24px;
	width:22px;
}

div.thankyouright {
	background:url(/media/images/thankBankRightBg.gif) top left no-repeat;
	height:24px;
	width:22px;
}


/* -- new thankyou bank -- */

div.thankyoubankbox {
	background:#d7e858 url(/media/images/corners/bottomLeftCnrGreen.gif) bottom left no-repeat;
	color:#57575c;
	font-size:0.8em;
	font-weight:bold;
	line-height:1.8em;
	padding-bottom:10px;
	text-align:center;
}

div.thankyoubankbox img {
	padding-bottom:5px;
}

div.thankyoubankbox span {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	font-weight:normal;
}


/* -- thinking of mentoring box, send a call box -- */

div.handsbgblue {
	background:url(/media/images/handsblue.gif) bottom center no-repeat;
	float:left;
	padding-bottom:53px;
}

div.handsbgblue p.aboutSubHead {
	padding: 0px 14px 17px 14px;
	font-size: 88%;
	color: #525356;
}

div.handsbgblue p.aboutBody {
	color:#525356;
	font-size:0.8em;
	padding:0 14px 17px 14px;
}

div.thinking div.rightboxcontent p,
div.sendacall div.rightboxcontent p {
	background:url(/media/images/iconFaceBlue.gif) bottom center no-repeat;
	font-size:0.9em;
	margin-bottom:0;
	padding-bottom:68px;
}

div.thinking div.thinkingcontent {
	border-top:1px solid #fff;
	padding-top:10px;
	width:193px;
}

/* -- testimonial box -- */

div.testimonial p.testimonialtext {
	background:url(/media/images/quoteMark.gif) top left no-repeat;
	font-size:0.75em;
	padding-top:32px;
}

div.testimonial p.testimonee {
	font-size:0.75em;
	font-weight:bold;
	margin-bottom:0;
}

div.testimonial div.rightboxcontent {
	padding-bottom:0;
}

div.handsbgpurple {
	background:url(/media/images/handspurple.gif) bottom center no-repeat;
	float:left;
	padding-bottom:63px;
}

/* -- partners box, sponsors box -- */

div.partners div.rightboxcontent,
div.sponsors div.rightboxcontent {
	float:left;
	padding-bottom:0;
	padding-right:0;
}

div.partners div.logoandname,
div.sponsors div.logoandname {
	clear:both;
	float:left;
	margin-bottom:10px;
	width:182px;
}

div.partners div.logoandname div,
div.sponsors div.logoandname div {
	float:left;
	width:50px;
}

div.partners div.logoandname div.namelink,
div.sponsors div.logoandname div.namelink {
	font-size:0.8em;
	font-weight:bold;
	margin-left:10px;
	padding-top:10px;
	width:113px;
}

div.partners div.logoandname div.namelink a,
div.sponsors div.logoandname div.namelink a {
	color:#239cd2;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
}

div.partners div.logoandname div.namelink a:hover,
div.sponsors div.logoandname div.namelink a:hover {
	text-decoration:underline;
	cursor:pointer;
}


/* -- life - mentor shout outs -- */

div.mentorshoutouts {
	background:#edf2e4 url(/media/images/sideboxes/topLeftCnrGrey.gif) top left no-repeat;
	clear:both;
	float:left;
	width:193px;
}

div.mentorshoutouts h3 {
	background:url(/media/images/iconShoutOuts.gif) 0 10px no-repeat;
	margin:0 10px 10px 10px;
	padding:5px 0 0 40px;
}

div.mentorshoutouts h4 {
	color:#239cd2;
	font-size:0.8em;
	font-weight:bold;
	margin-bottom:10px;
}

div.mentorshoutouts div.rightboxcontent {
	border-top:1px solid #e4e4ea;
	padding:9px;
}

div.mentorshoutouts div.rightboxcontent span {
	color:#239cd2;
	font-weight:bold;
}

div.mentorshoutouts div.bottomSpeechBubble {
	background:url(/media/images/bottomSpeechBubble.gif) bottom left no-repeat;
	padding-bottom:15px;
	width:178px;
}

div.mentorshoutouts  p.topSpeechBubble {
	background:#fff url(/media/images/topSpeechBubble.gif) top left no-repeat;
	color:#84858a;
	margin:0 0 12px 0;
	padding:12px 10px 0px 6px;
}


/* -- life - pearls of wisdom box -- */

div.pearlswisdom h3 {
	background:url(/media/images/iconPearlsWisdom.gif) 0 10px no-repeat;
	margin:0 10px 10px 10px;
	padding:5px 0 0 40px;
}

div.pearlswisdom div.rightboxcontent {
	border-top:1px solid #e4e4ea;
	padding:10px;
}

div.pearlswisdom div.rightboxcontent p {
	color:#56575a;
	padding:0 10px;
	margin-bottom:15px;
}

div.pearlswisdom div.rightboxcontent span {
	color:#239cd2;
	font-weight:bold;
}


/* -- your contacts -- */

div.yourcontacts ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

div.yourcontacts ul li {
	padding:5px 0 5px 25px;
}

div.yourcontacts ul li.available {
	background:url(/media/images/icons/available.gif) left no-repeat;
}

div.yourcontacts ul li.unavailable {
	background:url(/media/images/icons/unavailable.gif) left no-repeat;
	color:#aaaaab;
	font-size:0.7em;
	font-weight:bold;
}

div.yourcontacts ul li a {
	color:#239cd2;
	font-weight:bold;
	text-decoration:none;
}

div.yourcontacts ul li.unavailable a {
	color:#56575a;
	font-size:1.2em;
}



/* -- newest mentors -- */

div.mentordetails {
	overflow:auto;
	width:166px;
}

div.newestmentoricon {
	float:left;
	margin-right:10px;
	width:44px;
}

div.newestmentordetails {
	border-bottom:1px dashed #dce1d3;
	color:#535455;
	float:left;
	font-size:0.8em;
	font-weight:bold;
	padding-bottom:10px;
	width:112px;
}

div.newestmentordetails span {
	font-size:1.2em;
}

div.newestmentor div.rightboxcontent p {
	clear:both;
	margin-top:10px;
}

div.newestmentor div.rightboxcontent p span {
	color:#47484b;
	font-weight:bold;
}

div.boxbottom {
	border-top:1px solid #fff;
	clear:both;
	float:left;
	font-weight:bold;
	/* overflow:auto; */
	padding:4px 0 8px 0;
	text-align:center;
}

div.boxbottom div {
	background:none !important;
	margin-right:4px;
	padding-top:4px;
	width:12px !important;
}

div.boxbottom div.seemore {
	font-size:0.7em;
	font-weight:bold;
	margin-left:8px;
	margin-right:0;
	padding:2px 0 0 0;
	text-align:center;
	width:149px !important;
}

div.boxbottom div.floatLeft {
	margin-right:0;
}

div.boxbottom div.floatLeft img {
	margin-left:8px;
}

div.boxbottom div.seemore a {
	color:#535455;
	text-decoration:none;
}

div.boxbottom div.seemore a:hover {
	text-decoration:underline;
	cursor:pointer;
}



/* -- latest story -- */

div.lateststory p {
	margin-bottom:10px;
}

div.lateststory p a {
	color:#239cd2;
	font-weight:bold;
	text-decoration:none;
}

div.lateststory p a:hover {
	text-decoration:underline;
	cursor:pointer;
}

div.lateststory p a.boxtitle {
	font-size:1.2em;
}

div.lateststorydetails {
	overflow:auto;
	width:166px;
}

div.lateststoryicon {
	float:left;
	margin-right:10px;
	width:44px;
}

div.lateststoryauthor {
	border-bottom:1px dashed #dce1d3;
	color:#535455;
	float:left;
	font-size:0.8em;
	font-weight:bold;
	padding-bottom:10px;
	width:112px;
}

div.newestmentordetails span {
	font-size:1.2em;
}


/* -- latest shared conversation -- */

div.latestshared {
	clear:both;
	float:left;
	width:197px;
}

div.latestshared h4 {
	color:#239cd2;
	font-size:0.8em;
	font-weight:bold;
	margin-bottom:10px;
}

div.latestshared div.rightboxcontent {
	padding:9px;
}

div.latestshared div div div {
	background:url(/media/images/bottomSpeechBubblePurple.gif) bottom left no-repeat;
	padding-bottom:15px;
	width:178px;
}

div.latestshared div div div.speechBubbleLeft {
	background:url(/media/images/bottomSpeechBubblePurpleL.gif) bottom left no-repeat;
}

div.latestshared div div div p {
	background:#fff url(/media/images/topSpeechBubblePurple.gif) top left no-repeat;
	color:#84858a;
	margin:0 0 12px 0;
	padding:12px 15px 0 15px;
}

div.latestshared .nopaddingtop {
	padding-top:0 !important;
}

div.latestshared .nobordertop {
	border-top:0 !important;
}

div.latestshareddetails {
	padding:9px;
}

div.latestshareddetails div {
	background:none !important;
}

div.latestsharedicon {
	float:left;
	margin-right:10px;
	width:44px !important;
}

div.latestsharedauthor {
	border-bottom:1px dashed #999;
	color:#535455;
	float:left;
	font-size:0.8em;
	font-weight:bold;
	padding-bottom:10px !important;
	width:112px !important;
}

div.latestsharedauthor span {
	font-size:1.2em;
}

div.latestshared p {
	margin-bottom:10px;
}

div.latestshared p a {
	color:#239cd2;
	font-weight:bold;
	text-decoration:none;
}

div.latestshared p a:hover {
	text-decoration:underline;
	cursor:pointer;
}



/* -- search results filter --*/

div.refinesearch div.rightboxcontent {
	padding:0 0 20px 0;
	width:197px;
}

div.refinesearch div.rightboxcontent ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

div.refinesearch div.rightboxcontent ul li {
	border-top:1px solid #fff;
}

div.refinesearch div.rightboxcontent ul li a {
	color:#56575a;
	display:block;
	font-size:0.9em;
	font-weight:bold;
	height:1%;
	padding:4px 5px 4px 25px;
	text-decoration:none;
}

div.refinesearch div.rightboxcontent ul li a:hover,
div.refinesearch div.rightboxcontent ul li.searchselected {
	background:#a5cee4;
	cursor:pointer;
}

div.refinesearch div.rightboxcontent ul a.listheader {
	border:0;
	font-size:1.1em;
	padding-left:15px;
}

div.refinesearch div.rightboxcontent ul a.subheader {
	font-size:1em;
	padding-left:15px;
}

div.refinesearch div.rightboxcontent ul li.borderbottom {
	border-bottom:1px solid #fff;
}

div.refinesearch div.rightboxcontent ul li.noborder {
	border:0;
}

/*  */
div.searchMentor ul
{
	padding:0px;
	margin:0px;
	list-style-type:none;
	width:200px;
	
}
		
div.searchMentor h4
{
	border-bottom:1px solid #fff;
	padding: 2px 0px 2px 14px;
}
div.searchMentor ul li 
{
	border-bottom:1px solid #fff;
	padding:2px 0px  2px 14px;
}
	
/*  */	
div.prevSearchResults ul
{
	padding: 2px 0px 2px 14px;
	margin:0px 0px 20px 0px;
	list-style-type:none;			
}

div.prevSearchResults ul li a ,.searchMentor ul li a  
{
	text-decoration:none;
	color:#56575a;
	font-size:90%;
}
		
div.searchMentor ul li a 
{
	padding: 2px 0px 2px 14px;
}


/* -- your stuff, other peoples stuff -- */

div.yourstuff h3,
div.otherstuff h3 {
	color:#239cd2;
}

div.yourstuff h4,
div.otherstuff h4 {
	margin-top:10px;
}

div.yourstuff h4 a,
div.otherstuff h4 a {
	color:#56575A;
	font-size:1em;
	text-decoration:none;
}

div.otherstuff h4 a,
div.yourstuff h4 a.yourstuffselected {
	color:#239cd2;
}

div.otherstuff h4 a {
	color:#239cd2;
}

div.yourstuff h4 a:hover,
div.otherstuff h4 a:hover {
	color:#239cd2;
	text-decoration:underline;
	cursor:pointer;
}

div.yourstuff p,
div.otherstuff p {
	color:#56575A;	
	font-size:0.8em;
}

div.yourstuff h4.nomargintop,
div.otherstuff h4.nomargintop {
	margin-top:0;
}

.clearleft {
clear:left;
}

 #spyContainer div
{
    font-family:arial;
    color:#535455;
    font-size:0.8em;
    margin:10px 0px;
}