
    
body {
    padding: 0;
    background: #EBEBEB url(/images/body.gif) 50% 50% repeat-y !important;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    height:100%;
}
html {
	height:100%;
}



/* livesearch */

/* LiveSearch styles */

.LSRes {
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    visibility: visible;
    color: Black;
    background-color: White;
    vertical-align: middle;
    display:block;
    list-style-image: none;
    list-style-type: none;
    text-align: left;
    min-width: 16.5em;
    text-transform: none;
    margin-left: 0;
    line-height: 1.1em;
}

#LSHighlight {
    background-color: #b8c0d4;
    border: 1px solid #999999;
    color: Black;
}

.LSRow {
    border: 1px solid White;
    white-space: normal;
    padding:0;
    margin: 0;
    list-style-image: none;
    list-style-type: none;
    font-size: 1.2em;
    line-height: 20px;
	width:250px;
}

.LSRow a {
  text-decoration: none;
  font-weight:bold;
  white-space:normal;
}

.LSRow a:hover {
  text-decoration: underline;
}

.LSDescr {
    color: #76797c;
    text-transform: lowercase;
    padding-left:2.1em;
    margin-top:-0.1em;
}

.LSResult {
    position: absolute;
    display: block;
    padding-top: 5px;
    margin: 0;
    left: 3px;
    z-index: 3;
	text-align:left;
	margin-top:2px;
}

.LSShadow {
    
    text-align:left;
}

.livesearchContainer {
	border-top: none;
	border-right: 1px solid #CDCDCD;
	border-bottom:  1px solid #CCCCCC;
	border-left: 1px solid #797979;
    background-color: White;
    margin-top: 0;
    padding: 0 !important;
    position: absolute;
    left: 0px;
    /* Currently exposes a rendering bug in Mozilla */
    top: 0;
    white-space: normal;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    visibility: visible;
    text-align: left;
    color: Black;
    text-transform: none;
}


/* Workaround for Internet Explorer's broken z-index implementation */
.LSIEFix {
    background-color: White;
    padding: 0.5em !important;
    z-index: 20;
}

.LSBox {
    clear: left;
    float: left;
    padding-right: 1px;
    display:block;
}

#LSNothingFound {
    text-align: center;
    padding: 2px;
}

/* LiveSearch dropdown */

#livesearchLegend {
  display: none;
}

#LSResult {
  padding: 0;
  left: 242px;
}

.LSTable {
  border-top: 1px solid #aaaaaa;
  padding: 6px 0px 0px 0px;
  margin-top: 1.5em;
  line-height: 1.5em;
}

.livesearchContainer {
  width: 270px;
}

/* end livesearch */


div#container {
    width: 978px;
    margin: 0 auto;
    background: #FFF;
    padding: 0;
    height:100%;
	
}

div#wrapper{
    float:left;
    width:100%;
    margin-bottom:20px;
}

div#content{
    width: 610px;
    float: left;
}

div#content-sub{
/*    display: inline;  fixes the DOUBLED margin IE6 bug on a floated div */
    float: left;
    margin: 0px 20px;
    width: 325px;
    padding: 0;
    position: relative;
    background: #E5EDF3 url(/images/side-top.gif) top left no-repeat;
}

#content-sub h1, #content-sub h2, #content-sub h3, #content-sub ul, #content-sub small {
    padding: 0;
}

#content-sub #viewlet-talking-about ul{
	width:280px;
}	

#content-sub-content { 
    margin: 12px;
}

#content-sub-bottom {
	height: 18px;
	width:325px;
	background: #E5EDF3 url(/images/side-bottom.gif) bottom left no-repeat;
}

.hr {
    display: block;
    border-bottom: 1px solid #b4c8d7;
    width: 100%;
}

#rate-this-page {
margin-left:18px;
margin-top:10px;
padding-bottom:40px;
}

.rate-this-page{
	position: relative;
	clear:left;
	float:left;
	padding-left:4px;
	padding-top:0px;	
	width:250px;
}

.rate-this-page h3{
	margin-top:3px;
	float:left;
}
.rate-this-page-stars{
    padding-top:1px;
	padding-left:6px;
}
.rate-this-page-stars #rate-this-page-roll{
    margin-left:-3px;
    font-size: 1.0em;
    color: #666;
    clear:left;
    text-align: right;
}
div#rate-this-page-border{
	background: #FFF url(/images/rate-page-stars-border.gif) top left no-repeat;
	float:left;
	margin-left:18px;
	padding-top:5px;
	padding-left:0px;
	margin-bottom:0px;
	margin-top:-2px;
	width:126px;
	height:26px;
}
#related-topics-pages {
margin-left:18px;
margin-top:10px;
padding-bottom:40px;
}

.related-topics-pages {
	float:right;
	padding-left:4px;
	padding-top:0px;	
	width:300px;
}

.related-topics-pages h3{
    color:#7F6684;
    border-bottom: 1px solid #B4C8D7;
    font-size:1.3em;
    font-weight:bold;
    line-height:1.4em;
    margin:0pt 0pt -14px;
    padding: 0 6px 6px 0;
    margin-top:3px;
}
.related-topics-list{
	padding-top:8px;
	margin-top: 10px;
	line-height: 1.5em;
}
.related-topics-list a{
	font-size: 1.2em;
    }
#footer {
/*	 position: relative;*/
	 margin: -37px auto 0 auto;
	 border-bottom: 1px solid #b2c7d8;
	 background: #e2ebf2;
	 padding: 0 !important;
	 height: 61px !important;
	 width: 978px;
	 clear: both;
}

#crm-form {
  position: relative;
  height: 20px;
  padding: 5px 15px 0;
}

#crm-form label {
  position: relative;
  font-family: 'Droid Sans', sans-serif;
  font-size: 11pt;
}

#crm-form input {
  position: relative;
  padding: 2px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 11pt;
}

#crm-form input[type=text] {
  width: 460px;
  margin: 0 6px;
  border: 1px solid #a0a0a0;
}

#extra {
    clear:left;
}

#nonfooter {
    position: relative;
    min-height: 100%;
    padding-bottom:20px;
}
* html #nonfooter {
height: 100%;
}

#header {
    background:  url(/images/header.gif) top left repeat-x;
    position: relative;
    height: 175px;
    margin-bottom: 0px;
}
#header .logo {
    margin: 23px 0 0 18px;
    padding: 0;
    width: 670px;
    height: 85px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: hand;
}

ul#site-navigation {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/images/site-navigation.gif) top right no-repeat;
    width: 172px;
    height: 26px;
}
ul#site-navigation li {
    float: left;

}
ul#site-navigation li a {
    color: #FFF;
    font-weight: bold;
    text-decoration: none !important;
}

#header h2 {
    position: absolute;
    top: 25px;
    left: 355px;
    margin: 0;
    padding: 0;
	font-weight:normal;
    font-size: 1.7em;
	line-height: 1.1em;
    color: #666;
    }

#join-us  {
    height: 24px;
    background: #FFF;
    position: absolute;
    top: 45px;
    right: 15px;
    text-decoration: none;
}

#join-us p {
    margin: 0;
    line-height: 24px;
}

#welcome p {
    padding: 0 0 0 10px;
    background: url(/images/welcome.gif) 0 50% no-repeat;
    float: left;
    color: #FFF;
}

#welcome span {
    background: url(/images/welcome.gif) 100% 50% no-repeat;
    display: block;
    padding: 0 15px 0 0;
}
#welcome{
	float:left;
}

#username p {
    float: left;
    padding: 0;
    background: url(/images/username.gif) 100% 50% no-repeat;
}
#username span a {
    height: 24px;
    display: block;
    float: left;
}

#username span {
    display: block;
    padding: 0 10px 0 0;
}

#username img {
    position: relative;
    top: 2px;
    left: 4px;
}

#username {
    float: left;    
}

div#navigation-bar {
    background: #FFF /*url(/images/navigation-bar-back.jpg) top left repeat-x*/;
    position: absolute;
    top: 79px;
    left: 0;
    width: 100%;
    height: 44px;
    font-size: .8em;
    line-height: 0;
}

#navigation-bar a:link {
    color: #294783;
}
#navigation-bar a:visited {
    color: #294783;
}
#navigation-bar a:hover {
    color: #294783;
}
#navigation-bar a:active {
    color: #294783;
}
#navigation-bar a:focus {
    color: #294783;
}

#navigation-bar ul#navigation {
    margin: 0;
    padding: 0;    
}

#navigation-bar ul#navigation li {
    float: left;
    display: block;
    line-height: 36px;
    height: 36px;
    font-size: 1.6em;
    margin: 0;
    background: url(/images/nav-li.gif) 100% 2px no-repeat;
    padding-right:21px;
    margin-right:20px;
    text-transform: lowercase;
}
#navigation-bar ul#navigation li.first {
	margin-left:20px;
}
#navigation-bar ul#navigation li.last {
	width: 450px;
	position: absolute;
	top: 0;
	right: 0;
}

#navigation-bar ul#navigation li.last a {
    border: none;
    background: none;
	width: 100%;
}

#navigation-bar ul#navigation li.last{
    background: none;
}
/**************** top nav on ****************/
#navigation-bar ul#navigation li.on {
    float: left;
    display: block;
    line-height: 36px;
    height: 36px;
    font-size: 1.6em;
	background:none;
	color:#73577A;
}
/**************** content ****************/

#navigation-bar ul#navigation li a {
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    display: block;
    float: left;

}

ul#navigation {
    width: 100%;
    position: relative;
}

#search {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 36px;
}

#search .input-text {
    border: 1px solid #999;
    border-top-color: #797979;
    border-left-color: #797979;
    border-bottom-color: #cdcdcd;
    border-right-color: #cdcdcd;
    font-size: .8em;
    width: 270px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    top: 8px;
    right: 30px;
    color: #666;
    padding-top:4px;
    padding-left:3px;
}

#search .input-image {
    position: absolute;
    right: 0px;
    top: 7px;
    border: none;	
}

.page-content {
/*    background: url(/images/page-top.gif) 0 0 repeat-x;*/
}

div.page-content div.page-content {
    background: none;
}


#advertisement {
    clear: both;
}
#advertisement small {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0px;
	text-transform: uppercase;
	color: #666;
	float:left;
}
#advertisement small a {
    margin-left: 98px;
}
#advertisement img {
    margin: 0 0 0 0;
}

#login-link { 
    width: 68px;
    left: 5px;
}

#about-link {
    width: 68px;
    left: 88px;     
}
#contact-link {
	left:88px;
	width:68px;        
}

#login-link, #about-link, #contact-link {
    display: block;
    text-align: center;
    position: absolute;
    top: 0px;
    height: 22px;    
    line-height: 22px;
}

#content-header {
    width: 98%;
    padding: .5em;
    background: transparent;
}


#content-header h1 {
    margin: 0;
    padding-left: 18px;
	margin-right: -.25em;
    position: relative;
    clear: both;
    color: #666;   
    background: transparent;
	display: inline;
}
#content-header p{
	display: inline;
	font-size: 1.5em;
    margin: 0 0 0 -.5em;
    position: relative;
    color: #666;   
    background: transparent;
}

/* topic page pagination */

#content-header ul { 
    float: right;
}

#content-header ul li {
    float: left;
    text-align: center;
    height: 16px;
    margin: 0 .25em;
}

#content-header ul li a:link, #content-header ul li a:visited, #content-header ul li a:active, #content-header ul li a:focus {
    color: #4f6a97;
    padding: 0 5px;
    height: 16px;
    display: block;
    float: left;
    border: 1px solid #b4c8d7;
    
}

#content-header ul li a:hover {
    height: 16px;
    padding: 0 5px;
    background: #4f6a97;
    border: 1px solid #b4c8d7;
    color: #FFF;
    text-decoration: none;
}

#content-header ul li.active {
    border: none !important;
    font-weight: bold;
    height: 18px;
    padding: 0 5px;
    color: #666;
}

#content-header ul li.active a {
    height: 18px;
}

#content-header ul li.previous a {
    padding:  0 5px 0 20px !important;
    background: url(/images/previous.gif) 5% 50% no-repeat !important;
    border: none !important;
    height: 18px;
    color: #274982 !important;
}

#content-header ul li.next a {
    padding:  0 20px 0 5px !important;
    background: url(/images/next.gif) 95% 50% no-repeat !important;
    border: none !important;
    height: 18px;
    color: #274982 !important;
}

/* player */

#player {
    background: #e3ebf2 url(/images/player.gif) top left repeat-x;
    position: relative;
    overflow: hidden;
    height: 280px;
    padding: 0 0px 0px 1px; 
    width: 588px;
    margin: 0 0 0px 0;
	border-bottom:1px solid #ccc;
    
}



#player-box {
    background: #e3ebf2 url(/images/player.gif) top right no-repeat;
    margin: 0 0 0 18px;
    position: relative;
}
#player-body{
    height: 100%;
    width: 100%;

}

#player h1, #player small, #player p, #player h2, #player h3 {
    margin: 0;
    padding: 0;
}
#player .player-expert .review p{
	padding-top:5px;
	width:260px;
}


#player h1{
	font-size:2.2em;
	line-height:1em;
	margin-top:6px;
	margin-bottom:8px;
	padding-bottom:0px;
	color:#666;
}

#player h2{
	font-size:1.7em;
	padding-bottom:0px;
    margin: 0px;
	color: #666;
}


#player h3 {
	float:left;
	margin-bottom:-8px;
	margin-right: 4px;
}


#player-feature-title {
    background: url(/images/player-header.gif) top right no-repeat;
	width:592px;
}

#player-feature-title h3{

    color: #FFF;
    margin: 0;
    line-height: 27px;
    padding: 0 0 0 0;
	text-indent:9px;
}

#player-title {
    margin: 9px 0 0 0;
}

.player-item {
    background: #E3EBF2 url(/images/player.gif) -5px -9px no-repeat;
    height: 280px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;

}

.player-item-2, .player-item-3 {
    display: none;
}

/* pulled & modified source - player reviews */

#player-body h2 a{
    color:#294783 !important;
    line-height: 1.3em;
}

#player-body p.source {
    margin: 0px 0 9px 0;
    padding: 0;
    color: #666;
}

.arrow {
    width: 10px;
    height: 10px;
    background: url(/images/title-arrow.gif) 0 0 no-repeat;
    position: absolute;
    top: 15px;
    left: -12px;
}

.player-thumbnail {
	position:relative;
    width:181px;
	top:4px;
	left:4px;
    float: left;
    border: 1px solid #d1CCAF;

}

div.player-thumbnail-bg {
	float: left;
	margin: 0px 9px 0 0;
	width:191px;
	height:145px;
    background: url(/images/player-thumb-bg.gif) 0 0 no-repeat;

}

.player-reviews {
    width: 355px;
    float: right;
    margin: 0px 0 0 0;
    position: relative;
}

.player-reviews .player-stars{
	float:left;
	padding-left:5px;
	padding-right:10px;
	margin-top:2px;
	margin-bottom:2px;
}

.player-expert {
}

.player-expert .review h3, .player-member .review h3, .player-rate-this h3, .rate-this-page h3 {
    margin: 0 0 -14px 0;
    padding: 0;
    line-height:1.4em;
    font-weight: bold;
    color: #7f6684;
    font-size: 1.3em;
}

.player-expert .review p {
	clear:left;
    margin: .5em 0 0 0;
    padding: 0;
    line-height: 1.4em;
    color: #666;
	
}

.player-expert .review img, .player-member .review img {
    margin-left:5px; 
	margin-right:5px;
}

.player-expert .review small, .player-member .review small {
    text-align:center;
	line-height:1.4em;
}

.player-member {
    clear: right;
    overflow: hidden;
	margin-top:12px;
}

.player-member .review p {
    padding: 0;
    line-height: 1.4em;
    color: #666;
    margin:0.5em 0pt 0pt;
    width: 350px;
}

.player-member .review h3{
	float:left;
}

.player-expert .expert-picture-block {
	float:right;
	width:85px;
	margin-top:-15px;
	margin-bottom:5px;
}

.player-member .member-picture-block {
	float:left;
	width:78px;
}


.player-expert .review img{
	float:left;
}

.player-member .review img {
    float: left;

}

.player-member .review small {
	clear:left;
    display: block;
    margin: 0;
}

.player-rate-this{
	position: relative;
	clear:left;
	float:left;
	padding-left:4px;
	padding-top:25px;	
	width:200px;
}

.player-rate-this h3{
	float:left;
}
.player-rate-this-stars{
	float:left;
   padding-top:1px;
	padding-left:6px;
}
.player-rate-this div, div#rate-this-page div{ 
	margin-left:4px;
    font-size: 1.2em;
    color: #666;
}

.player-rate-this #player-roll-click{
	margin-left:78px;
	padding-top:8px;
}

/* player controls */

#player-controls {
    clear: both;
    background: #FFF url(/images/player-controls-bg.gif) bottom left no-repeat;

    display: block;
    height: 48px;
    margin: 0px -3px 0 -7px;

    position: relative;

}

li#player-controls-right {
    width: 9px;
    height: 48px;
    position: absolute;
    top: -9px;
    right: 0;
    background: url(/images/player-controls-bg.gif) bottom right no-repeat;
}

#player-controls p {
    float: right;
    position: relative;
    margin: 0;
    padding: 0;
    top: 12px;
    margin-right: 1em;
    color: #999;
}

#player-controls p strong {
    color: #7bb5e3;
    font-weight: bold;
}

.player-position-numbers{
	font-size:1.7em;
	font-weight:bold;
}

#player-controls ul {
    float: right;
    position: relative;
    top: 9px;
    margin: 0;
    padding: 0;
}

#player-controls li {
    float: left;
}



#back-button a { /* ie6 conditional needed for consistency */
	width:61px;
    height: 24px;
    display: block;
    float: left;
	font-size:1.2em; 
	text-indent:-3000px;
     background: url(/images/back-button.gif) top left no-repeat; /* stretch this image to bulletproof */   
}

li#pause-button {
    height: 24px;
    margin: 0 1em;    
}

li#pause-button a { /* ie6 conditional needed for consistency */
   text-indent: -9999px; 
   display: block;
   float: left;
   width: 28px;
   height: 24px;
   background: url(/images/pause-button.gif) top left no-repeat; /* stretch this image to bulletproof */       
}

li#pause-button a.pause { /* ie6 conditional needed for consistency */
   background-position: 0px 0px;
}
li#pause-button a.play { /* ie6 conditional needed for consistency */
   background-position: 0px -24px;
}


#next-button a { /* ie6 conditional needed for consistency */
    margin-right: 4px;
    padding-left: 10px;
    line-height: 1.9;
	text-indent:-3000px;
	width:61px;
    height: 24px;
    display: block;
    float: left;
    background: url(/images/next-button.gif) top left no-repeat; /* stretch this image to bulletproof */
}

/* body tabs */

#body-tabs ul {
    margin-left: 18px;
}

#body-tabs ul li { 
    float: left;
    margin-right: 1em;
}

#tab-container .hr {
    margin-left: 18px;
}

#hr-after-results{
	margin-top:-10px;
	width:590px;
}
#tab-container {
    padding-top: 5px;
}
#tab-container ul {
    margin: 9px 0 0 18px;
    float: left;
    width: 590px;
    background: url(/images/tablist-bottom.gif) bottom left repeat-x;

}

#tab-container ul li {    
    display: block;
    float: left;
    background: url(/images/tab-off.gif) top left no-repeat;
    font-size: 1.2em;
    height:25px;
}

#tab-container ul li.tab-last { 
    float:left;

	width:1px;
	height:25px;
	background: url(/images/tab-last.gif) top left no-repeat;
    
}

#tab-container ul li.active {
    background: url(/images/tab-on.gif) top left no-repeat;
	padding-right: 0;
}

#tab-container ul li a { 
    padding-top:4px;
    background: url(/images/tab-off.gif) right top no-repeat;
	color: #878787;
    display: block;
    float: left;
    margin-left:14px;
    padding-right: 1em;
	height:25px;
	text-transform: lowercase;

}

#tab-container ul li.active a {
    background: url(/images/tab-on.gif) top right no-repeat;
	color: #fff;
	text-decoration:none;
}


#results {
    position: relative;
    clear: both;
    width: 100%;
    color: #666;
    padding: 1em 0 .5em 0;
}
#results .result-set {
	padding: 1em 0;
}

.result {
    margin-bottom: 20px;
    margin-left: 18px;
    position: relative;
	min-height:110px;
	/*Safari display issue*/
	border-bottom:1px solid #fff;
}

.result .result-title {
    padding: 0 0 0 150px;
}

.result .result-title h2 {
    font-size:1.7em;
    display: inline;
    padding: 0;
/*    margin-bottom:2px;*/
    line-height:1.1em;
}

.result .source {
    display: inline;
    padding: 0 0 0px 9px;
	line-height:1.3em;
	margin-bottom:4px;
}

.result p {
    margin: 0 !important;    
    padding: 0 0 0 150px;
}

.result .result-thumb {
    position: relative;
	top:4px;
	left:4px;
    width: 120px;
}

div.result-thumb-bg {
    position: absolute;
    top: 8px;
    left: 0;
	width:130px;
	height:103px;
    background: url(/images/thumbnail-bg.gif) 0 0 no-repeat;

}

.result-class p {
    margin: 0px 0 18px 18px;
    font-weight: bold;
    color: #666;
    background: #e2ebf2;
    text-transform: lowercase;
}


.home-review {
	
	width:650px;
	color:#73577A;

}

.result-stars{
	width:107px;
	height:16px;
	float:left;
	padding-left:5px;
	padding-right:5px;
	margin-top:1px;
}
.result-community-rating, .result-reviews{
	float:left;
}
.result-reviews{
	width:70px;
}
.result-reviews p{
	padding-left:0px;
}


p.review a {
    margin-left: 9px;
}

p.review strong {
    color: #73577a;
}
.review img {
	margin-left:4px;
	margin-top:4px;
}

.rate-it-link {
	background:transparent url(/images/right-arrow.gif) no-repeat scroll 100% 3px;
	padding-left:10px;
	padding-right:18px;
	margin-top:-2px;
}

.result-class {
    position: relative;
	margin-top:-5px;
}

.result-stars{
	float:left;
	width:107px;
	height:16px;
}

.submit-a-link {
    position: absolute;
    right: 0;
    top: 18px;
    font-weight: normal;
    color: #4f6a97 !important;
    padding-left: 12px;
    background: url(/images/plus.gif) 0 50% no-repeat;
    cursor: pointer;
}
/* sidebar */
#page-actions {
	position: absolute;
	top: -27px;
	left: 19px;
	height: 16px;
	width: 100px;
	background: url(/images/print-email.jpg) top left no-repeat;
}
#print-link, #email-link {
    position: absolute;
    height: 16px;
    text-decoration: none !important;
    text-indent: -9999px;
}

#print-link {
    left: 0px;
    width: 45px;
}

#email-link {
    left: 56px;
    width: 46px;
}

/* sidebar blocks */

.block {
    width: 300px;
    background: url(/images/block.gif) bottom left no-repeat;    
    margin: 18px 0 0 0;
    padding: 0 0 18px 0;
}

.block p, .block ul {
    margin-top: 0;
    margin: 0 -9px 0 9px;
    color: #999999;
}

.helping-others {
    display: block;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #fff;
    color: #4F6A97;
    font-size: 1em;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 1px 0px 1px;
    width: 298px;
}

.helping-others p { 
    font-size: 1.3em;
    margin: 0.3em 0;
}
#content-sub .helping-others ul { 
    padding-left: 8px;
    margin: 1em 0 ;
}

#content-sub .block h3 {
    width: 300px;
    background:  #E5EDF3 url(/images/block-header.gif) 0 0 no-repeat;/*#998c9d*/

    color: #FFF;
    margin: 0;
    line-height: 27px;
    padding: 0 0 0 0;
    text-indent: 9px;
}

/* Added 10/23/07 - Tobias */
#content-sub .block .community-member {
    font-size: .8em;
}

#content-sub .hr {
    padding: .5em 0;
    margin-left: 0px;
}
.expert-spot {
    display: block;
    float: right;
    text-align: center;
    width: 75px;
}

.member-spot {
    display: block;
    float: left;
    text-align: center;
    width: 75px;
}

#player-window a.community-member {
    font-size: small;
}

#player-window a.community-member {
    font-size: small;
}

.home-block ul li, .block ul li {
    padding-left: 18px;
    margin: 9px 0;
    background: url(/images/discussion-icon.gif) 0 0 no-repeat;

}

.scroll-pane ol, .scroll-pane ul, .scroll-pane dl {
    margin: 0;
    padding: 0;
}
.scroll-pane li {
    padding: 5px 0 0 12px;
	text-transform: lowercase;
}

#footer dl {
    margin: 0;
    height: 36px;
    line-height: 36px;
}

#footer dl dd {
    float: left;
    font-weight: bold;
	margin-left: 9px;
	margin-right: 9px;
	font-size:1.1em;
}

#footer-one {
    float: left;
}

#footer-one dd {
    padding-right: 9px;
}
#footer-two {

    float: right;
}
#footer-two dd {
    padding-right: 9px;
}

div.more-block {
	clear:left;
	float:left;
}

.more-on-link,.rate-it-link {

	color:#274982;
	font-size:1.3em;
	line-height:1.3em;
}
.more-on-link a,.rate-it-link a {

	color:#274982;

}

.more-on-link-arrow{
	float:left;
	width:13px;
	height:13px;
	margin-top:5px;
	margin-left:3px;
	background: url(/images/right-arrow.gif) 0 0 no-repeat;
}

.player-more-block{
	float:right;
	margin-top:-10px;
	font-size:1.4em;
	line-height:1.4em;
}

div#rate-this-page-stars{
	float:left;
	width:200px;
}

img.user-portrait {
}


span.required {
    color: red;
}

p.required {
	padding: 0;
	font-size:11px;
}

/* commentary */

div#commentary-header {
  clear: both;
  padding-left: 0;
  padding-right: 2em;
  margin-bottom: 10px;
}

div#commentary-header h2 {
font-weight: bold;
color: #666;
font-size:1.4em;
margin-left:3px;
margin-bottom:0px;
}

div.commentary-section {
  
  padding: 6px;
  clear: both;
}

div.commentary-section h3 {
    color: #111;
    font-size: 150%;
    }


div.commentary-section table {
  background: #fff;
  width: 100%;
}

/* rating info */

#player .rating{
	margin-top:1px;
}	

.rating{
cursor:pointer;
display:block;
width:112px;
margin: 0px 5px;
float:left;
clear: none;
}

.player-member .review p {
color:#666666;
line-height:1.4em;
margin:0.5em 0pt 0pt;
padding:0pt;
width:350px;
}

dl.rating-info-listing {
  clear:left;
  background: white;
  padding-top: 20px;
  border-collapse: collapse;
  
}

dl.rating-info-listing img.portrait {
  max-width: 200px;
}

dl.rating-info-listing .ruler {
  clear: left;
  display: block;
  margin: 10px;
  border-bottom: 1px solid #09c;
}

dl.rating-info-listing dd a.standalone {
  margin-left: 10px;
}

dl.rating-info-listing dt {
  float: left;
  width: 180px;
  padding: 10px;
}

dl.rating-info-listing dt {
  text-align: center;
}

dl.rating-info-listing dt.label {
  font-family: Georgia,times,serif;
  font-size: 120%;
}

dl.rating-info-listing.comments dd {
  padding: 10px;
}

dl.rating-info-listing dd {
  padding: 10px;
  margin: 0;
  margin-left: 210px;
}

dl.rating-info-listing dd .rating {
  float: left;
}

dl.rating-info-listing p {
  font-style: italic;
  color: #aaaaaa;
  border: none;
  background: transparent;
  padding: 0;
}

dl.rating-info-listing dt {
	clear:left;
  float:left;
}

dl.rating-info-listing dl.score-card dt {
  text-align: left;
  padding-left: 0;
  padding-top: 0;
  font-size:1.3em;
}

dl.rating-info-listing dl.score-card dd {
/*  color: &dtml-linkColor;;*/
  font-size:1.3em;
  font-weight: bold;
  padding-left: 0;
  padding-top: 0;
}


div.wego-form h3{
	margin-left:3px;
	margin-bottom:-20px;
	padding-bottom:0px;
	font-size:1.3em;
}

div.wego-form form,div.wego-form span a{
	margin-left:13px;
}


div.wego-form legend,div.wego-form .field{
	clear:left;
}


div.wego-form label{
	float:left;
	font-size:1.4em;
	line-height:1.2em;
	height:16px;
	margin-top:10px;
	padding:0 0 0 0;
	color:#666;
	font-weight:normal;
	}
	
div.wego-form .context{
	margin-top:20px;
	margin-bottom:20px;
}

	
div.wego-form input{
	padding-top:3px;
	clear:left;
	width:250px;
	height:17px;
	margin-top:0px;
	
	
	
}
div.wego-form .field{
	width:275px;
	padding-top:20px;
}



div.wego-form .context{
		padding:0;
		width:auto;
		clear:left;
		font-size:1.4em;
		line-height:1.4em;
		height:1.4em;
		padding-right:20px;
		padding-bottom:5px;
		text-align:right;
		border:none;
		background:url(/images/right-arrow.gif) right 3px no-repeat;

}
div.wego-form form#login{
	margin-top:0px;
}

div#forgot-password{
	border:none;
	color: #4F6A97;
	font-size: 10px;
	padding-top: 2px;
}

div.wego-form div.formControls{
	clear:left;
	margin-top:40px;
}	
div.wego-form div.formHelp{
	clear:left;
	font-size:1.1em;
}
div.wego-form form.group div.field{
	padding-top:5px;
}
div.wego-form form.group{
	margin-top:20px;
}
div.wego-form form.group div.formControls, div.wego-form form.group .context, div.wego-form form.group div.field label{
	margin-top:0px;
}

h1.documentFirstHeading
{
	font-size:1.8em;
	font-weight:normal;
	line-height:2em;
	margin:1em 0pt -1em;
	padding:0pt 0.5em;
}

.contenttype-plone-site,.contenttype-wegotopic, .contenttype-wegotopic dd, div#four04 dd,.contenttype-wegocommunity{
	font-size:1.3em;
}
.contenttype-wegotopic{
	margin-top:8px;
}

div#four04{
	margin-left:13px;
}
div.documentByLine{
	clear:left;
	padding-top:35px;
}
div.star-sm{
	padding-top:2px;
}
.star-sm .star {
width: 13px;
height: 12px;

}
.star-sm .star-left,
.star-sm .star-right {
width: 6px
}

.star-sm .star,
.star-sm .star span,
.star-sm .star a {background: url(/images/star-sm.gif) no-repeat 0 0px;}
.star-sm .star-left,
.star-sm .star-left span,
.star-sm .star-left a {background: url(/images/star-left-sm.gif) no-repeat 0 0px;}
.star-sm .star-right,
.star-sm .star-right span,
.star-sm .star-right a {background: url(/images/star-right-sm.gif) no-repeat 0 0px;}
div.star-sm  div.on a,
div.star-sm div.on span {
background-position: 0 -12px;
}
div.star-sm div.hover a,
div.star-sm a:hover {
background-position: 0 -14px;
}

div.expert_review_label{
	clear:left;
	float:left;
	font-size:1.3em;
	font-weight:bold;
	color:#689bc2;
	padding-top:1px;
}
div.expert_content{
	padding-left:3px;
	padding-top:0px;
	float:left;
	font-size:1.1em;
	line-height:1.1em;
	color:#274982;
	width:200px;
}
div.expert_content a{
	color:#274982;
}

#people-box{
	padding-bottom: 5px;
}
div.people_info{
  float: none;
  padding-top:2px;
}
div.people_section{
	margin: 5px;
	clear: left;
	min-height: 70px;
	color:#666;
}
div.people_photo{
	margin: 5px;
	float: left;
}
div.people_head{
  font-size:1.3em;
  font-weight:bold;
  margin: 5px;
}
div.people_label{
  font-size:1.3em;
  font-weight:bold;
  color:#689bc2;
  margin: 5px;
}
div.people_location{
  font-size:1.3em;
  margin: 5px;
}
div.community_review_label{
	clear:left;
	float:left;
	font-size:1.3em;
	font-weight:bold;
	color:#73577a;
	padding-top:1px;
}
div.community_review_content{
	padding-left:3px;
	padding-top:0px;
	float:left;
	font-size:1.1em;
	line-height:1.1em;
	color:#274982;
	width:80px;	
}
div.rate_it_label{
	float:left;
	width:70px;
	margin-top:-3px;
}
div.community_review_content a{
	color:#274982;
}
div.reviews_outer_box{
	padding-left:150px;
	float:left;
}

.result .result-title {
    padding: 0 0 0 0px;
	margin-bottom:0px;
	min-height:29px;
}
.result {
	min-height:140px;
}


.result p {
    margin: 0 !important;    
    padding: 0 0 0 0px;
	line-height:1.3em;
}
.result p.summary{
	margin-top:0px;
}
.more-block{
	margin-top:3px;
	margin-bottom:12px;
}
.result div.review_box{
	clear:left;
	margin-top:15px;
}
div#star-sm .result-stars{
	width:70px;
}
div#star-sm .rating{
	width:70px;
	margin: 0 5px 0 5px;
	padding-right: 20px;
}
div.reviews_outer_box{
	padding-bottom:20px;
}
div.all_topic_topics_link{
	padding-bottom:16px;
}

/*login and registration styles*/
div#login_contentholder {
    float:left;
    min-height:230px;
    padding:10px 10px 25px 50px;
    width:300px;
    margin-top: 30px;
    font-size:0.9em;
}
div#login_contentholder form .field{
    font-size:1.2em;
}
div#login_contentholder span input{
    padding: 2px 0px;
    margin: 2px 0px;
}
div#reg_contentholder {
    background:transparent url(/images/corner_about-us.jpg) no-repeat scroll;
    float:left;
    min-height:100px;
    padding:30px 10px 25px 5px;
    width:300px;
    margin-top: 50px;
    font-size:0.9em;
}

div#login_contentholder p {
    margin: 8px 0px 14px 0px;
	padding-left: 0;
	font-size: 12px;
	line-height: 13px;
}

#reg_rightpan_holder {
    float:left;
    width:284px;
    margin-top: 25px;
    margin-left:35px;
   margin-bottom:25px;
}
#reg_rightpan_holder a {
    color:#274982;
    font-size:1.2em;
    text-decoration:none;
}
#reg_rightpan_holder a:hover {
    color:#88748D;
    text-decoration:none;
}
#reg_rightpan_holder .righton {
    color:#88748D;
    font-size:1.2em;
    text-decoration:none;
}
.reg_rightpan {
    background:transparent url(/images/corner_about-us.jpg) no-repeat scroll 0%;
    color:#FFFFFF;
    float:left;
    font-size:1.7em;
    font-weight: bold;
    height:20px;
    margin-top:25px;
    padding:5px 0pt 0pt 14px;
    width:285px;
}
.regpage_rightpan {
    background:transparent url(/images/corner_about-us.jpg) no-repeat scroll 0%;
    color:#FFFFFF;
    float:left;
    font-size:1.5em;
    font-weight: bold;
    height:20px;
    padding:5px 0pt 0pt 14px;
    width:285px;
}
.reg_rightnavigation {
    border-left: 1px #CCCCCC solid;
    border-right: 1px #CCCCCC solid;
    float:left;
    line-height:24px;
    padding:10px 4px 0px 16px;
    width:277px;
}
.reg_or-spot{
    float: left;
    z-index: 0;
	margin: 125px -40px 0 40px;
    width: 50px;
} 
    .reg_rightnavigation ul{
    color: #737373;
    list-style: disc outside;
    margin: 0px 0px 0px 5px;
    font-size: 0.9em;
    line-height: 1.7em;
	padding-left:2px;
}
.reg_rightnavigation a {
    color:#274982;
    font-size:1.2em;
    text-decoration:none;
}
.reg_rightnavigation a:hover {
    color:#88748D;
    text-decoration:none;
}
.reg_leftnav_footer {
    width:299px;
}
#reg_join {
    color:#7c6384;
    font-size:1.5em;
    font-weight: bold;
}
p.reg_join_subhead {
    color:#313131 !important;
    font-size:1.2em;
    margin:0;
    padding:0;
}
.login_header {
    font-size:22px;
    color:#79ABD1;
    padding-left: 0px;
}
.reg_header {
    font-size:2.0em;
    color:#73577a;
    margin-top: 15px;
}
.btn_register{
padding-left:155px;
padding-top: 30px;
}
div#wego-form label{
    margin-top: 0px !important;
}
div#wego-form .field{
    padding-top: 0px !important;
}
div.field {
	font-size: 11px;
	line-height: 13px;
	color: #737373;
	padding: 0px 25px 5px 0px;
}
.submitButton{
    background:transparent url(/images/submitButton.gif) no-repeat scroll left;
    clear: none !important;
    margin-top: 15px !important;
    border: medium none;
    padding-top: 5px;
    height: 30px !important;
	width: 103px;	
}
.submitButton-small{
    background:transparent url(/images/submitButton-small.gif) no-repeat scroll left;
	float:right;
    margin-top: 2px !important;
    border: medium none;
    padding-top: 0px;
    height: 19px !important;
	width: 75px;
	margin-right:0px;
}
.signmeupButton{
    background:transparent url(/images/sign-me-up-button.gif) no-repeat scroll left;
    clear: none !important;
    margin-top: 15px !important;
    border: medium none;
    padding-top: 5px;
    height: 30px !important;
	width: 125px;	
}
div#viewspace fieldset .field{
    font-weight: normal !important;
    float: left;
    color: #424242;
    padding-right: 10px;
}
div#viewspace .formHeading{
    color:#7c6384;
    font-size:2.0em;
    font-weight:normal;    
}
div#viewspace p{
  color: #666666;
  margin: 0px !important;
}
.field-form_fullname{
    padding: 2px;
    width: 150px;
}
div.form-signup input.textType{
	padding: 0px;
}
div.form-signup input.passwordType{
	height: 17px;
	padding: 3px;
	width:250px;
}
#form_right_column {
  top: 22px;
  float: left;
  position: relative;
  left: 100%;
  margin-left: -475px;
  width: 400px;
}
.grey_text{
  color: #424242;
}
.reg_subhead{
font-size: 1.5em;
color: #79ABD1;
}
.reg_teaser_box{
  color: #666666;
  margin-top: 100px;
  margin-left:35px;
  width: 300px;
  line-height: 18px;
}
.textarea{
  padding-top:2px;
  padding-bottom: 5px;
margin-bottom: 5px;
font-size: 92%;
}
div#viewspace input.context{
  background-image: none;
  background-color: #7c6384;
  color: #FFFFFF;
  font-size: 1.5em !important;
  padding-left:0px;
  margin-left: 0px;
  margin-top: 5px;
}
div.form-lost-password input.context{
  width: 170px !important;
  text-align:center !important;
  float:left !important;
  height: 25px !important;
  padding: 0px !important;
  margin: 0px !important;
}
div.form-lost-password p.required{
  float:left !important;
  padding-top: 0px !important;
}
.field-form_email{
    padding: 2px;
    width: 150px;

}
.field-form_username{
    padding: 2px;
    width: 150px;
}
.field-form_password{
    padding: 2px;
    width: 150px;
	float: right;
}
.field-form_password_confirm{
    padding: 2px;
    width: 150px;

}
.field-form_send_confirmation{
    padding-bottom: 20px;

}
.field-form_terms_of_use{
    padding-top: 2px;
    width: 400px;
	line-height: 13px;
}
.field-form_send_updates{
    padding: 0;
	width: 300px;
}
div#viewspace fieldset{
  border: none;
  margin-bottom: 0pt;
  float:left;
  font-size:11px;
  margin-top:30px;
  min-height:230px;
  padding:10px 10px 25px 50px;
  width:400px;
}
div#viewspace .input{
height: 16px;
}
div#viewspace .error{
  width: 50%;
}

.wrap-p h4{
	margin-top: 6px;
	margin-left: 9px;
}
.wrap-p p{
	margin: 0px 5px 0px 15px;
}
.textholder_left {
	float:left;
	width:203px;
}
.textholder_left_big {
	float:left;
	font-size:1em;
	font-weight:bold;
	margin-top:10px;
	width:203px;
}
.textholder_right {
	float:left;
	margin-top:10px;
	width:220px;
}
div#forgot-password{
  padding: 5px 0px;
  font-size: 11px;
}
div#careers p, div#careers li{
	font-size:1.3em;
	color:#6B6860;
	margin-bottom:4px;
	
}
div#careers ul {
	list-style-type:disc;
	margin-top:0px;
}
div#careers ul li{
	margin-left:37px;
}
div.landing_page_block{clear:both;border:1px solid #e1e1e1;padding:10px;margin:15px 0px 15px 0px;}

/*end login and registration styles*/
/* </dtml-with> */


	.opaque_page{
		position:relative;
		-ms-filter: 'Alpha(Opacity=30)';opacity: 0.30;-moz-opacity: 0.30;filter:alpha(opacity=30);-khtml-opacity: 0.30;				
		zoom:1;
	}

.signin{position:absolute;background-color:#fff;width:400px;height:550px;padding:10px;background-color:#EDEDED;border: 3px solid #2D4A85;}
.signin p{line-height:24px !important;}



.vlog_right a{
color:#274982;
text-decoration:none;
font-weight: normal;
padding:0;
}

.vlog_right a:hover{
color:#88748D;
text-decoration:none;
font-weight: normal;
padding:0;
}


.vlog_right{width:284px; 
float:left;color:#666; padding:8px 10px 4px 10px;line-height:18px;font-size:10px;font-family:"Lucida Grande",helvetica,"microsoft sans serif",arial,sans-serif; margin-bottom:12px;}

.vlog_right ol{list-style-type:decimal;margin-top:0;margin-left:0;padding-left:0;}
.vlog_right ul{list-style-type:square;margin-top:0;margin-left:0;;}
.vlog_right ul li{margin-top:4px;padding-left:14px; list-style-type:none; background-image:url('/images/vlog_bullet.png');background-repeat:no-repeat;background-position:0 4px;}
.vlog_right ol li{margin-top:4px;padding-left:24px;background-repeat:no-repeat;min-height:20px;padding-top:1px; line-height:16px;}

.vlog_right ul li ul li{font-size:12px;margin-top:8px;}
.vlog_right h1{margin:2px 0 2px 0 !important;padding:0;font-size:18px;}

#vlog_how_to_enter{color:#fff;background-image:url('/images/vlog_how_to_enter.png');background-repeat:no-repeat;}
#vlog_spread_the_word{width:297px; height:58px; padding:40px 0 0 8px;font-size:12px;background-image:url('/images/vlog_spread_the_word.png')}
#vlog_other_resources{background-color:#fff;border-top:2px solid #ededed; border-bottom:2px solid #ededed;}
