/*
Theme Name: FacultyFocus
Theme URI: http://magnapubs.com
Description: New theme for the Faculty Focus site.
Version: 1.0
Author: Magna Publications
Tags: variable width, two columns
*/

body {
    /* background: #FFF url(images/background.jpg) top center no-repeat; */
    background: #FFF;
    font-size: 80%;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    margin: 0;
    line-height: 1.6em;
    color: #111;
}
p {
    padding: 5px 0 10px 0;
    margin: 0;
}

a.topic-item {
	text-decoration: none;
        display: block;
        cursor: pointer;
}

a:hover.topic-item {
        text-decoration: none;
        display: block;
        background-color: #CCC;
        cursor: pointer;
}


a {
    color: #366394;
    text-decoration: underline;
}
a img {
    border: none;
}
a.with-rss-icon {
    background: url(images/rss-icon.jpg) left center no-repeat;
    padding: 7px 0 7px 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: .9em;
}
a.with-add-comment-icon {
    background: url(images/addcomment-icon.jpg) left center no-repeat;
    padding: 7px 0 7px 30px;
    font-size: .9em;
}
a.with-share-this-icon {
    background: url(images/sharethis-icon.jpg) left center no-repeat;
    padding: 7px 0 7px 30px;
    font-size: .9em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
}
h1 {
    font-size: 2.3em;
    line-height: 1.2em;
    margin: 0;
    padding: 4px 0;
}
h2 {
    font-size: 1.6em;
    line-height: 1.2em;
    color: #555;
    margin: 0;
    padding: 4px 0 8px 0;
}
h3 {
    font-size: 1.5em;
    margin: 0;
    padding: 4px 0;
}
h4 {
    font-size: 1.2em;
    color: #333;
    margin: 0;
    padding: 4px 0;
}
h5 {
    font-size: .9em;
    color: #777;
    margin: 0;
    padding: 4px 0;
    letter-spacing: 3px;
    text-transform: uppercase;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    color: #d47d2d;
}
h1.with-icon, h2.with-icon, h3.with-icon, h4.with-icon {
    background: url(images/fficon25px.gif) left center no-repeat;
    padding: 7px 0 7px 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #666;
}
h1.with-no-icon, h2.with-no-icon, h3.with-no-icon, h4.with-no-icon {
    padding: 7px 0 7px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #666;
}
h1.with-tp-icon, h2.with-tp-icon, h3.with-tp-icon, h4.with-tp-icon {
    background: url(images/tpicon.gif) left center no-repeat;
    padding: 7px 0  7px 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #666;
}
h1.with-app-icon, h2.with-app-icon, h3.with-app-icon, h4.with-app-icon {
    background: url(images/appicon.gif) left center no-repeat;
    padding: 7px 0  7px 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #666;
}



h4.with-icon {
    padding: 8px 0 7px 35px;
    font-size: 1.1em;
}
h3.with-comment-icon {
    background: url(images/comment-icon.jpg) left center no-repeat;
    padding: 7px 0 7px 30px;
    color: #366394;
}
h3.with-plus-icon {
    background: url(images/plus-sign.jpg) left center no-repeat;
    padding: 7px 0 7px 20px;
}
hr {
    height: 1px;
    padding: 0;
    margin: 0;
    margin: 15px 0;
    background-color: #666;
    border: 0;
}
hr.inner {
    background-color: #DDD;
}

#search .search-term {
        background-image:url('/wp-content/themes/facultyfocus/images/google-search50.gif');
        background-repeat:no-repeat;
        background-position: 3px 4px;
        background-color: #FFF;
        border: 1px solid #AAA;
        line-height: 16px;
        margin-bottom: 1px;
        padding: 2px;
        width: 120px;
}  

#nav-bar {
    text-transform: uppercase;
    background-color: #333;
    height: 30px;
    margin: 0px auto;
    line-height: 14pt;
    font-size: 7pt;
}

#cs-chat-two img {
	width: 220px;
}

#nav {
    font-family: Arial Black, Arial, Helvetica, sans-serif;
    background-color: #333;
    height: 30px;
    width: 970px;
    margin: 0px auto;
    line-height: 14pt;
}
    #nav ul {
        list-style: none;
        display: block;
        padding: 0;
        margin: 0;
        line-height: 14pt;
    }
    #nav ul li {
        display: inline;
        float: left;
        margin: 0;
        padding: 6px 0 0 0; 
        line-height: 14pt;
        margin-left: 20px; 
    }
    #nav ul li a {
        padding: 8px;
        color: #FFF;
        font-size: 7pt;
        line-height: 14pt;
        letter-spacing: 1px;
        text-decoration: none;
    }
    #nav ul li a:hover {
        background-color: #505050;
    }
    #category-title a:hover {
	display: block;
	background-color: #CCC;
	cursor: pointer;

    }
    #topic-title a:hover {
	display: block;
        background-color: #CCC;
	cursor: pointer;

    }
    #nav ul li a.current {
        color: #3f3f3f;
        background-color: #FFF;
    }
    #nav ul li ul {
        background: #FFF;
        border: 1px solid #CCC;
        left: -999em;
        position: absolute;
        width: 235px;
        top: 30px;
        z-index: 1000;
        padding: 0;
        margin: 0;
    }
    #nav li ul li {
        border-bottom: 1px solid #CCC;
        width: 235px;
        padding: 0;
        margin: 0;
    }
    #nav li ul li a {
        font-size: 10pt;
        font-weight: normal;
        letter-spacing: normal;
        padding: 5px 0 !important;
        display: block;
        color: #666;
        font-size: 9pt;
        font-family: Arial, Helvectica, sans-serif;
        text-transform: none;
    }
    #nav li:hover ul, #nav li.sfhover ul {
        left: auto;
    }
    #nav li ul li a:hover {
        background-color: #EEE;
    }

#container {
    width: 970px;
    margin: 0px auto;
    position: relative;
    text-align: left !important;
}

/****************************** Area to the left of the sidebar ***************/
#container #main-content {
    width: 735px;
    float: left;
    padding: 0 0 20px 0;
}

#container #main-content #main-pad {
    padding: 0 20px 0 0;
}

/**************** SideBAR *****************/
#container #sidebar {
    width: 230px;
    float: left;   
    padding-top: 10px;
    margin: 0 0 20px 0;
}

#container #sidebar .cart-button {
    width: 100%;
    margin: 10px 0 15px 0;
}

#category-list {
    margin: 15px 0 0 0 !important;
    padding: 0 !important;
}
    #category-list img {
        vertical-align: middle;
    }
    #category-list p {
        margin: 0 0 7px 0;
        padding: 0;
        letter-spacing: 4px;
        font-weight: bold;
    }
    #category-list ul {
        padding: 1px 0 1px 20px;
        margin: 0;
        list-style: none;
        list-style-image: url(images/arrow-right.jpg);
    }
    #category-list ul li a {
        font-size: .9em;
    }

#search {
    margin: 0;
    position: absolute;
    top: 30px;
    left: 740px;
    width: 210px;
    text-align: center;
    font-size: 10pt;
    line-height: 14pt;
}
    #search input.text-field {
        width: 140px;
        color: gray;
    }
    #search input.text-field:focus {
        color: #333;
    }
    #search p {
        margin: 0 0 8px 0;
        padding: 0;
    }
    #search #searchsubmit {
        padding: 1px 2px;
    }

#signup {
    padding: 10px 10px 0 10px;
    border: 1px solid #B9B9B9;
    -moz-box-shadow: 0 0 7px #BBB;
    -webkit-box-shadow: 0 0 7px #BBB;
    box-shadow: 0 0 7px #BBB;
    text-align: center;
}

#signup h3 {
    font-size: 1.4em;
    color: #d47d2d;
    text-transform: uppercase;
}
#signup input[type=text] {
    width: 180px;
    font-size: .9em;
    color: #666;
}
#signup input[type=submit] {
    width: auto;
}

.sidebar-container-shadow {
	background-color: #F3F3F3;
	border: 1px solid #D9D9D9;
	padding: 15px;
	box-shadow: 3px 3px 4px #000; 
	background-color: #FFF; 
	border: 1px soild #D9D9D9; 
	margin-bottom: 20px;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#CCC'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#CCC')";
}
.sidebar-container-shadow h3 {
    font-size: 1.3em;
}
.sidebar-container-shadow h3 span, .sidebar-container-shadow h4 span {
    color: #d47d2d;
}


.sidebar-container {
    background-color: #F3F3F3;
    border: 1px solid #D9D9D9;
    padding: 15px;
}
.sidebar-container h3 {
    font-size: 1.3em;
}
.sidebar-container h3 span, .sidebar-container h4 span {
    color: #d47d2d;
}


/***************************** Faculty Focus LOGO container ******************/
#header-logo {
    border: 0;
    line-height: 14pt;
    float: left;
    margin: 10px 0 0 0; 
}

/**************************** Utility menu area *******************/
#utility-menu {
    border: 2px solid #666;
    border-right: 0;
    border-left: 0;
    height: 32px;
    margin: 8px 0;
    font-size: 10pt;
    line-height: 14pt;
}

/********************** Link menu items **********************/
#utility-menu-links {
    height: 30px;
    padding: 0;
    margin: 0;
}
    #utility-menu-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    #utility-menu-links ul li {
        float: left;
        padding: 7px 5px;
        margin: 0;
    }
    #utility-menu-links ul li a {
        padding: 0px 12px 0px 0px;
        margin: 0;
        font-size: 1em;
    }
    
/******************* Button menu link area ***********************/
#utility-button-links {
    height: 30px;
    padding: 3px 0 0 0;
    margin: 0;
    width: 200px;
    position: absolute;
    left: 780px;
<!--[if IE]>
    top: 110px;
<![else]>
    top: 117px; 
<![endif]-->	
    font-size: 10pt;
    color: #666;
    line-height: 12pt;
}
#utility-button-links .sizer {
    margin: 0 10px 0 15px;
    padding: 0;
    float: right;
    white-space: nowrap;
    z-index: 1;
}

/************************* Lead Article ****************************/
#lead-article p {
    margin: 0;
    padding: 5px 0 10px 0;
}

/********************* Standard content area lower left corner *****************/
#std-content {
    margin: 10px 0 0 0;
    padding: 0;
    min-height: 800px;
}
    #std-content p {
        margin: 0;
        padding: 5px 0 10px 0;
    }
/********************************************************************************/

.cover-image {
    float: left;
    width: 100px;
    margin: 0 10px 10px 0;
}
.excerpt {
    clear: both;
}

/********************* Alternate content area lower left corner *****************/
#alt-content {
    margin: 10px 0 0 0;
    padding: 0;
    border-top: 2px solid #666;
}
    #alt-content p {
        margin: 0;
        padding: 5px 0 10px 0;
    }
#article-list {
    width: 463px;
    min-height: 1000px;
    margin: 0;
    padding: 0;
}
#article-promo-ads {
    height: 200px;
    margin: 20px 0;
    padding: 10px;
    border: 1px solid #B9B9B9;
    -moz-box-shadow: 0 0 7px #BBB;
    -webkit-box-shadow: 0 0 7px #BBB;
    box-shadow: 0 0 7px #BBB;
}

#promo-ads {
    float: right;
    width: 237px;
    height: 500px;
    border: 0;
    margin: 15px 0;
    padding: 0;
}

#footer {
    clear: both;
    border-top: 1px solid #999;
    margin: 10px 0 0 0;
    padding: 5px 0;
    width: 970px;
}
#footer p {
    margin: 0;
    padding: 7px 0;
    color: #777;
    text-align: center;
    font-size: 8pt;
}
#footer a {
    padding: 0 3px;
}



#first-login {
    background-color: #EEE;
    padding: 10px;
    width: 450px;
    position: absolute;
    top: 170px;
    left: 500px;
}
#first-login h2 {
    padding: 0 0 3px 0;
    border-bottom: 1px solid #CCC;
}
#first-login p {
    font-size: .9em;
}

/************* Comments Table Help ***********************/
#comments-frame {
    margin: 10px 0 0 0;
    padding: 10px;
    border: 2px solid #666;
}
#comments {
    margin: 10px 0 0 0;
    padding: 10px;
	background-color: #366394;
}
    #comments h3 {
        color: #fafafa;
    }
    #comments label {
        color: #fafafa;
    }
    #comments p {
        margin: 5px 0 10px 0;
    }
    #comments a {
        color: #cdd8e4;
    }
    #comments ol li {
        color: #cdd8e4;
    }
    #comments textarea {
        width: 100%;
    }
    #comments input.text_input {
        width: 40%;
    }

.row-even {
	background-color: #9bb1ca;
	padding: 10px;
    margin: 7px 0;
}
.row-odd {
	background-color: #cdd8e4;
	padding: 10px;
    margin: 7px 0;
}
/*****************************************************/


/************ HELPFUL CLASSES ************/

.box-white {
        border: 1px solid #CCC;
        padding: 5px;
}


.title-collapse {
        background: url(/wp-content/themes/facultyfocus/images/arrow-right.gif) left center no-repeat;
	background-color: #FFFFFF;
        text-align: left;
	font-size: 130%;
        padding-left: 15px;
        text-decoration: none;
	display: block;
}

.title-collapse:hover a:hover {
        opacity: .9;
        background-color: #cdd8e4;
        cursor: pointer;
}


#2-topic a {
	text-decoration: none;
	cursor: pointer;
}

.topic-item a:hover {
	background-color: #CCC;
	text-decoration: none;
	cursor: pointer;
	
}



.title-expand {
        background: url(/wp-content/themes/facultyfocus/images/arrow-down.gif) left center no-repeat;
	background-color: #FFFFFF;
        text-align: left;
	font-size: 130%;
        padding-left: 15px;
        text-decoration: none;
	display: block;
}



.success {
        background-color: #c9e59c;
        border: 1px solid #528207;
        color: #528207;
        font-weight: bold;
        margin-bottom: 10px;
        padding: 5px;
}
.failure {
        background-color: #e9b9b9;
        border: 1px solid #990b0b;
        color: #990b0b;
        font-weight: bold;
        margin-bottom: 10px;
        padding: 5px;
}

.sociable ul li {
    display: inline;
}
.sociable ul {
    list-style: none;
    padding: 0;
}
.sociable-img {
        padding: 10px 2px 10px 2px !important;
}

.cart-icon {
    background: url(images/cart-icon.png) top left no-repeat;
    margin-right: 7px;
    padding: 3px 4px 3px 26px;
    text-decoration: none;
    font-weight: bold;
    font-size: .9em;
}
.account-icon {
    padding: 4px;
    text-decoration: none;
    font-weight: bold;
    font-size: .9em;
}
.logout-icon {
    padding: 4px;
    text-decoration: none;
    font-weight: bold;
    font-size: .9em;
}
.clear {
    clear: both;
}
.small {
    font-size: 8pt !important;
}
.quiet {
    color: #666;
    font-size: .9em;
}
.image_right {
    float: right;
    margin: 0 0 10px 10px;
}
.navigation {
	display: block;
	text-align: center;
    margin: 10px 0 15px 0;
    padding: 3px;
    clear: both;
}
.alignright {
	float: right;
    margin: 10px 0 10px 10px;
}
.alignleft {
	float: left;
    margin: 10px 10px 10px 0;
}
.button {
    background: url("images/button-background.jpg");
}
.seminar-info {
    border: 0;
    border-bottom: 1px solid #666;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}
p.small-links {
    font-size: 8pt;
    padding: 0 0 5px 0 !important;
}


/**********  MAGNA-IZER STYLE DEFINITIONS  **********/
.order-history {
	border-top: 1px solid #CCC;
	margin: 0 0 30px 0;
	width: 100%;
}
.order-history th {
	background-color: #666;
	color: #FFF;
	font-size: 8pt;
	padding: 3px 8px;
	text-transform: uppercase;
}
.order-history td {
	border-bottom: 1px solid #CCC;
	padding: 8px;
}
.order-history .status {
	color: #888;
	font-weight: bold;
}
.order-history .processing {
	color: #76aa05;
	font-weight: bold;
}
.order-history .completed {
	color: #888;
	font-weight: bold;
}
.order-history .fraud {
	color: #bd1516;
	font-weight: bold;
}
.order-history .number {
	font-weight: bold;
	text-align: right;
}
.order-history .title td {
	background-color: #DDD;
	color: #222;
	font-size: 11pt;
	font-weight: bold;
}
.order-history .event-info {
	color: #555;
	font-size: 8pt;
}
.order-history .event-options {
	width: 240px;
}
.order-history .event-options a {
	background: url(images/bullet.gif) left center no-repeat;
	display: block;
	padding: 3px 8px 3px 20px;
}
.price-table {
    width: 100%;
}
.price-table td, .price-table th {
    text-align: center;
}
#my-account {
    min-height: 350px;
}

/****************** CART STYLES ****************/
.cart-table {
	border: 1px solid #BBB;
	margin: 10px 0 10px 0;
	width: 100%;
}
.cart-table tr.row-1 td {
	background-color: #EEEEEE;
	border-bottom: 1px solid #CCC;
	padding: 4px 6px;
	vertical-align: top;
}
.cart-table tr.row-2 td {
	background-color: #F5F5F5;
	border-bottom: 1px solid #CCC;
	padding: 4px 6px;
	vertical-align: top;
}
.cart-table tr.discounted td {
	background-color: #fffcb7 !important;
	border-bottom: 1px solid #cdc966 !important;
}
.cart-table .qty-field {
	width: 35px;
}
.cart-table tr th {
	background-color: #b2cde7;
	border-bottom: 1px solid #CCC;
	text-align: left;
	white-space: nowrap;
    padding: 2px 4px;
}
.cart-table .number {
	text-align: right;
}
.cart-table tr.total td {
	background: #FFFFFF url(cart/gray-white-gradient.gif) top center repeat-x;
	font-weight: bold;
	padding: 6px 3px 6px 3px;
	text-align: right;
}
.cart-button, input.cart-button {
	background: #d47d2d url(images/button-bg-orange.jpg) top right repeat-x;
	border: 0;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	margin: 0;
	overflow: visible;
	padding: 0;
	padding: 8px 35px 10px 10px;
	width: auto;
}
.cart-button:hover, input.cart-button:hover {
	opacity: .9;
	color: #FFF;
	cursor: pointer;
}

.showDesc .desc { display: block; }
.showNoDesc .desc { display: none; }

.blue-button, input.blue-button {
	background-color: #366394;
	background-image: none;
	border: 1px solid #19416c;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
	overflow: visible;
	padding: 0;
	padding: 3px 5px;
}
.blue-button:hover, input.blue-button:hover {
	background-color: #3f6c9d !important;
	background-image: none;
	color: #FFF;
	cursor: pointer;
}

.coupon-button, input.coupon-button {
        background-color: #FFF;
        background-image: none;
        border: 0px;
        color: #004b85;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-weight: bold;
        margin: 0;
        overflow: visible;
        padding: 0;
        padding: 3px 5px;
}
.coupon-button:hover, input.coupon-button:hover {
        background-color: #b2cde7 !important;
        background-image: none;
        color: #004b85;
        cursor: pointer;
}


/* UPDATE CART BUTTON */
#cart-update-button {
        background: #FFF;
        color: #004b85;
        font-size: 8pt;
	font-weight: bold;
        text-transform: uppercase;
        letter-spacing: normal;
        border: 0;
        text-decoration: underline;
}
#cart-update-button:hover, #cart-update-button:focus {
        background: #EEE;
        color: #004b85;
        font-size: 8pt;
        text-transform: uppercase;
        letter-spacing: normal;
}

td.center {
        text-align: center;
}
.grey-link {
        color: #444;
        font-size: 8pt;
}




ul.cart-steps {
	list-style: none;
	margin: 40px 0 0 0;
	padding: 0;
}
ul.cart-steps li {
	background: #EEE;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	color: #999;
	font-weight: bold;
	padding: 3px 5px;
    text-align: center;
	margin-bottom: 5px;
}
ul.cart-steps li.current {
	background: #d47d2d;
	border-bottom: 1px solid #b06825;
	border-top: 1px solid #b06825;
	color: #FFF;
}
.strike-through {
	color: #888;
	font-style: italic;
	text-decoration: line-through;
}
td.label {
	text-align: right;
}
.report-box {
    background-color: #EEE;
    border: 1px solid #CCC;
    padding: 15px;
    text-align: center;
    margin: 10px 0;
}
.report-box h3, .report-box p {
    text-align: left;
}

#conference-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #b6d9d2;
}
#conference-menu li {
    margin: 0;
    padding: 0;
}
#conference-menu li a {
    display: block;
    padding: 5px 7px;
    border-bottom: 1px solid #b6d9d2;
    color: #0d6c4c;
    text-decoration: none;
}
#conference-menu li a:hover {
    background-color: #0d6c4c;
    color: #FFF;
}

#tech-conference-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #555;
}
#tech-conference-menu li {
    margin: 0;
    padding: 0;
}
#tech-conference-menu li a {
    display: block;
    padding: 5px 7px;
    border-bottom: 1px solid #555;
    color: #000;
    text-decoration: none;
}
#tech-conference-menu li a:hover {
    background-color: #00ADEF;
    color: #FFF;
}




#workshop-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #1450af;
}
#workshop-menu li {
    margin: 0;
    padding: 0;
}
#workshop-menu li a {
    display: block;
    padding: 5px 7px;
    border-bottom: 1px solid #1450af;
    color: #1450af;
    text-decoration: none;
}
#workshop-menu li a:hover {
    background-color: #1450af;
    color: #FFF;
}


#mentor-title {
        background: url(images/20mm-icon.gif) left center no-repeat;
        /*color: #004B85;*/
        color: #FFF;
        font-family: Arial, Helvetica, sans-serif;
        letter-spacing: 2px;
        font-size: 9pt;
        margin: 10px;
        padding-left: 35px; 
}


#mentor-events p {
        padding: 0 0 10px 10px;
}

#mentor-events img {
        vertical-align: middle;
/*        padding-right: 5px; */
}

#mentor-list img {
	vertical-align: middle;
/*	padding-right: 3px; */
}

#mentor-list {
	color: #FFF;
}

#columns #leftcolumn a {
        text-decoration: none;
        margin-left: 1px;
        margin-right: 1px;
       	padding: 5px 5px 5px 15px; 
	color: #FFF;
        display: block;
}

#columns #leftcolumn a:hover {
        background-color: #FFF;
        color: #366394;
}

#column-right {
        float: right;
        margin-bottom: 10px;
        min-height: 350px;
        width: 735px;
}
#column-right .padding {
        padding: 0 0 0 30px;
}
#column-right #home_image {
        background: url(images/home.jpg) center center no-repeat;
        height: 257px;
        margin-bottom: 10px;
        moz-box-shadow: -4px 4px 5px #BBB;
        webkit-box-shadow: -4px 4px 5px #BBB;
}
#column-right #inner-left {
        float: left;
        width: 345px;
        margin-right: 10px;
}
#column-right #inner-right {
        float: left;
        width: 350px;
        padding-top: 55px;
}
#column-right #inner-right h2 {
        padding-left: 10px;
}
#column-right #inner-right img {
        float: right;
        margin: 0 0 10px 10px;
}



.mentor-buttons a {
        margin-right: 10px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        float: left;
        padding: 6px 0px;
        text-align: center;
        font-size: 13pt;
        font-weight: bold;
        background-color: #DDD;
}
.mentor-buttons-orange a {
        color: #FFF;
        margin-right: 10px;
        text-decoration: none;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        float: left;
        padding: 6px 0px;
        text-align: center;
        font-size: 13pt;
        font-weight: bold;
        background-color: #d47d2d;
}


