@font-face {
    font-family: "CiscoSansTTlight";
    src: url('fonts/CiscoSansTTLight.eot');
    src: url('fonts/CiscoSansTTLight.woff'),
    	 url('fonts/CiscoSansLight.otf'),
         url('fonts/CiscoSansTTLight.ttf');

}
@font-face {
    font-family: "CiscoSansTTExtralight";
    src: url('fonts/CiscoSansTTExtraLight.eot');
    src: url('fonts/CiscoSansTTExtraLight.woff'),
    	 url('fonts/CiscoSansExtraLight.otf'),
         url('fonts/CiscoSansTTExtraLight.ttf');

}

#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 .cookie{
	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_on{
	width: 220px;
	padding: 18px 0px 0px 0px;
	margin-top:10px;
	background-color:#0d98be;
	color:#fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0px solid #005073;
	color:#fff;
	font-family:Arial;
	min-height:300px;
}
#nitroConsole_info {
	padding:10px;
	background-color:#f2fcfe;
	color:#444;
	margin-bottom:10px;
}

#nitroConsole_left {
	float:left;
	margin-right:5px;
	width:56px;
	margin-top:5px;
}
#nitroConsole_right {
	float:left;
	margin-top:5px;

}
#nitroConsole_left img {
	width:56px;
	height:56px;
	border:1px solid #fff;
}

#nitroConsole_log {
	float:left;
	width:56px;
	margin-left:8px;
}


#nitroConsole_right #nitro_consoleRep {
	float:left;
	margin-left:5px;
	text-align:center;
	font-size:11px;
	width:56px;
	padding-top:2px;
}

span.nitro_username {
	float:left;
	margin-right:3px;
	font-size: 11px;
    font-weight: bold;
}
a.logout, a.profileView {
	font-size:11px;
	color:#444;
}
#nitro_console_badges, #nitro_console_mission_badges {
	list-style:none;
	padding-bottom:10px;
}

.console_border {
	margin-bottom:5px;
	border-bottom:1px solid #fff;
	padding-bottom:3px;
	margin-left:5px;
	margin-right:5px;
}
.challenges {
	margin-left:7px;
	line-height:15px;
	font-size: 12px;
    font-weight: bold;
    padding-bottom:5px;

}
.percent {
	text-align:center;
	font-size:11px;

}
.nitro_console_badge_bio {
	list-style:none;
}
ul#sidebar li #nitro_console_badges li, ul#sidebar li #nitro_console_mission_badges li {
	display: inline-block;
	margin-left:6px;
	max-width:52px;
}
#nitro_console_badges li img, #nitro_console_mission_badges li img {
	width:47px;
	height:47px;
}
ul #nitro_console_mission_badges li img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
}
.nitro_console_badge, nitro_console_badge_bio{
	float:left;
	margin-left:17px;
	margin-bottom:10px;
}
.console_data {
	float:left;
	}
#console_rep {
	float:left;
	margin-left:5px;
}
.tooltip, .tooltip_bio {
	display:none;
	width:210px;
	height:120px;
	padding:10px;
	color:#4d4c4c;
	font-size:11px;
  background:#f2f2f2;
  box-shadow:0 5px 5px 0 rgba(0,0,0,0.2);
	z-index:100;
}
.tooltip .tool_title, .tooltip_bio .tool_title_bio {
	color:#005073;
	font-size:12px;
	font-weight:bold;
}
 p.tooltipp, #post p.tooltipp, ol.commentlist li p.tooltipp, p.tooltipp_bio, #post p.tooltipp_bio, ol.commentlist li p.tooltipp_bio{
 	margin:0px;
 	padding:0px;
	line-height:12px;
	margin-bottom:0px;
	font-size:11px !important;
	color: #4d4c4c;
	}

.tooltip a, .tooltip_bio a{
	text-decoration:underline;
	color:#fff;
	font-size:11px;
}
.tooltip a:hover, .tooltip_bio a:hover{
text-decoration:none;
}
img.smallbadge {
	width:35px;
	height:35px;
}



#edit_profile {
	margin-top:15px;
}
#edit_profile label {
	float:left;
}
#edit_profile span.perm, #edit_profile input {
	float:left;
	margin-left:10px;
}
.formelement textarea {
	float:left;
	margin-left:10px;
}
#cke_bio {
	float:left;
	margin-left:10px;
	width:500px;
}
.nitro_photo{
	float:left;
	width:77px;
	margin-top:8px;
}
#oldphoto {
	float:left;
	margin-left:10px;
	width:100px;
	margin-top:8px;
}
#oldphoto img{
	width:100px;
	height:100px;
}
.nitro_photo img {
	width:77px;
	height:77px;
}
.nitro_info {
	float:left;
	margin-left:10px;
	margin-top:8px;
}
.nitro_bio {
	margin-top:15px;
}
.nitro_title {
	font-weight:bold;
	font-size: 14px;
}
.nitro_rep {
	float:left;
	margin-right:5px;
	padding-bottom:0px;
	text-align:center;
	font-size:11px;
	color:#a2a2a2;
}
#post ul.nitro_console_badge_bio, ul.bunchballAwards {
	float:left;
	list-style:none;
	margin-left:0px;
	margin-bottom:0px;
  height: 55px;
}
.nitro_console_badge_bio li, .bunchballAwards li, ol.commentlist li ul.bunchballAwards li {
	float:left;
	margin-right:5px;
}
ol.commentlist li ul.bunchballAwards li {
	list-style:none;
	padding:0px;
	margin:0px;
	margin-right:5px;
}
ol.commentlist li ul.bunchballAwards li img{
	width:30px;
	height:30px;
}
#edit_profile input.profile_submit {
	background: #cccccc;
	color: #333333;
	border: 1px solid #999999;
	border-radius: 10px;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	display: inline-block;
	padding: 0 10px 0 10px;
	cursor: pointer;
	margin-bottom:10px;
	margin-left:0px;
}
#edit_profile .cancel {
	background: #cccccc;
	color: #333333;
	border: 1px solid #999999;
	border-radius: 10px;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	display: inline-block;
	padding: 1px 10px 1px 10px;
	cursor: pointer;
	margin-bottom:10px;
	margin-left:20px;
	text-decoration:none;
}
#nitro_consoleRep, #nitro_consolename {
	float:left;
}
#nitro_consoleRep {
	margin-left:5px;
}
.nitro_rep img {
	width:35px;
	height:35px;
}
.nitro_console_badge_bio img, .bunchballAwards img {

	width:30px;
	height:30px;
}
.nitro_points {
	    font-family: "CiscoSansTTLight";
    font-size: .625rem;
    text-align:center;
}
#authorInfo a {
	font-size:12px
}
.widefat2 {
	border-collapse: collapse;
}
.widefat2 tr {
    border: 1px solid black;
}
tr.table_header {
	font-weight:bold;
}
a.approved, a.notApproved {
    background: none repeat scroll 0 0 #f7f7f7;
    border-color: #ccc;
    box-shadow: 0 1px 0 #fff inset, 0 1px 0 rgba(0, 0, 0, 0.08);
    color: #555;
    vertical-align: top;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 28px;
    line-height: 26px;
    margin: 0;
    padding: 0 10px 1px;
    text-decoration: none;
    white-space: nowrap;
}

.widefat2 tr.approved {
	border-bottom:1px solid #555;
}
.widefat2 th {
    font-weight: 400;
}
.widefat2 th, .widefat22 td {
    overflow: hidden;
}
.widefat2 th {
    font-size: 13px;
    line-height: 1.3em;
    text-align: left;
}
.widefat2 td, .widefat2 th {
    padding: 8px 10px;
}
.widefat2 * {
    word-wrap: break-word;
}


.widefat2 tr.unapproved {
	vertical-align:top;
	background-color:#e03939;
	color:#fff;
}
.widefat2 tr.approved {
	vertical-align:top;
}
#nitroLoggedOut {

	padding:18px 16px;
	background-color:#0d98be;
	color:#fff;
	font-family: "CiscoSansTTExtralight";
	margin-bottom:15px;

}
#nitroCommentLoggedOut {
	width:628px;
	padding:18px 16px;
	background-color:#0d98be;
	color:#fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0px solid #0d98be;
	font-family: "CiscoSansTTlight";
	margin-bottom:15px;
}
.consoleTitle {
	font-size:19px;
	padding-bottom:18px;
}
#nitroCommentLoggedOut .consoleTitle {
	padding-bottom:0px;
}
#nitroCommentLoggedOut .left{
	margin-top:9px;
	float:left;
	width:450px;
}
#nitroCommentLoggedOut .right {
	float:left;
}
.consoleTextNoLog {
	font-size:14px;
	line-height:16px;
}
.consoleTextNoLog a, .consoleTextNoLog a:visited {
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #fff;
	padding-bottom:1px;
}
a.joinNow , a.joinNow:visited{
	margin-top:10px;
	display:block;
	padding:10px 0px;
	text-align:center;
	width:185px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #fff;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	margin-bottom:10px;
}
#nitroCommentLoggedOut a.joinNow , #nitroCommentLoggedOut a.joinNow:visited{
	margin-top:5px;
	margin-left:34px;
	display:block;
	padding:8px 0px;
	text-align:center;
	width:120px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #fff;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	margin-bottom:10px;
}
.consoleTitleLoggedIn {
	font-size:19px;
	font-family: "CiscoSansTTlight";
	margin-left:16px;
	margin-bottom:18px;
}
#newsfeedWidget, #leaderboardWidget {
	height:282px;
	border:1px solid #00a3d4;
	margin-bottom:15px;
}
.newsfeed_header, .myLeaderboardHeader {
	height:20px;
	color:#fff;
	padding:10px;
	background-color:#0d98be;
	font-family: "CiscoSansTTExtraLight";
	font-size:24px;
}
#newsInnerContent {
	padding-right:10px;
	background-color:#fff;
}
ul#newsfeed, ul#leaderboardMe, ul#leaderboardMeWeek, ul#leaderboardMeDay {
	list-stye:none;
	margin-left: 0px;
	margin-bottom: 0px;

}
ul#newsfeed li, ul#leaderboardMe li, ul#leaderboardMeWeek li, ul#leaderboardMeDay li{
	list-style:none;
	border-bottom:1px solid #cccccc;
	padding:8px 10px;

}

ul#leaderboardMe li.me, ul#leaderboardMeWeek li.me, ul#leaderboardMeDay li.me{
	background:#ccc;
}
ul#leaderboardMe li .rank , ul#leaderboardMeWeek li .rank, ul#leaderboardMeDay li .rank{
	float:left;
	margin-right:10px;
	font-family: "CiscoSansTTlight";
	color:#0d98be;
	font-size:18px;
	padding-top:18px;
	min-width:20px;
}
.newsImage, .leaderboardImage{
	float:left;

	width:56px;
}
.newsImage img, .leaderboardImage img {
	width:56px;
	height:56px;
	border:1px solid #cccccc;
}
.newsInfo, ul#leaderboardMe li .leaderboardInfo, ul#leaderboardMeWeek li .leaderboardInfo, ul#leaderboardMeDay li .leaderboardInfo{
	float:left;
	margin-left:8px;
	font-family: Arial;
	font-size:11px;
	width:120px;
}
.newsInfo a, .newsInfo a:visited {
	font-size:11px;
}
ul#leaderboardMe li .leaderboardInfo, ul#leaderboardMeWeek li .leaderboardInfo, ul#leaderboardMeDay li .leaderboardInfo {
	width:80px;
}
.leaderboardPoints {
	font-size:16px;
}
.newsInfo a, .newsInfo a.visited, .leaderboardInfo a, .leaderboardInfo a:visited, ul#leaderboardMeWeek a, ul#leaderboardMeWeek a:visitied, ul#leaderboardMeDay a, ul#leaderboardMeDay a:visited {
	color:#2970a6;
}
.newsBadgeInfo {
	margin-top:5px;
}

.newsBadge {
	float:left;
	}
.newsBadge img {
	width:20px;
	height:20px;
}
.newsTime {
	float:left;
	margin-left:5px;
	color:#ccc;
	padding-top:3px;
}
.leaderboardContainer {
	background:#fff;
	min-height:600px;
}
.leaderboardHeader {
	height:45px;
	padding-left:20px;
	padding-top:20px;
	background-color:#0d98be;
	color:#fff;
	font-family:"CiscoSansTTExtralight";
	font-size:26px;
	margin-bottom:20px;
}
.leaderboardContent {
	padding:0px;
}
ol.leaderboard {
	list-style:none;
    padding: 0;
}
ol.leaderboard li {
	margin-bottom:20px;
}
ol.leaderboard li .leaderboardFirst, ol.leaderboard li .leaderboardSecond, ol.leaderboard li .leaderboardThird, ol.leaderboard li .leaderboardNormal, ol.leaderboard li .leaderboardImage, ol.leaderboard li .leaderboardInfo {
	float:left;
}
ol.leaderboard li .leaderboardFirst {
	width:35px;
	height:35px;
	font-family:"CiscoSansTTlight";
	font-size:19px;
	background-image:url(images/first.png);
	background-repeat:no-repeat;
	color:#fff;
	padding-top:8px;
	margin-top:10px;
	text-align:center;


}
ol.leaderboard li .leaderboardSecond {
	width:35px;
	height:35px;
	font-family:"CiscoSansTTlight";
	font-size:19px;
	background-image:url(images/second.png);
	background-repeat:no-repeat;
	color:#fff;
	padding-top:8px;
	margin-top:10px;
	text-align:center;


}
ol.leaderboard li .leaderboardThird {
	width:35px;
	height:35px;
	font-family:"CiscoSansTTlight";
	font-size:19px;
	background-image:url(images/third.png);
	background-repeat:no-repeat;
	color:#fff;
	padding-top:8px;
	margin-top:10px;
	text-align:center;


}
ol.leaderboard li .leaderboardNormal {
	width:35px;
	height:35px;
	font-family:"CiscoSansTTlight";
	font-size:19px;
	background-image:url(images/normal.png);
	background-repeat:no-repeat;
	color:#0d98be;
	padding-top:8px;
	margin-top:10px;
	text-align:center;


}
ol.leaderboard li img {
	width:56px;
	height:56px;
	border:2px solid #cccccc;
	margin-left:10px;
}
ol.leaderboard li .leaderboardInfo {
	margin-left:20px;
	font-family:"CiscoSansTTlight";
}
ol.leaderboard li .leaderboardName {
	font-family:"CiscoSansTTlight";
	font-size:16px;
	padding-top:8px;
}
ol.leaderboard li .leaderboardPoints {
	font-family:"CiscoSansTTlight";
	font-size:16px;
	padding-top:5px;
}
.clear{ clear:both;
}
#leaderboardTabs {
	list-style:none;
	background-color:#ededed;
	margin-left:0px

	margin-left:20px;
	margin-right:20px;
}
#leaderboardTabs li a{

	float:left;
	display:block;
	padding-top:10px;
	padding-bottom:10px;

	width:33%;
	text-align:center;
	font-size:16px;
	font-family:"CiscoSansTTlight";
}
#leaderboardTabs li a.active {
	background-color:#0d98be;
	color:#fff;

}
#leaderboardTabs li a:hover {
	text-decoration:none;
}

ul#list {
	list-style:none;
}
ul#list li .icon {
	float:left;
	margin-right:15px;
	width:49px;
}
ul#list li .info {
	float:left;
	width:400px;
}
ul#list li .info .title {
	font-family: "CiscoSansTTRegular";
}
.bio_unapproved {
	color:#FF0000;
	border:2px solid #FF0000;
	padding:10px;
	margin:10px;
}
section#right ul#leaderboardMeTabs {
	padding:5px;
}
section#right ul#leaderboardMeTabs li a {
	text-align:center;
	font-size:12px;
	float:left;
	padding:5px;
}

section#right ul#leaderboardMeTabs li a.active{
	background-color:#0d98be;
	color:#fff;

}
.nitro_points {
	margin-top:5px;
}
