#rewards_console_off{
	padding: 90px 16px 10px;
	margin-top:10px;
	margin-bottom:10px;
	background-image: url(img/console_join.png);
	background-repeat:no-repeat;
	height: 85px;
	color:#fff;
}
#rewards_console_off .button{
	display: block;
	float: left;
	background: url(img/join.png);
	width: 98px;
	height: 34px;
}
#rewards_console_off a.more {
	float: left;
	font-size: 11px;
	text-decoration: underline;
	margin-left: 15px;
	margin-top:7px;
	color:#fff;
}
#rewards_console_off a:hover.more{
	text-decoration:none;
}
#rewards_console_off .login {
	line-height: 17px;
	font-size: 10px;
	margin-top: 18px;
	padding-top: 10px;
}
#rewards_console_off .login .instruction {
	float:left;
}
#rewards_console_off .login .log {
	margin-left:10px;
	float:left;
}
#rewards_console_off .login_rewards{
	display: block;
	float: left;
	font-weight:bold;
	margin-left:8px;
	color:#fff;
	}
#rewards_comments_off .login_rewards{
	display: block;
	float: left;
	font-weight:bold;
	margin-left:8px;
	color:#fff;
	background-image:url(img/comment_social.png);
	height:20px;
	width:90px;
	}
#rewards_console_off #sslogin , #rewards_comments_off #sslogin{
	list-style:none;
	margin-left:10px;
	float:left;
	}
#rewards_console_off #sslogin li, #rewards_comments_off #sslogin li {
	float:left;
	margin-left:5px;
}
#rewards_console_off #sslogin li#facebook a, #rewards_comments_off #sslogin li#facebook a{
	display:block;
	background-image: url(img/rc_off_fb.png);
	width:20px;
	height:20px;
}
#rewards_console_off #sslogin li#twitter a, #rewards_comments_off #sslogin li#twitter a{
	display:block;
	background-image: url(img/rc_off_tw.png);
	width:20px;
	height:20px;
}
#rewards_console_off #sslogin li#linkedin a, #rewards_comments_off, #sslogin li#linkedin a{
	display:block;
	background-image: url(img/rc_off_li.png);
	width:20px;
	height:20px;
}



/* This is for the modal windows */
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(img/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(img/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(img/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(img/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(img/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(img/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(img/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(img/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(img/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(img/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(img/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(img/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(img/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(img/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(img/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(img/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(img/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(img/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(img/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(img/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(img/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(img/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

/* modal stuff */
#register_modal_wrapper {
margin: 0 auto;
padding:15px;
width:556px;
}
#register_modal_wrapper .modal_header {
	display:block;
  	height:40px;
	padding-left:256px;
 	padding-top:20px;
 	background-image: url(img/modal_header.jpg);
 	color:#fff;
 	font-weight:bold;
 	font-size:12px;
 	margin-bottom:15px;
 }
#register_modal_wrapper #sso_modal_img_list{
	list-style:none;
	margin-left:150px;
}
#register_modal_wrapper #sso_modal_img_list li {
	float:left;
	margin-bottom:10px;
}
#register_modal_wrapper #sso_modal_img_list li.facebook a{
	display:block;
	width:56px;
	height:55px;
	background-image: url(img/modal_fb.png);
}
#register_modal_wrapper #sso_modal_img_list li.twitter a{
	display:block;
	width:56px;
	height:55px;
	background-image: url(img/modal_tw.png);
	margin-left:134px;
}
#register_modal_wrapper #sso_modal_img_list li.linkedin a{
	display:block;
	width:56px;
	height:55px;
	background-image: url(img/modal_li.png);
	margin-left:134px;
}
#register_modal_wrapper #sso_modal_text_list {
	list-style:none;
	margin-left:85px;
	margin-bottom:10px;
}
#register_modal_wrapper #sso_modal_text_list li{
	float:left;
	width:185px;
	text-align:center;
}
#register_modal_wrapper .social {
	padding-bottom:15px;
	border-bottom: solid 1px #D2D2D2;
	margin-bottom:15px;
}
#register_modal_wrapper .connected {
	float:left;
	font-weight:bold;
	width:258px;
}
#register_modal_wrapper .profileimage {
	float: left;
	margin-right: 10px;
	width: 50px;
	height: 50px;
}
#register_modal_wrapper .profilename {
	font-weight: bold;
	font-size: 11px;
	line-height: 50px;
}
#register_modal_wrapper p{
margin-bottom:10px;
}
#register_modal_wrapper p.lines{
	padding-bottom:15px;
	border-bottom: solid 1px #D2D2D2;
	margin-bottom:15px;
}
#register_modal_wrapper form{
}
#register_modal_wrapper form ol {
	margin-left:15px;
	float:left;
	width:260px;
}
#register_modal_wrapper form ol li{
	font-weight:bold;
	margin-bottom:10px;
	font-size:11px;
	line-height:16px;
}
#register_modal_wrapper form ol li.email {
	margin-bottom:50px;
}
#register_modal_wrapper form ol li input{
	padding: 6px 4px;
	border: solid 1px #D2D2D2;
	width: 230px;
	font-weight:normal;
	margin-bottom:24px;
}
#register_modal_wrapper #descrip{
	float:left;
	width:280px;
}
#register_modal_wrapper #descrip span.des{
	display:block;
	width:260px;
	height:50px;
	background-image: url(img/register_modal_info_bg.png);
	padding-left:18px;
	font-size:11px;
	padding-top:10px;
	line-height:14px;
}
#register_modal_wrapper #descrip span.desemail{
	display:block;
	width:260px;
	height:90px;
	background-image: url(img/register_modal_info_bg_email.png);
	padding-left:18px;
	font-size:11px;
	padding-top:10px;
	line-height:14px;
}

#register_modal_wrapper span.terms{
	font-size:11px;
}
#register_modal_wrapper form .submit {
	margin-top:20px;
	width:311px;
	height:39px;
}
#register_modal_wrapper h3{
	font-weight:normal;
	font-size:14px;
	line-height:18px;
	color:#0A63A7;
	margin-bottom:10px;
}
#register_modal_wrapper form .private {
margin-bottom:10px;
}
#register_modal_wrapper form .private_text{
	font-weight:bold;
	font-size:12px;
}
#rewards_console_on{
	width:220px;
	padding: 20px 0px 0px 0px;
	margin-top:10px;
	background-image: url(img/console_background.png);
	background-repeat:no-repeat;
	color:#fff;
	font-family:Arial;
}
#rewards_console_on #extended{
}

#rewards_console_on a{
	color:#fff;
		font-size:11px
}
#rewards_console_on a.right_links{
float:right;
}
#rewards_console_on a:hover{
	text-decoration:none;
}

#rewards_console_on a.open_console{
	display:block;
	width:19px;
	height:17px;
	background-image: url(img/arrow_up.png);
	margin-left:185px;
}
#rewards_console_on a.active_console{
	display:block;
	width:19px;
	height:17px;
	background-image: url(img/arrow_down.png);
	margin-left:185px;
}
#rewards_console_on #user_info{
	width:200px;
	margin-top:10px;
padding:10px;
background:#5299cd;
}
#rewards_console_on #user_info #account_info {
	float:left;;
	width:100px;
	margin-top:5px;
	margin-bottom:20px;
}
#rewards_console_on #user_info ul#connections {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	margin-top:3px;
	margin-bottom:14px;
}
#rewards_console_on #user_info ul#connections li{
	font-size:11px;
	color:#fff;
	float:left;
}
#rewards_console_on #user_info ul#connections li.ct{
padding-top:8px;
width:117px;
}
#rewards_console_on #user_info ul#connections li.logout{
padding-top:8px;
width:40px;
padding-left:20px;
}
#rewards_console_on #user_info ul#connections li.fb{
	display:block;
	width:17px;
	height:21px;
	background-image: url(img/fb_connect_on.png);
}
#rewards_console_on #user_info ul#connections li.FacebookConnected{
	display:block;
	width:17px;
	height:21px;
	background-image: url(img/fb_connect_on.png);
	background-repeat:no-repeat;
	float:left;
}
#rewards_console_on #user_info ul#connections li.FacebookNotConnected{
	display:block;
	width:17px;
	height:21px;
	background-image: url(img/fb_connect.png);
}
#rewards_console_on #user_info ul#connections li.TwitterConnected {
	display:block;
	width:17px;
	height:21px;
	background-image: url(img/tw_connect_on.png);
	background-repeat:no-repeat;
	float:left;
}
#rewards_console_on #user_info ul#connections li.TwitterNotConnected {
	display:block;
	width:17px;
	height:21px;
	background-image: url(img/tw_connect.png);
}

#rewards_console_on #user_info ul#connections li.LinkedInConnected{
	display:block;
	width:17px;
	height:21px;
	float:left;
	margin-right:5px;
	background-image: url(img/li_connect_on.png);
}
#rewards_console_on #user_info ul#connections li.LinkedInNotConnected{
	display:block;
	width:17px;
	height:21px;
	float:left;
	margin-right:5px;
	background-image: url(img/li_connect.png);
}

#rewards_console_on .avatar{
	width:50px;
	height:50px;
	float:left;
	border: 1px solid #fff;
}
#rewards_console_on .badge {
float:left;
margin-left:10px;
}
#rewards_console_on .text{
float:left;
margin-left:10px;
font-size:11px;
width 200px;
}
#rewards_console_on .textbadge{
float:left;
margin-left:10px;
font-size:11px;
width: 140px;
}
#rewards_console_on #user_info #user_personal{
	float:left;
	margin-left:10px;
	font-size:11px;
	font-weight:bold;
}
#rewards_console_on #user_info .followers{
	font-size:11px;
	font-weight:normal;
	font-style:italic;
}
#rewards_console_on #user_info #reputation{
	width:38px;
	height:40px;
	float:left;
	margin-left:20px;
}
#rewards_console_on #user_badges, #rewards_console_on #user_activity{
margin:20px 10px 0px ;
border-bottom:1px solid #fff;

}
#rewards_console_on #user_badges h4{
margin:0;
padding:0;
font-size:12px;
float:left;
width:114px;
}
#rewards_console_on #user_activity h4{
margin:0;
padding:0;
font-size:12px;
float:left;
width:180px;
}
#rewards_console_on #user_badges ul#badges, #rewards_console_on #user_activity ul#activities {
width:183px;
list-style:none;
margin:0;
padding:0;
margin-top:10px;
}
#rewards_console_on #user_activity #listactivity{
margin-top:15px;
margin-bottom:0px;
}
#rewards_console_on #user_activity #listactivity li{
margin-top:15px;
}
.act_image{
	float:left;
	width:49px;
	height:49px;
}
.act_text {
	float:left;
	width:130px;
	margin-left:10px;
	font-size:12px;
	font-weight:bold;
	}
#rewards_console_on #user_badges ul#badges li{
display:block;
	float:left;
	width:49px;
	height:49px;
	margin-left:10px;
	margin-bottom:5px;
}
#rewards_console_on #user_activity #activities {
margin-top:15px;
	margin-bottom:20px;
	font-size:12px;
	font-weight:bold;
}
#rewards_console_on #bottom{
height:8px;
width:303px;
margin-top:20px;
background-image: url(img/bottom.png);
}
#rewards_comments_off{
height:94px;
width:659px;
margin-top:20px;
margin-bottom:20px;
background-image: url(img/comments_logged_out_bg.png);
color:#fff;
font-size:12px;
}
.rewards_comments_text {
	float:left;
	margin-left: 150px;
	padding: 15px 0;
	width: 350px;
}
.rewards_comments_text a{
	color:#fff;
	text-decoration:underline;

}
.rewards_comments_text a:hover{
	text-decoration:none;
}
.rewards_comments_actions {
	float:left;
	margin-left:0px;
	width:150px;
	padding: 20px 0;
}
#rewards_comments_off .button{
	display: block;
	background: url(img/sign-in_button.png);
	width: 99px;
	height: 29px;
	margin-top:10px;
}
#rewards_comments_off .instruction {
	float:left;
}

#comments_console_on{
height:73px;
width:599px;
margin-top:20px;
margin-bottom:20px;
font-size:12px;
}
#comments_console_on .avatar {
	width:50px;
	height:50px;
	float:left;
	border: 1px solid #6eb5ba;
}
#comments_console_on .name {
float:left;
padding-top:30px;
margin-left:10px;
}
.rewards_post_time{
	font-size:11px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:15px;
}
.rewards_author_post_info .author_image {
	float:left;
	width:56px;
	height:56px;
	margin-bottom:5px;
}
.rewards_author_post_info .author_post {
float:left;
padding:10px;
font-size:11px;
font-weight:bold;
}
.reputation {
	float:left;
	width:39px;
	height:41px;
	margin-left:15px;
}
.rewards_author_post_info {
padding-bottom:5px;
border-bottom:1px solid #ddd;
margin-bottom:8px;
}
.rewards_author_post_info ul.author_badges, #post ul.author_badges {
	float:left;
	margin-left:15px;
	padding-left:10px;
	border-left:solid 1px #d7d7d7;
	height:50px;
	width:270px;
	margin-bottom:5px;
}
.rewards_author_post_info ul.author_badges li {
display: block;
float: left;
width: 35px;
height: 35px;
margin:0;
margin-right:10px;
}
.rewards_author_post_info ul.author_badges li img { width:35px; height:35px; }

.reputationlist dt, .faqs dt {
 font-weight:bold;
 margin-bottom:5px;
 }
  .reputationlist dd, .faqs dd {
 margin-bottom:20px;
 }
 #reputations {
 text-align:center;
 list-style:none;
 }
 #reputations li{
  float:left;
  display:block;
  width:39px;
  height:55px;
  margin-right:40px;
  }
#reputations li.reputation-0, .reputation-0{
  	background-image:url(img/reputation0.png);
  	background-repeat:no-repeat;
  }
  .reputation-12{
  	background-image:url(img/reputation12.png);
  	background-repeat:no-repeat;
}
#reputations li.reputation-25, .reputation-25{
  	background-image:url(img/reputation25.png);
  	background-repeat:no-repeat;
}
.reputation-33{
  	background-image:url(img/reputation33.png);
  	background-repeat:no-repeat;
}
#reputations li.reputation-50, .reputation-50{
  	background-image:url(img/reputation50.png);
  	background-repeat:no-repeat;
}
.reputation-66{
  	background-image:url(img/reputation66.png);
  	background-repeat:no-repeat;
}
  #reputations li.reputation-75, .reputation-75{
  	background-image:url(img/reputation75.png);
  	background-repeat:no-repeat;
  }
  .reputation-88{
  	background-image:url(img/reputation88.png);
  	background-repeat:no-repeat;
}
  #reputations li.reputation-100, .reputation-100 {
  	background-image:url(img/reputation100.png);
  	background-repeat:no-repeat;
  }
.tooltip {
	display:none;
	width:210px;
	height:138px;
	padding:15px;
	background-image:url(img/black_arrow.png);
	background-repeat:no-repeat;
	color:#fff
	font-size:11px;
}
.tooltip .tool_title {
	margin-top:10px;
	color:#fff000;
	font-size:11px;
	font-weight:bold;
}
 p.tooltipp, #post p.tooltipp, ol.commentlist li p.tooltipp{
 	margin:0px;
 	padding:0px;
	line-height:12px;
	margin-bottom:0px;
	font-size:11px;
	color:#fff;
	}
	
.tooltip a{
	text-decoration:underline;
	color:#fff;
	font-size:11px;
}
.tooltip a:hover{
text-decoration:none;
}
.profile_edit {
	margin-bottom:15px;
}
#profile_bio {
	margin-bottom:15px;
	}
.hidden {
display:none;
}
.loader_sr {
margin:0 auto;
background-image:url(img/130.gif);
width:128px;
height:128px;
margin-top:40px;
}