/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 0;
  margin: 0;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clr,
.clear {
  *zoom: 1;
}
.clr:before,
.clear:before,
.clr:after,
.clear:after {
  display: table;
  content: "";
}
.clr:after,
.clear:after {
  clear: both;
}
.button {
  border-width: 0px;
  border-style: inset;
  padding: 5px;
  text-align: center;
  border-radius: 5px 5px 5px 5px;
}
/* SLIMBOX */
#lbOverlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
}
#lbCenter,
#lbBottomContainer {
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff;
}
.lbLoading {
  background: #ffffff url(../img/loading.gif) no-repeat center;
}
#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  background-repeat: no-repeat;
}
#lbPrevLink,
#lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}
#lbPrevLink {
  left: 0;
}
#lbPrevLink:hover {
  background: transparent url(../img/arrow_left_white_on.jpg) no-repeat 0 15%;
}
#lbNextLink {
  right: 0;
}
#lbNextLink:hover {
  background: transparent url(../img/arrow_right_white.jpg) no-repeat 100% 15%;
}
#lbBottom {
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
}
#lbCloseLink {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  background: transparent url(../img/closelabel.gif) no-repeat center;
  margin: 5px 0;
  outline: none;
}
#lbCaption,
#lbNumber {
  margin-right: 71px;
}
#lbCaption {
  font-weight: bold;
}
body {
  background-color: #ffffff;
  font: normal normal 12px Arial, sans-serif;
  color: #666666;
}
a {
  color: #666666;
  text-decoration: none;
}
.container {
  width: 1290px;
  margin: 0 auto;
}
.container .gutter-ad {
  width: 155px;
  height: 870px;
}
.container .gutter-ad .ad_fixed {
  position: fixed;
}
.container .gutter-ad,
.container .page {
  float: left;
}
.container .page {
  width: 960px;
  padding: 0 10px;
}
.container .page .upper-content {
  background: url(../img/gradients/sidebar_line.png) repeat-y 637px 0;
}
.container .page .page-body,
.container .page .upper-content {
  *zoom: 1;
}
.container .page .page-body:before,
.container .page .upper-content:before,
.container .page .page-body:after,
.container .page .upper-content:after {
  display: table;
  content: "";
}
.container .page .page-body:after,
.container .page .upper-content:after {
  clear: both;
}
.container .page .page-body .homepage-main-left,
.container .page .upper-content .homepage-main-left {
  width: 650px;
  float: left;
}
.container .page .page-body .homepage-main-left .column-left,
.container .page .upper-content .homepage-main-left .column-left,
.container .page .page-body .homepage-main-left .column-right,
.container .page .upper-content .homepage-main-left .column-right {
  float: left;
  height: auto;
  overflow: visible;
  min-height: 1px;
}
.container .page .page-body .homepage-main-left .column-left,
.container .page .upper-content .homepage-main-left .column-left {
  width: 300px;
}
.container .page .page-body .homepage-main-left .column-right,
.container .page .upper-content .homepage-main-left .column-right {
  margin: 0 0 0 20px;
  width: 320px;
}
.container .page .page-body .homepage-main-right,
.container .page .upper-content .homepage-main-right {
  width: 310px;
  float: left;
}
.container .page .page-body .homepage-main-right .home-sidebar,
.container .page .upper-content .homepage-main-right .home-sidebar {
  width: 300px;
  padding-left: 10px;
  padding-bottom: 30px;
}
.container .page .widget {
  margin: 10px 0;
}
.container .page .widget:first-child {
  margin-top: 0;
}
.container .page .widget:last-child {
  margin-bottom: 20px;
}
.container .page .home-category {
  height: 368px;
  width: 960px;
  margin: 0 0 40px 0;
}
.container .page .stablemates {
  height: 307px;
  width: 960px;
  background: brown;
  margin: 0 0 20px 0;
}
.sprite {
  background-image: url('../img/sprite.png');
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: text-top;
}
.sprite.logo {
  background-position: -10px -10px;
  width: 200px;
  height: 60px;
}
.sprite.logo-small {
  background-position: -10px -140px;
  width: 110px;
  height: 33px;
  line-height: 33px;
  margin-top: 1px;
}
.sprite.smartsolo {
  background-position: -220px -12px;
  width: 125px;
  height: 18px;
  line-height: 18px;
}
.sprite.smartsolo.alternative {
  background-position: -135px -142px;
}
.sprite.smartsolobig {
  background-position: -5px -256px;
  width: 185px;
  height: 31px;
  line-height: 18px;
}
.sprite.hot-topic {
  background-position: -220px -40px;
  width: 84px;
  height: 25px;
  line-height: 25px;
}
.sprite.crikey {
  background-position: -305px -118px;
  width: 191px;
  height: 50px;
  line-height: 50px;
}
.sprite.propertyobserver {
  background-position: -272px -173px;
  width: 177px;
  height: 30px;
  line-height: 30px;
}
.sprite.womensagenda {
  background-position: -174px -170px;
  width: 87px;
  height: 39px;
  line-height: 39px;
}
.sprite.smartcompany {
  background-position: -10px -183px;
  width: 154px;
  height: 25px;
  line-height: 25px;
}
.sprite.leadingcompany {
  background-position: -10px -218px;
  width: 173px;
  height: 33px;
  line-height: 33px;
}
.sprite.icon_category_business_planning {
  background-position: -370px -4px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.sprite.icon_category_marketing {
  background-position: -410px -4px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.sprite.icon_category_technology {
  background-position: -450px -4px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.sprite.icon_category_financing_a_business {
  background-position: -410px -45px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.sprite.arrow {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
}
.sprite.arrow-top-grey {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -316px;
}
.sprite.arrow-right-grey {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
}
.sprite.arrow-bottom-grey {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -316px;
}
.sprite.arrow-left-grey {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -139px -305px;
}
.sprite.arrow-top-orange {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -305px;
}
.sprite.arrow-right-orange {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -128px -323px;
}
.sprite.arrow-bottom-orange {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -305px;
}
.sprite.arrow-left-orange {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -128px -305px;
}
.sprite.arrow-top-white {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -340px;
}
.sprite.arrow-right-white {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -162px -323px;
}
.sprite.arrow-bottom-white {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -340px;
}
.sprite.arrow-left-white {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -162px -305px;
}
.sprite.arrow-top-blue {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -351px;
}
.sprite.arrow-right-blue {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -174px -323;
}
.sprite.arrow-bottom-blue {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -351px;
}
.sprite.arrow-left-blue {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -174px -305px;
}
.sprite.arrow-top-black {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -327px;
}
.sprite.arrow-right-black {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -150px -324px;
}
.sprite.arrow-bottom-black {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -327px;
}
.sprite.arrow-left-black {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -150px -305px;
}
.ui-tabs-nav li a {
  display: block;
  height: 85%;
  width: 100%;
  margin: 0;
  padding: 2px 0px 2px 0px;
  font-family: 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 12px;
  text-align: center;
}
.ui-tabs-nav li.ui-state-default,
.ui-tabs-nav li.ui-state-active {
  display: block;
  float: left;
  width: 99px;
  margin: 0px 1px 0px 0px;
  padding: 0;
  overflow: hidden;
}
.ui-tabs-nav li.ui-state-default a,
.ui-tabs-nav li.ui-state-active a {
  color: #cccccc;
}
.ui-tabs-nav li.ui-state-default {
  height: 20px;
  margin-top: 10px;
  background: url(../img/adddata_tab_grey.png) no-repeat scroll right center transparent;
}
.ui-tabs-nav li.ui-state-default a {
  color: #666666;
}
.ui-tabs-nav li.ui-state-active {
  height: 30px;
  margin-top: 0px;
  background: url(../img/adddata_tab_black.png) no-repeat scroll right center transparent;
}
.ui-tabs-nav li.ui-state-active a {
  color: white;
}
.ui-tabs-hide {
  display: none;
}
#header {
  width: 960px;
  height: auto;
  padding: 20px 0 0 0;
  margin: 0 0 20px 0;
}
#header .topnav {
  margin: 0;
  padding: 0;
  float: right;
  margin-right: 20px;
}
#header .topnav a:hover {
  color: #0099cc;
}
#header .topnav.login_logout {
  margin-right: 0;
}
#header .topnav li {
  list-style: none;
  padding: 0 5px;
  float: left;
  border-right: 1px solid #333333;
}
#header .topnav li:last-child {
  border-right: none;
  padding-right: 0;
}
#header .logo,
#header .header-top-ad {
  float: left;
}
#header .logo {
  margin: 50px 0 20px 0;
}
#header .header-top-ad {
  margin: 20px 0 20px 12px;
}
#header .mainnav,
#header .subnav,
#header .hottopics {
  width: 960px;
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  background-repeat: repeat-x;
  background: #ffffff;
}
#header .mainnav {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#header .mainnav li {
  list-style: none;
  width: 238px;
  height: 35px;
  border-right: 1px solid #007792;
  border-left: 1px solid #00BCEB;
  text-align: center;
  float: left;
  background-image: url('../img/gradients/header-mainnav-gradient.png');
  background-image: -webkit-linear-gradient(top, #00a9d2, #0095b8);
  background-image: -moz-linear-gradient(top, #00a9d2, #0095b8);
  background-image: -o-linear-gradient(top, #00a9d2, #0095b8);
  background-image: -ms-linear-gradient(top, #00a9d2, #0095b8);
  background-image: linear-gradient(top, #00a9d2, #0095b8);
}
#header .mainnav li.item1 {
  border-left: none;
}
#header .mainnav li.item1:hover {
  background-image: url('../img/gradients/header-mainnav-home-gradient.png');
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #e03701, #f36540);
  background-image: -moz-linear-gradient(top, #e03701, #f36540);
  background-image: -o-linear-gradient(top, #e03701, #f36540);
  background-image: -ms-linear-gradient(top, #e03701, #f36540);
  background-image: linear-gradient(top, #e03701, #f36540);
  border: 1px solid #EF5F3D;
  border-right: none;
}
#header .mainnav li.item1:hover a {
  margin-left: -1px;
}
#header .mainnav li.item478 {
  border-right: none;
  width: 159px;
}
#header .mainnav li.item478:hover {
  border-right: none;
}
#header .mainnav li#current {
  height: 33px;
  border: 1px solid #252525;
  background-image: url('../img/gradients/header-mainnav-hover.png');
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #333333, #474747);
  background-image: -moz-linear-gradient(top, #333333, #474747);
  background-image: -o-linear-gradient(top, #333333, #474747);
  background-image: -ms-linear-gradient(top, #333333, #474747);
  background-image: linear-gradient(top, #333333, #474747);
}
#header .mainnav li#current.item1 {
  border-color: #007792;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  background-image: url('../img/gradients/header-mainnav-gradient.png');
  background-image: -webkit-linear-gradient(top, #00a9d2, #0095b8);
  background-image: -moz-linear-gradient(top, #00a9d2, #0095b8);
  background-image: -o-linear-gradient(top, #00a9d2, #0095b8);
  background-image: -ms-linear-gradient(top, #00a9d2, #0095b8);
  background-image: linear-gradient(top, #00a9d2, #0095b8);
}
#header .mainnav li#current.item1:hover {
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #252525;
  background-image: url('../img/gradients/header-mainnav-hover.png');
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #333333, #474747);
  background-image: -moz-linear-gradient(top, #333333, #474747);
  background-image: -o-linear-gradient(top, #333333, #474747);
  background-image: -ms-linear-gradient(top, #333333, #474747);
  background-image: linear-gradient(top, #333333, #474747);
}
#header .mainnav li#current.item394 {
  border-right-width: 0;
}
#header .mainnav li:hover,
#header .mainnav li.hover,
#header .mainnav li.active {
  height: 33px;
  border: 1px solid #252525;
  background-image: url('../img/gradients/header-mainnav-hover.png');
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #333333, #474747);
  background-image: -moz-linear-gradient(top, #333333, #474747);
  background-image: -o-linear-gradient(top, #333333, #474747);
  background-image: -ms-linear-gradient(top, #333333, #474747);
  background-image: linear-gradient(top, #333333, #474747);
}
#header .mainnav li:hover a,
#header .mainnav li.hover a,
#header .mainnav li.active a {
  margin-top: 9px;
}
#header .mainnav li:hover a span.smartsolo,
#header .mainnav li.hover a span.smartsolo,
#header .mainnav li.active a span.smartsolo {
  background-position: -135px -142px;
}
#header .mainnav li a {
  display: block;
  width: inherit;
  height: inherit;
  margin: 10px 0 0 0;
  color: #ffffff;
  font-size: 15px;
}
#header .subnav {
  margin: 0;
  padding: 0;
  height: 50px;
  margin: 0 0 20px 0;
  background-image: url('../img/gradients/header-subnav-gradient.png');
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #feffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #feffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #feffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #feffff, #e6e6e6);
  background-image: linear-gradient(top, #feffff, #e6e6e6);
  box-shadow: 0 3px 10px #d5d5d5;
  border-bottom: 1px solid #ffffff;
}
#header .subnav .menu {
  margin: 0;
}
#header .subnav .first {
  width: 182px;
  height: 50px;
  text-align: center;
  float: left;
  background-image: url('../img/sprite.png');
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: text-top;
  background-position: -10px -80px;
  font-size: 20px;
  text-transform: none;
  border-left: none;
  position: relative;
  z-index: 9999;
}
#header .subnav .first.logo {
  background-position: -10px -10px;
  width: 200px;
  height: 60px;
}
#header .subnav .first.logo-small {
  background-position: -10px -140px;
  width: 110px;
  height: 33px;
  line-height: 33px;
  margin-top: 1px;
}
#header .subnav .first.smartsolo {
  background-position: -220px -12px;
  width: 125px;
  height: 18px;
  line-height: 18px;
}
#header .subnav .first.smartsolo.alternative {
  background-position: -135px -142px;
}
#header .subnav .first.smartsolobig {
  background-position: -5px -256px;
  width: 185px;
  height: 31px;
  line-height: 18px;
}
#header .subnav .first.hot-topic {
  background-position: -220px -40px;
  width: 84px;
  height: 25px;
  line-height: 25px;
}
#header .subnav .first.crikey {
  background-position: -305px -118px;
  width: 191px;
  height: 50px;
  line-height: 50px;
}
#header .subnav .first.propertyobserver {
  background-position: -272px -173px;
  width: 177px;
  height: 30px;
  line-height: 30px;
}
#header .subnav .first.womensagenda {
  background-position: -174px -170px;
  width: 87px;
  height: 39px;
  line-height: 39px;
}
#header .subnav .first.smartcompany {
  background-position: -10px -183px;
  width: 154px;
  height: 25px;
  line-height: 25px;
}
#header .subnav .first.leadingcompany {
  background-position: -10px -218px;
  width: 173px;
  height: 33px;
  line-height: 33px;
}
#header .subnav .first.icon_category_business_planning {
  background-position: -370px -4px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}
#header .subnav .first.icon_category_marketing {
  background-position: -410px -4px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}
#header .subnav .first.icon_category_technology {
  background-position: -450px -4px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}
#header .subnav .first.icon_category_financing_a_business {
  background-position: -410px -45px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}
#header .subnav .first.arrow {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
}
#header .subnav .first.arrow-top-grey {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -316px;
}
#header .subnav .first.arrow-right-grey {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
}
#header .subnav .first.arrow-bottom-grey {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -316px;
}
#header .subnav .first.arrow-left-grey {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -139px -305px;
}
#header .subnav .first.arrow-top-orange {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -305px;
}
#header .subnav .first.arrow-right-orange {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -128px -323px;
}
#header .subnav .first.arrow-bottom-orange {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -305px;
}
#header .subnav .first.arrow-left-orange {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -128px -305px;
}
#header .subnav .first.arrow-top-white {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -340px;
}
#header .subnav .first.arrow-right-white {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -162px -323px;
}
#header .subnav .first.arrow-bottom-white {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -340px;
}
#header .subnav .first.arrow-left-white {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -162px -305px;
}
#header .subnav .first.arrow-top-blue {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -351px;
}
#header .subnav .first.arrow-right-blue {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -174px -323;
}
#header .subnav .first.arrow-bottom-blue {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -351px;
}
#header .subnav .first.arrow-left-blue {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -174px -305px;
}
#header .subnav .first.arrow-top-black {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -327px;
}
#header .subnav .first.arrow-right-black {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -150px -324px;
}
#header .subnav .first.arrow-bottom-black {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -327px;
}
#header .subnav .first.arrow-left-black {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -150px -305px;
}
#header .subnav .first span {
  display: inline-block;
  color: #ffffff;
  margin-right: 45px;
  border: none;
  margin-top: 13px;
}
#header .subnav li {
  list-style: none;
  float: left;
  width: 182px;
  height: 50px;
  text-align: center;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #d3d3d3;
}
#header .subnav li a {
  color: #232323;
  display: inline-block;
  margin: 15px 0;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  background: url(../img/arrow_grey_transparent.png) no-repeat center right;
  padding-right: 18px;
  margin-left: 18px;
}
#header .subnav li.second {
  border-left: none;
  margin-left: -40px;
  width: 180px;
}
#header .subnav li.active {
  border-top: 1px solid #017892;
  border-right: 1px solid #017892;
  background-image: url('../img/gradients/header-subnav-hover.png');
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #01829e, #019ec2);
  background-image: -moz-linear-gradient(top, #01829e, #019ec2);
  background-image: -o-linear-gradient(top, #01829e, #019ec2);
  background-image: -ms-linear-gradient(top, #01829e, #019ec2);
  background-image: linear-gradient(top, #01829e, #019ec2);
  position: relative;
  z-index: 999;
}
#header .subnav li.active a {
  color: #ffffff;
}
#header .subnav li.last {
  margin: 1px 0 0 0;
  border: 1px solid #F87253;
  outline: 1px solid #F33E00;
  width: 266px;
  height: 47px;
  background-image: none;
  background-color: #F33E00;
  background-image: url('../img/gradients/header-subnav-advice-hub-gradient.png');
  background-image: -webkit-linear-gradient(top, #e13600, #f36341);
  background-image: -moz-linear-gradient(top, #e13600, #f36341);
  background-image: -o-linear-gradient(top, #e13600, #f36341);
  background-image: -ms-linear-gradient(top, #e13600, #f36341);
  background-image: linear-gradient(top, #e13600, #f36341);
  background-color: #F36341;
  background-repeat: repeat-x;
}
#header .subnav li.last a {
  display: inline-block;
  margin: 8px 0 0 0;
  color: #ffffff;
  background-image: none;
  padding-right: 0;
}
#header .subnav li.last a i {
  text-transform: none;
  text-shadow: none;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
}
#header .subnav li.last a i b {
  font-weight: bold;
}
#header .subnav li.last.active {
  border: 1px solid #5b5b5b;
  outline: 1px solid #252525;
  background-image: url('../img/gradients/header-subnav-categories-hover.png');
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #333333, #3e3e3e);
  background-image: -moz-linear-gradient(top, #333333, #3e3e3e);
  background-image: -o-linear-gradient(top, #333333, #3e3e3e);
  background-image: -ms-linear-gradient(top, #333333, #3e3e3e);
  background-image: linear-gradient(top, #333333, #3e3e3e);
}
#header .subnav li.last.active a {
  text-shadow: 0 1px 1px #333333;
  color: #ffffff;
}
#header .hot-topics {
  background: none;
  border-top: 1px dashed #B5B5B5;
  border-bottom: 1px dashed #B5B5B5;
  height: 25px;
  padding: 6px 0;
  text-align: center;
  margin: 20px 0;
}
#header .hot-topics a {
  color: #929292;
  font-size: 12px;
}
#header .hot-topics a:hover {
  color: #464646;
}
#header .hot-topics .menu {
  margin: 0;
}
#header .hot-topics .first {
  margin: 0 10px 0 0;
  color: #ffffff;
  font-size: 14px;
  float: left;
}
#header .hot-topics li {
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  list-style: none;
  float: left;
  margin: 5px 5px 0 5px;
}
#header .hot-topics li.search {
  margin-right: 10px;
  float: right;
  margin-top: 0;
}
#header .hot-topics li.search .gsc-clear-button {
  display: none;
}
#header .hot-topics li.search #cse-search-form {
  width: 270px!important;
}
#header .hot-topics li.search .gsc-input {
  padding-right: 0;
}
#header .hot-topics li.search input[type="text"] {
  background-image: none!important;
  float: right;
  padding-left: 5px!important;
  background-image: url('../img/sprite.png') !important;
  background-position: -220px -75px;
  border: none!important;
  width: 166px!important;
  height: 24px!important;
  margin-top: 1px;
}
#header .hot-topics li.search input[type="button"] {
  font: normal normal 12px Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  width: 75px;
  height: 24px;
  margin: -1px 0 0 -1px;
  border: none;
  background-image: url('../img/sprite.png');
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: text-top;
  background-position: -220px -110px;
}
#header .hot-topics li.search input[type="button"].logo {
  background-position: -10px -10px;
  width: 200px;
  height: 60px;
}
#header .hot-topics li.search input[type="button"].logo-small {
  background-position: -10px -140px;
  width: 110px;
  height: 33px;
  line-height: 33px;
  margin-top: 1px;
}
#header .hot-topics li.search input[type="button"].smartsolo {
  background-position: -220px -12px;
  width: 125px;
  height: 18px;
  line-height: 18px;
}
#header .hot-topics li.search input[type="button"].smartsolo.alternative {
  background-position: -135px -142px;
}
#header .hot-topics li.search input[type="button"].smartsolobig {
  background-position: -5px -256px;
  width: 185px;
  height: 31px;
  line-height: 18px;
}
#header .hot-topics li.search input[type="button"].hot-topic {
  background-position: -220px -40px;
  width: 84px;
  height: 25px;
  line-height: 25px;
}
#header .hot-topics li.search input[type="button"].crikey {
  background-position: -305px -118px;
  width: 191px;
  height: 50px;
  line-height: 50px;
}
#header .hot-topics li.search input[type="button"].propertyobserver {
  background-position: -272px -173px;
  width: 177px;
  height: 30px;
  line-height: 30px;
}
#header .hot-topics li.search input[type="button"].womensagenda {
  background-position: -174px -170px;
  width: 87px;
  height: 39px;
  line-height: 39px;
}
#header .hot-topics li.search input[type="button"].smartcompany {
  background-position: -10px -183px;
  width: 154px;
  height: 25px;
  line-height: 25px;
}
#header .hot-topics li.search input[type="button"].leadingcompany {
  background-position: -10px -218px;
  width: 173px;
  height: 33px;
  line-height: 33px;
}
#header .hot-topics li.search input[type="button"].icon_category_business_planning {
  background-position: -370px -4px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}
#header .hot-topics li.search input[type="button"].icon_category_marketing {
  background-position: -410px -4px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}
#header .hot-topics li.search input[type="button"].icon_category_technology {
  background-position: -450px -4px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}
#header .hot-topics li.search input[type="button"].icon_category_financing_a_business {
  background-position: -410px -45px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}
#header .hot-topics li.search input[type="button"].arrow {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
}
#header .hot-topics li.search input[type="button"].arrow-top-grey {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -316px;
}
#header .hot-topics li.search input[type="button"].arrow-right-grey {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
}
#header .hot-topics li.search input[type="button"].arrow-bottom-grey {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -316px;
}
#header .hot-topics li.search input[type="button"].arrow-left-grey {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -139px -305px;
}
#header .hot-topics li.search input[type="button"].arrow-top-orange {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -305px;
}
#header .hot-topics li.search input[type="button"].arrow-right-orange {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -128px -323px;
}
#header .hot-topics li.search input[type="button"].arrow-bottom-orange {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -305px;
}
#header .hot-topics li.search input[type="button"].arrow-left-orange {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -128px -305px;
}
#header .hot-topics li.search input[type="button"].arrow-top-white {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -340px;
}
#header .hot-topics li.search input[type="button"].arrow-right-white {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -162px -323px;
}
#header .hot-topics li.search input[type="button"].arrow-bottom-white {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -340px;
}
#header .hot-topics li.search input[type="button"].arrow-left-white {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -162px -305px;
}
#header .hot-topics li.search input[type="button"].arrow-top-blue {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -351px;
}
#header .hot-topics li.search input[type="button"].arrow-right-blue {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -174px -323;
}
#header .hot-topics li.search input[type="button"].arrow-bottom-blue {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -351px;
}
#header .hot-topics li.search input[type="button"].arrow-left-blue {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -174px -305px;
}
#header .hot-topics li.search input[type="button"].arrow-top-black {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -327px;
}
#header .hot-topics li.search input[type="button"].arrow-right-black {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -150px -324px;
}
#header .hot-topics li.search input[type="button"].arrow-bottom-black {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -327px;
}
#header .hot-topics li.search input[type="button"].arrow-left-black {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -150px -305px;
}
#header .header-bottom-ad {
  width: 950px;
  margin: 0 5px;
}
#header .header-bottom-ad.large {
  background: darkblue;
}
#footer {
  width: 980px;
  margin: 0 0 50px -10px;
}
#footer ul,
#footer ol {
  list-style-type: none;
}
#footer .links .headers {
  margin: 25px 0 0 0;
}
#footer .links .headers .head {
  width: 162px;
}
#footer .links .headers .head h3 {
  font: bold 18px/18px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  padding: 0 10px 0;
  margin: 0 0 10px 0;
  color: #333333;
}
#footer .links .info {
  width: 493px;
  border: 1px solid #0099cc;
  height: 199px;
  background-color: #007893;
  background-image: url('../img/footer-links-left-gradient.png');
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #00aad5, #0298b8);
  background-image: -moz-linear-gradient(top, #00aad5, #0298b8);
  background-image: -o-linear-gradient(top, #00aad5, #0298b8);
  background-image: -ms-linear-gradient(top, #00aad5, #0298b8);
  background-image: linear-gradient(top, #00aad5, #0298b8);
  color: #ffffff;
}
#footer .links .info h5 {
  margin: 0;
  padding: 0;
  color: #333333;
  text-transform: uppercase;
  font-size: 12px;
}
#footer .links .info .info_container {
  height: 198px;
  border: 1px solid #02B4DD;
}
#footer .links .info .box.large {
  width: 315px;
  height: 198px;
  border-right: 1px solid #0099cc;
  font-family: 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 12px;
}
#footer .links .info .box.large .topics {
  margin-top: 10px;
}
#footer .links .info .box.large .topics ul.menu {
  float: left;
}
#footer .links .info .box.large .topics ul.menu li {
  float: left;
  padding-right: 5px;
  padding-left: 5px;
  border-right: 1px solid #ffffff;
}
#footer .links .info .box.large .topics ul.menu li:first-child {
  border-right-width: 0px;
}
#footer .links .info .box.large .topics ul.menu li:last-child {
  border-right-width: 0px;
}
#footer .links .info .box.large .topics ul.menu li span {
  color: #ffffff;
}
#footer .links .info .box.large .topics ul.menu li span.separator,
#footer .links .info .box.large .topics ul.menu li span span {
  color: #333333;
  text-transform: uppercase;
  font-weight: bold;
}
#footer .links .info .box.small {
  width: 175px;
  font-family: 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #ffffff;
}
#footer .links .info .box.small .section {
  margin-bottom: 5px;
}
#footer .links .info .box.small .section b {
  color: #333333;
}
#footer .links .info .box .items {
  padding: 20px;
}
#footer .links .box_container {
  width: 482px;
  margin: 0 1px 0 0;
  border: 1px solid #e9634f;
  background-image: url('../img/footer-links-left-gradient.png');
  background-image: -webkit-linear-gradient(top, #f26649, #de3816);
  background-image: -moz-linear-gradient(top, #f26649, #de3816);
  background-image: -o-linear-gradient(top, #f26649, #de3816);
  background-image: -ms-linear-gradient(top, #f26649, #de3816);
  background-image: linear-gradient(top, #f26649, #de3816);
  background-color: #de3816;
  background-repeat: repeat-x;
}
#footer .links .box_container .box_container_outline {
  border: 1px solid #F8775C;
}
#footer .links .box_container .box {
  width: 138px;
  padding: 20px 10px;
  border-right: 1px solid #D03717;
  border-left: 1px solid #F8775C;
  font: 12px/18px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  height: 157px;
}
#footer .links .box_container .box.first {
  border-left-width: 0px;
}
#footer .links .box_container .box.last {
  border-right-width: 0px;
}
#footer .links .box_container .box a {
  color: #ffffff;
}
#footer .links .box_container .box ul {
  padding: 0 0 0 15px;
}
#footer .links .box_container .box ul li {
  list-style-image: url('../img/footer-list-dot.png');
  margin: 0 0 5px 0;
}
#footer .copyright {
  margin: 1px 0 0 0;
  height: 48px;
  width: 980px;
  background-image: url('../img/gradients/header-subnav-gradient.png');
  background-image: -webkit-linear-gradient(top, #feffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #feffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #feffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #feffff, #e6e6e6);
  background-image: linear-gradient(top, #feffff, #e6e6e6);
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  border-right: 1px solid #D0D0D0;
}
#footer .copyright .left {
  background-image: url('../img/sprite.png');
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: text-top;
  background-position: -10px -80px;
  margin: 0 10px 0 0;
  height: 50px;
  width: 170px;
  margin-top: -1px;
}
#footer .copyright .left.logo {
  background-position: -10px -10px;
  width: 200px;
  height: 60px;
}
#footer .copyright .left.logo-small {
  background-position: -10px -140px;
  width: 110px;
  height: 33px;
  line-height: 33px;
  margin-top: 1px;
}
#footer .copyright .left.smartsolo {
  background-position: -220px -12px;
  width: 125px;
  height: 18px;
  line-height: 18px;
}
#footer .copyright .left.smartsolo.alternative {
  background-position: -135px -142px;
}
#footer .copyright .left.smartsolobig {
  background-position: -5px -256px;
  width: 185px;
  height: 31px;
  line-height: 18px;
}
#footer .copyright .left.hot-topic {
  background-position: -220px -40px;
  width: 84px;
  height: 25px;
  line-height: 25px;
}
#footer .copyright .left.crikey {
  background-position: -305px -118px;
  width: 191px;
  height: 50px;
  line-height: 50px;
}
#footer .copyright .left.propertyobserver {
  background-position: -272px -173px;
  width: 177px;
  height: 30px;
  line-height: 30px;
}
#footer .copyright .left.womensagenda {
  background-position: -174px -170px;
  width: 87px;
  height: 39px;
  line-height: 39px;
}
#footer .copyright .left.smartcompany {
  background-position: -10px -183px;
  width: 154px;
  height: 25px;
  line-height: 25px;
}
#footer .copyright .left.leadingcompany {
  background-position: -10px -218px;
  width: 173px;
  height: 33px;
  line-height: 33px;
}
#footer .copyright .left.icon_category_business_planning {
  background-position: -370px -4px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}
#footer .copyright .left.icon_category_marketing {
  background-position: -410px -4px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}
#footer .copyright .left.icon_category_technology {
  background-position: -450px -4px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}
#footer .copyright .left.icon_category_financing_a_business {
  background-position: -410px -45px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}
#footer .copyright .left.arrow {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
}
#footer .copyright .left.arrow-top-grey {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -316px;
}
#footer .copyright .left.arrow-right-grey {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
}
#footer .copyright .left.arrow-bottom-grey {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -316px;
}
#footer .copyright .left.arrow-left-grey {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -139px -305px;
}
#footer .copyright .left.arrow-top-orange {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -305px;
}
#footer .copyright .left.arrow-right-orange {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -128px -323px;
}
#footer .copyright .left.arrow-bottom-orange {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -305px;
}
#footer .copyright .left.arrow-left-orange {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -128px -305px;
}
#footer .copyright .left.arrow-top-white {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -340px;
}
#footer .copyright .left.arrow-right-white {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -162px -323px;
}
#footer .copyright .left.arrow-bottom-white {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -340px;
}
#footer .copyright .left.arrow-left-white {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -162px -305px;
}
#footer .copyright .left.arrow-top-blue {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -351px;
}
#footer .copyright .left.arrow-right-blue {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -174px -323;
}
#footer .copyright .left.arrow-bottom-blue {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -351px;
}
#footer .copyright .left.arrow-left-blue {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -174px -305px;
}
#footer .copyright .left.arrow-top-black {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -327px;
}
#footer .copyright .left.arrow-right-black {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -150px -324px;
}
#footer .copyright .left.arrow-bottom-black {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -327px;
}
#footer .copyright .left.arrow-left-black {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -150px -305px;
}
#footer .copyright .left .logo-small {
  margin: 9px 12px;
}
#footer .copyright .i,
#footer .copyright .left {
  float: left;
}
#footer .copyright .i {
  color: #666666;
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  margin-top: 17px;
}
.carousel {
  width: 640px;
  height: 290px;
  overflow: hidden;
  margin-bottom: 15px;
}
.carousel h2 {
  margin: 0;
  padding: 0;
}
.carousel .hide {
  display: none;
}
.carousel .carousel_container .carousel_navigation {
  text-align: center;
  padding-left: 265px;
}
.carousel .carousel_container .carousel_navigation .carousel_item_nav {
  width: 13px;
  height: 12px;
  margin-right: 10px;
  background: url(../img/carousel_sprite.png) no-repeat top left;
  cursor: pointer;
}
.carousel .carousel_container .carousel_navigation .carousel_item_nav.active {
  background: url(../img/carousel_sprite.png) no-repeat 0 -14px;
}
.carousel .carousel_container .carousel_navigation .carousel_item_nav:hover {
  background: url(../img/carousel_sprite.png) no-repeat 0 -28px;
}
.carousel .carousel_container .carousel_items {
  height: 254px;
  width: 640px;
  overflow: hidden;
  padding-bottom: 20px;
  background: url(../img/gradients/carousel-white-gradient.png) no-repeat bottom center;
}
.carousel .carousel_container .carousel_items .carousel_item .item_image {
  width: 290px;
  height: 230px;
  overflow: hidden;
  border: 5px solid #F3F3F3;
}
.carousel .carousel_container .carousel_items .carousel_item .item_image img {
  border: 1px solid #ffffff;
}
.carousel .carousel_container .carousel_items .carousel_item .item_describer {
  padding: 0 10px 0 20px;
  width: 300px;
  height: 240px;
  overflow: hidden;
}
.carousel .carousel_container .carousel_items .carousel_item .item_describer .item_desc {
  font: 12px/17px Arial, sans-serif;
  color: #666666;
}
.carousel .carousel_container .carousel_items .carousel_item .item_describer .item_desc .item_category a {
  color: #0099cc;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
}
.carousel .carousel_container .carousel_items .carousel_item .item_describer .item_desc .item_category a:hover {
  color: #333333;
}
.carousel .carousel_container .carousel_items .carousel_item .item_describer .mentor .mentor_logo {
  width: 70px;
  font: 80px/80px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #999999;
}
.carousel .carousel_container .carousel_items .carousel_item .item_describer .mentor .item_meta_title {
  width: 230px;
}
.carousel .carousel_container .carousel_items .carousel_item .item_describer .item_meta {
  margin-bottom: 10px;
}
.carousel .carousel_container .carousel_items .carousel_item .item_describer .item_meta h2 {
  font: 100 24px/28px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #333333;
  margin-bottom: 10px;
}
.carousel .carousel_container .carousel_items .carousel_item .item_describer .item_meta h2 a {
  color: #333333;
  background: url(../img/arrow_grey_right.gif) no-repeat right 9px;
  padding-right: 20px;
}
.carousel .carousel_container .carousel_items .carousel_item .item_describer .item_meta h2 a:hover {
  color: #0099cc;
}
.carousel .carousel_container .carousel_items .carousel_item .item_describer .item_meta .meta-desc {
  font: 11px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #999999;
}
#stablemates {
  margin: 40px 0 5px 0;
  width: 960px;
  *zoom: 1;
  border-bottom: 1px dashed #CCCCCC;
}
#stablemates:before,
#stablemates:after {
  display: table;
  content: "";
}
#stablemates:after {
  clear: both;
}
#stablemates div {
  float: left;
  min-height: 250px;
  max-height: 400px;
  width: 318px;
  border-left: 1px dashed #CCCCCC;
  border-top: 1px dashed #CCCCCC;
  padding-bottom: 10px;
}
#stablemates div.last {
  border-right: 1px dashed #ccc;
  width: 318px;
}
#stablemates div .header {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  width: inherit;
  border: none;
  border-bottom: 1px dashed #CCCCCC;
  text-align: center;
  padding-top: 0;
}
#stablemates div ul {
  margin-left: 16px;
}
#stablemates div li {
  margin: 8px;
  list-style-image: url('../img/stablemates-list-dot.png');
}
#stablemates div li a {
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #666666;
}
.popover {
  position: absolute;
  outline: 1px solid #017892;
  border: 1px solid #00A2CB;
  z-index: 1;
  background-color: #00A2CB;
  background-image: url('../img/gradients/popover-background-gradient.png');
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #009ec4, #0083a1);
  background-image: -moz-linear-gradient(top, #009ec4, #0083a1);
  background-image: -o-linear-gradient(top, #009ec4, #0083a1);
  background-image: -ms-linear-gradient(top, #009ec4, #0083a1);
  background-image: linear-gradient(top, #009ec4, #0083a1);
  top: 250px;
  display: none;
  padding: 10px;
  margin: 0 0 0 -11px;
  z-index: 999;
}
.popover .exit_popover {
  background: url(../img/btn/popover_exit.png) no-repeat left top;
  height: 19px;
  width: 19px;
  position: absolute;
  margin: 3px 0 0 930px;
  cursor: pointer;
}
.popover .column-wrap {
  background: url('../img/gradients/popover-white-gradient.png');
  background-repeat: repeat-y;
  overflow: auto;
}
.popover .column {
  float: left;
  height: 100%;
}
.popover .column .header {
  width: 100%;
  height: 27px;
  background: #02ADD5;
  padding: 0;
  margin: 0;
}
.popover .column .header h3 {
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 15px;
  color: #ffffff;
  margin: 0 0 0 20px;
  padding: 4px 0;
  text-transform: uppercase;
}
.popover .column .menu {
  margin: 0;
  padding: 0;
}
.popover .column .menu li {
  list-style: none;
}
.popover .column .subheader {
  background-image: url('../img/home-categories-border.png');
  background-repeat: repeat-x;
  border-top: 1px solid #E0E0E0;
  margin: 1px 0 0 0;
  height: 10px;
  width: 100%;
}
.popover .column.first {
  width: 273px;
}
.popover .column.first ul {
  margin: 0 10px;
}
.popover .column.first ul li {
  padding: 9px 0 9px 10px;
  list-style-position: inside;
  list-style-image: url('../img/popover-category-arrow.png');
  border-top: 1px solid #E0E0E0;
}
.popover .column.first ul li.first {
  border-top: none;
}
.popover .column.first ul li a {
  font: bold 14px/14px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #0099cc;
  padding-left: 12px;
}
.popover .column.first ul li a:hover {
  color: #333333;
}
.popover .column.first ul li:first-child {
  border-top: none;
}
.popover .column.first ul li:last-child {
  padding-bottom: 20px;
}
.popover .column.second {
  width: 373px;
}
.popover .column.second .article {
  padding: 0 13px 20px 20px;
  width: 340px;
}
.popover .column.second .article .title {
  font: bold 15px/17px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  margin: 10px 0 5px;
}
.popover .column.second .article .title a {
  color: #333333;
}
.popover .column.second .article .title a:hover {
  color: #0099cc;
}
.popover .column.second .article .article_byline {
  margin-bottom: 15px;
  font: 11px/11px Arial, sans-serif;
  color: #666666;
}
.popover .column.second .article .article_image {
  width: 93px;
  height: 74px;
  border: 1px solid #F5F5F5;
  margin: 0 9px 0 0;
  overflow: hidden;
}
.popover .column.second .article .article_desc.with_image {
  width: 235px;
}
.popover .column.second .article .article_desc .metadesc {
  font: 13px/16px Arial, sans-serif;
}
.popover .column.second .article .article_desc .category {
  margin: 5px 0 0 0;
  font: bold 10px/16px Arial, sans-serif;
  text-transform: uppercase;
}
.popover .column.second .article .article_desc .category a {
  color: #0099cc;
}
.popover .column.second .article .article_desc .category a:hover {
  color: #333333;
}
.popover .column.second .article.last {
  height: 148px;
  border-top: 1px solid #E0E0E0;
}
.popover .column.third {
  width: 311px;
}
.popover .column.third ul {
  width: 285px;
  padding: 0;
  margin: 0 13px;
}
.popover .column.third ul li {
  list-style: none;
  border-top: 1px dashed #E0E0E0;
  padding: 5px 10px;
}
.popover .column.third ul li a {
  color: #333333;
  font: 600 13px/17px Arial, sans-serif;
}
.popover .column.third ul li a:hover {
  color: #0099cc;
}
.popover .column.third ul li a.category {
  color: #0099cc;
  font: bold 10px/16px Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 0 0 10px;
}
.popover .column.third ul li a.category:hover {
  color: #333333;
}
.popover .column.third ul li:first-child {
  border-top: none;
}
.popover.alternative {
  width: 980px;
  background: #e9634f url('../img/gradients/popover-alternate-bg.png') repeat-x left bottom;
  border: 1px solid #f7755a;
  outline: 1px solid #f0401b;
  height: 330px;
  padding: 0;
}
.popover.alternative .exit_popover {
  margin: 14px 0 0 942px;
}
.popover.alternative .alternative_arrow {
  background: url(../img/popover_alternative_arrow.png) no-repeat;
  width: 24px;
  height: 10px;
  position: absolute;
  margin: 0 0 0 820px;
}
.popover.alternative .column {
  background-color: transparent;
  width: 238px;
}
.popover.alternative .column ul {
  padding: 0;
  margin-top: 10px;
  margin-left: 0;
  height: 250px;
}
.popover.alternative .column ul li {
  width: 234px;
  list-style-position: inside;
  padding: 5px 0 5px 5px;
  border-top: 1px solid #f8775c;
  border-bottom: 1px solid #d03717;
  list-style-image: url('../img/popover_alternate_arrow.png');
}
.popover.alternative .column ul li:first-child {
  border-top: none;
}
.popover.alternative .column ul li:last-child {
  border-bottom: none;
}
.popover.alternative .column ul li a {
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 14px;
  color: #fffefe;
}
.popover.alternative .column ul li a:hover {
  color: #333333;
}
.popover.alternative .column.first,
.popover.alternative .column.second,
.popover.alternative .column.third,
.popover.alternative .column.fourth {
  height: 310px;
  overflow: hidden;
}
.popover.alternative .column.first {
  padding: 10px 0 10px 10px;
  border-right: 1px solid #D23501;
}
.popover.alternative .column.second {
  border-left: 1px solid #FA7657;
  border-right: 1px solid #D23501;
  background-image: none;
  padding: 10px 0;
}
.popover.alternative .column.third {
  border-left: 1px solid #FA7657;
  border-right: 1px solid #D23501;
  background-image: none;
  padding: 10px 0;
}
.popover.alternative .column.fourth {
  border-left: 1px solid #FA7657;
  padding: 10px 10px 10px 0;
  background-repeat: none;
}
.popover.alternative .column.fourth ul li:last-child {
  border-bottom: 1px solid #d03717;
}
.popover.alternative .column .subheader {
  opacity: 0.5;
  border-top: 1px solid #F9B09F;
}
.popover.alternative .column .header {
  background-color: #f8775c;
  height: 27px;
}
.popover.alternative .column .header h3 {
  font: 18px/18px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  text-align: center;
}
.popover .popover-container {
  width: auto;
  height: auto;
  background-image: url('../img/header-popover.png');
  background-position: bottom right;
  background-repeat: no-repeat;
}
#popover-item477 {
  margin: -50px 0 0 664px;
  outline: 1px solid #252525;
  border: 1px solid #666666;
  background-color: #666666;
  background-image: url('../img/gradients/popover-background-gradient.png');
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #343434, #4b4b4b);
  background-image: -moz-linear-gradient(top, #343434, #4b4b4b);
  background-image: -o-linear-gradient(top, #343434, #4b4b4b);
  background-image: -ms-linear-gradient(top, #343434, #4b4b4b);
  background-image: linear-gradient(top, #343434, #4b4b4b);
}
#popover-item477 ul li {
  list-style-image: url('../img/stablemates-list-dot.png') !important;
}
#popover-item477 .exit_popover {
  margin: 3px 0 0 250px;
}
#popover-item477 .column.second {
  width: 273px;
}
#popover-item477 .column.second ul {
  margin: 0 10px;
}
#popover-item477 .column.second ul li {
  padding: 9px 0 9px 10px;
  list-style-position: inside;
  list-style-image: url('../img/popover-category-arrow.png');
  border-top: 1px solid #E0E0E0;
}
#popover-item477 .column.second ul li.first {
  border-top: none;
}
#popover-item477 .column.second ul li a {
  font: bold 14px/14px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #0099cc;
  padding-left: 12px;
}
#popover-item477 .column.second ul li a:hover {
  color: #333333;
}
#popover-item477 .column.second ul li:first-child {
  border-top: none;
}
#popover-item477 .column.second ul li:last-child {
  padding-bottom: 20px;
}
#popover-item477 .column.second .header {
  background-color: #B8B8B8;
}
#popover-item477 .column.second .bottom {
  padding: 20px 0;
  margin: 20px 10px 0 10px;
  border-top: 1px solid #E0E0E0;
}
#popover-item477 .column.second .bottom a {
  text-transform: uppercase;
  font-family: 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #343434;
}
#popover-item477 .column.second .bottom i {
  width: 9px;
  height: 14px;
  display: inline-block;
  background-image: url('../img/arrow_right_grey_transparent.png');
  margin: 5px 0 0 15px;
}
#popover-item477 .column.second .bottom a,
#popover-item477 .column.second .bottom i {
  float: left;
}
#popover-item477 .column.second .bottom img {
  float: right;
}
.moduletable_multiad_rotation_banner {
  width: auto;
  margin: 0;
  padding: 10px 10px 20px 10px;
  background-color: #f5f5f5;
}
.moduletable_multiad_rotation_banner .bannernav_wrapper {
  display: inline-block;
  font-family: 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 16px;
  font-weight: bold;
  color: black;
  background-color: white;
  margin: 0px;
  width: 300px;
}
.moduletable_multiad_rotation_banner .bannernav_wrapper h3 {
  display: block;
  float: left;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 1px;
  padding-left: 10px;
  margin: 0;
  max-width: 260px;
  overflow: hidden;
}
.moduletable_multiad_rotation_banner .bannernav_wrapper .bannernav_prev,
.moduletable_multiad_rotation_banner .bannernav_wrapper .bannernav_next {
  display: block;
  float: left;
  background: url(../img/arrow_grey_left.gif) no-repeat scroll right center transparent;
  padding-top: 5px;
  margin: 0px 0px 0px 103px;
  font-size: 20px;
  color: #b8b8b8;
  cursor: pointer;
  width: 10px;
  height: 20px;
}
.moduletable_multiad_rotation_banner .bannernav_wrapper .bannernav_next {
  background: url(../img/arrow_grey_right.gif) no-repeat scroll right center transparent;
  margin: 0px 0px 0px 4px;
}
.moduletable_multiad_rotation_banner .widget {
  margin-top: 0px !important;
}
.moduletable_multiad_rotation_banner .bannernav_viewall {
  display: block;
  float: right;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.moduletable_multiad_rotation_banner .bannernav_viewall a {
  color: #333333;
}
#category {
  overflow: visible;
  background: url(../img/gradients/sidebar_line.png) repeat-y 636px 0;
}
#category .subtitle {
  border-top: 1px solid #E0E0E0;
  margin: 1px 0 0 0;
  height: 7px;
  background-image: url('../img/home-categories-border.png');
  background-repeat: repeat-x;
}
#category .content {
  *zoom: 1;
  width: 630px;
  margin: 0 20px 0 0;
}
#category .content:before,
#category .content:after {
  display: table;
  content: "";
}
#category .content:after {
  clear: both;
}
#category .content .header {
  padding: 0 0 20px 0;
  background: #ffffff;
}
#category .content .header .title {
  *zoom: 1;
  height: 40px;
  width: 100%;
  background-color: #0A95B6;
  background-image: url('../img/gradients/header-mainnav-gradient.png');
  background-image: -webkit-linear-gradient(top, #00acd4, #0a95b6);
  background-image: -moz-linear-gradient(top, #00acd4, #0a95b6);
  background-image: -o-linear-gradient(top, #00acd4, #0a95b6);
  background-image: -ms-linear-gradient(top, #00acd4, #0a95b6);
  background-image: linear-gradient(top, #00acd4, #0a95b6);
}
#category .content .header .title:before,
#category .content .header .title:after {
  display: table;
  content: "";
}
#category .content .header .title:after {
  clear: both;
}
#category .content .header .title h1 {
  margin: 0;
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #ffffff;
  font-size: 21px;
  padding: 7px 0;
  font-weight: bold;
}
#category .content .header .title h1 i {
  margin-left: 10px;
}
#category .content .header .title .icon-wrap {
  float: left;
  height: 40px;
  width: 40px;
  margin: 0 15px 0 0;
  background-color: #F56B4A;
  background-image: url('../img/gradients/category-left-gradient.png');
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #f56b4a, #e13e0d);
  background-image: -moz-linear-gradient(top, #f56b4a, #e13e0d);
  background-image: -o-linear-gradient(top, #f56b4a, #e13e0d);
  background-image: -ms-linear-gradient(top, #f56b4a, #e13e0d);
  background-image: linear-gradient(top, #f56b4a, #e13e0d);
}
#category .content .header .title .icon-wrap .icon {
  margin: 5px 4px;
  height: 32px;
  width: 32px;
  background-image: url('../img/category-arrow-icon.png');
  background-repeat: no-repeat;
}
#category .content .header .title .icon-wrap .icon.mentor {
  background-image: url('../img/mentors-category-icon.png');
}
#category .content .header .title .icon-wrap .icon.news {
  background-image: url('../img/news-category-icon.png');
}
#category .content .header .title.alternative {
  height: 50px;
  background-color: #333333;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #333333, #4a4a4a);
  background-image: -moz-linear-gradient(top, #333333, #4a4a4a);
  background-image: -o-linear-gradient(top, #333333, #4a4a4a);
  background-image: -ms-linear-gradient(top, #333333, #4a4a4a);
  background-image: linear-gradient(top, #333333, #4a4a4a);
}
#category .content .sidebar-left,
#category .content .articles {
  float: left;
}
#category .content .sidebar-left {
  position: relative;
  width: 160px;
  background: #ffffff;
  box-shadow: 0 3px 10px #eeeeee;
}
#category .content .sidebar-left .title {
  height: 21px;
  width: 100%;
  background-color: #F56B4A;
  background-image: url('../img/gradients/category-left-gradient.png');
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #e13e0d, #f56b4a);
  background-image: -moz-linear-gradient(top, #e13e0d, #f56b4a);
  background-image: -o-linear-gradient(top, #e13e0d, #f56b4a);
  background-image: -ms-linear-gradient(top, #e13e0d, #f56b4a);
  background-image: linear-gradient(top, #e13e0d, #f56b4a);
}
#category .content .sidebar-left .title h2 {
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 12px;
  color: #ffffff;
  margin: 0 0 0 10px;
  padding: 4px 0 4px 0;
  text-transform: uppercase;
}
#category .content .sidebar-left .title.grey {
  background-color: #333333;
  background-image: none;
}
#category .content .sidebar-left .editors-picks li {
  list-style: none;
  padding: 18px 0;
  border-bottom: 1px dashed #B5B5B5;
  background: #ffffff;
}
#category .content .sidebar-left .editors-picks li a {
  display: inline-block;
  padding: 0 8px;
  font-size: 13px;
  color: #656565;
}
#category .content .sidebar-left .editors-picks li:last-child {
  border-bottom: none;
}
#category .content .sidebar-left .mentors li {
  list-style: none;
  background: #ffffff;
  padding: 7px 9px;
  font-size: 13px;
  border-bottom: 1px dashed #b5b5b5;
}
#category .content .sidebar-left .mentors li a:hover {
  color: #0099cc;
}
#category .content .sidebar-left .mentors li.letter {
  background: #f3f3f3;
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 12px;
  color: #333333;
  text-transform: uppercase;
  border: none;
}
#category .content .sidebar-left .mentors li.no-border {
  border-bottom: none;
}
#category .content .sidebar-left .mentors li.highlighted {
  background-color: #00abd2;
  background-image: url('../img/gradients/header-mainnav-gradient.png');
  background-image: -webkit-linear-gradient(top, #00abd2, #1898b7);
  background-image: -moz-linear-gradient(top, #00abd2, #1898b7);
  background-image: -o-linear-gradient(top, #00abd2, #1898b7);
  background-image: -ms-linear-gradient(top, #00abd2, #1898b7);
  background-image: linear-gradient(top, #00abd2, #1898b7);
}
#category .content .sidebar-left .mentors li.highlighted a {
  color: #ffffff;
}
#category .content .sidebar-left .mentors li.expanded .avatar {
  margin: 3px 0 0 0;
}
#category .content .sidebar-left .mentors li.expanded .avatar img {
  width: 140px;
  height: 164px;
}
#category .content .sidebar-left .mentors li.expanded h3 {
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 16px;
  color: #333333;
}
#category .content .sidebar-left .mentors li.expanded p {
  font-size: 13px;
  color: #666666;
}
#category .content .sidebar-left .mentors li.expanded a {
  color: #0099cc;
}
#category .content .sidebar-left .mentors li.expanded a:hover {
  color: #333333;
}
#category .content .sidebar-left .mentors li.expanded .links a {
  display: inline-block;
  margin: 0 0 3px 0;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  color: #999999;
  text-transform: uppercase;
}
#category .content .articles {
  width: 450px;
  background: #ffffff;
  padding: 0 0 0 20px;
}
#category .content .articles.keywords ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#category .content .articles.keywords ul li {
  background: url(../img/stablemates-list-dot.png) no-repeat left 3px;
  padding-left: 15px;
  margin-bottom: 10px;
}
#category .content .articles.keywords ul li a {
  color: #333333;
}
#category .content .articles.article_wide {
  width: 630px;
  padding-left: 0;
}
#category .content .articles.article_wide .category-pagination {
  margin: 20px auto;
  width: 450px;
}
#category .content .articles .title {
  height: 20px;
  width: 100%;
  background: #333333;
}
#category .content .articles .title h2 {
  text-transform: uppercase;
  color: #ffffff;
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 12px;
  margin: 0 0 0 10px;
  padding: 3px 0 4px 0;
}
#category .content .articles .category-items-top {
  display: none;
}
#category .content .articles .category-pagination {
  margin: 20px 0;
}
#category .content .articles .category-pagination .category-pagination-start,
#category .content .articles .category-pagination .category-pagination-end {
  width: 30px;
  height: 30px;
  border: 1px solid #cccccc;
  background-repeat: repeat-x;
  background-image: url(../img/gradients/header-subnav-gradient.png);
  background-image: -webkit-linear-gradient(top, #f8f8f8, #f0f0f0);
  background-image: -moz-linear-gradient(top, #f8f8f8, #f0f0f0);
  background-image: -o-linear-gradient(top, #f8f8f8, #f0f0f0);
  background-image: -ms-linear-gradient(top, #f8f8f8, #f0f0f0);
  background-image: linear-gradient(top, #f8f8f8, #f0f0f0);
}
#category .content .articles .category-pagination .category-pagination-start .sprite.arrow-left-blue,
#category .content .articles .category-pagination .category-pagination-end .sprite.arrow-left-blue,
#category .content .articles .category-pagination .category-pagination-start .sprite.arrow-right-blue,
#category .content .articles .category-pagination .category-pagination-end .sprite.arrow-right-blue {
  margin: 8px 10px;
}
#category .content .articles .category-pagination .category-pagination-start:hover,
#category .content .articles .category-pagination .category-pagination-end:hover {
  border: 1px solid #252525;
  background-image: -webkit-linear-gradient(top, #333333, #484848);
  background-image: -moz-linear-gradient(top, #333333, #484848);
  background-image: -o-linear-gradient(top, #333333, #484848);
  background-image: -ms-linear-gradient(top, #333333, #484848);
  background-image: linear-gradient(top, #333333, #484848);
}
#category .content .articles .category-pagination .category-pagination-prev {
  margin-left: 5px;
}
#category .content .articles .category-pagination .category-pagination-next {
  margin-right: 5px;
}
#category .content .articles .category-pagination .category-pagination-prev,
#category .content .articles .category-pagination .category-pagination-next {
  width: 67px;
  height: 30px;
  text-align: center;
  background-repeat: repeat-x;
  background-image: url(../img/gradients/header-mainnav-gradient.png);
  background-image: -webkit-linear-gradient(top, #00a9d5, #009aba);
  background-image: -moz-linear-gradient(top, #00a9d5, #009aba);
  background-image: -o-linear-gradient(top, #00a9d5, #009aba);
  background-image: -ms-linear-gradient(top, #00a9d5, #009aba);
  background-image: linear-gradient(top, #00a9d5, #009aba);
  border: 1px solid #00A9D2;
  font-size: 14px;
}
#category .content .articles .category-pagination .category-pagination-prev .cp-container,
#category .content .articles .category-pagination .category-pagination-next .cp-container {
  padding-top: 5px;
  height: 23px;
  border: 1px solid #05B1DA;
}
#category .content .articles .category-pagination .category-pagination-prev a,
#category .content .articles .category-pagination .category-pagination-next a,
#category .content .articles .category-pagination .category-pagination-prev span,
#category .content .articles .category-pagination .category-pagination-next span {
  color: #ffffff;
}
#category .content .articles .category-pagination .category-pagination-prev:hover,
#category .content .articles .category-pagination .category-pagination-next:hover {
  border: 1px solid #333333;
  background-repeat: repeat;
  background-position: left bottom;
  background-image: url(../img/gradients/background_black.gif);
  background-image: -webkit-linear-gradient(top, #333333, #484848);
  background-image: -moz-linear-gradient(top, #333333, #484848);
  background-image: -o-linear-gradient(top, #333333, #484848);
  background-image: -ms-linear-gradient(top, #333333, #484848);
  background-image: linear-gradient(top, #333333, #484848);
}
#category .content .articles .category-pagination .category-pagination-prev:hover .cp-container,
#category .content .articles .category-pagination .category-pagination-next:hover .cp-container {
  border: 1px solid #333333;
}
#category .content .articles .category-pagination .category-pagination-container {
  width: 228px;
  text-align: center;
  padding: 5px 2px 0 2px;
  font: normal 16px/16px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #CCCCCC;
}
#category .content .articles .category-pagination .category-pagination-container a {
  color: #CCCCCC;
}
#category .content .articles .category-pagination .category-pagination-container .active {
  color: #0099cc;
  text-decoration: underline;
}
#category .content .articles .category-pagination .category-pagination-container .category-pagination-link {
  padding: 0 8px;
  font-size: 24px;
}
#category .content .articles .category-pagination .category-pagination-container .category-pagination-link a:hover {
  color: #0099cc;
}
#category .content .articles .category-item {
  padding: 20px 10px;
  border-bottom: 1px dashed #B5B5B5;
}
#category .content .articles .category-item.shadow {
  box-shadow: 0 10px 15px -7px #cccccc;
}
#category .content .articles .category-item h2 {
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 5px 0;
}
#category .content .articles .category-item h2 .arrow {
  margin: 3px 0 0 8px;
}
#category .content .articles .category-item h2 a {
  color: #333333;
}
#category .content .articles .category-item h2 a:hover {
  color: #0099cc;
}
#category .content .articles .category-item .category-item-underheading {
  display: block;
  width: 100%;
  color: #999999;
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 11px;
  margin: 0 0 10px 0;
}
#category .content .articles .category-item .category-item-catlink {
  display: inline-block;
  margin: 5px 0 0 0;
  color: #0099CB;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
#category .content .articles .category-item img {
  float: left;
  margin: 0 10px 10px 0;
  border: 1px solid #cccccc;
}
#category .content .articles .category-item p {
  margin: 0;
  font-size: 13px;
  line-height: 16px;
}
#category .content .articles .category-item.mentor {
  padding: 0;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
#category .content .articles .category-item.mentor.shadow {
  box-shadow: 0 10px 15px -7px #cccccc;
}
#category .content .articles .category-item.mentor a {
  color: #333333;
}
#category .content .articles .category-item.mentor a:hover {
  color: #0099cc;
}
#category .content .articles .category-item.mentor .mentor-avatar {
  padding: 10px;
  float: left;
  height: 115px;
  width: 95px;
}
#category .content .articles .category-item.mentor .mentor-avatar img {
  width: 97px;
  height: 116px;
  border: none;
  margin: 0;
}
#category .content .articles .category-item.mentor .article {
  padding: 20px 10px 20px 10px;
  width: 313px;
  border-bottom: 1px dashed #b5b5b5;
  border-right: 1px solid #ededed;
  float: left;
  overflow: hidden;
  margin: 0 0 -1px 0;
}
#category .content .articles .category-item.mentor .article .meta {
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 11px;
  margin: 0 0 10px 0;
}
#category .content .articles .category-item.mentor .article p {
  margin: 0;
}
#category .content .articles .category-item:last-child {
  border-bottom: none;
}
#category .sidebar {
  padding: 0 0 0 10px;
  width: 300px;
}
#category .content,
#category .sidebar {
  float: left;
  min-height: 1px;
}
.author-bio img {
  display: inline-block;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  width: 140px;
  height: 165px;
}
.author-bio .article-author-bio-bio {
  display: inline-block;
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 14px;
  color: #666666;
}
.author-bio .article-author-bio-comms {
  display: inline-block;
  margin: 0 0 3px 0;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  color: #999999;
  text-transform: uppercase;
}
.author-bio .article-author-bio-twitter {
  display: inline-block;
  margin: 0 0 3px 0;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  color: #999999;
  text-transform: uppercase;
}
.author-bio .article-author-bio-website {
  display: inline-block;
  margin: 0 0 3px 0;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  color: #999999;
  text-transform: uppercase;
}
#dpWrapTOC {
  height: 33px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0px;
}
#dpWrapTOC .dp-shrink-wrap {
  display: inline-block;
  height: 32px;
  padding: 0px;
  margin: 0px;
}
#dpWrapTOC .dp-shrink-wrap span,
#dpWrapTOC .dp-shrink-wrap a {
  display: block;
  float: left;
  height: 24px;
  margin: 0px;
  font-family: 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: black;
  padding: 2px 7px 5px;
  font-size: 25px;
}
#dpWrapTOC .dp-shrink-wrap a.dp-start,
#dpWrapTOC .dp-shrink-wrap a.dp-prev,
#dpWrapTOC .dp-shrink-wrap a.dp-next,
#dpWrapTOC .dp-shrink-wrap a.dp-last {
  font-family: Arial, sans-serif;
  color: #999999;
}
#dpWrapTOC .dp-shrink-wrap span.dp-start,
#dpWrapTOC .dp-shrink-wrap span.dp-prev,
#dpWrapTOC .dp-shrink-wrap span.dp-next,
#dpWrapTOC .dp-shrink-wrap span.dp-last {
  font-family: Arial, sans-serif;
  color: #dcdcdc;
}
#dpWrapTOC .dp-shrink-wrap .dp-link {
  color: #0099cc;
  text-decoration: underline;
}
/* mentor landing page */
.mentor-top {
  margin: 0px 0px 30px 0px;
  padding-bottom: 6px;
  padding-left: 40px;
  padding-top: 10px;
  background-image: url('../img/gradients/header-mainnav-gradient.png');
  background-image: -webkit-linear-gradient(top, #00a9d2, #0095b8);
  background-image: -moz-linear-gradient(top, #00a9d2, #0095b8);
  background-image: -o-linear-gradient(top, #00a9d2, #0095b8);
  background-image: -ms-linear-gradient(top, #00a9d2, #0095b8);
  background-image: linear-gradient(top, #00a9d2, #0095b8);
  color: #ffffff;
}
.mentor-top h1 {
  display: block;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 20px;
}
.mentor-left-top-right-top {
  background: black;
  color: #ffffff;
  margin: 0px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-top: 3px;
}
.mentor-left-top-right-top h2 {
  display: block;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-family: 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-weight: bold;
}
.mentor-left-left {
  float: left;
  margin: 0 25px 0 0;
  padding: 0px;
  width: 160px;
}
.mentor-left-left .mentor-left-top {
  background: black;
  color: #ffffff;
  margin: 0px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-top: 3px;
}
.mentor-left-left .mentor-left-top h2 {
  display: block;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-family: 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-weight: bold;
}
.mentor-left-left .mentor-list-entry-block {
  display: block;
  padding-left: 10px;
  font-weight: bold;
  width: 150px;
}
.mentor-left-left .mentor-letter {
  display: block;
  padding-left: 10px;
  font-weight: bold;
  width: 150px;
  padding-top: 3px;
  padding-bottom: 2px;
  background-color: #f5f5f5;
  font-size: 11px;
  font-family: 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #666666;
}
.mentor-left-left .mentor-link {
  display: block;
  padding-left: 10px;
  font-weight: bold;
  width: 150px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: white;
  font-size: 12px;
  font-family: Arial, sans-serif;
  color: #999999;
  background: url("../img/arrow_grey_down.png") no-repeat scroll 135px 8px transparent;
}
.mentor-left-left .mentor-link-border-top {
  border-top: 1px dashed #999999;
}
.mentor-left-left .mentor-expanded-bio-top {
  display: block;
  padding-left: 10px;
  font-weight: bold;
  width: 150px;
  border-bottom: 1px dashed #999999;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  color: white;
  background: url("../img/arrow_black_up.png") no-repeat scroll 135px 8px transparent;
  background-color: #0099cc;
}
.mentor-left-left .mentor-expanded-bio-box {
  padding-top: 10px;
  padding-left: 8px;
  padding-right: 8px;
}
.mentor-left-left .mentor-expanded-bio-box img {
  display: inline-block;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  width: 140px;
  height: 165px;
}
.mentor-left-left .mentor-expanded-bio-box .article-author-bio-bio {
  display: inline-block;
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 14px;
  color: #666666;
}
.mentor-left-left .mentor-expanded-bio-box .article-author-bio-comms {
  display: inline-block;
  margin: 0 0 3px 0;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  color: #999999;
  text-transform: uppercase;
}
.mentor-left-left .mentor-expanded-bio-box .article-author-bio-twitter {
  display: inline-block;
  margin: 0 0 3px 0;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  color: #999999;
  text-transform: uppercase;
}
.mentor-left-left .mentor-expanded-bio-box .article-author-bio-website {
  display: inline-block;
  margin: 0 0 3px 0;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  color: #999999;
  text-transform: uppercase;
}
.mentor-left-left .mentor-expanded-bio-bottom-gradient {
  height: 30px;
  padding: 0;
  margin: 0;
  background-image: url('../img/gradients/header-subnav-gradient.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: -webkit-linear-gradient(top, #feffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #feffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #feffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #feffff, #e6e6e6);
  background-image: linear-gradient(top, #feffff, #e6e6e6);
}
.mentor-left-right {
  float: left;
  padding: 0px;
  width: 450px;
}
.mentor-left-right .mentor-items-top {
  background: black;
  color: #ffffff;
  margin: 0px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-top: 3px;
  margin-bottom: 8px;
}
.mentor-left-right .mentor-items-top h2 {
  display: block;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-family: 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-weight: bold;
}
.mentor-left-right .mentor-item {
  margin: 0px;
  padding: 0px;
  height: 166px;
  background-image: url("../img/gradients/gradient_liner_left.png");
  background-position: 287px top;
  background-repeat: repeat-y;
}
.mentor-left-right .mentor-item .mentor-item-textblock {
  float: right;
  height: 146px;
  width: 318px;
  padding: 20px 5px 0px 5px;
  border-bottom: thin #999999 dashed;
  font: normal normal 12px Arial, sans-serif;
  font-family: Arial, sans-serif;
  color: #999999;
  font-weight: bold;
}
.mentor-left-right .mentor-item .mentor-item-textblock h2 {
  display: block;
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  font-family: 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-weight: bold;
}
.mentor-left-right .mentor-item .mentor-item-textblock h2 a.mentor-item-arrow {
  background: url("../img/arrow_grey_right.gif") no-repeat scroll right center transparent;
  padding-right: 15px;
}
.mentor-left-right .mentor-item .mentor-item-textblock .mentor-item-underheading {
  display: block;
  margin: 0px;
  padding: 3px 0px 10px 0px;
  font-size: 12px;
  color: #999999;
}
.mentor-left-right .mentor-item .mentor-item-textblock .mentor-item-spacer {
  margin: 0;
  padding: 0;
  height: 15px;
  width: 10px;
}
.mentor-left-right .mentor-item .mentor-item-textblock a.mentor-item-catlink {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  color: #0099cc;
}
.mentor-left-right .mentor-item .mentor-item-bioimgblock {
  border: 1px solid #f5f5f5;
  float: right;
  height: 153px;
  width: 94px;
  margin: 0;
  padding: 12px 12px 0px 12px;
}
.mentor-left-right .mentor-item .mentor-item-bioimgblock img {
  margin: 0;
  padding: 0;
  height: 117px;
  width: 96px;
}
.mentor-left-right .mentor-items-bottom-spacer {
  padding: 0;
  margin: 0;
  height: 20px;
  width: 10px;
}
/* article page */
.article-body-container {
  width: 960px;
  background: url(../img/gradients/sidebar_line.png) repeat-y 636px 0;
}
.article_body {
  width: 960px;
  background: url(../img/gradients/sidebar_line.png) repeat-y 636px 0;
}
.article_body ul,
.article_body ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.article_body ul li {
  background: url(../img/stablemates-list-dot.png) no-repeat left 3px;
  padding-left: 15px;
  margin-bottom: 10px;
}
.article_body .subtitle {
  border-top: 1px solid #E0E0E0;
  margin: 1px 0 20px 0;
  height: 7px;
  background-image: url('../img/home-categories-border.png');
  background-repeat: repeat-x;
}
.article_body .blue_link {
  color: #0099cc;
}
.article_body .blue_link a {
  color: #0099cc;
}
.article_body .grey_link {
  color: #666666;
}
.article_body .grey_link a {
  color: #666666;
}
.article_body .header {
  background: #ffffff;
}
.article_body .header .title {
  *zoom: 1;
  height: 40px;
  width: 100%;
  background-color: #0A95B6;
  background-image: url('../img/gradients/header-mainnav-gradient.png');
  background-image: -webkit-linear-gradient(top, #00acd4, #0a95b6);
  background-image: -moz-linear-gradient(top, #00acd4, #0a95b6);
  background-image: -o-linear-gradient(top, #00acd4, #0a95b6);
  background-image: -ms-linear-gradient(top, #00acd4, #0a95b6);
  background-image: linear-gradient(top, #00acd4, #0a95b6);
}
.article_body .header .title:before,
.article_body .header .title:after {
  display: table;
  content: "";
}
.article_body .header .title:after {
  clear: both;
}
.article_body .header .title h1 {
  margin: 0;
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #ffffff;
  font-size: 21px;
  padding: 7px 0;
}
.article_body .header .title .icon-wrap {
  float: left;
  height: 40px;
  width: 40px;
  margin: 0 15px 0 0;
  background-color: #F56B4A;
  background-image: url('../img/gradients/category-left-gradient.png');
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #f56b4a, #e13e0d);
  background-image: -moz-linear-gradient(top, #f56b4a, #e13e0d);
  background-image: -o-linear-gradient(top, #f56b4a, #e13e0d);
  background-image: -ms-linear-gradient(top, #f56b4a, #e13e0d);
  background-image: linear-gradient(top, #f56b4a, #e13e0d);
}
.article_body .header .title .icon-wrap .icon {
  margin: 5px 4px;
  height: 31px;
  width: 31px;
  background-image: url('../img/category-arrow-icon.png');
}
.article_body .article_left {
  width: 630px;
}
.article_body .article_left .shadow_left {
  box-shadow: -5px 0 5px 0 #f5f5f5;
}
.article_body .article_left .businesstools .header .title {
  background-color: #e9634f;
  background-image: url('../img/gradients/header-subnav-advice-hub-gradient.png');
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #e13600, #f36341);
  background-image: -moz-linear-gradient(top, #e13600, #f36341);
  background-image: -o-linear-gradient(top, #e13600, #f36341);
  background-image: -ms-linear-gradient(top, #e13600, #f36341);
  background-image: linear-gradient(top, #e13600, #f36341);
  border: 1px solid #e9634f;
  height: auto;
}
.article_body .article_left .businesstools .header .title h1 {
  border: 1px solid #F8775C;
  padding: 10px;
}
.article_body .article_left .businesstools .header .title h1 .left {
  font-size: 18px;
}
.article_body .article_left .businesstools .header .title h1 .right {
  font-weight: bold;
}
.article_body .article_left .businesstools .businesstools_featuretools {
  margin: 20px 0;
  background-color: #f2f2f2;
  padding: 10px;
}
.article_body .article_left .businesstools .businesstools_featuretools .title {
  background-color: #ffffff;
  margin: 0 0 10px 0;
  padding: 10px;
}
.article_body .article_left .businesstools .businesstools_featuretools .title .left {
  width: 500px;
}
.article_body .article_left .businesstools .businesstools_featuretools .title .right {
  height: 14px;
  width: 27px;
}
.article_body .article_left .businesstools .businesstools_featuretools .title h2 {
  margin: 0;
  padding: 0;
  font: bold 18px/18px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #333333;
}
.article_body .article_left .businesstools .businesstools_featuretools .title .bannernav_prev,
.article_body .article_left .businesstools .businesstools_featuretools .title .bannernav_next {
  width: 9px;
  height: 14px;
  cursor: pointer;
}
.article_body .article_left .businesstools .businesstools_featuretools .title .bannernav_prev {
  background: url(../img/arrow_grey_left.gif) no-repeat top left;
}
.article_body .article_left .businesstools .businesstools_featuretools .title .bannernav_next {
  background: url(../img/arrow_grey_right.gif) no-repeat top left;
}
.article_body .article_left .businesstools .businesstools_featuretools .banners_wrapper {
  height: 285px;
  overflow: hidden;
}
.article_body .article_left .businesstools .businesstools_featuretools .banners_wrapper .bannergroup_biztools_rotation_banner {
  width: 610px;
  height: 285px;
}
.article_body .article_left .businesstools .businesstools_featuretools .banners_wrapper .bannergroup_biztools_rotation_banner .banneritem_biztools_rotation_banner {
  width: 610px;
  height: 285px;
  font: 13px/16px Arial, sans-serif;
  color: #333333;
}
.article_body .article_left .businesstools .businesstools_featuretools .banners_wrapper .bannergroup_biztools_rotation_banner .banneritem_biztools_rotation_banner .biztools_banner_wide,
.article_body .article_left .businesstools .businesstools_featuretools .banners_wrapper .bannergroup_biztools_rotation_banner .banneritem_biztools_rotation_banner .biztools-banner-left,
.article_body .article_left .businesstools .businesstools_featuretools .banners_wrapper .bannergroup_biztools_rotation_banner .banneritem_biztools_rotation_banner .biztools-banner-right {
  height: 285px;
  overflow: hidden;
  background: url(../img/gradients/gradient_businesstools_white_transparent.png) repeat-x left bottom;
}
.article_body .article_left .businesstools .businesstools_featuretools .banners_wrapper .bannergroup_biztools_rotation_banner .banneritem_biztools_rotation_banner .biztools-banner-left,
.article_body .article_left .businesstools .businesstools_featuretools .banners_wrapper .bannergroup_biztools_rotation_banner .banneritem_biztools_rotation_banner .biztools-banner-right {
  width: 300px;
  float: left;
}
.article_body .article_left .businesstools .businesstools_featuretools .banners_wrapper .bannergroup_biztools_rotation_banner .banneritem_biztools_rotation_banner .biztools-banner-left {
  margin-right: 10px;
}
.article_body .article_left .businesstools .banners_additional_wrapper #biztools-additional-data .tabs_wrapper {
  padding-bottom: 1px;
  border-bottom: 1px solid #E0E0E0;
}
.article_body .article_left .businesstools .banners_additional_wrapper #biztools-additional-data .ui-tabs-nav li .tab {
  border-left: 1px solid #E0E0E0;
  background: url(../img/btn/tab_grey.png) no-repeat right top;
  padding: 5px 20px 5px 15px;
  height: 11px;
}
.article_body .article_left .businesstools .banners_additional_wrapper #biztools-additional-data .ui-tabs-nav li.ui-state-default {
  width: auto;
  height: 21px;
  border-bottom: 1px solid #EAEAEA;
  background: url(../img/btn/tab_gradient.png) repeat-x bottom left;
}
.article_body .article_left .businesstools .banners_additional_wrapper #biztools-additional-data .ui-tabs-nav li.ui-state-default a {
  margin-top: -2px;
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 13px;
  color: #999999;
}
.article_body .article_left .businesstools .banners_additional_wrapper #biztools-additional-data .ui-tabs-nav li.ui-state-active {
  height: 29px;
  border-bottom: 1px solid #e9634f;
  background: url(../img/btn/tab_gradient_orange.png) repeat-x top left;
  margin-top: 2px;
}
.article_body .article_left .businesstools .banners_additional_wrapper #biztools-additional-data .ui-tabs-nav li.ui-state-active .tab {
  background: url(../img/btn/tab_orange.png) no-repeat right top;
  height: 20px;
  padding: 2px 20px 2px 15px;
  border-left-width: 0px;
}
.article_body .article_left .businesstools .banners_additional_wrapper #biztools-additional-data .ui-tabs-nav li.ui-state-active .tab a {
  margin-top: -1px;
  font-weight: bold;
  color: #ffffff;
  background: url(../img/arrow_white_down.png) no-repeat center bottom;
  padding-bottom: 7px;
}
.article_body .article_left .businesstools .biztools_items_container .title .items_left {
  margin-right: 1px;
  width: 464px;
}
.article_body .article_left .businesstools .biztools_items_container .title .items_right {
  width: 125px;
}
.article_body .article_left .businesstools .biztools_items_container .title .items_left,
.article_body .article_left .businesstools .biztools_items_container .title .items_right {
  background-color: #333333;
  padding: 4px 10px;
  color: #ffffff;
  text-transform: uppercase;
  font: 13px/13px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
}
.article_body .article_left .businesstools .biztools_items_container .items {
  background: url(../img/gradients/gradient_liner_left.png) repeat-y 442px top;
}
.article_body .article_left .businesstools .biztools_items_container .items .biztools-item {
  border-bottom: 1px dashed #999999;
  border-right: 1px solid #e6e6e6;
}
.article_body .article_left .businesstools .biztools_items_container .items .biztools-item h2 {
  padding: 0;
  margin: 0;
  font: 16px/20px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #333333;
}
.article_body .article_left .businesstools .biztools_items_container .items .biztools-item h2 a {
  background: url(../img/arrow_right_grey_transparent.png) no-repeat right 3px;
  padding-right: 18px;
  color: #333333;
}
.article_body .article_left .businesstools .biztools_items_container .items .biztools-item h2 a:hover {
  color: #0099cc;
}
.article_body .article_left .businesstools .biztools_items_container .items .biztools-item .biztools-item-image {
  width: 144px;
  float: left;
  text-align: right;
  padding: 20px 0;
  overflow: hidden;
}
.article_body .article_left .businesstools .biztools_items_container .items .biztools-item .biztools-item-main {
  padding: 20px 0;
}
.article_body .article_left .businesstools .biztools_items_container .items .biztools-item .biztools-item-main.biztools-item-noarticleimage {
  background-color: #ffffff;
}
.article_body .article_left .businesstools .biztools_items_container .items .biztools-item .biztools-item-main.biztools-item-sponsored {
  background-color: #f2f2f2;
  padding: 20px;
}
.article_body .article_left .businesstools .biztools_items_container .items .biztools-item .biztools-item-main.biztools-item-hasarticleimage {
  width: 450px;
  float: left;
  padding-right: 35px;
}
.article_body .article_left .businesstools .biztools_items_container .items .biztools-item .biztools-item-main .biztools-item-underheading {
  font: 11px/11px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #666666;
  margin-bottom: 10px;
}
.article_body .article_left .businesstools .biztools_items_container .items .biztools-item .biztools-item-main .biztools-item-desc {
  font: 13px/16px Arial, sans-serif;
  color: #333333;
  margin-bottom: 10px;
}
.article_body .article_left .businesstools .biztools_items_container .items .biztools-item .biztools-item-main .biztools-item-desc .desc_image {
  width: 90px;
  height: 75px;
  overflow: hidden;
  border: 1px solid #999999;
  margin-right: 10px;
  float: left;
}
.article_body .article_left .businesstools .biztools_items_container .items .biztools-item .biztools-item-main .biztools-item-desc .desc_image img {
  width: 90px;
}
.article_body .article_left .businesstools .biztools_items_container .items .biztools-item .biztools-item-main .biztools-item-desc .desc_container {
  width: 485px;
  float: left;
}
.article_body .article_left .businesstools .biztools_items_container .items .biztools-item .biztools-item-main .biztools-item-desc .biztools-item-category {
  margin-top: 5px;
}
.article_body .article_left .businesstools .biztools_items_container .items .biztools-item .biztools-item-main .biztools-item-category {
  font: bold 10px/10px Arial, sans-serif;
  text-transform: uppercase;
}
.article_body .article_left .businesstools .biztools_items_container .items .biztools-item .biztools-item-main .biztools-item-category a {
  color: #0099cc;
}
.article_body .article_left .businesstools .biztools_items_container .items .biztools-item .biztools-item-main .biztools-item-category a:hover {
  color: #333333;
}
.article_body .article_left .background_grey {
  background-color: #f2f2f2;
}
.article_body .article_left .background_grey.avert {
  margin-top: 20px;
}
.article_body .article_left .bio .subtitle {
  margin-bottom: 0;
}
.article_body .article_left .bio .profile_image {
  width: 160px;
  box-shadow: 5px 0 5px 0 #f5f5f5;
}
.article_body .article_left .bio .profile_description {
  width: 425px;
  padding: 25px 20px;
}
.article_body .article_left .bio .profile_description h2 {
  margin: 0;
  padding: 0;
  font: 16px/16px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
}
.article_body .article_left .left_small .title,
.article_body .article_left .left_long .title {
  background: #333333;
  color: #ffffff;
  padding: 5px 8px;
  text-transform: uppercase;
}
.article_body .article_left .left_small .title h1,
.article_body .article_left .left_long .title h1,
.article_body .article_left .left_small .title h2,
.article_body .article_left .left_long .title h2,
.article_body .article_left .left_small .title h3,
.article_body .article_left .left_long .title h3,
.article_body .article_left .left_small .title h4,
.article_body .article_left .left_long .title h4 {
  margin: 0;
  padding: 0;
  font: 12px/12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
}
.article_body .article_left .left_small {
  width: 140px;
}
.article_body .article_left .left_long {
  width: 470px;
  padding-left: 20px;
}
.article_body .article_left .left_long.background_white {
  background-color: #ffffff;
}
.article_body .article_left .left_long .subtitle {
  margin-bottom: 0;
}
.article_body .article_right {
  width: 300px;
  padding: 0 0 0 10px;
}
.article-full-body,
.article-left-body {
  width: 650px;
  float: left;
}
.article-full-body p,
.article-left-body p {
  margin: 5px 0;
}
.article-full-body .article-smartsolo-header,
.article-left-body .article-smartsolo-header {
  float: left;
  width: 630px;
  height: 43px;
  background-color: #333333;
  background-image: -moz-linear-gradient(center top, #333333, #4a4a4a);
  background-repeat: repeat-x;
  padding-left: 10px;
  padding-top: 7px;
}
.article-full-body .subtitle,
.article-left-body .subtitle {
  float: left;
  background-image: url("../img/home-categories-border.png");
  background-repeat: repeat-x;
  border-top: 1px solid #E0E0E0;
  width: 640px;
  height: 7px;
  margin: 1px 0 0;
  margin-bottom: 20px;
}
.article-full-body .article-left,
.article-left-body .article-left {
  float: left;
  margin: 0 15px 0 0;
}
.article-full-body .article-left .article-left-top,
.article-left-body .article-left .article-left-top {
  float: left;
  padding: 0 10px 10px 10px;
  width: 140px;
  box-shadow: 0 3px 5px #cccccc;
}
.article-full-body .article-left .article-left-top img,
.article-left-body .article-left .article-left-top img {
  display: inline-block;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  width: 140px;
  height: 165px;
}
.article-full-body .article-left .article-left-top .article-author-bio-bio,
.article-left-body .article-left .article-left-top .article-author-bio-bio {
  display: inline-block;
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 14px;
  color: #666666;
}
.article-full-body .article-left .article-left-top .article-author-bio-comms,
.article-left-body .article-left .article-left-top .article-author-bio-comms {
  display: inline-block;
  margin: 0 0 3px 0;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  color: #999999;
  text-transform: uppercase;
}
.article-full-body .article-left .article-left-top .article-author-bio-twitter,
.article-left-body .article-left .article-left-top .article-author-bio-twitter {
  display: inline-block;
  margin: 0 0 3px 0;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  color: #999999;
  text-transform: uppercase;
}
.article-full-body .article-left .article-left-top .article-author-bio-website,
.article-left-body .article-left .article-left-top .article-author-bio-website {
  display: inline-block;
  margin: 0 0 3px 0;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  color: #999999;
  text-transform: uppercase;
}
.article-full-body .article-left .article-left-top h4,
.article-left-body .article-left .article-left-top h4 {
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 16px;
  color: #333333;
  margin: 10px 0 15px 0;
}
.article-full-body .article-left .article-left-top h4 span,
.article-left-body .article-left .article-left-top h4 span {
  margin-left: 8px;
}
.article-full-body .article-left .article-left-top p,
.article-left-body .article-left .article-left-top p {
  font-size: 13px;
  color: #666666;
  margin: 0 0 10px 0;
}
.article-full-body .article-left .article-left-bottom,
.article-left-body .article-left .article-left-bottom {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 160px;
  background-color: #f5f5f5;
}
.article-full-body .article-left .article-left-bottom .header,
.article-left-body .article-left .article-left-bottom .header {
  max-width: 100%;
  background-color: #333333;
  background-image: -moz-linear-gradient(center top, #333333, #4a4a4a);
  background-repeat: repeat-x;
  height: 20px;
  padding: 0 10px;
}
.article-full-body .article-left .article-left-bottom .header h3,
.article-left-body .article-left .article-left-bottom .header h3 {
  text-transform: uppercase;
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #ffffff;
  font-size: 12px;
  margin: 0;
  padding: 3px 0;
}
.article-full-body .article-left .article-left-bottom ul,
.article-left-body .article-left .article-left-bottom ul {
  padding: 0;
}
.article-full-body .article-left .article-left-bottom ul li,
.article-left-body .article-left .article-left-bottom ul li {
  border-top: 1px dashed #b5b5b5;
  list-style: none;
  padding: 20px 10px;
}
.article-full-body .article-left .article-left-bottom ul li .related-category-title,
.article-left-body .article-left .article-left-bottom ul li .related-category-title {
  color: #0096c4;
  font-size: 10px;
  line-height: 10px;
  display: inline-block;
  margin: 5px 0 0 0;
  font-weight: bold;
  text-transform: uppercase;
}
.article-full-body .article-left .article-left-bottom ul li a,
.article-left-body .article-left .article-left-bottom ul li a {
  font-size: 13px;
  color: #666666;
}
.article-full-body .article-left .article-left-bottom ul li:hover,
.article-left-body .article-left .article-left-bottom ul li:hover,
.article-full-body .article-left .article-left-bottom ul li.active,
.article-left-body .article-left .article-left-bottom ul li.active {
  background-color: #1988b6;
  background-image: url('../img/footer-links-left-gradient.png');
  background-image: -webkit-linear-gradient(top, #00a9d2, #0095b8);
  background-image: -moz-linear-gradient(top, #00a9d2, #0095b8);
  background-image: -o-linear-gradient(top, #00a9d2, #0095b8);
  background-image: -ms-linear-gradient(top, #00a9d2, #0095b8);
  background-image: linear-gradient(top, #00a9d2, #0095b8);
}
.article-full-body .article-left .article-left-bottom ul li:hover a,
.article-left-body .article-left .article-left-bottom ul li:hover a,
.article-full-body .article-left .article-left-bottom ul li.active a,
.article-left-body .article-left .article-left-bottom ul li.active a {
  color: #ffffff;
}
.article-full-body .article-left .article-left-bottom ul li:hover .related-category-title,
.article-left-body .article-left .article-left-bottom ul li:hover .related-category-title,
.article-full-body .article-left .article-left-bottom ul li.active .related-category-title,
.article-left-body .article-left .article-left-bottom ul li.active .related-category-title {
  color: #ffffff;
}
.article-full-body .article-left .article-left-bottom ul li:first-child,
.article-left-body .article-left .article-left-bottom ul li:first-child {
  border-top: none;
}
.article-full-body .article-body,
.article-left-body .article-body {
  display: block;
  float: left;
  margin: 0px;
  padding: 0px 0px 0px 10px;
  width: 455px;
}
.article-full-body .article-body h1,
.article-left-body .article-body h1 {
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 24px;
  color: #333333;
  margin: 10px 0;
}
.article-full-body .article-body .article-overheading,
.article-left-body .article-body .article-overheading {
  text-transform: uppercase;
  font-size: 10px;
  color: #999999;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.article-full-body .article-body .article-overheading a,
.article-left-body .article-body .article-overheading a {
  color: #999999;
}
.article-full-body .article-body .article-overheading .quotes,
.article-left-body .article-body .article-overheading .quotes {
  display: inline-block;
  margin: 0 5px -7px 0;
  width: 20px;
  height: 20px;
  background: url("../img/small_quotation_mark.png");
  background-repeat: no-repeat;
}
.article-full-body .article-body .article-overheading .category,
.article-left-body .article-body .article-overheading .category,
.article-full-body .article-body .article-overheading .print,
.article-left-body .article-body .article-overheading .print,
.article-full-body .article-body .article-overheading .email,
.article-left-body .article-body .article-overheading .email {
  color: #0099cc;
}
.article-full-body .article-body .article-underheading,
.article-left-body .article-body .article-underheading {
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 11px;
  color: #999999;
  margin: 0 0 20px 0;
}
.article-full-body .article-body .article-underheading .author span,
.article-left-body .article-body .article-underheading .author span {
  text-decoration: underline;
}
.article-full-body .article-body .article-main-image,
.article-left-body .article-body .article-main-image {
  margin: 0 0 20px 0;
}
.article-full-body .article-body #dpWrapTOC .dp-start,
.article-left-body .article-body #dpWrapTOC .dp-start {
  display: none;
}
.article-full-body .article-body #dpWrapTOC .dp-last,
.article-left-body .article-body #dpWrapTOC .dp-last {
  display: none;
}
.article-full-body .article-body .article-fulltext,
.article-left-body .article-body .article-fulltext {
  color: #333333;
  font-size: 13px;
  line-height: 17px;
}
.article-full-body .article-body .article-fulltext h3,
.article-left-body .article-body .article-fulltext h3,
.article-full-body .article-body .article-fulltext b,
.article-left-body .article-body .article-fulltext b {
  font-family: 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 16px;
  font-weight: bold;
}
.article-full-body .article-body .article-fulltext li,
.article-left-body .article-body .article-fulltext li,
.article-full-body .article-body .article-fulltext p,
.article-left-body .article-body .article-fulltext p {
  line-height: 18px;
}
.article-full-body .article-body .article-fulltext p,
.article-left-body .article-body .article-fulltext p {
  margin: 0;
}
.article-full-body .article-body .article-fulltext ul,
.article-left-body .article-body .article-fulltext ul {
  margin-left: 15px;
}
.article-full-body .article-body .article-fulltext ul li,
.article-left-body .article-body .article-fulltext ul li {
  padding: 0 0 0 5px;
}
.article-full-body .article-body .article-fulltext a,
.article-left-body .article-body .article-fulltext a {
  color: #03A9CF!important;
}
.article-full-body .article-body .article-category,
.article-left-body .article-body .article-category {
  margin: 15px 0 0 0;
  border-top: 1px dashed #b5b5b5;
  text-align: right;
  padding: 10px 5px;
  color: #b8b8b8;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.article-full-body .article-body .article-category a,
.article-left-body .article-body .article-category a {
  color: #0096c4;
}
.article-full-body .article-body .article-category-bottom,
.article-left-body .article-body .article-category-bottom {
  width: 100%;
  height: 7px;
  background-image: url('../img/home-categories-border.png');
  background-repeat: repeat-x;
  border-top: 1px solid #E0E0E0;
  margin: 1px 0 10px 0;
}
.article-full-body .article-body .social-tags,
.article-left-body .article-body .social-tags {
  margin: 0 0 20px 0;
}
.article-full-body .article-body .article-social-media-box,
.article-left-body .article-body .article-social-media-box {
  float: left;
  width: 150px;
  margin: 12px 0 0 0;
}
.article-full-body .article-body .article-social-media-box .header,
.article-left-body .article-body .article-social-media-box .header {
  outline: 1px solid #0b7d96;
  border: 1px solid #03b2da;
  background-image: url('../img/gradients/header-mainnav-gradient.png');
  background-image: -webkit-linear-gradient(top, #00a9d2, #0095b8);
  background-image: -moz-linear-gradient(top, #00a9d2, #0095b8);
  background-image: -o-linear-gradient(top, #00a9d2, #0095b8);
  background-image: -ms-linear-gradient(top, #00a9d2, #0095b8);
  background-image: linear-gradient(top, #00a9d2, #0095b8);
  text-align: center;
  height: 15px;
  margin: 0 0 3px 0;
}
.article-full-body .article-body .article-social-media-box .header h2,
.article-left-body .article-body .article-social-media-box .header h2 {
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 12px;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
}
.article-full-body .article-body .article-social-media-box .article-social-media-box-inner,
.article-left-body .article-body .article-social-media-box .article-social-media-box-inner {
  outline: solid 1px #e0e0e0;
  border: 1px solid #ffffff;
  margin: 0;
  padding: 10px;
}
.article-full-body .article-body .article-social-media-box .article-social-media-box-inner a,
.article-left-body .article-body .article-social-media-box .article-social-media-box-inner a {
  display: inline-block;
  margin-top: 10px;
}
.article-full-body .article-body .article-social-media-box .article-social-media-box-inner a:first-child,
.article-left-body .article-body .article-social-media-box .article-social-media-box-inner a:first-child {
  margin-top: 0;
}
.article-full-body .article-body .article-social-media-box .article-social-media-box-inner a:last-child,
.article-left-body .article-body .article-social-media-box .article-social-media-box-inner a:last-child {
  margin-bottom: 0;
}
.article-full-body .article-body #article-additional-data,
.article-left-body .article-body #article-additional-data {
  float: right;
  height: 92px;
  width: 302px;
  margin: 0px 0px 20px 0px;
}
.article-full-body .article-body #article-additional-data ul,
.article-left-body .article-body #article-additional-data ul {
  overflow: auto;
  margin: 0 0 1px 0;
}
.article-full-body .article-body #article-additional-data ul li.ui-state-default a,
.article-left-body .article-body #article-additional-data ul li.ui-state-default a {
  color: #999999;
}
.article-full-body .article-body #article-additional-data ul li.ui-tabs-selected a,
.article-left-body .article-body #article-additional-data ul li.ui-tabs-selected a {
  color: #ffffff;
}
.article-full-body .article-body #article-additional-data .ui-tabs-panel,
.article-left-body .article-body #article-additional-data .ui-tabs-panel {
  border: solid 1px #e0e0e0;
  padding: 5px;
  margin: 0px;
  width: 287px;
  height: 92px;
}
.article-full-body .article-body #article-additional-data .ui-tabs-panel a,
.article-left-body .article-body #article-additional-data .ui-tabs-panel a {
  font-size: 10px;
  color: #0099cc;
  text-decoration: underline;
  text-transform: uppercase;
}
.article-full-body .article-body .article-prev-next,
.article-left-body .article-body .article-prev-next {
  margin: 0 0 20px 0;
  width: 100%;
  height: 97px;
}
.article-full-body .article-body .article-prev-next .left,
.article-left-body .article-body .article-prev-next .left,
.article-full-body .article-body .article-prev-next .right,
.article-left-body .article-body .article-prev-next .right {
  float: left;
  width: 50%;
  height: 97px;
}
.article-full-body .article-body .article-prev-next .left .arrow,
.article-left-body .article-body .article-prev-next .left .arrow,
.article-full-body .article-body .article-prev-next .right .arrow,
.article-left-body .article-body .article-prev-next .right .arrow {
  height: 100%;
  width: 20px;
  background: #000000;
}
.article-full-body .article-body .article-prev-next .left .no-route,
.article-left-body .article-body .article-prev-next .left .no-route,
.article-full-body .article-body .article-prev-next .right .no-route,
.article-left-body .article-body .article-prev-next .right .no-route {
  background: #C8C8C8;
}
.article-full-body .article-body .article-prev-next .left .next-article,
.article-left-body .article-body .article-prev-next .left .next-article,
.article-full-body .article-body .article-prev-next .right .next-article,
.article-left-body .article-body .article-prev-next .right .next-article {
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #666666;
  width: 153px;
}
.article-full-body .article-body .article-prev-next .left .category,
.article-left-body .article-body .article-prev-next .left .category,
.article-full-body .article-body .article-prev-next .right .category,
.article-left-body .article-body .article-prev-next .right .category {
  font-size: 10px;
  color: #0099cc;
  font-weight: bold;
  margin: 5px 0 0 0;
  text-transform: uppercase;
}
.article-full-body .article-body .article-prev-next .left .arrow,
.article-left-body .article-body .article-prev-next .left .arrow {
  margin: 0 10px 0 0;
  float: left;
}
.article-full-body .article-body .article-prev-next .left .arrow span,
.article-left-body .article-body .article-prev-next .left .arrow span {
  margin: 41px 0 0 4px;
}
.article-full-body .article-body .article-prev-next .left .next-article,
.article-left-body .article-body .article-prev-next .left .next-article,
.article-full-body .article-body .article-prev-next .left .category,
.article-left-body .article-body .article-prev-next .left .category {
  float: left;
  text-align: left;
}
.article-full-body .article-body .article-prev-next .right .arrow,
.article-left-body .article-body .article-prev-next .right .arrow {
  margin: 0 0 0 10px;
  float: right;
}
.article-full-body .article-body .article-prev-next .right .arrow span,
.article-left-body .article-body .article-prev-next .right .arrow span {
  margin: 41px 0 0 4px;
}
.article-full-body .article-body .article-prev-next .right .next-article,
.article-left-body .article-body .article-prev-next .right .next-article,
.article-full-body .article-body .article-prev-next .right .category,
.article-left-body .article-body .article-prev-next .right .category {
  float: right;
  text-align: right;
}
.article-full-body {
  width: 960px;
}
.page-body .article-full-body h2 {
  font-family: 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
}
.big-ad-right {
  float: right;
  width: 300px;
  padding-left: 10px;
}
#disqus_thread {
  padding: 16px 10px 0 10px;
  border: 1px solid #e0e0e0;
  box-shadow: inset 0 3px 5px #eeeeee;
}
#popularthreads .dsq-widget-item {
  display: block;
  padding: 0px 0px 10px 50px;
  margin: 10px 10px 20px 10px;
  font-family: 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 12px;
  color: #999999;
  font-weight: bold;
  border-bottom: 1px dashed #999999;
  background-image: url("../img/quote_orange.png");
  background-position: left top;
  background-repeat: no-repeat;
}
.category {
  margin: 0 0 40px 0;
}
.category:last-child {
  margin-bottom: 0;
}
.category .header {
  *zoom: 1;
  width: 960px;
  height: 40px;
  margin: 0 0 1px 0;
  padding-top: 0;
}
.category .header:before,
.category .header:after {
  display: table;
  content: "";
}
.category .header:after {
  clear: both;
}
.category .header .left,
.category .header .right {
  float: left;
  height: 40px;
}
.category .header .left {
  width: 40px;
  background-color: #F56B4A;
  background-image: url('../img/gradients/category-left-gradient.png');
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #f56b4a, #e13e0d);
  background-image: -moz-linear-gradient(top, #f56b4a, #e13e0d);
  background-image: -o-linear-gradient(top, #f56b4a, #e13e0d);
  background-image: -ms-linear-gradient(top, #f56b4a, #e13e0d);
  background-image: linear-gradient(top, #f56b4a, #e13e0d);
}
.category .header .left span {
  width: 31px;
  height: 31px;
  margin: 4px 5px;
  background-image: url('../img/sprite.png');
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: text-top;
}
.category .header .left span.logo {
  background-position: -10px -10px;
  width: 200px;
  height: 60px;
}
.category .header .left span.logo-small {
  background-position: -10px -140px;
  width: 110px;
  height: 33px;
  line-height: 33px;
  margin-top: 1px;
}
.category .header .left span.smartsolo {
  background-position: -220px -12px;
  width: 125px;
  height: 18px;
  line-height: 18px;
}
.category .header .left span.smartsolo.alternative {
  background-position: -135px -142px;
}
.category .header .left span.smartsolobig {
  background-position: -5px -256px;
  width: 185px;
  height: 31px;
  line-height: 18px;
}
.category .header .left span.hot-topic {
  background-position: -220px -40px;
  width: 84px;
  height: 25px;
  line-height: 25px;
}
.category .header .left span.crikey {
  background-position: -305px -118px;
  width: 191px;
  height: 50px;
  line-height: 50px;
}
.category .header .left span.propertyobserver {
  background-position: -272px -173px;
  width: 177px;
  height: 30px;
  line-height: 30px;
}
.category .header .left span.womensagenda {
  background-position: -174px -170px;
  width: 87px;
  height: 39px;
  line-height: 39px;
}
.category .header .left span.smartcompany {
  background-position: -10px -183px;
  width: 154px;
  height: 25px;
  line-height: 25px;
}
.category .header .left span.leadingcompany {
  background-position: -10px -218px;
  width: 173px;
  height: 33px;
  line-height: 33px;
}
.category .header .left span.icon_category_business_planning {
  background-position: -370px -4px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.category .header .left span.icon_category_marketing {
  background-position: -410px -4px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.category .header .left span.icon_category_technology {
  background-position: -450px -4px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.category .header .left span.icon_category_financing_a_business {
  background-position: -410px -45px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.category .header .left span.arrow {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
}
.category .header .left span.arrow-top-grey {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -316px;
}
.category .header .left span.arrow-right-grey {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
}
.category .header .left span.arrow-bottom-grey {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -316px;
}
.category .header .left span.arrow-left-grey {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -139px -305px;
}
.category .header .left span.arrow-top-orange {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -305px;
}
.category .header .left span.arrow-right-orange {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -128px -323px;
}
.category .header .left span.arrow-bottom-orange {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -305px;
}
.category .header .left span.arrow-left-orange {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -128px -305px;
}
.category .header .left span.arrow-top-white {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -340px;
}
.category .header .left span.arrow-right-white {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -162px -323px;
}
.category .header .left span.arrow-bottom-white {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -340px;
}
.category .header .left span.arrow-left-white {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -162px -305px;
}
.category .header .left span.arrow-top-blue {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -351px;
}
.category .header .left span.arrow-right-blue {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -174px -323;
}
.category .header .left span.arrow-bottom-blue {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -351px;
}
.category .header .left span.arrow-left-blue {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -174px -305px;
}
.category .header .left span.arrow-top-black {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -327px;
}
.category .header .left span.arrow-right-black {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -150px -324px;
}
.category .header .left span.arrow-bottom-black {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -327px;
}
.category .header .left span.arrow-left-black {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -150px -305px;
}
.category .header .left span.category_marketing {
  background-position: -410px -4px;
}
.category .header .left span.category_business_planning {
  background-position: -370px -4px;
}
.category .header .left span.category_technology {
  background-position: -450px -4px;
}
.category .header .left span.category_financing_a_business {
  background-position: -410px -45px;
}
.category .header .right {
  background: blue;
  width: 920px;
  background-color: #00A9D0;
  background-image: url('../img/gradients/category-right-gradient.png');
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #00a9d0, #1395b2);
  background-image: -moz-linear-gradient(top, #00a9d0, #1395b2);
  background-image: -o-linear-gradient(top, #00a9d0, #1395b2);
  background-image: -ms-linear-gradient(top, #00a9d0, #1395b2);
  background-image: linear-gradient(top, #00a9d0, #1395b2);
}
.category .header .right h3 {
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 21px;
  font-weight: bold;
  color: #ffffff;
  margin: 8px 0 0 10px;
}
.category .articles {
  *zoom: 1;
  width: 960px;
}
.category .articles:before,
.category .articles:after {
  display: table;
  content: "";
}
.category .articles:after {
  clear: both;
}
.category .articles .left,
.category .articles .right {
  float: left;
}
.category .articles .left {
  width: 651px;
}
.category .articles .left .article {
  *zoom: 1;
  padding: 20px 0;
  width: 626px;
  border-bottom: 1px dashed #CCCCCC;
}
.category .articles .left .article:before,
.category .articles .left .article:after {
  display: table;
  content: "";
}
.category .articles .left .article:after {
  clear: both;
}
.category .articles .left .article .thumbnail {
  float: left;
  width: 125px;
  height: 100px;
  margin: 0 10px 0 0;
}
.category .articles .left .article h3 {
  color: #333132;
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 16px;
  margin: 0;
}
.category .articles .left .article h3 span.sprite {
  margin: 2px 0 0 5px;
}
.category .articles .left .article h3:hover {
  color: #0099cc;
}
.category .articles .left .article img {
  float: left;
  height: 96px;
  width: 123px;
  margin: 0 10px 0 0;
  border: 1px solid #cccccc;
}
.category .articles .left .article p.excerpt {
  color: #737373;
  font-size: 13px;
  margin: 5px 0;
}
.category .articles .left .article.last {
  border-bottom: none;
}
.category .articles .left .article .author,
.category .articles .left .article .date {
  display: inline-block;
  margin: 3px 0 0 0;
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 11px;
  color: #898989;
}
.category .articles .right {
  width: 308px;
  background-color: #ffffff;
  background-image: url('../img/home-catgories-left-border.png');
  background-repeat: no-repeat;
  background-position: 0 15px;
  font-size: 13px;
  color: #333333;
  padding: 0 0 15px 0;
}
.category .articles .right ul {
  margin: 10px 0 0 14px;
}
.category .articles .right ul li {
  list-style: none;
  padding: 5px 0 5px 10px;
  border-bottom: 1px dashed #CCCCCC;
  color: #333132;
}
.category .articles .right ul li a:hover {
  color: #0099cc;
}
.category .articles .right ul li.last {
  border-bottom: none;
}
.category .more {
  width: 960px;
  border-top: 1px dashed #CCCCCC;
  height: 20px;
  text-align: right;
  text-transform: uppercase;
  font-size: 10px;
  padding: 10px 0 0 0;
  margin: 0;
}
.category .more span {
  margin: -1px 8px 0 10px;
}
.category .more a {
  color: #cccccc;
  font-weight: bold;
}
.category .more a b {
  color: #0099CB;
}
.category .border {
  background-image: url('../img/home-categories-border.png');
  background-repeat: repeat-x;
  width: 960px;
  height: 7px;
  padding: 1px 0 0 0;
  border-top: 1px solid #E0E0E0;
}
.community {
  background: url(../img/gradients/sidebar_line.png) repeat-y 635px top;
}
.community.community-homepage {
  background: url(../img/gradients/community_red_hash.png) repeat top;
  padding: 10px;
  color: #333333;
}
.community.community-homepage h2 {
  color: #ffffff;
  font: 21px/21px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  padding: 13px 10px 10px 10px;
  background-image: -webkit-linear-gradient(top, #f26548, #df3916);
  background-image: -moz-linear-gradient(top, #f26548, #df3916);
  background-image: -o-linear-gradient(top, #f26548, #df3916);
  background-image: -ms-linear-gradient(top, #f26548, #df3916);
  background-image: linear-gradient(top, #f26548, #df3916);
}
.community.community-homepage h2 a {
  color: #ffffff;
  text-decoration: none;
}
.community.community-homepage .community_box {
  border: 1px solid #cccccc;
  background: #ffffff;
}
.community.community-homepage .community_box .community_outliers {
  margin: 0 0 20px;
  padding: 0 10px;
}
.community.community-homepage .community_box .community_box_button {
  background-image: -webkit-linear-gradient(top, #f26548, #df3916);
  background-image: -moz-linear-gradient(top, #f26548, #df3916);
  background-image: -o-linear-gradient(top, #f26548, #df3916);
  background-image: -ms-linear-gradient(top, #f26548, #df3916);
  background-image: linear-gradient(top, #f26548, #df3916);
}
.community.community-homepage .community_box .community_box_button h3 {
  margin: 0;
  background-color: transparent;
  text-align: center;
  text-transform: lowercase;
  font: 14px/17px Arial, sans-serif;
  color: #ffffff;
}
.community.community-homepage .community_box .community_box_button h3 a {
  display: inline-block;
  width: 288px;
  height: 17px;
  color: #ffffff;
}
.community.community-homepage .community_box .latest_repliers .replier {
  margin-bottom: 10px;
  padding: 0 0 15px 40px;
  border-bottom: 1px dashed #b5b5b5;
  background: url(../img/quote_orange.png) no-repeat left top;
  color: #333333;
}
.community.community-homepage .community_box .latest_repliers .replier h4 {
  font: bold 14px/24px Arial, sans-serif;
}
.community.community-homepage .community_box .latest_repliers .replier h5 {
  font: 14px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
}
.community.community-homepage .community_box .latest_repliers .replier h5 a {
  color: #333333;
}
.community.community-homepage .community_box .latest_repliers .replier h5 a:hover {
  color: #e9634f;
}
.community.community-homepage .community_box .latest_repliers .replier .meta {
  font: 11px/11px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #999999;
}
.community.community-homepage .community_box .discussions ul {
  list-style-type: none;
}
.community.community-homepage .community_box .discussions ul li {
  background: url(../img/arrow_orange_right.gif) no-repeat 5px 5px;
  padding-left: 20px;
}
.community.community-homepage .community_box .discussions ul li.thread {
  margin-bottom: 15px;
}
.community.community-homepage .community_box .discussions ul li.thread h4 {
  font: 14px/17px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #333333;
  margin: 0 0 5px 0;
}
.community.community-homepage .community_box .discussions ul li.thread h4 a {
  color: #333333;
  text-decoration: none;
}
.community.community-homepage .community_box .discussions ul li.thread h4 a:hover {
  color: #e9634f;
}
.community.community-homepage .community_box .discussions ul li.thread .meta {
  font: 10px/10px Arial, sans-serif;
  color: #999999;
}
.community.community-homepage .community_box .discussions ul li.thread .meta a {
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 9px;
  line-height: 10px;
  color: #999999;
  text-decoration: none;
}
.community.community-homepage .community_box .discussions ul li.thread .meta a:hover {
  color: #e9634f;
}
.community.community-homepage .community_box .events .latest_events_link {
  text-align: right;
  text-transform: uppercase;
  font: 10px/10px Arial, sans-serif;
}
.community.community-homepage .community_box .events .latest_events_link .left {
  width: 115px;
  text-align: left;
  background: url("../img/plus.gif") no-repeat left top;
  padding: 5px 0 5px 35px;
}
.community.community-homepage .community_box .events .latest_events_link .left a {
  color: #999999;
}
.community.community-homepage .community_box .events .latest_events_link .right {
  width: 125px;
}
.community.community-homepage .community_box .events .latest_events_link .right a {
  font-weight: bold;
}
.community.community-homepage .community_box .events .latest_events .event {
  padding-bottom: 18px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #b5b5b5;
}
.community.community-homepage .community_box .events .latest_events .event .date {
  background: url(../img/calendar.png) no-repeat;
  width: 32px;
  height: 23px;
  float: left;
  font: bold 13px/13px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  padding: 14px 0 0 8px;
}
.community.community-homepage .community_box .events .latest_events .event .meta {
  width: 238px;
  float: left;
}
.community.community-homepage .community_box .events .latest_events .event .meta h4 {
  font: normal 14px/17px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
}
.community.community-homepage .community_box .events .latest_events .event .meta h4 a {
  color: #333333;
  text-decoration: none;
}
.community.community-homepage .community_box .events .latest_events .event .meta h4 a:hover {
  color: #e9634f;
}
.community.community-homepage .community_box .events .latest_events .event .meta h5 {
  margin-top: 7px;
  font: 12px/14px arial;
  color: #999999;
}
.community.community-homepage .community_box a span.arrow {
  background: url(../img/arrow_grey_right.gif) no-repeat right;
  padding: 4px 15px 0 0;
  height: 14px;
  display: inline-block;
}
.community.community-homepage .community_box .orange_btn {
  background: url(../img/btn/orange.png) no-repeat;
  padding: 5px 0;
  width: 278px;
  height: 15px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}
.community .menu-bar {
  width: 630px;
  background: url(../img/gradients/gradient_button_grey.png) repeat-x bottom;
  margin-bottom: 20px;
}
.community .menu-bar .logo {
  width: 170px;
  padding: 5px 0 5px 10px;
}
.community .menu-bar .logo h2 {
  font: 21px/21px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-weight: bold;
}
.community .menu-bar .menu {
  height: 30px;
}
.community .menu-bar .menu .item-home {
  background: url(../img/community/tab_white_small.png) no-repeat left bottom;
  width: 38px;
  height: 24px;
  padding: 8px 0 0 15px;
  margin-right: 1px;
}
.community .menu-bar .menu .item-home.active {
  background-image: url(../img/community/tab_black_small.png);
}
.community .menu-bar .menu .item-bar {
  width: 142px;
  height: 30px;
  padding-top: 1px;
  margin-left: 1px;
}
.community .signup {
  border: 1px solid #666666;
  padding: 10px;
  margin: 0 0 10px 0;
  background-color: #333333;
  color: #ffffff;
}
.community .signup h3 {
  padding-bottom: 10px;
  margin: 0 0 10px 0;
  border-bottom: 1px dashed #ffffff;
  text-transform: uppercase;
  font: 12px/12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
}
.community .signup h3 a {
  color: #0099cc;
}
.community .signup ul {
  list-style-type: none;
  margin-bottom: 10px;
}
.community .signup ul li {
  font-family: 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  padding-left: 33px;
  margin-bottom: 3px;
  min-height: 18px;
  background: url(../img/bullet_plus.png) no-repeat left;
}
.community .community_body {
  margin-top: 20px;
}
.community .community_body .left-hand-container {
  width: 630px;
}
.community .community_body .left-hand-container .profile-bar {
  margin: 0 0 10px 0;
}
.community .community_body .left-hand-container .profile-bar h3 {
  margin: 0;
}
.community .community_body .header {
  background: #ffffff;
}
.community .community_body .header .title {
  *zoom: 1;
  height: 40px;
  width: 100%;
  background-color: #0A95B6;
  background-image: url('../img/gradients/header-mainnav-gradient.png');
  background-image: -webkit-linear-gradient(top, #00acd4, #0a95b6);
  background-image: -moz-linear-gradient(top, #00acd4, #0a95b6);
  background-image: -o-linear-gradient(top, #00acd4, #0a95b6);
  background-image: -ms-linear-gradient(top, #00acd4, #0a95b6);
  background-image: linear-gradient(top, #00acd4, #0a95b6);
}
.community .community_body .header .title:before,
.community .community_body .header .title:after {
  display: table;
  content: "";
}
.community .community_body .header .title:after {
  clear: both;
}
.community .community_body .header .title h1 {
  margin: 0;
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #ffffff;
  font-size: 21px;
  padding: 7px 0;
}
.community .community_body .header .title .icon-wrap {
  float: left;
  height: 40px;
  width: 40px;
  margin: 0 15px 0 0;
  background-color: #F56B4A;
  background-image: url('../img/gradients/category-left-gradient.png');
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #f56b4a, #e13e0d);
  background-image: -moz-linear-gradient(top, #f56b4a, #e13e0d);
  background-image: -o-linear-gradient(top, #f56b4a, #e13e0d);
  background-image: -ms-linear-gradient(top, #f56b4a, #e13e0d);
  background-image: linear-gradient(top, #f56b4a, #e13e0d);
}
.community .community_body .header .title .icon-wrap .icon {
  margin: 5px 4px;
  height: 31px;
  width: 31px;
  background-image: url('../img/category-arrow-icon.png');
}
.community .community_body.register h3 {
  margin-top: 0;
}
.community .community_body.register .community_outliers {
  box-shadow: 0 0 20px 5px #EDEDED;
}
.community .community_body.register .community_outliers .community_login {
  box-shadow: 0 0 0 0;
}
.community .community_body.register .register_submit {
  padding-left: 107px;
}
.community .community_body.register .register_submit .button.validateSubmit {
  width: 100%;
}
.community .community_body.register .register_submit .required {
  font: 10px/14px Arial, sans-serif;
}
.community .community_body.register .body-column .profile {
  margin-top: 10px;
}
.community .community_body.register .body-column .profile.edit .value span {
  display: inline;
  font: 10px/12px Arial, sans-serif;
}
.community .community_body.register .body-column .profile.edit .value span.jsPasswordStrength.jsPasswordStrength_3 {
  padding: 5px 10px;
  background-color: #0099cc;
  width: 110px;
}
.community .community_body.register .body-column .profile.edit .value span.jsPasswordStrength.jsPasswordStrength_1 {
  padding: 5px 10px;
  background-color: #e9634f;
  width: 110px;
}
.community .community_body.register .body-column .profile.edit .value span.jsPasswordStrength.jsPasswordStrength_4,
.community .community_body.register .body-column .profile.edit .value span.jsPasswordStrength.jsPasswordStrength_2 {
  padding: 5px 10px;
  width: 110px;
}
.community .community_body.register .body-column .profile .value input {
  border: 1px solid #B5B5B5;
  background-color: #FFFFFF;
  box-shadow: inset 0 0 10px #CCCCCC;
  padding: 3px 0 3px 5px;
  font: 12px/14px Arial, sans-serif;
  color: #333333;
}
.community .community_body.community_grey .subheader {
  background-image: url(../img/home-categories-border.png);
  background-repeat: repeat-x;
  border-top: 1px solid #999999;
  height: 7px;
  margin: 1px 0 10px;
}
.community .community_body.community_grey .left-hand-column .community_hash {
  background-image: none;
  background-color: #F5F5F5;
  padding-bottom: 600px;
  box-shadow: 0 0 5px -5px #ededed;
}
.community .community_body.community_grey .left-hand-column .community_hash .community_outliers {
  box-shadow: none;
  padding: 0;
}
.community .community_body.community_grey .left-hand-column .community_hash .community_outliers .community_login {
  margin-bottom: 0;
  box-shadow: none;
}
.community .community_body.community_grey .left-hand-column .community_hash .community_outliers .community_login h3 {
  margin: 0;
}
.community .community_body.community_grey .left-hand-column .orange_btn {
  background: #df3917 url(../img/gradients/footer-links-left-gradient.png) repeat-x left top;
  padding: 10px 10px 15px;
  color: #ffffff;
  font-size: 14px;
}
.community .community_body.community_grey .left-hand-column .orange_btn span {
  color: #333333;
}
.community .community_body.community_grey .left-hand-column .orange_btn a {
  text-decoration: underline;
  color: #333333;
}
.community .community_body.community_grey .body-column h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.community .community_body.community_grey .body-column .blue_link {
  color: #0099cc;
}
.community .community_body.community_grey .body-column .black_text {
  color: #333333;
  font: normal 14px/14px Arial, sans-serif;
  text-transform: none;
  display: inline;
}
.community .community_body.community_grey .body-column .large {
  font: 30px/20px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  padding-right: 20px;
}
.community .community_body.community_grey .body-column .profile.edit .value {
  width: 330px;
}
.community .community_body.community_grey .body-column .profile.edit .value input {
  width: 322px;
}
.community .community_body.community_grey .body-column .profile.edit .value input.checkbox {
  width: 10px;
}
.community .community_body.community_grey .body-column .profile.edit .value input.button {
  margin-right: 10px;
  width: 168px;
  background-color: #0099cc;
  color: #ffffff;
  font-size: 14px;
}
.community .community_body.community_grey .body-column .profile.edit .value .reminder {
  text-align: center;
  font: 10px/12px Arial, sans-serif;
}
.community .community_body.community_grey .body-column .profile.edit .value .reminder a {
  color: #999999;
}
.community .community_body.community_grey .body-column .profile.edit .value .reminder a:hover {
  color: #0099cc;
}
.community .community_body .left-hand-column {
  width: 180px;
}
.community .community_body .body-column {
  width: 450px;
}
.community .community_body .right-hand-column {
  width: 300px;
  padding: 0 0 0 10px;
}
.community .community_body .community_hash {
  width: 160px;
  background: url(../img/gradients/community_red_hash.png) repeat scroll center top transparent;
  padding-bottom: 850px;
}
.community .community_body .community_hash.remove_hash {
  background-image: none;
  padding-bottom: 0;
}
.community .community_body .community_outliers {
  padding: 0;
  width: 160px;
  background-color: #ffffff;
  padding-bottom: 10px;
  -webkit-box-shadow: 10px 0px 10px -6px #ededed;
  box-shadow: 10px 0px 10px -6px #ededed;
}
.community .community_body .community_outliers .signup {
  padding: 20px 5px;
}
.community .community_body .community_outliers .signup h3 {
  font: 16px/16px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  text-transform: none;
  padding: 0 0 10px 5px;
  margin: 0 0 10px 0;
}
.community .community_body .community_outliers .signup ul li {
  background-position: left top;
}
.community .community_body .community_outliers .signup .button {
  padding: 8px 0;
}
.community .community_body .community_outliers .community_login {
  -webkit-box-shadow: -10px 0px 10px -6px #ededed;
  box-shadow: -10px 0px 10px -6px #ededed;
  margin-bottom: 20px;
}
.community .community_body .community_outliers .community_login h3 {
  margin-top: 0;
}
.community .community_body .community_outliers .community_login .community_login_container form input.inputbox {
  border: 1px solid #999999;
  font: 12px/12px Arial;
  padding: 5px 10px;
  background-color: transparent;
  box-shadow: inset 0 0 10px #CCCCCC;
  color: #999999;
  margin-bottom: 10px;
  width: 120px;
}
.community .community_body .community_outliers .community_login .community_login_container form #remember_input {
  float: left;
  width: 16px;
  margin: 0;
  padding: 0 10px 0 0 0;
}
.community .community_body .community_outliers .community_login .community_login_container form div.remember_container {
  margin: 0 0 10px 0;
}
.community .community_body .community_outliers .community_login .community_login_container form div.remember {
  font: 11px/11px Arial;
  color: #999999;
  padding: 5px 0 0 10px;
  width: 100px;
}
.community .community_body .community_outliers .community_login .community_login_container form input#passwd {
  background: transparent;
  background-repeat: no-repeat;
  background-position: 10px 8px;
}
.community .community_body .community_outliers .community_login .community_login_container form .button {
  width: 140px;
}
/* common */
.community {
  margin: 0 0 20px 0;
}
.community h1,
.community h2,
.community h3,
.community h4,
.community h5 {
  margin: 0;
  padding: 0;
}
.community ul {
  padding: 0;
  list-style-type: none;
}
.community fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}
.community h3 {
  background: #333333;
  color: #ffffff;
  padding: 5px;
  font: 12px/12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  text-transform: uppercase;
  margin: 10px 0;
}
.community .user_greeting {
  margin-bottom: 20px;
}
.community .user_greeting h1 {
  font: 20px/20px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #333333;
  margin: 0 0 5px 0;
}
.community .user_greeting h1 span {
  color: #e9634f;
}
.community .user_greeting .user_greeting_item {
  background: #333333 url(../img/gradients/background_black.gif) repeat-x right bottom;
}
.community .user_greeting .user_greeting_item .user_greeting_link {
  background: url(../img/arrow_circle.png) no-repeat 417px center;
}
.community .user_greeting .user_greeting_item .user_greeting_link h2 {
  width: 380px;
  padding: 15px;
  color: #ffffff;
  font: 20px/20px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  background-color: #e9634f;
}
.community .user_greeting .user_greeting_item .user_greeting_link h2 span {
  color: #333333;
}
.community .orange {
  background-color: #e9634f;
  color: #ffffff;
}
.community .button {
  text-transform: lowercase;
  font: 14px/14px Arial;
  margin: 10px 0;
}
.community .button.validateSubmit {
  width: 450px;
  text-align: center;
  color: #ffffff;
  background: #e9634f url(../img/gradients/header-mainnav-home-gradient.png) repeat-x top left;
  border: 1px outset #e9634f;
  border-radius: 0;
  margin: 0 0 10px 0;
}
.community .arrow {
  background: url(../img/arrow_grey_right.gif) no-repeat right;
  padding-right: 20px;
  color: #999999;
}
.community .link_top {
  font: bold 10px/10px Arial, sans-serif;
  color: #999999;
  text-align: right;
  text-transform: uppercase;
}
.community .link_top a {
  color: #e9634f;
  text-decoration: none;
}
.community .profile_link {
  text-align: right;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
  padding-top: 5px;
  border-top: 1px dashed #B5B5B5;
}
.community .profile_link a {
  font-weight: bold;
  color: #b8b8b8;
}
.community .social_media {
  width: 150px;
  margin-left: 30px;
  margin-bottom: 30px;
}
.community .social_media .orange {
  padding: 5px 10px;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #e9634f;
  background: #e9634f url(../img/gradients/header-mainnav-home-gradient.png) repeat-x bottom;
}
.community .social_media .joomla_add_this {
  border: 1px solid #999999;
  padding: 10px;
}
.community .social_media .joomla_add_this .addthis_toolbox a {
  margin-bottom: 10px;
}
.community .featured_member .avatar {
  overflow: hidden;
  width: 94px;
  height: 115px;
  float: left;
  border: 1px solid #CCCCCC;
}
.community .featured_member .featured_member_profile {
  margin-bottom: 5px;
  border-bottom: 1px dashed #b5b5b5;
  display: inline-block;
}
.community .featured_member .featured_member_profile .profile {
  width: 158px;
  float: left;
  margin-left: 22px;
}
.community .featured_member .featured_member_profile .profile h4 {
  font: bold 14px/24px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #333333;
  margin-top: -5px;
}
.community .featured_member .featured_member_profile .profile h5 {
  font: 12px/17px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  text-transform: uppercase;
  color: #333333;
}
.community .featured_member .featured_member_profile .profile .meta_desc {
  font: 12px Arial, sans-serif;
  color: #666666;
  margin-bottom: 15px;
}
.community .featured_member .featured_member_profile_link {
  text-align: right;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
  font-weight: bold;
}
.community .featured_member .featured_member_profile_link a {
  color: #b8b8b8;
}
.community .featured_member .featured_member_profile_link a .arrow span {
  color: #e9634f;
}
.community .facebook-connect {
  margin: 10px 0 10px 0;
}
.community .facebook-connect .liner {
  height: 10px;
  border-top: 1px dashed #999999;
}
.community .facebook-connect .liner-or {
  font: 18px/18px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #333333;
  text-transform: lowercase;
  width: 27px;
  text-align: center;
  background-color: #ffffff;
  margin: -20px 0 0 50px;
}
.forums h1,
.events h1 {
  font: 100 24px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #333333;
  margin-top: 30px;
}
.forums .add_discussion,
.events .add_discussion {
  width: 490px;
  height: 385px;
  position: absolute;
  margin-top: 85px;
  margin-left: 25px;
  display: none;
}
.forums .add_discussion .close_discussion,
.events .add_discussion .close_discussion {
  background: url(../img/community/close.png) no-repeat;
  width: 44px;
  height: 44px;
  position: absolute;
  z-index: 2;
  margin-left: 460px;
  margin-top: -14px;
  cursor: pointer;
}
.forums .add_discussion .background_wash,
.events .add_discussion .background_wash {
  background-color: #333333;
  opacity: 0.1;
  position: absolute;
  height: 385px;
  width: 490px;
  z-index: 0;
}
.forums .add_discussion .add_discussion_container,
.events .add_discussion .add_discussion_container {
  margin: 10px;
  position: absolute;
  z-index: 1;
  background-color: #ffffff;
}
.forums .forum_group,
.events .forum_group {
  margin-bottom: 20px;
}
.forums .event_category .forward,
.events .event_category .forward {
  margin: 0 0 20px 0;
}
.forums .forum_group .event_count,
.events .forum_group .event_count,
.forums .event_category .event_count,
.events .event_category .event_count {
  color: #e9634f;
  font-size: 14px;
}
.forums .forum_group .forward .link_top,
.events .forum_group .forward .link_top,
.forums .event_category .forward .link_top,
.events .event_category .forward .link_top {
  width: 225px;
}
.forums .forum_group .forward .link_top a,
.events .forum_group .forward .link_top a,
.forums .event_category .forward .link_top a,
.events .event_category .forward .link_top a {
  padding-right: 15px;
  background: url(../img/arrow_grey_right.gif) no-repeat right center;
}
.forums .forum_group .forward .link_new,
.events .forum_group .forward .link_new,
.forums .event_category .forward .link_new,
.events .event_category .forward .link_new {
  color: #999999;
  font: bold 10px/10px Arial, sans-serif;
  text-transform: uppercase;
  width: 225px;
}
.forums .forum_group .forward .link_new a,
.events .forum_group .forward .link_new a,
.forums .event_category .forward .link_new a,
.events .event_category .forward .link_new a {
  color: #999999;
  background: url(../img/plus.gif) no-repeat 10px center;
  padding: 3px 0 3px 40px;
}
.forums .forum_group h2,
.events .forum_group h2,
.forums .event_category h2,
.events .event_category h2 {
  color: #ffffff;
  padding: 5px 5px 5px 35px;
  margin-bottom: 10px;
  font: 16px/16px Arial, sans-serif;
  background: #333333 url(../img/community/icon_flag.png) no-repeat 10px 5px;
}
.forums .forum_group h2.categorylink_cta,
.events .forum_group h2.categorylink_cta,
.forums .event_category h2.categorylink_cta,
.events .event_category h2.categorylink_cta {
  color: #999999;
  font: bold 10px/10px Arial, sans-serif;
  padding: 10px 0 15px;
  text-align: right;
  background: url(../img/home-categories-border.png) repeat-x left bottom;
  text-transform: uppercase;
}
.forums .forum_group h2.categorylink_cta a,
.events .forum_group h2.categorylink_cta a,
.forums .event_category h2.categorylink_cta a,
.events .event_category h2.categorylink_cta a {
  padding-right: 20px;
  color: #e9634f;
  background: url(../img/arrow_grey_right.gif) no-repeat right center;
}
.forums .forum_group h2.minimise,
.events .forum_group h2.minimise,
.forums .event_category h2.minimise,
.events .event_category h2.minimise {
  background-color: #e9634f;
}
.forums .forum_group h2.minimise .event_count,
.events .forum_group h2.minimise .event_count,
.forums .event_category h2.minimise .event_count,
.events .event_category h2.minimise .event_count {
  color: #333333;
}
.forums .forum_group h2.minimise .toggle,
.events .forum_group h2.minimise .toggle,
.forums .event_category h2.minimise .toggle,
.events .event_category h2.minimise .toggle {
  background-position: 12px 0px;
}
.forums .forum_group h2 .title,
.events .forum_group h2 .title,
.forums .event_category h2 .title,
.events .event_category h2 .title {
  width: 380px;
}
.forums .forum_group h2 .toggle,
.events .forum_group h2 .toggle,
.forums .event_category h2 .toggle,
.events .event_category h2 .toggle {
  width: 30px;
  height: 16px;
  background: url(../img/community/icon_minmax.png) no-repeat 12px -18px;
  cursor: pointer;
}
.forums .forum_group .event,
.events .forum_group .event,
.forums .event_category .event,
.events .event_category .event {
  margin: 0 0 10px 0;
  padding: 10px 0;
  border-bottom: 1px dashed #999999;
}
.forums .forum_group .event .date,
.events .forum_group .event .date,
.forums .event_category .event .date,
.events .event_category .event .date {
  background: url(../img/calendar.png) no-repeat 0 0;
  float: left;
  height: 23px;
  padding: 14px 0 0 8px;
  width: 32px;
}
.forums .forum_group .event .meta,
.events .forum_group .event .meta,
.forums .event_category .event .meta,
.events .event_category .event .meta {
  float: left;
  padding: 0 10px 0 0;
  width: 340px;
}
.forums .forum_group .event .meta h4,
.events .forum_group .event .meta h4,
.forums .event_category .event .meta h4,
.events .event_category .event .meta h4 {
  color: #333333;
  font: 14px/17px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
}
.forums .forum_group .event .meta h4 a,
.events .forum_group .event .meta h4 a,
.forums .event_category .event .meta h4 a,
.events .event_category .event .meta h4 a {
  color: #333333;
}
.forums .forum_group .event .meta h5,
.events .forum_group .event .meta h5,
.forums .event_category .event .meta h5,
.events .event_category .event .meta h5 {
  font: 12px/14px Arial, sans-serif;
  color: #666666;
}
.forums .forum_group .event .event_count,
.events .forum_group .event .event_count,
.forums .event_category .event .event_count,
.events .event_category .event .event_count {
  float: left;
  width: 50px;
}
.forums .meta-desc,
.events .meta-desc {
  font: 11px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #999999;
  margin-bottom: 20px;
}
.forums .meta-desc a,
.events .meta-desc a {
  color: #e9634f;
  text-decoration: none;
}
.forums .meta-event,
.events .meta-event {
  margin-bottom: 20px;
  border-bottom: 1px dashed #999999;
}
.forums .meta-event h2,
.events .meta-event h2 {
  font: 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #333333;
  border-top: 1px dashed #999999;
  padding: 10px 0;
}
.forums .discussions,
.events .discussions {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #999999;
}
.forums .discussions .title,
.events .discussions .title {
  width: 380px;
}
.forums .discussions .replies,
.events .discussions .replies {
  width: 70px;
  color: #e9634f;
  font: 14px/14px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  text-align: right;
  padding-top: 15px;
}
.forums .discussions .replies a,
.events .discussions .replies a {
  color: #e9634f;
}
.forums .discussions h3,
.events .discussions h3 {
  background: url(../img/arrow_orange_right.gif) no-repeat left 10px;
  margin-bottom: 0;
  padding-left: 20px;
  text-transform: none;
  background-color: #FFFFFF;
  color: #333333;
  font: 14px/17px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
}
.forums .discussions .meta-desc,
.events .discussions .meta-desc {
  padding-left: 20px;
  margin-bottom: 0;
}
.forums .discussions .forward,
.events .discussions .forward {
  margin-bottom: 25px;
}
.forums .category,
.events .category {
  margin-top: 0;
}
.forums .discussion .forward,
.events .discussion .forward {
  padding-bottom: 10px;
  border-bottom: 1px dashed #999999;
}
.forums .discussion #wall-containter .comment_body .small,
.events .discussion #wall-containter .comment_body .small {
  display: none;
}
.forums .discussion .respond .wall-tittle,
.events .discussion .respond .wall-tittle {
  font: 20px/20px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #333333;
  background: url(../img/quote.gif) no-repeat left top;
  padding: 2px 0 10px 40px;
  margin-bottom: 15px;
  height: 31px;
}
.forums .discussion .respond .respond-title-bar,
.events .discussion .respond .respond-title-bar {
  font: 20px/20px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #ffffff;
  padding: 20px;
  background-color: #e9634f;
}
.forums .discussion .respond .respond-title-bar span,
.events .discussion .respond .respond-title-bar span {
  color: #333333;
}
.forums .discussion .respond .ccontent-avatar,
.events .discussion .respond .ccontent-avatar {
  padding: 10px;
}
.forums .discussion .respond .ccontent-avatar textarea,
.events .discussion .respond .ccontent-avatar textarea {
  width: 408px;
  font-size: 10px;
  font-family: Arial, sans-serif;
  color: #666666;
  padding: 10px;
  height: 105px;
  border: 1px solid #999999;
  background: url(../img/gradients/gradient_button_grey.png) repeat-x transparent left bottom;
}
.forums .discussion .respond .wall-respond-area button,
.events .discussion .respond .wall-respond-area button {
  width: 100%;
  background: #333333;
  color: #ffffff;
  text-align: center;
  border-radius: 0;
}
.forums .discussion .category_parent,
.events .discussion .category_parent {
  padding: 5px 0;
  margin: 0 0 5px 0;
  border-bottom: 1px dashed #999999;
}
.forums .discussion .category_parent h1,
.events .discussion .category_parent h1 {
  width: 330px;
  padding: 0;
  margin: 0;
}
.forums .discussion .category_parent .link_top,
.events .discussion .category_parent .link_top {
  margin-top: 10px;
  width: 95px;
  background: url(../img/arrow_grey_right.gif) no-repeat right center;
  padding-right: 20px;
}
.forums .discussion .category_description,
.events .discussion .category_description {
  margin: 0 0 15px 0;
}
.forums .discussion .discussion_threads .title h2,
.events .discussion .discussion_threads .title h2 {
  background: #333333 url(../img/community/icon_discussion.png) no-repeat 5px center;
  padding: 5px 0 5px 30px;
  margin: 0 0 10px 0;
  color: #ffffff;
  font: 16px/16px Arial, sans-serif;
}
.forums .discussion .discussion_threads .title .group_count,
.events .discussion .discussion_threads .title .group_count {
  color: #e9634f;
  font-size: 14px;
}
.forums .discussion .discussion_threads .wallComments,
.events .discussion .discussion_threads .wallComments {
  padding: 0 0 20px 10px;
  margin: 20px 0;
  border-bottom: 1px dashed #999999;
  font: 13px Arial, sans-serif;
}
.forums .discussion .discussion_threads .wallComments .comment_head .avatar,
.events .discussion .discussion_threads .wallComments .comment_head .avatar {
  width: 65px;
}
.forums .discussion .discussion_threads .wallComments .comment_head .avatar img,
.events .discussion .discussion_threads .wallComments .comment_head .avatar img {
  width: 50px;
  height: 50px;
}
.forums .discussion .discussion_threads .wallComments .comment_head .comment_meta,
.events .discussion .discussion_threads .wallComments .comment_head .comment_meta {
  width: 375px;
}
.forums .discussion .discussion_threads .wallComments .comment_head .comment_meta h2,
.events .discussion .discussion_threads .wallComments .comment_head .comment_meta h2 {
  font: 100 20px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #333333;
}
.forums .discussion .discussion_threads ul.threads li,
.events .discussion .discussion_threads ul.threads li {
  background: url(../img/arrow_orange_right.gif) no-repeat 5px 5px;
  padding-left: 20px;
}
.forums .discussion .discussion_threads ul.threads li.thread,
.events .discussion .discussion_threads ul.threads li.thread {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #999999;
}
.forums .discussion .discussion_threads ul.threads li.thread .title,
.events .discussion .discussion_threads ul.threads li.thread .title {
  width: 350px;
  padding: 0 0 0 10px;
}
.forums .discussion .discussion_threads ul.threads li.thread .title .meta-desc,
.events .discussion .discussion_threads ul.threads li.thread .title .meta-desc {
  margin-bottom: 0;
}
.forums .discussion .discussion_threads ul.threads li.thread .replies,
.events .discussion .discussion_threads ul.threads li.thread .replies {
  width: 70px;
  text-align: right;
  font: 14px/14px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
}
.forums .discussion .discussion_threads ul.threads li.thread .replies a,
.events .discussion .discussion_threads ul.threads li.thread .replies a {
  color: #e9634f;
}
.forums .discussion .discussion_threads ul.threads li.thread h4,
.events .discussion .discussion_threads ul.threads li.thread h4 {
  font: 14px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #333333;
  margin: 0 0 5px 0;
}
.forums .discussion .discussion_threads ul.threads li.thread h4 a,
.events .discussion .discussion_threads ul.threads li.thread h4 a {
  color: #333333;
  text-decoration: none;
}
.forums .discussion .discussion_parent,
.events .discussion .discussion_parent {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #999999;
  font: 12px/18px Arial, sans-serif;
  color: #333333;
}
.forums .discussion .discussion_parent h1,
.events .discussion .discussion_parent h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.forums .discussion .social_media,
.events .discussion .social_media {
  width: 150px;
}
.forums .event_description,
.events .event_description {
  font: 12px Arial, sans-serif;
  color: #333333;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-bottom: 1px dashed #999999;
}
.forums .event_description h3,
.events .event_description h3 {
  background-color: #ffffff;
  color: #333333;
}
.forums .event_description ul,
.events .event_description ul {
  list-style: square;
  margin: 0 0 0 20px;
}
.forums .event_description ul li,
.events .event_description ul li {
  margin: 5px 0;
}
.events .add_discussion .background_wash {
  height: 630px;
}
.mod_featuredmember .community_outliers.featured_member {
  width: 280px;
  box-shadow: 0 0 0 #FFFFFF;
}
.mod_featuredmember .community_outliers.featured_member .featured_member_profile {
  padding-bottom: 0;
}
.mod_featuredmember .member_search {
  width: 160px;
  margin-left: 10px;
}
.mod_featuredmember .member_search h3 {
  margin-bottom: 0;
}
.mod_featuredmember .member_search .searchbox {
  background-image: none;
  background-color: #e9634f;
  background-image: url('../img/gradients/header-subnav-advice-hub-gradient.png');
  background-image: -webkit-linear-gradient(top, #e13600, #f36341);
  background-image: -moz-linear-gradient(top, #e13600, #f36341);
  background-image: -o-linear-gradient(top, #e13600, #f36341);
  background-image: -ms-linear-gradient(top, #e13600, #f36341);
  background-image: linear-gradient(top, #e13600, #f36341);
  background-color: #F36341;
  background-repeat: repeat-x;
  color: #ffffff;
  padding: 10px 0 0 0;
}
.mod_featuredmember .member_search .searchbox .searchbox_container {
  padding: 0 10px;
}
.mod_featuredmember .member_search .searchbox h4 {
  font: 18px/20px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  margin-bottom: 10px;
}
.mod_featuredmember .member_search .searchbox h4 span {
  color: #333333;
}
.mod_featuredmember .member_search .searchbox input {
  width: 92px;
  padding: 4px 5px 3px;
  font: 12px/12px Arial, sans-serif;
  color: #999999;
  border: 1px solid #666666;
}
.mod_featuredmember .member_search .searchbox .select_container {
  width: 130px;
  margin: 0 0 10px 0;
  overflow: hidden;
  height: 24px;
  border-right: 1px solid #333333;
  background: #ffffff url(../img/community/arrow_black_down.png) no-repeat right top;
}
.mod_featuredmember .member_search .searchbox .select_container select {
  background: transparent;
  width: 147px;
  padding: 4px 0 4px 5px;
  border-width: 0;
  font: 12px/12px Arial, sans-serif;
  color: #999999;
}
.mod_featuredmember .member_search .searchbox .button {
  border: 1px solid #333333;
  margin: 30px 0 0 0;
  padding: 0;
  height: 25px;
  border-radius: 0;
}
.mod_featuredmember .member_search .searchbox .button input.button {
  margin: 0;
  background-color: #333333;
  color: #ffffff;
  border: 1px solid #666666;
  width: 100%;
  padding: 2px 0;
  text-transform: capitalize;
  border-radius: 0;
}
.mod_featuredmember .member_search .searchbox .arrow_gradient {
  border: 1px solid #333333;
  width: 24px;
  padding: 4px 0;
  text-align: center;
  background: url(../img/gradients/background_black.gif) repeat-x left top;
}
.mod_featuredmember .member_search .facebook-connect {
  margin: 15px 0;
}
.mod_featuredmember .member_search .facebook-connect .liner-or {
  background-color: #EB4E23;
}
.mod_coregroups {
  margin-bottom: 10px;
}
.mod_coregroups li {
  margin-bottom: 10px;
  padding: 7px 10px;
  color: #ffffff;
  font: 16px/18px Arial, sans-serif;
  background: #e9634f url(../img/white_arrow_right.png) no-repeat 430px center;
}
.mod_coregroups li a {
  color: #ffffff;
}
.mod_coregroups li .group_title {
  background: url(../img/community/icon_discussion_black.png) no-repeat left center;
  padding: 5px 0 5px 30px;
}
.mod_coregroups li .group_count {
  color: #333333;
}
.mod_latestresponses .rotateThis,
.mod_latestactivities .rotateThis {
  height: 220px;
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 15px;
  background: url(../img/gradients/header-subnav-gradient.png) repeat-x bottom left;
}
.mod_latestresponses .new_discussionevent .forward,
.mod_latestactivities .new_discussionevent .forward {
  border-top: 1px dashed #999999;
  padding-top: 10px;
  text-align: right;
  font-weight: bold;
  margin-bottom: 10px;
}
.mod_latestresponses .new_discussionevent .forward .link_top,
.mod_latestactivities .new_discussionevent .forward .link_top {
  font-weight: bold;
}
.mod_latestresponses .new_discussionevent .forward .link_top a,
.mod_latestactivities .new_discussionevent .forward .link_top a {
  padding-right: 15px;
  background: url(../img/arrow_grey_right.gif) no-repeat right top;
}
.mod_latestresponses .new_discussionevent .select_forum,
.mod_latestactivities .new_discussionevent .select_forum {
  background: #e9634f;
  color: #ffffff;
  font: 20px/20px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  padding: 0;
  margin: 0 0 10px 0;
}
.mod_latestresponses .new_discussionevent .select_forum span,
.mod_latestactivities .new_discussionevent .select_forum span {
  color: #333333;
}
.mod_latestresponses .new_discussionevent .select_forum .select_forum_title_container,
.mod_latestactivities .new_discussionevent .select_forum .select_forum_title_container {
  width: 395px;
  padding: 22px 0 19px 15px;
}
.mod_latestresponses .new_discussionevent .select_forum .select_forum_title_container .select_forum_title,
.mod_latestactivities .new_discussionevent .select_forum .select_forum_title_container .select_forum_title {
  width: 220px;
}
.mod_latestresponses .new_discussionevent .select_forum .select_forum_title_container .select_forum_dropdown,
.mod_latestactivities .new_discussionevent .select_forum .select_forum_title_container .select_forum_dropdown {
  width: 140px;
  margin-left: 15px;
  height: 24px;
  background: #ffffff url(../img/community/arrow_black_down.png) no-repeat right top;
}
.mod_latestresponses .new_discussionevent .select_forum .select_forum_title_container .select_forum_dropdown .select_forum_dropdown_container,
.mod_latestactivities .new_discussionevent .select_forum .select_forum_title_container .select_forum_dropdown .select_forum_dropdown_container {
  width: 135px;
  height: 22px;
  overflow: hidden;
  padding: 2px 0 0 5px;
  background-color: transparent;
}
.mod_latestresponses .new_discussionevent .select_forum .select_forum_title_container .select_forum_dropdown .select_forum_dropdown_container select,
.mod_latestactivities .new_discussionevent .select_forum .select_forum_title_container .select_forum_dropdown .select_forum_dropdown_container select {
  width: 157px;
  border-width: 0;
  color: #666666;
  text-transform: uppercase;
  font: 10px/10px Arial, sans-serif;
  background: transparent;
  margin: 2px 0 0;
}
.mod_latestresponses .new_discussionevent .select_forum .select_forum_link,
.mod_latestactivities .new_discussionevent .select_forum .select_forum_link {
  width: 40px;
}
.mod_latestresponses h3 {
  margin: 0;
}
.mod_latestresponses ul.mod_latestresponses li {
  padding: 0 0 20px 0;
  margin: 20px 0;
  border-bottom: 1px dashed #999999;
  background: url(../img/quote_orange.png) no-repeat 18px top;
}
.mod_latestresponses .responder,
.mod_latestresponses .meta-desc {
  padding-left: 60px;
}
.mod_latestresponses .responder .responder_name,
.mod_latestresponses .meta-desc .responder_name {
  font-weight: bold;
}
.mod_latestresponses .responder .responder_name a,
.mod_latestresponses .meta-desc .responder_name a {
  color: #333333;
}
.mod_latestresponses .responder .responder_discussion a,
.mod_latestresponses .meta-desc .responder_discussion a {
  font-weight: 200;
  color: #333333;
  font-family: 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
}
.mod_latestresponses .responder {
  font: 14px/14px Arial, sans-serif;
  color: #e9634f;
}
.mod_latestresponses .meta-desc {
  margin-top: 5px;
  font: 12px/14px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #666666;
}
.mod_latestactivities ul.mod_latestactivities li {
  padding: 0 0 20px 0;
  margin: 20px 0;
  border-bottom: 1px dashed #999999;
}
.mod_latestactivities ul.mod_latestactivities li .date {
  float: left;
  width: 32px;
  height: 23px;
  font: bold 13px/13px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  padding: 14px 0 0 23px;
  background: url(../img/calendar.png) no-repeat 15px 0;
}
.mod_latestactivities ul.mod_latestactivities li .activity_stream {
  float: left;
  width: 350px;
}
.mod_latestactivities ul.mod_latestactivities li .activity_stream .meta-desc {
  margin-top: 5px;
}
.mod_latestactivities .activity_stream {
  font: 14px/14px Arial, sans-serif;
  color: #e9634f;
}
.mod_latestactivities .meta-desc {
  font: 12px/14px Arial, sans-serif;
  color: #666666;
}
.mod_latestactivities .responder_name {
  color: #333333;
  font-weight: bold;
}
.profile_hellome,
.mod_hellome {
  padding: 0 10px;
}
.profile_hellome .profile_bar,
.mod_hellome .profile_bar {
  font: 12px/12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  padding: 10px 0;
  text-transform: uppercase;
  color: #666666;
  border-bottom: 1px dashed #999999;
}
.profile_hellome .profile_bar a,
.mod_hellome .profile_bar a {
  color: #666666;
}
.profile_hellome .profile_name,
.mod_hellome .profile_name {
  font: bold 14px/14px Arial, sans-serif;
  color: #333333;
  text-transform: none;
}
.profile_hellome .profile_name a,
.mod_hellome .profile_name a {
  color: #333333;
  background: url(../img/arrow_grey_right.gif) no-repeat right center;
  padding-right: 20px;
}
.add_form {
  width: 450px;
}
.add_form .select_forum {
  margin-bottom: 20px;
  padding: 15px;
  font: 20px/20px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #ffffff;
  background-color: #e9634f;
}
.add_form .select_forum .select_forum_title {
  width: 220px;
}
.add_form .select_forum .select_forum_title span {
  color: #333333;
}
.add_form .select_forum .select_forum_dropdown {
  width: 200px;
  overflow: hidden;
  background: #ffffff url(../img/community/arrow_black_down.png) no-repeat right top;
  height: 24px;
}
.add_form .select_forum .select_forum_dropdown .select_forum_dropdown_container {
  width: 200px;
  height: 24px;
  overflow: hidden;
  padding: 2px 0 0 5px;
}
.add_form .select_forum .select_forum_dropdown .select_forum_dropdown_container select {
  width: 213px;
  border-width: 0px!important;
  background: transparent;
  text-transform: uppercase;
  font: 10px/10px Arial, sans-serif !important;
  color: #999999;
}
.add_form .select_forum .select_forum_dropdown .select_forum_dropdown_container select option {
  padding: 2px 5px 0;
}
.add_form .discussion_title {
  margin: 0 10px 20px 30px;
  padding: 0;
}
.add_form .discussion_title label {
  font: 12px/14px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #666666;
  text-transform: uppercase;
  text-align: right;
  padding-right: 20px;
}
.add_form .discussion_title select,
.add_form .discussion_title input {
  width: 270px;
  height: 25px;
  border: 1px solid #999999;
  font: 12px/1 Arial, sans-serif;
  margin-top: 0;
  background: url(../img/gradients/gradient_button_grey.png) repeat-x;
}
.add_form .discussion_details {
  padding-top: 20px;
}
.add_form .discussion_comment {
  width: 430px;
  margin: 0 20px 20px 10px;
}
.add_form .discussion_comment textarea {
  background: url(../img/gradients/gradient_button_grey.png) repeat-x left bottom;
  width: 448px;
  height: 155px;
  border: 1px solid #999999;
  font: 12px/14px Arial, sans-serif;
}
.add_form .hints {
  border-top: 1px dashed #999999;
  font: 10px/10px Arial, sans-serif;
  color: #999999;
  margin: 10px;
  padding: 10px 0 0 0;
}
.add_form .button {
  width: 450px;
  border-radius: 0;
  background: #333333;
  color: #ffffff;
  font: 14px/14px Arial, sans-serif;
  margin: 0;
}
.add_form .time {
  margin-bottom: 10px;
}
.add_form .key {
  width: 100px;
  padding-top: 5px;
  text-align: right;
}
.add_form .key label {
  padding-right: 10px;
}
.add_form .value {
  width: 330px;
}
.add_form .value input {
  width: 313px;
  padding-left: 10px;
}
.add_form .value .small {
  font-size: x-small;
}
.add_form .value .radio input {
  width: 10px;
}
.add_form .value .radio label {
  padding-top: 5px;
}
.add_form .value .privacy {
  margin-bottom: 10px;
}
.add_form .value .time_digit.select_container {
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #999999;
  background: url(../img/community/arrow_black_down.png) no-repeat scroll right top transparent;
  width: 60px;
  margin-right: 5px;
  overflow: hidden;
  text-transform: uppercase;
}
.add_form .value .time_digit.select_container select {
  width: 80px;
  height: 24px;
  font: 10px/10px Arial, sans-serif;
  color: #999999;
  background-color: transparent;
  border-width: 0px;
  padding: 5px 0 0 5px;
}
.add_form .value .time_digit.select_calendar {
  margin-right: 0;
  background-image: none;
  width: 125px;
  height: 24px;
  border-width: 1px;
}
.add_form .value .time_digit.select_calendar input {
  font: 10px/10px Arial, sans-serif;
  width: 88px;
  height: 19px;
  border-width: 0;
  padding-left: 10px;
}
.add_form .value .time_digit.select_timezone {
  width: 324px;
}
.add_form .value .time_digit.select_timezone select {
  width: 350px;
  padding-left: 0px;
}
.profile.edit {
  background: url(../img/gradients/sidebar_line.png) repeat-y 95px top;
}
.profile.edit .profile_bar {
  border-width: 0px;
  padding: 0;
  margin: 0 0 10px 0;
}
.profile.edit .profile_section_privacy {
  overflow: hidden;
  width: 110px;
  height: 22px;
}
.profile.edit .profile_section_privacy.privacy_public {
  background: url(../img/community/privacy_sprite.png) no-repeat 70px top transparent;
}
.profile.edit .profile_section_privacy.privacy_self {
  background: url(../img/community/privacy_sprite.png) no-repeat 70px -22px transparent;
}
.profile.edit .profile_section_privacy .js_PrivacySelect {
  font: 10px/10px Arial, sans-serif;
  color: #999999;
  text-transform: uppercase;
  text-align: left;
  border-width: 0px;
  width: 127px;
  padding: 0 0 7px 0;
  background: transparent;
  margin-top: 5px;
  -webkit-appearance: none;
}
.profile.edit .profile_section h3 {
  margin: 0;
}
.profile.edit .profile_section .value {
  width: 330px;
}
.profile.edit .key {
  width: 100px;
  text-align: right;
  padding: 0 20px 0 0;
  font: 12px/14px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #999999;
  text-transform: uppercase;
}
.profile.edit .value {
  width: 220px;
}
.profile.edit .value textarea,
.profile.edit .value select,
.profile.edit .value input {
  width: 188px;
  background-color: #EDEDED;
  font: 10px/10px Arial, sans-serif;
  color: #666666;
  padding: 3px 0 4px 5px;
  border: 1px solid #B5B5B5;
}
.profile.edit .value textarea {
  width: 183px;
}
.profile.edit .value input {
  width: 183px;
}
.profile.edit .value .jsPasswordStrength {
  float: right;
  width: 130px;
  background-color: #6CD97E;
  color: #ffffff;
  text-align: center;
}
.profile.edit .value .select_container {
  height: 25px;
  width: 188px;
  overflow: hidden;
  border-right: 1px solid #666666;
  background: url(../img/community/arrow_black_down.png) no-repeat right top;
}
.profile.edit .value .select_container select {
  background: transparent;
  width: 210px;
}
.profile.edit .value .select_container.url {
  background-image: none;
  overflow: visible;
  border-width: 0px;
  height: auto;
  width: auto;
}
.profile.edit .value .select_container.url select {
  width: 65px;
  padding: 2px;
  float: left;
}
.profile.edit .value .select_container.url input {
  width: 113px;
  float: left;
  margin-left: 5px;
}
.profile.edit .value select {
  text-transform: uppercase;
}
.profile.edit .value textarea {
  height: 85px;
}
.profile.edit .value input.validate-custom-date {
  width: 32px;
}
.profile.edit .value select.validate-custom-date {
  width: 51px;
}
.profile.edit .value span {
  display: table;
}
.profile.edit .value input.checkbox {
  width: 10px;
}
.profile.edit .value .lblradio-block {
  font: 10px/12px Arial, sans-serif;
}
.profile.edit .value .reg_27 {
  width: 200px;
}
.profile.edit .privacy {
  width: 110px;
}
.profile.upload_image {
  background-image: none;
}
.profile.upload_image #uploadForm {
  background: url(../img/home-categories-border.png) repeat-x left bottom;
  padding-bottom: 20px;
}
.profile.upload_image .avatarPreview {
  margin: 15px 0;
}
.profile.upload_image .avatarPreview img {
  border: 10px solid #f5f5f5;
  margin-right: 10px;
}
.profile.upload_image .info {
  font: 10px/10px Arial, sans-serif;
  color: #666666;
}
.profile.upload_image .browsebutton {
  width: 355px;
  height: 24px;
  margin-right: 10px;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #666666;
  overflow: hidden;
  cursor: pointer;
  background: #f5f5f5 url(../img/community/btn_browse.png) no-repeat 273px top;
}
.profile.upload_image .browsebutton .browsebutton_container {
  background: url(../img/gradients/gradient_button_grey.png) repeat-x top left;
  opacity: 0.1;
}
.profile.upload_image .browsebutton .browsebutton_container #file-upload {
  opacity: 0.4;
  margin: 0;
}
.profile.upload_image .uploadbutton .button {
  margin: 0;
  padding: 0;
  width: 80px;
  border: 1px solid #e9634f;
  height: 25px;
  background: #e9634f url(../img/gradients/header-mainnav-home-gradient.png) repeat-x top left;
  color: #ffffff;
  border-radius: 0;
}
.profile .profile_bar {
  font: 12px/22px Arial, sans-serif;
  border-width: 1px 0 0 0;
  border-style: dashed;
  border-color: #666666;
  padding: 10px 0;
}
.profile .profile_bar span {
  font-family: 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-weight: 100;
  text-transform: uppercase;
}
.profile .profile_bar a {
  color: #e9634f;
}
.profile .profile_bar.border {
  border-width: 1px 0;
}
.profile h3 {
  margin: 20px 0;
}
.user_profile.discussions .profile_bar {
  margin-bottom: 0;
}
.user_profile.discussions .profile_bar.discussions {
  background: url(../img/gradients/header-mainnav-home-gradient.png) repeat-x left 1px;
}
.user_profile.discussions .profile_bar.discussions .profile_bar_title {
  background: url(../img/arrow_white_left.png) no-repeat right top;
  color: #ffffff;
}
.user_profile.events .profile_bar {
  margin-bottom: 0;
}
.user_profile.events .profile_bar.events {
  background: url(../img/gradients/header-mainnav-home-gradient.png) repeat-x left 1px;
}
.user_profile.events .profile_bar.events .profile_bar_title {
  background: url(../img/arrow_white_left.png) no-repeat right top;
  color: #ffffff;
}
.user_profile.information .profile_bar {
  margin-bottom: 0;
}
.user_profile.information .profile_bar.information {
  background: url(../img/gradients/header-mainnav-home-gradient.png) repeat-x left 1px;
}
.user_profile.information .profile_bar.information .profile_bar_title {
  background: url(../img/arrow_white_left.png) no-repeat 132px top;
  color: #ffffff;
}
.user_profile.register .profile_bar {
  margin-bottom: 0;
}
.user_profile.register .profile_bar.register {
  background: url(../img/gradients/header-mainnav-home-gradient.png) repeat-x left 1px;
}
.user_profile.register .profile_bar.register .profile_bar_title {
  background: url(../img/arrow_white_left.png) no-repeat 132px top;
  color: #ffffff;
}
.user_profile.step_2 .profile_bar {
  margin-bottom: 0;
}
.user_profile.step_2 .profile_bar.step_2 {
  background: url(../img/gradients/header-mainnav-home-gradient.png) repeat-x left 1px;
}
.user_profile.step_2 .profile_bar.step_2 .profile_bar_title {
  background: url(../img/arrow_white_left.png) no-repeat 132px top;
  color: #ffffff;
}
.user_profile.profile_image .profile_bar {
  margin-bottom: 0;
}
.user_profile.profile_image .profile_bar.profile_image {
  background: url(../img/gradients/header-mainnav-home-gradient.png) repeat-x left 1px;
}
.user_profile.profile_image .profile_bar.profile_image .profile_bar_title {
  background: url(../img/arrow_white_left.png) no-repeat 132px top;
  color: #ffffff;
}
.user_profile .profile_hellome,
.user_profile .mod_hellome {
  padding: 0;
}
.user_profile .profile_hellome .profile_avatar,
.user_profile .mod_hellome .profile_avatar {
  margin: 0 10px;
}
.user_profile .profile_hellome .profile_bar,
.user_profile .mod_hellome .profile_bar {
  padding: 0 0 0 10px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #999999;
}
.user_profile .profile_hellome .profile_bar.profile_name,
.user_profile .mod_hellome .profile_bar.profile_name {
  padding: 20px 0 20px 10px;
}
.user_profile .profile_hellome .profile_bar .profile_bar_title,
.user_profile .mod_hellome .profile_bar .profile_bar_title {
  padding: 9px 0;
}
.quick_links .profile_bar {
  padding: 0 10px 10px 10px;
  margin: 0 0 10px 0;
  font: 12px/12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  text-transform: uppercase;
  color: #666666;
  border-bottom: 1px solid #999999;
}
.quick_links .profile_bar.add_discussion_event {
  background: url(../img/plus.gif) no-repeat 10px 0;
  padding-left: 40px;
  padding-top: 2px;
}
.social-networks {
  width: 300px;
  height: 107px;
}
.social-networks h3 {
  font: 21px/21px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #333333;
  font-weight: bold;
  line-height: 10px;
  padding: 20px 0 10px;
  margin: 0;
}
.social-networks .networks {
  height: 60px;
  width: 100%;
  border-top: 1px dashed #B5B5B5;
  border-bottom: 1px solid #e0e0e0;
}
.social-networks .networks a {
  background-image: url('../img/sprite.png');
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: text-top;
  width: 39px;
  height: 38px;
  float: left;
  margin: 10px 5px;
}
.social-networks .networks a.logo {
  background-position: -10px -10px;
  width: 200px;
  height: 60px;
}
.social-networks .networks a.logo-small {
  background-position: -10px -140px;
  width: 110px;
  height: 33px;
  line-height: 33px;
  margin-top: 1px;
}
.social-networks .networks a.smartsolo {
  background-position: -220px -12px;
  width: 125px;
  height: 18px;
  line-height: 18px;
}
.social-networks .networks a.smartsolo.alternative {
  background-position: -135px -142px;
}
.social-networks .networks a.smartsolobig {
  background-position: -5px -256px;
  width: 185px;
  height: 31px;
  line-height: 18px;
}
.social-networks .networks a.hot-topic {
  background-position: -220px -40px;
  width: 84px;
  height: 25px;
  line-height: 25px;
}
.social-networks .networks a.crikey {
  background-position: -305px -118px;
  width: 191px;
  height: 50px;
  line-height: 50px;
}
.social-networks .networks a.propertyobserver {
  background-position: -272px -173px;
  width: 177px;
  height: 30px;
  line-height: 30px;
}
.social-networks .networks a.womensagenda {
  background-position: -174px -170px;
  width: 87px;
  height: 39px;
  line-height: 39px;
}
.social-networks .networks a.smartcompany {
  background-position: -10px -183px;
  width: 154px;
  height: 25px;
  line-height: 25px;
}
.social-networks .networks a.leadingcompany {
  background-position: -10px -218px;
  width: 173px;
  height: 33px;
  line-height: 33px;
}
.social-networks .networks a.icon_category_business_planning {
  background-position: -370px -4px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.social-networks .networks a.icon_category_marketing {
  background-position: -410px -4px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.social-networks .networks a.icon_category_technology {
  background-position: -450px -4px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.social-networks .networks a.icon_category_financing_a_business {
  background-position: -410px -45px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.social-networks .networks a.arrow {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
}
.social-networks .networks a.arrow-top-grey {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -316px;
}
.social-networks .networks a.arrow-right-grey {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
}
.social-networks .networks a.arrow-bottom-grey {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -316px;
}
.social-networks .networks a.arrow-left-grey {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -139px -305px;
}
.social-networks .networks a.arrow-top-orange {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -305px;
}
.social-networks .networks a.arrow-right-orange {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -128px -323px;
}
.social-networks .networks a.arrow-bottom-orange {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -305px;
}
.social-networks .networks a.arrow-left-orange {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -128px -305px;
}
.social-networks .networks a.arrow-top-white {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -340px;
}
.social-networks .networks a.arrow-right-white {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -162px -323px;
}
.social-networks .networks a.arrow-bottom-white {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -340px;
}
.social-networks .networks a.arrow-left-white {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -162px -305px;
}
.social-networks .networks a.arrow-top-blue {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -351px;
}
.social-networks .networks a.arrow-right-blue {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -174px -323;
}
.social-networks .networks a.arrow-bottom-blue {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -351px;
}
.social-networks .networks a.arrow-left-blue {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -174px -305px;
}
.social-networks .networks a.arrow-top-black {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -327px;
}
.social-networks .networks a.arrow-right-black {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -150px -324px;
}
.social-networks .networks a.arrow-bottom-black {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -327px;
}
.social-networks .networks a.arrow-left-black {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -150px -305px;
}
.social-networks .networks a.twitter {
  background-position: -202px -218px;
}
.social-networks .networks a.twitter:hover {
  background-position: -202px -256px;
}
.social-networks .networks a.facebook {
  background-position: -250px -218px;
}
.social-networks .networks a.facebook:hover {
  background-position: -250px -256px;
}
.social-networks .networks a.linkedin {
  background-position: -298px -218px;
}
.social-networks .networks a.linkedin:hover {
  background-position: -298px -256px;
}
.social-networks .networks a.googleplus {
  background-position: -347px -218px;
}
.social-networks .networks a.googleplus:hover {
  background-position: -347px -256px;
}
.social-networks .networks a.youtube {
  background-position: -395px -218px;
}
.social-networks .networks a.youtube:hover {
  background-position: -395px -256px;
}
.social-networks .networks a.rss {
  background-position: -443px -218px;
}
.social-networks .networks a.rss:hover {
  background-position: -443px -256px;
}
.most-read,
.mostread_home {
  width: 300px;
  height: auto;
}
.most-read h3,
.mostread_home h3 {
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 21px;
  line-height: 10px;
  color: #333132;
  font-weight: bold;
  margin: 0;
}
.most-read ul,
.mostread_home ul {
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #e0e0e0;
  margin: 10px 0 0 0;
}
.most-read ul li,
.mostread_home ul li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px dashed #dadada;
}
.most-read ul li h4,
.mostread_home ul li h4 {
  margin: 0 15px 0 10px;
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 20px;
  color: #b8b8b8;
  float: left;
}
.most-read ul li a,
.mostread_home ul li a {
  display: inline-block;
  width: 250px;
  margin: 5px 0 0 0;
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #0099cc;
  font-size: 14px;
  line-height: 17px;
}
.most-read ul li a:hover,
.mostread_home ul li a:hover {
  color: #333333;
}
.most-read ul li:last-child,
.mostread_home ul li:last-child {
  border-bottom: none;
}
.mostread_home li {
  list-style: decimal !important;
  padding: 10px 0;
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 20px;
  color: #b8b8b8;
  position: relative;
  left: 40px;
}
.smartsolo {
  width: 300px;
}
.smartsolo .title {
  width: 100%;
  height: 50px;
  background-color: #0A95B6;
  background-image: url('../img/gradients/widget-smartsolo-header.png');
  background-image: -webkit-linear-gradient(top, #333333, #4a4a4a);
  background-image: -moz-linear-gradient(top, #333333, #4a4a4a);
  background-image: -o-linear-gradient(top, #333333, #4a4a4a);
  background-image: -ms-linear-gradient(top, #333333, #4a4a4a);
  background-image: linear-gradient(top, #333333, #4a4a4a);
}
.smartsolo .title span {
  display: inline-block;
  margin: 10px 0 0 10px;
}
.smartsolo p {
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 12px;
  color: #999999;
  width: 283px;
  margin: 0 0 0 9px;
}
.smartsolo p a {
  color: #0099cc;
  text-decoration: underline;
}
.smartsolo ul {
  margin: 0 0 8px 0;
}
.smartsolo ul li {
  margin: 10px 0 0 0;
  list-style: none;
  padding: 0 0 10px 10px;
  border-bottom: 1px dashed #B5B5B5;
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 20px;
}
.smartsolo ul li .arrow {
  display: inline-block;
  float: left;
  background: url('../img/stablemates-list-dot.png');
  width: 8px;
  height: 9px;
  margin: 9px 10px 0 0;
}
.smartsolo ul li a {
  display: inline-block;
  width: 250px;
  color: #0099cc;
  font-size: 14px;
}
.smartsolo ul li a:hover {
  color: #333333;
}
.smartsolo ul li:last-child {
  padding-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
}
.sponsored-links {
  width: 300px;
  padding: 0;
}
.sponsored-links h3 {
  text-transform: uppercase;
  color: #b8b8b8;
  font-size: 10px;
  margin: 0 0 10px 0;
  font-weight: normal;
}
#widget_mentors {
  width: 300px;
}
#widget_mentors .title {
  width: 100%;
  height: 40px;
  background-color: #0A95B6;
  background-image: url('../img/gradients/header-mainnav-gradient.png');
  background-image: -webkit-linear-gradient(top, #00acd4, #0a95b6);
  background-image: -moz-linear-gradient(top, #00acd4, #0a95b6);
  background-image: -o-linear-gradient(top, #00acd4, #0a95b6);
  background-image: -ms-linear-gradient(top, #00acd4, #0a95b6);
  background-image: linear-gradient(top, #00acd4, #0a95b6);
}
#widget_mentors .title h3 {
  padding: 7px 0;
  margin: 0 0 0 10px;
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #ffffff;
  font-size: 21px;
  font-weight: bold;
}
#widget_mentors .title h3 a {
  color: #ffffff;
}
#widget_mentors .title h3 .logo {
  background-image: url('../img/mentors-logo.png');
  float: right;
  width: 60px;
  height: 40px;
  margin: -8px 0 0 0;
}
#widget_mentors .subheader {
  width: 100%;
  height: 7px;
  background-image: url('../img/home-categories-border.png');
  background-repeat: repeat-x;
  border-top: 1px solid #E0E0E0;
  margin: 1px 0 10px 0;
}
#widget_mentors .mentors {
  height: 140px;
}
#widget_mentors .mentor {
  width: 290px;
  padding: 0 10px 0 0;
  display: none;
}
#widget_mentors .mentor.first {
  display: block;
}
#widget_mentors .mentor .avatar img {
  float: left;
  border: 1px solid #CECECE;
  margin: 0 10px 100px 0;
  width: 96px;
  height: 117px;
}
#widget_mentors .mentor .author {
  font-weight: bold;
  font-size: 14px;
  color: #333132;
}
#widget_mentors .mentor h4 {
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #333333;
  font-size: 14px;
  margin: 15px 0 5px 0;
}
#widget_mentors .mentor h4 span {
  margin: 2px 0 0 7px;
}
#widget_mentors .mentor h4 a {
  color: #333333;
}
#widget_mentors .mentor p {
  font-size: 13px;
  color: #737373;
}
#widget_mentors .footer {
  height: 30px;
  width: 280px;
  background-color: #F3F3F3;
  margin: 10px 0 0 0;
  padding: 0 10px;
}
#widget_mentors .footer a {
  float: right;
  text-transform: uppercase;
  color: #333333;
  font-size: 10px;
  font-weight: bold;
  padding: 9px 0;
}
#widget_mentors .footer .arrow-prev,
#widget_mentors .footer .arrow-next {
  width: 9px;
  height: 14px;
  float: left;
  background-image: url('../img/sprite.png');
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: text-top;
  margin: 8px 0;
  padding: 0;
  cursor: pointer;
}
#widget_mentors .footer .arrow-prev.logo,
#widget_mentors .footer .arrow-next.logo {
  background-position: -10px -10px;
  width: 200px;
  height: 60px;
}
#widget_mentors .footer .arrow-prev.logo-small,
#widget_mentors .footer .arrow-next.logo-small {
  background-position: -10px -140px;
  width: 110px;
  height: 33px;
  line-height: 33px;
  margin-top: 1px;
}
#widget_mentors .footer .arrow-prev.smartsolo,
#widget_mentors .footer .arrow-next.smartsolo {
  background-position: -220px -12px;
  width: 125px;
  height: 18px;
  line-height: 18px;
}
#widget_mentors .footer .arrow-prev.smartsolo.alternative,
#widget_mentors .footer .arrow-next.smartsolo.alternative {
  background-position: -135px -142px;
}
#widget_mentors .footer .arrow-prev.smartsolobig,
#widget_mentors .footer .arrow-next.smartsolobig {
  background-position: -5px -256px;
  width: 185px;
  height: 31px;
  line-height: 18px;
}
#widget_mentors .footer .arrow-prev.hot-topic,
#widget_mentors .footer .arrow-next.hot-topic {
  background-position: -220px -40px;
  width: 84px;
  height: 25px;
  line-height: 25px;
}
#widget_mentors .footer .arrow-prev.crikey,
#widget_mentors .footer .arrow-next.crikey {
  background-position: -305px -118px;
  width: 191px;
  height: 50px;
  line-height: 50px;
}
#widget_mentors .footer .arrow-prev.propertyobserver,
#widget_mentors .footer .arrow-next.propertyobserver {
  background-position: -272px -173px;
  width: 177px;
  height: 30px;
  line-height: 30px;
}
#widget_mentors .footer .arrow-prev.womensagenda,
#widget_mentors .footer .arrow-next.womensagenda {
  background-position: -174px -170px;
  width: 87px;
  height: 39px;
  line-height: 39px;
}
#widget_mentors .footer .arrow-prev.smartcompany,
#widget_mentors .footer .arrow-next.smartcompany {
  background-position: -10px -183px;
  width: 154px;
  height: 25px;
  line-height: 25px;
}
#widget_mentors .footer .arrow-prev.leadingcompany,
#widget_mentors .footer .arrow-next.leadingcompany {
  background-position: -10px -218px;
  width: 173px;
  height: 33px;
  line-height: 33px;
}
#widget_mentors .footer .arrow-prev.icon_category_business_planning,
#widget_mentors .footer .arrow-next.icon_category_business_planning {
  background-position: -370px -4px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}
#widget_mentors .footer .arrow-prev.icon_category_marketing,
#widget_mentors .footer .arrow-next.icon_category_marketing {
  background-position: -410px -4px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}
#widget_mentors .footer .arrow-prev.icon_category_technology,
#widget_mentors .footer .arrow-next.icon_category_technology {
  background-position: -450px -4px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}
#widget_mentors .footer .arrow-prev.icon_category_financing_a_business,
#widget_mentors .footer .arrow-next.icon_category_financing_a_business {
  background-position: -410px -45px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}
#widget_mentors .footer .arrow-prev.arrow,
#widget_mentors .footer .arrow-next.arrow {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
}
#widget_mentors .footer .arrow-prev.arrow-top-grey,
#widget_mentors .footer .arrow-next.arrow-top-grey {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -316px;
}
#widget_mentors .footer .arrow-prev.arrow-right-grey,
#widget_mentors .footer .arrow-next.arrow-right-grey {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
}
#widget_mentors .footer .arrow-prev.arrow-bottom-grey,
#widget_mentors .footer .arrow-next.arrow-bottom-grey {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -316px;
}
#widget_mentors .footer .arrow-prev.arrow-left-grey,
#widget_mentors .footer .arrow-next.arrow-left-grey {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -139px -305px;
}
#widget_mentors .footer .arrow-prev.arrow-top-orange,
#widget_mentors .footer .arrow-next.arrow-top-orange {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -305px;
}
#widget_mentors .footer .arrow-prev.arrow-right-orange,
#widget_mentors .footer .arrow-next.arrow-right-orange {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -128px -323px;
}
#widget_mentors .footer .arrow-prev.arrow-bottom-orange,
#widget_mentors .footer .arrow-next.arrow-bottom-orange {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -305px;
}
#widget_mentors .footer .arrow-prev.arrow-left-orange,
#widget_mentors .footer .arrow-next.arrow-left-orange {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -128px -305px;
}
#widget_mentors .footer .arrow-prev.arrow-top-white,
#widget_mentors .footer .arrow-next.arrow-top-white {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -340px;
}
#widget_mentors .footer .arrow-prev.arrow-right-white,
#widget_mentors .footer .arrow-next.arrow-right-white {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -162px -323px;
}
#widget_mentors .footer .arrow-prev.arrow-bottom-white,
#widget_mentors .footer .arrow-next.arrow-bottom-white {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -340px;
}
#widget_mentors .footer .arrow-prev.arrow-left-white,
#widget_mentors .footer .arrow-next.arrow-left-white {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -162px -305px;
}
#widget_mentors .footer .arrow-prev.arrow-top-blue,
#widget_mentors .footer .arrow-next.arrow-top-blue {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -351px;
}
#widget_mentors .footer .arrow-prev.arrow-right-blue,
#widget_mentors .footer .arrow-next.arrow-right-blue {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -174px -323;
}
#widget_mentors .footer .arrow-prev.arrow-bottom-blue,
#widget_mentors .footer .arrow-next.arrow-bottom-blue {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -351px;
}
#widget_mentors .footer .arrow-prev.arrow-left-blue,
#widget_mentors .footer .arrow-next.arrow-left-blue {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -174px -305px;
}
#widget_mentors .footer .arrow-prev.arrow-top-black,
#widget_mentors .footer .arrow-next.arrow-top-black {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -327px;
}
#widget_mentors .footer .arrow-prev.arrow-right-black,
#widget_mentors .footer .arrow-next.arrow-right-black {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -150px -324px;
}
#widget_mentors .footer .arrow-prev.arrow-bottom-black,
#widget_mentors .footer .arrow-next.arrow-bottom-black {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -327px;
}
#widget_mentors .footer .arrow-prev.arrow-left-black,
#widget_mentors .footer .arrow-next.arrow-left-black {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -150px -305px;
}
#widget_mentors .footer .arrow-next {
  background-position: -470px -80px;
  margin-left: 10px;
}
#widget_mentors .footer .arrow-prev {
  background-position: -452px -80px;
}
#twitter_widget {
  padding: 0 1px;
  margin: 10px 0;
}
#twitter_widget h3 {
  margin: 0 0 10px 0;
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 21px;
  font-weight: bold;
  color: #333132;
}
#twitter_widget h3 i {
  background-image: url('../img/sprite.png');
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: text-top;
  background-position: -202px -218px;
  width: 39px;
  height: 38px;
  margin: -7px 10px 0 0;
}
#twitter_widget h3 i.logo {
  background-position: -10px -10px;
  width: 200px;
  height: 60px;
}
#twitter_widget h3 i.logo-small {
  background-position: -10px -140px;
  width: 110px;
  height: 33px;
  line-height: 33px;
  margin-top: 1px;
}
#twitter_widget h3 i.smartsolo {
  background-position: -220px -12px;
  width: 125px;
  height: 18px;
  line-height: 18px;
}
#twitter_widget h3 i.smartsolo.alternative {
  background-position: -135px -142px;
}
#twitter_widget h3 i.smartsolobig {
  background-position: -5px -256px;
  width: 185px;
  height: 31px;
  line-height: 18px;
}
#twitter_widget h3 i.hot-topic {
  background-position: -220px -40px;
  width: 84px;
  height: 25px;
  line-height: 25px;
}
#twitter_widget h3 i.crikey {
  background-position: -305px -118px;
  width: 191px;
  height: 50px;
  line-height: 50px;
}
#twitter_widget h3 i.propertyobserver {
  background-position: -272px -173px;
  width: 177px;
  height: 30px;
  line-height: 30px;
}
#twitter_widget h3 i.womensagenda {
  background-position: -174px -170px;
  width: 87px;
  height: 39px;
  line-height: 39px;
}
#twitter_widget h3 i.smartcompany {
  background-position: -10px -183px;
  width: 154px;
  height: 25px;
  line-height: 25px;
}
#twitter_widget h3 i.leadingcompany {
  background-position: -10px -218px;
  width: 173px;
  height: 33px;
  line-height: 33px;
}
#twitter_widget h3 i.icon_category_business_planning {
  background-position: -370px -4px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}
#twitter_widget h3 i.icon_category_marketing {
  background-position: -410px -4px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}
#twitter_widget h3 i.icon_category_technology {
  background-position: -450px -4px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}
#twitter_widget h3 i.icon_category_financing_a_business {
  background-position: -410px -45px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}
#twitter_widget h3 i.arrow {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
}
#twitter_widget h3 i.arrow-top-grey {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -316px;
}
#twitter_widget h3 i.arrow-right-grey {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
}
#twitter_widget h3 i.arrow-bottom-grey {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -316px;
}
#twitter_widget h3 i.arrow-left-grey {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -139px -305px;
}
#twitter_widget h3 i.arrow-top-orange {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -305px;
}
#twitter_widget h3 i.arrow-right-orange {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -128px -323px;
}
#twitter_widget h3 i.arrow-bottom-orange {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -305px;
}
#twitter_widget h3 i.arrow-left-orange {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -128px -305px;
}
#twitter_widget h3 i.arrow-top-white {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -340px;
}
#twitter_widget h3 i.arrow-right-white {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -162px -323px;
}
#twitter_widget h3 i.arrow-bottom-white {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -340px;
}
#twitter_widget h3 i.arrow-left-white {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -162px -305px;
}
#twitter_widget h3 i.arrow-top-blue {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -351px;
}
#twitter_widget h3 i.arrow-right-blue {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -174px -323;
}
#twitter_widget h3 i.arrow-bottom-blue {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -351px;
}
#twitter_widget h3 i.arrow-left-blue {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -174px -305px;
}
#twitter_widget h3 i.arrow-top-black {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -327px;
}
#twitter_widget h3 i.arrow-right-black {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -150px -324px;
}
#twitter_widget h3 i.arrow-bottom-black {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -327px;
}
#twitter_widget h3 i.arrow-left-black {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -150px -305px;
}
#widget_taskmaster .widget-title {
  width: 100%;
  height: 40px;
  background-color: #0A95B6;
  background-image: url('../img/gradients/header-mainnav-gradient.png');
  background-image: -webkit-linear-gradient(top, #00acd4, #0a95b6);
  background-image: -moz-linear-gradient(top, #00acd4, #0a95b6);
  background-image: -o-linear-gradient(top, #00acd4, #0a95b6);
  background-image: -ms-linear-gradient(top, #00acd4, #0a95b6);
  background-image: linear-gradient(top, #00acd4, #0a95b6);
}
#widget_taskmaster .widget-title h4 {
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #ffffff;
  font-size: 21px;
  font-weight: bold;
  padding: 7px 0;
  margin: 0 0 0 8px;
}
#widget_taskmaster .subtitle {
  width: 100%;
  height: 7px;
  background-image: url('../img/home-categories-border.png');
  background-repeat: repeat-x;
  border-top: 1px solid #E0E0E0;
  margin: 1px 0 10px 0;
}
#widget_taskmaster .title {
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 14px;
  margin: 0 0 5px 0;
}
#widget_taskmaster .title a {
  color: #333333;
}
#widget_taskmaster .title span {
  margin: 1px 0 0 5px;
}
#widget_taskmaster .title a:hover {
  color: #0099cc;
}
#widget_taskmaster .date {
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 11px;
  color: #999999;
  display: inline-block;
  width: 100%;
  margin: 0 0 10px 0;
}
#widget_taskmaster p {
  font-size: 13px;
  color: #737373;
  margin: 0 0 5px 0;
}
#widget_taskmaster img {
  border: 1px solid #CCCCCC;
  float: left;
  margin: 0 10px 10px 0;
}
#widget_taskmaster a.category {
  text-transform: uppercase;
  color: #0099CC;
  font-weight: bold;
  font-size: 10px;
  line-height: 5px;
}
#widget_taskmaster .footer {
  width: 100%;
  border-top: 1px dashed #B5B5B5;
  text-align: right;
  padding: 10px 0 0 0;
  margin: 20px 0 0 0;
}
#widget_taskmaster .footer a {
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
}
#widget_taskmaster .footer a span {
  margin: -1px 0 0 5px;
}
#startuptv_widget {
  width: 300px;
}
#startuptv_widget .widget-title {
  width: 100%;
  height: 40px;
  background-color: #0A95B6;
  background-image: url('../img/gradients/header-mainnav-gradient.png');
  background-image: -webkit-linear-gradient(top, #00acd4, #0a95b6);
  background-image: -moz-linear-gradient(top, #00acd4, #0a95b6);
  background-image: -o-linear-gradient(top, #00acd4, #0a95b6);
  background-image: -ms-linear-gradient(top, #00acd4, #0a95b6);
  background-image: linear-gradient(top, #00acd4, #0a95b6);
}
#startuptv_widget .widget-title h4 {
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #ffffff;
  font-size: 21px;
  font-weight: bold;
  padding: 7px 0;
  margin: 0 0 0 8px;
}
#startuptv_widget .widget-title h4 .logo {
  background-image: url('../img/startup-tv-logo.png');
  float: right;
  width: 59px;
  height: 40px;
  margin: -8px 0 0 0;
}
#startuptv_widget .subtitle {
  width: 100%;
  height: 7px;
  background-image: url('../img/home-categories-border.png');
  background-repeat: repeat-x;
  border-top: 1px solid #E0E0E0;
  margin: 1px 0 10px 0;
}
#startuptv_widget .wrapper {
  height: auto;
  width: 278px;
  overflow: auto;
  border: 1px solid #E0E0E0;
  padding: 10px;
  box-shadow: inset 0 3px 5px #F0F0F0;
}
#startuptv_widget .img {
  height: 154px;
  width: 275px;
  border: 1px solid #CCCCCC;
  margin: 0 0 20px 0;
}
#startuptv_widget .img a {
  background-image: url('../img/sprite.png');
  background-repeat: no-repeat;
  vertical-align: text-top;
  background-position: -7px -295px;
  display: inline-block;
  width: 72px;
  height: 72px;
  text-align: center;
  margin: 45px 102px;
}
#startuptv_widget .img a.logo {
  background-position: -10px -10px;
  width: 200px;
  height: 60px;
}
#startuptv_widget .img a.logo-small {
  background-position: -10px -140px;
  width: 110px;
  height: 33px;
  line-height: 33px;
  margin-top: 1px;
}
#startuptv_widget .img a.smartsolo {
  background-position: -220px -12px;
  width: 125px;
  height: 18px;
  line-height: 18px;
}
#startuptv_widget .img a.smartsolo.alternative {
  background-position: -135px -142px;
}
#startuptv_widget .img a.smartsolobig {
  background-position: -5px -256px;
  width: 185px;
  height: 31px;
  line-height: 18px;
}
#startuptv_widget .img a.hot-topic {
  background-position: -220px -40px;
  width: 84px;
  height: 25px;
  line-height: 25px;
}
#startuptv_widget .img a.crikey {
  background-position: -305px -118px;
  width: 191px;
  height: 50px;
  line-height: 50px;
}
#startuptv_widget .img a.propertyobserver {
  background-position: -272px -173px;
  width: 177px;
  height: 30px;
  line-height: 30px;
}
#startuptv_widget .img a.womensagenda {
  background-position: -174px -170px;
  width: 87px;
  height: 39px;
  line-height: 39px;
}
#startuptv_widget .img a.smartcompany {
  background-position: -10px -183px;
  width: 154px;
  height: 25px;
  line-height: 25px;
}
#startuptv_widget .img a.leadingcompany {
  background-position: -10px -218px;
  width: 173px;
  height: 33px;
  line-height: 33px;
}
#startuptv_widget .img a.icon_category_business_planning {
  background-position: -370px -4px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}
#startuptv_widget .img a.icon_category_marketing {
  background-position: -410px -4px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}
#startuptv_widget .img a.icon_category_technology {
  background-position: -450px -4px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}
#startuptv_widget .img a.icon_category_financing_a_business {
  background-position: -410px -45px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}
#startuptv_widget .img a.arrow {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
}
#startuptv_widget .img a.arrow-top-grey {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -316px;
}
#startuptv_widget .img a.arrow-right-grey {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
}
#startuptv_widget .img a.arrow-bottom-grey {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -316px;
}
#startuptv_widget .img a.arrow-left-grey {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -139px -305px;
}
#startuptv_widget .img a.arrow-top-orange {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -305px;
}
#startuptv_widget .img a.arrow-right-orange {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -128px -323px;
}
#startuptv_widget .img a.arrow-bottom-orange {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -305px;
}
#startuptv_widget .img a.arrow-left-orange {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -128px -305px;
}
#startuptv_widget .img a.arrow-top-white {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -340px;
}
#startuptv_widget .img a.arrow-right-white {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -162px -323px;
}
#startuptv_widget .img a.arrow-bottom-white {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -340px;
}
#startuptv_widget .img a.arrow-left-white {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -162px -305px;
}
#startuptv_widget .img a.arrow-top-blue {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -351px;
}
#startuptv_widget .img a.arrow-right-blue {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -174px -323;
}
#startuptv_widget .img a.arrow-bottom-blue {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -351px;
}
#startuptv_widget .img a.arrow-left-blue {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -174px -305px;
}
#startuptv_widget .img a.arrow-top-black {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -89px -327px;
}
#startuptv_widget .img a.arrow-right-black {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -150px -324px;
}
#startuptv_widget .img a.arrow-bottom-black {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -108px -327px;
}
#startuptv_widget .img a.arrow-left-black {
  cursor: pointer;
  background-position: -139px -323px;
  width: 10px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  background-position: -150px -305px;
}
#startuptv_widget h4 {
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 14px;
  margin: 0;
}
#startuptv_widget h4 a {
  color: #333333;
}
#startuptv_widget p {
  font-size: 13px;
  color: #737373;
  margin: 5px 0;
}
#startuptv_widget a.category {
  font-size: 10px;
  text-transform: uppercase;
  color: #0099CB;
  font-weight: bold;
  line-height: 5px;
}
#startuptv_widget .footer {
  border-top: 1px dashed #b5b5b5;
  margin: 15px 0 0 0;
  padding: 10px 0 10px 0;
  text-align: right;
  width: 100%;
}
#startuptv_widget .footer a {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #b8b8b8;
}
#startuptv_widget .footer a span {
  margin: -1px 0 0 8px;
}
#latest_advice,
.latestadvice {
  width: 300px;
}
#latest_advice > .title,
.latestadvice > .title {
  width: 100%;
  height: 40px;
  background-color: #0A95B6;
  background-image: url('../img/gradients/header-mainnav-gradient.png');
  background-image: -webkit-linear-gradient(top, #00acd4, #0a95b6);
  background-image: -moz-linear-gradient(top, #00acd4, #0a95b6);
  background-image: -o-linear-gradient(top, #00acd4, #0a95b6);
  background-image: -ms-linear-gradient(top, #00acd4, #0a95b6);
  background-image: linear-gradient(top, #00acd4, #0a95b6);
}
#latest_advice > .title h3,
.latestadvice > .title h3 {
  padding: 7px 0;
  margin: 0 0 0 10px;
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #ffffff;
  font-size: 21px;
  font-weight: bold;
}
#latest_advice > .title h3 .logo,
.latestadvice > .title h3 .logo {
  background-image: url('../img/latest-advice-logo.png');
  float: right;
  width: 60px;
  height: 40px;
  margin: -8px 0 0 0;
}
#latest_advice .subheader,
.latestadvice .subheader {
  width: 100%;
  height: 7px;
  background-image: url('../img/home-categories-border.png');
  background-repeat: repeat-x;
  border-top: 1px solid #E0E0E0;
  margin: 1px 0 10px 0;
}
#latest_advice .category-title,
.latestadvice .category-title {
  width: 290px;
  height: 12px;
  background: #333333;
  color: #ffffff;
  text-transform: uppercase;
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 12px;
  padding: 4px 0 5px 10px;
  border-bottom: 1px solid #4e4e4e;
  margin: 8px 0;
}
#latest_advice .category-title a,
.latestadvice .category-title a {
  display: inline-block;
  float: right;
  font-size: 10px;
  color: #ffffff;
  margin: 1px 10px 2px 0;
}
#latest_advice ul,
.latestadvice ul {
  margin: 0;
  padding: 0;
}
#latest_advice ul li,
.latestadvice ul li {
  list-style-image: url('../img/stablemates-list-dot.png');
  margin: 0 0 0 20px;
}
#latest_advice ul li .title,
.latestadvice ul li .title,
#latest_advice ul li .latestnews.latestadvice,
.latestadvice ul li .latestnews.latestadvice {
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 14px;
  color: #333132;
}
#latest_advice ul li .category,
.latestadvice ul li .category {
  display: inline-block;
  margin: 5px 0;
  color: #0099cc;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  line-height: 5px;
}
#latest_advice ul li:first-child,
.latestadvice ul li:first-child {
  margin-bottom: 8px;
  border-bottom: 1px dashed #b5b5b5;
}
#latest_advice ul.latestnews.latestadvice,
.latestadvice ul.latestnews.latestadvice {
  border-bottom: 1px dashed #b5b5b5 !important;
}
#latest_advice ul.latestnews.latestadvice li,
.latestadvice ul.latestnews.latestadvice li {
  margin: 20px 0 10px 20px !important;
  border-bottom: 0  !important;
}
.latestadvice h3 {
  width: 290px;
  height: 12px;
  background: #333333;
  color: #ffffff;
  text-transform: uppercase;
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 12px;
  padding: 4px 0 5px 10px;
  border-bottom: 1px solid #4e4e4e;
  margin: 8px 0;
}
#latest-news {
  margin-top: -10px;
  width: 300px;
}
#latest-news .tab-selection {
  height: auto;
  overflow: hidden;
}
#latest-news .tab-selection .latest-news-tab-default {
  display: none;
}
#latest-news .tab-selection li {
  width: 99px;
}
#latest-news .tab-selection li.ui-state-active {
  background-image: url('../img/adddata_tab_orange.png');
}
#latest-news .title {
  width: 100%;
  height: 40px;
  background-color: #0A95B6;
  background-image: url('../img/gradients/header-mainnav-gradient.png');
  background-image: -webkit-linear-gradient(top, #00acd4, #0a95b6);
  background-image: -moz-linear-gradient(top, #00acd4, #0a95b6);
  background-image: -o-linear-gradient(top, #00acd4, #0a95b6);
  background-image: -ms-linear-gradient(top, #00acd4, #0a95b6);
  background-image: linear-gradient(top, #00acd4, #0a95b6);
}
#latest-news .title h3 {
  padding: 7px 0;
  margin: 0 0 0 10px;
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #ffffff;
  font-size: 21px;
  font-weight: bold;
}
#latest-news .title h3 .logo {
  background-image: url('../img/latest-news-logo.png');
  float: right;
  width: 59px;
  height: 40px;
  margin: -8px 0 0 0;
}
#latest-news .subheader {
  width: 100%;
  height: 7px;
  background-image: url('../img/home-categories-border.png');
  background-repeat: repeat-x;
  border-top: 1px solid #E0E0E0;
  margin: 1px 0 10px 0;
}
#latest-news .footer {
  width: 100%;
  background: #f3f3f3;
  height: 30px;
}
#latest-news .footer a {
  color: #333333;
  display: inline-block;
  float: right;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  margin: 9px 10px 9px 0;
}
#latest-news .articles ul {
  margin: 0;
  padding: 0;
}
#latest-news .articles ul li {
  list-style: none;
  border-bottom: 1px dashed #b5b5b5;
  padding: 10px 0;
}
#latest-news .articles ul li h4 {
  margin: 0;
}
#latest-news .articles ul li h4 a {
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  font-size: 16px;
  color: #333333;
}
#latest-news .articles ul li h4 a:hover {
  color: #0099cc;
}
#latest-news .articles ul li h4 span {
  margin: 3px 0 0 5px;
}
#latest-news .articles ul li img {
  float: left;
  border: 1px solid #cccccc;
  height: 70px;
  width: 93px;
  margin: 0 10px 30px 0;
}
#latest-news .articles ul li .details {
  display: inline-block;
  margin: 5px 0 15px 0;
  font: normal normal 12px 'Droid Serif', 'Georgia', 'Times New Roman', 'Palatino', 'Hoefler Text', 'Baskerville', serif;
  color: #999999;
  font-size: 11px;
}
#latest-news .articles ul li .excerpt {
  color: #666666;
  font-size: 13px;
  margin: 0 0 5px 0;
}
#latest-news .articles ul li .category a {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0099cc;
  line-height: 5px;
}
#latest-news .articles ul li:first-child {
  padding-top: 0;
}
#cse-search-form {
  float: right;
  margin-top: 10px;
  margin-right: 19px;
}
#cse-search-form .gsc-search-box {
  float: right;
}
#cse-search-form .gsc-search-box input[type="button"] {
  width: 100%;
  border: 1px solid #00B3DF;
  outline: 1px solid #007893;
  background: #00A9D4 none repeat scroll 0% 0%;
  color: #FFF;
  height: 26px;
  margin-top: 0px;
  width: 80px;
  font: 12px "Droid Serif", "Georgia", "Times New Roman", "Palatino", "Hoefler Text", "Baskerville", serif;
  text-transform: lowercase;
}
#cse-search-form .gsc-search-box .gsc-input {
  width: 146px;
}
#cse-search-form .gsc-search-box .gsc-input input {
  width: 140px;
  outline: none !important;
  background: none !important;
  border: 1px solid #CCC;
  box-shadow: inset 0 0 3px 3px #F6F6F6;
  background: #fff;
  height: 26px;
}
#cse-search-form .gsc-search-box .gsc-search-button input {
  height: 28px;
}
#cse-search-form .gsc-branding {
  float: left;
  margin-top: 3px;
}
#cse-search-form .gsc-branding .gsc-branding-text {
  color: #666;
  font: 10px Arial, sans-serif;
}
#cse-search-form .gsc-branding img.gsc-branding-img {
  margin-top: 4px;
}
#header .logo {
  margin: 35px 0px 20px;
}
