/* Standard Elements */
body {
	margin: 0px;
	padding: 0px;
 	font-family: arial, sans-serif;
	font-size:   11px;
	background: #4C4C4C url(/images/web_chrome/bg-dark.jpg) repeat;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
a {
	color: #2a61a2;
	text-decoration: none;
}
a:link, a:visited, a:active {
	color: #2a61a2;
}
a:hover {
	color: #1f1f1f;
	text-decoration: underline;
}
h1,h2,h3,h4 {
	color: #FFF;
	background: #515151;
	background-image: linear-gradient(top, #515151 50%, #2A2A2A 54%);
	background-image: -ms-linear-gradient(top, #515151 50%, #2A2A2A 54%);
	background-image: -moz-linear-gradient(top, #515151 50%, #2A2A2A 54%);
	background-image: -webkit-linear-gradient(top, #515151 50%, #2A2A2A 54%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#515151', endColorstr='#2A2A2A'); 
}
h1 {
	margin: 0px 0px 10px;
	padding: 6px 12px;
	height: 25px;
	overflow: hidden;
}
h2 {
	padding: 8px 10px; 
	font-size: 18px; 
	font-weight: bold; 
}
h3 {
	padding: 6px 10px; 
	font-size: 14px; 
	font-weight: bold; 
}
h4 {
	padding: 6px 10px; 
	font-size: 14px; 
	font-weight: normal;
	margin: 8px 0px;
}
h5 {
	font-size: 14px; 
	font-weight: bold; 
	margin: 10px;
}
h1 a:link, h1 a:visited, h1 a:active,
h2 a:link, h2 a:visited, h2 a:active,
h3 a:link, h3 a:visited, h3 a:active,
h4 a:link, h4 a:visited, h4 a:active,
h5 a:link, h5 a:visited, h5 a:active {
	color: #fff;
}

h1.line, h2.line, h3.line, h4.line, h5.line {
	border-radius:0px; 
	-moz-border-radius:0px; 
	-webkit-border-radius:0px;
	color: #333;
	border-bottom: 1px solid #888;
	background: #fff;
	filter: none;
}
h1.line a:link, h1.line a:visited, h1.line a:active,
h2.line a:link, h2.line a:visited, h2.line a:active,
h3.line a:link, h3.line a:visited, h3.line a:active,
h4.line a:link, h4.line a:visited, h4.line a:active,
h5.line a:link, h5.line a:visited, h5.line a:active {
	color: #333;
}

h1.blockhead {
	margin-top: 8px;
	margin-bottom: 4px;
	height: 18px;
	font-size: 15px;
	font-weight: bold;
	border-top-left-radius:6px; 
	-moz-border-radius-topleft:6px; 
	-webkit-border-top-left-radius:6px;
	border-top-right-radius:6px; 
	-moz-border-radius-topright:6px; 
	-webkit-border-top-right-radius:6px;
	background: -moz-linear-gradient(center top , #515151 50%, #2A2A2A 54%) repeat scroll 0 0 transparent;
	color: #FFF;
	padding: 6px 11px;
	cursor: pointer; 
}
h1.blockhead a {
	color: #FFF;
}

img {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
select {
	margin: 0px;
	padding: 0px;
}
input {
	border: 1px solid #5c5c5c;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
textarea {
	border: 1px solid black;
}
.grindadops-tracking {
	display: none;
}


/** Gradient effects **/

.gradient {
	border: 1px solid #777;
	border-color: rgba(0,0,0,0.2);
	border-bottom-color: #333;
	border-bottom-color: rgba(0,0,0,0.4);
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
	-moz-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);
	-webkit-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);
	box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);
	background-image: -moz-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
	background-image: -ms-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
	background-image: -o-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.1)), color-stop(49%, rgba(255,255,255,.05)), color-stop(51%, 	rgba(0,0,0,.05)), to(rgba(0,0,0,.1)));
	background-image: -webkit-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
	background-image: linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
}
.gradient:hover, .gradient:focus {
	background-image: -moz-linear-gradient(rgba(255,255,255,.15) 49%, rgba(0,0,0,.1) 51%, rgba(0,0,0,.15));
	background-image: -ms-linear-gradient(rgba(255,255,255,.15) 49%, rgba(0,0,0,.1) 51%, rgba(0,0,0,.15));
	background-image: -o-linear-gradient(rgba(255,255,255,.15) 49%, rgba(0,0,0,.1) 51%, rgba(0,0,0,.15));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.15)), color-stop(49%, rgba(255,255,255,.15)), color-stop(51%, 	rgba(0,0,0,.1)), to(rgba(0,0,0,.15)));
	background-image: -webkit-linear-gradient(rgba(255,255,255,.15) 49%, rgba(0,0,0,.1) 51%, rgba(0,0,0,.15));
	background-image: linear-gradient(rgba(255,255,255,.15) 49%, rgba(0,0,0,.1) 51%, rgba(0,0,0,.15));
}



/* COUNTDOWN TIMER */
#stream_plug {
	background: #333;
	color: #FFF;
	text-align: center;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width: 100%;
	padding: 4px;
	height: 22px;
}
#stream_plug a {
	color: #FFF;
}
#countdown_headerLiveCD {
	display: inline-block;
	color: #F90;
	font-size: 9px;
}

/* Page layout */

#web_left .title {
	color: #1f1f1f;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.1em;
	border-bottom: 1px solid;
	border-color: #B4B4B4;
	padding: 0px;
	margin: 4px 0px 12px 0px;
	width: 90%;
}
#web_left .spacer {
	margin: 0px;
	padding: 2px 3px 20px 10px;
}
#web_left #oll_container a {
	display: block;
	cursor: pointer;
}

#web_right .right_ad {
	width: 160px;
	height: 600px;
	background: #FFF;
	margin-bottom: 10px;
	border: 4px solid #dcdcdc;
}

/* Right sidebar listings */
#web_right .list_sidebar {
	margin-bottom: 8px;
}
#web_right .list_sidebar .item {
	height: 40px;
	width: 164px;
	margin: 4px 4px 4px 0px;
	overflow: hidden;
}
#web_right .list_sidebar .icon {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 10px;
}
#web_right .list_sidebar .title {
	height: 28px;
	overflow: hidden;
}
#web_right .list_sidebar .date {
	height: 12px;
	font-size: 9px;
	color: #666666;
}
/* News */
#web_right .list_sidebar.news .item {
    border-top: 1px solid #CCCCCC;
    height: 112px;
	padding-top: 4px;
}
#web_right .list_sidebar.news .icon {
    display: none;
    height: 102px;
    margin: 0;
    width: 168px;
}
#web_right .list_sidebar.news .title {
    color: #2A61A2;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: auto;
    overflow: hidden;
    width: 160px;
	line-height: 14px;
	padding: 0px 4px;
}
#web_right .list_sidebar.news .date {
    padding-left: 4px;
	line-height: 14px;
	color: #222;
}
#web_right .list_sidebar.news .summary {
    overflow: hidden;
    padding: 4px;
	color: #666666;
    width: 160px;
	line-height: 14px;
}
#web_right .list_sidebar.news a:hover {
    text-decoration: none;
}
#web_right .list_sidebar.news .item:hover {
    background: none repeat scroll 0 0 #EEEEEE;
}
/* Member OTM */
#web_right .memberotmpoll, 
#web_right .list_sidebar.memberotm {
	display: none;
	overflow: auto;
}
#web_right .list_sidebar.memberotm .item {
	height: auto;
}
#web_right .list_sidebar.memberotm .title {
    height: 14px;
}
#web_right .list_sidebar.memberotm .date {
	height: auto;
	min-height: 30px;
	line-height: 10px;
	overflow: hidden;
}
#web_right .brand {
	text-align: right;
	height: 31px;
}
#web_right .brand img {
	vertical-align: bottom;
}




/* Online list */

#web_content .nstit {
	height: 25px;
	background: #77898D;
	margin: 0px 0px 4px 0px;
	padding: 20px 0px 5px 13px;
	overflow: hidden;
	color: #FFFFFF;
	width: 647px;
	font-size: 19px;
	font-weight: bold;
}
#web_content .nstit .nstittxt {
	height: 25px;
	width: 610px;
	overflow: hidden;
}
#web_content .nstit .shadow {
	color:#fff;
}
#web_content .nstit .titrss {
	float: right;
	margin-top: -8px;
}

#web_content .titleBarSmall {
	border-top-left-radius:6px; 
	-moz-border-radius-topleft:6px; 
	-webkit-border-top-left-radius:6px;
	border-top-right-radius:6px; 
	-moz-border-radius-topright:6px; 
	-webkit-border-top-right-radius:6px;
	background: #515151; 
	color: #FFF;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#515151', endColorstr='#2A2A2A'); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #515151), color-stop(0.54, #2A2A2A)); 
	background: -moz-linear-gradient(top, #515151 50%, #2A2A2A 54%); 
}



/* Shadow effects */
.shadow {
	position:relative; 
	display:block; 
}
.shadow span { 
	position:absolute; 
	display:block; 
	top:0px;  
	filter:DropShadow(Color=#666666, OffX=1, OffY=1);
}
.shadow:before { 
	display:block; 
	padding:1px; 
	content: attr(title); 
	color:#666;  
}

/*  Help */
.pophelplnk {
	color: #333333;
}

.bt-wrapper {
	filter:alpha(opacity=90);
	opacity:0.90;
	-moz-opacity:0.90;
}

/* Member Name Classes */
.a_p, .a_p:hover{	/* a_href plain */
	text-decoration: none;
}
.m_d{ /* Member Default */
	color: #2a61a2;
}
.m_i{ /* Member Industry */
	color: #ff4e02;
}
.m_s{ /* Member Special */
	color: #DD0033;
}
.m_g{ /* Member Girl */
	color: #FF0099;
}
.m_m{ /* Member Mod */
	color: #006600;
}
.m_c{ /* Member Content Creator */
	color: #5a308d;
}
.b_g{ /* Bling Green */
	color: green;
	font-size: 10px;
}
.b_s{ /* Bling Silver */
	color: #aaaadd;
	font-size: 10px;
}
.b_y{ /* Bling Gold */
	color: yellow;
	font-size: 10px;
}
.p_s{ /* Profile Star */
	color: orange;
}


/* New Style Member Classes */
a.profile_link {
	cursor: pointer;
}
span.tag,
span.tag:hover {
	text-decoration: none;
}
span.tag.mc_0 { color: #2a61a2; }
span.tag.mc_1 {	color: #DD0033; }
span.tag.mc_2 {	color: #FF0099; }
span.tag.mc_3 {	color: #006600; }
span.tag.mc_4 {	color: #ff4e02; }
span.tag.mc_5 {	color: #5a308d; }
span.tag.md_1:after {
	color: green;
	content: '&cent;';
}
span.tag.md_2:after {
	color: green;
	content: '$';
}
span.tag.md_3:after {
	color: #aaaadd;
	content: '&cent;';
}
span.tag.md_4:after {
	color: #aaaadd;
	content: '$';
}
span.tag.md_5:after {
	color: yellow;
	content: '&cent;';
}
span.tag.md_6:after {
	color: yellow;
	content: '$';
}
span.tag.md_7:after {
	color: yellow;
	content: '&cent;&cent;';
}
span.tag.md_8:after {
	color: yellow;
	content: '$$';
}
span.tag.md_9:after {
	content: ' ';
	width: 10px;
	height: 10px;
	background: url('/images/investor_bling_trans.png') no-repeat;
	display: inline-block;
	border: 0px;
}
span.tag.md_10:after {
	content: ' ';
	width: 10px;
	height: 10px;
	background: url('/images/profile/bling_trans.png');
	display: inline-block;
	border: 0px;
}


/* Polls Display */

.polls_table {
	margin: 0px;
	border: 1px solid #dfdfdf;
	background: #f5f5f5;
	padding: 0px;
}

.polls_table td {
	padding: 3px;
}
.polls_table table {
	width: 100%;
}

.polls_table input {
	border-width: 0px;
    background: #ff9900;
	border: 1px solid #e98b00;
	color: white;
	padding: 2px;
}

/* General re-usable classes */

.footnote{
	font-size: 10px;
}

.submit_large {
	padding: 4px 12px;
}

/* Login Error page formatting */

.loginNotice {
	margin: 10px; 
	border: 1px solid #ccc; 
	padding: 10px;
	font-size: 12px;
}
.loginNotice form label {
	padding-top: 5px;
	display: block;
	font-weight: bold;
	width: 100px;
	float: left;
	clear: left;
}
.loginNotice form .loginfield {
	margin-left: 110px;
	display: block;
	margin-bottom: 5px;
	width: 134px;
}
.loginNotice form .fblogin,
.loginNotice form .submitbtn {
	clear: left;
	margin-left: 110px;
}
.loginNotice form .submit {
	clear: left;
	margin-left: 110px;
	display: block;
	height: 22px; 
	padding: 0px 4px 2px 4px;
	color: #828282;
	cursor: pointer;
	text-shadow: 1px 1px 1px rgba(99, 99, 99, 0.5);
	background-color: #303030;
}
.loginNotice form .error {
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 0px 5px 5px 5px;
	color: #FF7F00;
}


/* Split Page Results */
.split_page {
}
.split_page .push {
	clear: right;
	height: 1px;
	overflow: hidden;
} 
.split_page .prev {
	float: left; 
	width: 120px;
	color: #777777;
	padding: 2px 0px 2px 2px;
}
.split_page .next {
	padding: 2px 2px 2px 0px;
	float: right; 
	width: 120px; 
	text-align: right;
	color: #777777;
}
.split_page .prev a, .split_page .next a {
	font-weight: bold;
}
.split_page .mid {
	text-align: center;
}
.split_page .mid .comment {
	text-align: center; 
	font-weight: bold;
}


/**** COMMENTS V4 ****/

.commentv2 {
	width: auto;
	max-width: 600px;
	margin: 0px auto;
}
.commentv2 h3 {
	margin-bottom: 8px;
}
.commentv2 > ol.comments {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.commentv2 > ol.comments li#template {
	display: none;
}
.commentv2 > ol.comments li#empty {
	text-align: center;
	font-size: 16px;
	padding: 20px;
	display: none;
}
.commentv2 > ol.comments li.cmt {
	padding: 2px;
	border-bottom: 1px solid #dddddd;
	overflow: auto;
}
.commentv2 > ol.comments li.cmt.selected {
	background: #FFFF99;
}
.commentv2 > ol.comments li.cmt .c1 {
	max-width: 425px;
	min-width: 285px;
	width: 70%;
	padding-right: 10px;
	word-wrap: break-word;
	overflow-x: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.commentv2 > ol.comments li.cmt .c2 {
	float: right;
	width: 30%;
	min-width: 140px;
	max-width: 175px;
}
.commentv2 > ol.comments li.cmt .c2 .date {
	color: #636363;
	font-size: 10px;
}
.commentv2 > ol.comments li.cmt .c2 .delete {
	background: #DD6969;
	padding: 0px 3px; 
	margin-right: 6px;
	color: #FFF;
	cursor: pointer;
	float: right;
	display: none;
}
.commentv2 > ol.comments li.cmt:hover .c2 .delete {
	display: block;
}
.commentv2 .add_comment {
	padding-top: 8px;	
}
.commentv2 .add_comment h4 {
	text-align: center;
	background: transparent;
	filter: none;
	color: #333;
}
.commentv2 .add_comment textarea {
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	display: block;
	margin: 0px auto;
	width: 100%;
	max-width: 430px;
	height: 60px;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.commentv2 .add_comment .help_show {
	width: 100%;
	max-width: 430px;
	margin: 0px auto;
	text-align: right;
}
.commentv2 .add_comment .help_show a {
	cursor: pointer;
	color: #2a61a2;
}
.commentv2 .add_comment input {
	margin: 8px auto;
	display: block;
	padding: 4px 8px;
}
.commentv2 .help {
	display: none;
}
.commentv2 .help p {
	font-size: 10px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.commentLogin {
	display: none;
	text-align: right;
}
.commentLogin .loginfield {
	width: 125px;
}
.commentLogin .fblogin {
	display: block;
	text-align: center;
}


@media only screen and (max-width: 615px) {
	.commentv2 .help {
		display: none;
	}
}
@media only screen and (max-width: 500px) {
	.commentv2 > ol.comments li.cmt .c2 {
		float: none;
		padding-bottom: 5px;
		width: 100%;
		max-width: none;
	}
	.commentv2 > ol.comments li.cmt .c1 {
		width: 100%;
	}
}

/*** Ratings V2 ***/
.ratingv2 {
}
.ratingv2.default {
}
.ratingv2.mini {
}
.ratingv2.vertical {
}
.ratingv2.list {
}
.ratingv2.static {
}
.ratingv2.thumb {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: -56px;
	left: 0;
}


/* Rating: ul */
.ratingv2 ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.ratingv2.default ul {
	height: 42px;
}
.ratingv2.mini ul {
	height: 18px;
}
.ratingv2.vertical ul {
	float: left;
}
.ratingv2.thumb > ul {
	position: absolute;
	right: 0;
	bottom: -105px;
	padding: 0 5%;
}

/* Rating: score_txt */
.ratingv2 .score_txt{
}
.ratingv2.thumb .score_txt {
	display: none;
}

/* Rating: auto_share (Auto share checkbox & label) */
.ratingv2 .auto_sharev2 {
	font-size: 9px;
	display: none;
}

/* Rating: rate_bar (Rating bar container) */
.ratingv2 .rate_bar {
	max-width: 200px;
	height: 12px;
	padding: 0px; 
	margin: 2px 0px;
	background: #999;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
	border-radius:3px; 
	overflow: hidden;
}
.ratingv2.static .rate_bar {
	height: 7px;
	width: 100%;
	display: none;
}
.ratingv2.thumb .rate_bar {
	display: none;
}

/* Rating: rate_bar bar & positive/negative (Rating Bar colors) */
.ratingv2 .rate_bar .bar {
	height: 100%;
	width: 0px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.ratingv2 .rate_bar .negative {
	background-image: linear-gradient(top, rgb(166,45,45) 40%, rgb(214,8,60) 93%);
	background-image: -o-linear-gradient(top, rgb(166,45,45) 40%, rgb(214,8,60) 93%);
	background-image: -moz-linear-gradient(top, rgb(166,45,45) 40%, rgb(214,8,60) 93%);
	background-image: -webkit-linear-gradient(top, rgb(166,45,45) 40%, rgb(214,8,60) 93%);
	background-image: -ms-linear-gradient(top, rgb(166,45,45) 40%, rgb(214,8,60) 93%);
	background-image: -webkit-gradient(
	linear,
	left top,
	left 50,
	color-stop(0.4, rgb(166,45,45)),
	color-stop(0.93, rgb(214,8,60)));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A62D2D', endColorstr='#D6083C');
	float: right;
}
.ratingv2 .rate_bar .positive {
	float: left;
	background-image: linear-gradient(top, rgb(62,168,45) 40%, rgb(57,209,19) 85%);
	background-image: -o-linear-gradient(top, rgb(62,168,45) 40%, rgb(57,209,19) 85%);
	background-image: -moz-linear-gradient(top, rgb(62,168,45) 40%, rgb(57,209,19) 85%);
	background-image: -webkit-linear-gradient(top, rgb(62,168,45) 40%, rgb(57,209,19) 85%);
	background-image: -ms-linear-gradient(top, rgb(62,168,45) 40%, rgb(57,209,19) 85%);
	background-image: -webkit-gradient(
	linear,
	left top,
	left 50,
	color-stop(0.4, rgb(62,168,45)),
	color-stop(0.85, rgb(57,209,19)));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3EA82D', endColorstr='#39D113');
}

/* Rating: ul li (Containers for Buttons & Score) */
.ratingv2 ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: block;
}  
.ratingv2.default ul li, 
.ratingv2.thumb ul li {
	height: 40px;
	width: auto;
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 4px;
}
.ratingv2.mini ul li {
	height: 16px;
	width: 16px;
	margin-right: 1px;
	border: 1px solid #CCCCCC;
	float: left;
}
.ratingv2.list ul li {
	height: 18px;
	min-width: 18px;
}
.ratingv2.default ul li, 
.ratingv2.mini ul li,
.ratingv2.thumb ul li { 
	background-color: #F8F8F8;
	background-image: linear-gradient(top, rgb(255,255,255) 40%, rgb(222,222,222) 85%);
	background-image: -o-linear-gradient(top, rgb(255,255,255) 40%, rgb(222,222,222) 85%);
	background-image: -moz-linear-gradient(top, rgb(255,255,255) 40%, rgb(222,222,222) 85%);
	background-image: -webkit-linear-gradient(top, rgb(255,255,255) 40%, rgb(222,222,222) 85%);
	background-image: -ms-linear-gradient(top, rgb(255,255,255) 40%, rgb(222,222,222) 85%);
	background-image: -webkit-gradient(
		linear,
		left top,
		left 50,
		color-stop(0.4, rgb(255,255,255)),
		color-stop(0.85, rgb(222,222,222)));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DEDEDE');
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.ratingv2.default ul li:hover,
.ratingv2.mini ul li:hover,
.ratingv2.thumb ul li:hover { 
	background-image: linear-gradient(top, rgb(222,222,222) 40%, rgb(255,255,255) 85%);
	background-image: -o-linear-gradient(top, rgb(222,222,222) 40%, rgb(255,255,255) 85%);
	background-image: -moz-linear-gradient(top, rgb(222,222,222) 40%, rgb(255,255,255) 85%);
	background-image: -webkit-linear-gradient(top, rgb(222,222,222) 40%, rgb(255,255,255) 85%);
	background-image: -ms-linear-gradient(top, rgb(222,222,222) 40%, rgb(255,255,255) 85%);
	background-image: -webkit-gradient(
		linear,
		left top,
		left 50,
		color-stop(0.4, rgb(222,222,222)),
		color-stop(0.85, rgb(255,255,255)));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DEDEDE', endColorstr='#FFFFFF');
}
.ratingv2.list ul li.thumbsUp {
	background: url("/images/rating/ratings-mini.png") no-repeat scroll 0px 0px transparent;
}
.ratingv2.list ul li.thumbsDown {
	background: url("/images/rating/ratings-mini.png") no-repeat scroll 0px -36px transparent;
}

/* Rating: li.score (Score value) */
.ratingv2.list ul li.score {
	text-align: center;
	font-weight: bold; 
	line-height: 18px;
}

/* Rating: ul li input */
.ratingv2 ul li input {
	margin: 0px;
	padding: 0px;
	border: none;
	cursor: pointer;
}
.ratingv2.default ul li input, 
.ratingv2.thumb ul li input {
	height: 40px;
	width: 40px;
}
.ratingv2.mini ul li input {
	height: 16px;
	width: 16px;
}
.ratingv2.list ul li input {
	height: 18px;
	width: 18px;
	background: transparent;
	filter: none;
	font-size: 0px;
}

/* Rating: ul li.selected (Selected Up/Down choice) */
.ratingv2 ul li.selected:hover,
.ratingv2 ul li.selected {
	background-image: linear-gradient(bottom, rgb(204,122,0) 41%, rgb(255,153,0) 71%);
	background-image: -o-linear-gradient(bottom, rgb(204,122,0) 41%, rgb(255,153,0) 71%);
	background-image: -moz-linear-gradient(bottom, rgb(204,122,0) 41%, rgb(255,153,0) 71%);
	background-image: -webkit-linear-gradient(bottom, rgb(204,122,0) 41%, rgb(255,153,0) 71%);
	background-image: -ms-linear-gradient(bottom, rgb(204,122,0) 41%, rgb(255,153,0) 71%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.41, rgb(204,122,0)),
		color-stop(0.71, rgb(255,153,0)));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC7A00', endColorstr='#FF9900');
}
.ratingv2.list ul li.thumbsUp.selected {
	background: url("/images/rating/ratings-mini.png") no-repeat scroll 0px -18px transparent
}
.ratingv2.list ul li.thumbsDown.selected {
	background: url("/images/rating/ratings-mini.png") no-repeat scroll 0px -54px transparent
}


/* Rating Examination */
.examineRatings ul {
	list-style: none;
	padding: 0px;
}
.examineRatings ul li {
	padding-bottom: 6px;
}
.examineRatings ul li > b,
.examineRatings ul li > span {
	display: inline-block;
	padding-right: 10px;
	vertical-align: middle;
}
.examineRatings ul li > b.up:after {
	content: '\02227';
}
.examineRatings ul li > b.up {
	color: green;
	font-weight: bold;
}
.examineRatings ul li > b.down:after {
	content: '\02228';
}
.examineRatings ul li > b.down {
	color: red;
	font-weight: bold;
}

/**** Karma Bubble ***/

div.karmaBubble {
	z-index:10000;
	position: absolute; 
	margin-top: -50px;
	margin-left: 42px;
	color: #fff;
	background: #333333;
	padding: 4px 8px 18px 8px;
	cursor: default;
	background: url('/images/karmaBubble/bg.gif') no-repeat;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
div.karmaBubble div, 
div.karmaBubble a {
	display: inline-block;
	vertical-align: middle;
}
div.karmaBubble .kTxt {
	padding-top: 2px;
	margin-right: 3px;
}
div.karmaBubble a {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	padding: 0px 4px;
}
div.karmaBubble .kXchange {
	background: url('/images/karmaBubble/star.gif') no-repeat;
	height: 20px;
	padding: 0px;
	line-height: 22px;
	width: 44px;
	text-align: center;
}


/* NS Messages */

#message_container {
	width: 100%;
	text-align: left;
	margin: 0px auto;
}
#msgfrom {
	font-weight: bold;
	padding: 3px 0px 1px 0px;
}
#msgxchange {
	font-weight: bold;
	padding: 5px 0px 5px 0px;
}
#messages .md {		/* Message date */
	background-color: #E0E0E0;
	padding: 1px 2px 1px 2px;
	border-bottom: 1px dotted #666666;
}
#messages .mb {		/* Message body */
	background-color: #EAEAEA;
	padding: 1px 4px 1px 4px;
	overflow: hidden;
}
#messages .mb.msgbody img {
	width: 100%;
	max-width: 400px;
}
#messages .ms {		/* Message spacer */
	height: 5px;
	overflow: hidden;
}
.msgaction {
	cursor: pointer;
	background: #D4D0C8;
	border: 1px solid black;
	padding: 4px 10px;
	float: left;
	font-weight: bold;
	font-size: 12px;
	margin: 5px 10px 5px 0px;
}


/* Hide Flash Video placeholders */
.wce_fv_plchldr {
	display: none;
}


/* Social Share Buttons V3 */
.shareWidget #shareCount {
	font-size: 40px; 
	color: #666; 
	font-weight: bold; 
	padding:4px; 
	display:inline-block; 
	vertical-align: middle;
}
.shareWidget #shareSplit {
	color: #AAA; 
	font-size: 40px; 
	padding: 4px; 
	display: inline-block; 
	vertical-align: middle;
}
.shareWidget #shareButtons {
	display: inline-block; 
	vertical-align: middle;
	z-index: 5;
	position: relative;
}
.karmaCoin {
	z-index: 1;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #FFD624;
	width: 28px;
	height: 30px;
	line-height: 32px;
	text-shadow: -1px -1px 0px rgba(188, 147, 0, 1), 1px 1px 0px rgba(188, 147, 0,0.8);
	-moz-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);
	-webkit-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);
	box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);
	border: 1px solid #866200;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4a60a', endColorstr='#ce9908',GradientType=1 ); /* IE6-9 */
	-moz-border-radius: 14px / 15px; 
	-webkit-border-radius: 14px / 15px; 
	border-radius: 14px / 15px;
	font-family: 'Lucida Sans Unicode',arial,sans-serif;
	background: #d9a91b; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #d9a91b 0%, #b2810e 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#d9a91b), color-stop(100%,#b2810e)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #d9a91b 0%,#b2810e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #d9a91b 0%,#b2810e 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #d9a91b 0%,#b2810e 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, #d9a91b 0%,#b2810e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9a91b', endColorstr='#b2810e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


/* Social Share Buttons V2 */
a.shareBtnV2 {
	display: inline-block;
	width: 130px;
	text-align: center; 
	padding: 10px 15px;
	background: #333333;
	color: #FFFFFF;
	border: 1px solid #888888;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
a.shareBtnV2 img {
	margin-right: 5px;
	padding-right: 5px;
	vertical-align: top;
	border-right: 1px solid #ccc;
}
a.shareBtnV2.btnFB {
	background: #547DCE;
	background-image: linear-gradient(top, #547DCE 0%, #3E5B91 100%);
	background-image: -ms-linear-gradient(top, #547DCE 0%, #3E5B91 100%);
	background-image: -moz-linear-gradient(top, #547DCE 0%, #3E5B91 100%);
	background-image: -webkit-linear-gradient(top, #547DCE 0%, #3E5B91 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#547DCE', endColorstr='#3E5B91');
}
a.shareBtnV2.btnFB:hover {
	background-image: linear-gradient(top, #547DCE 0%, #4767A3 100%);
	background-image: -ms-linear-gradient(top, #547DCE 0%, #4767A3 100%);
	background-image: -moz-linear-gradient(top, #547DCE 0%, #4767A3 100%);
	background-image: -webkit-linear-gradient(top, #547DCE 0%, #4767A3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#547DCE', endColorstr='#4767A3');
}
a.shareBtnV2.btnTweet {
	background: #12C5F7;
	background-image: linear-gradient(top, #12C5F7 0%, #0F99BF 100%);
	background-image: -ms-linear-gradient(top, #12C5F7 0%, #0F99BF 100%);
	background-image: -moz-linear-gradient(top, #12C5F7 0%, #0F99BF 100%);
	background-image: -webkit-linear-gradient(top, #12C5F7 0%, #0F99BF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#12C5F7', endColorstr='#0F99BF');
}
a.shareBtnV2.btnTweet:hover {
	background-image: linear-gradient(top, #12C5F7 0%, #10A9D3 100%);
	background-image: -ms-linear-gradient(top, #12C5F7 0%, #10A9D3 100%);
	background-image: -moz-linear-gradient(top, #12C5F7 0%, #10A9D3 100%);
	background-image: -webkit-linear-gradient(top, #12C5F7 0%, #10A9D3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#12C5F7', endColorstr='#10A9D3');
}



/*** Video Of The Day***/
.vidotd {
	padding: 6px;
	padding-bottom: 6px;
	overflow: hidden;
	vertical-align: top;
	color: #DDD;
	border-bottom: 1px solid #929292;
	height: 55px;
}
.vidotd .tit {
	height: 15px; 
	overflow: hidden;
}
.vidotd .icon {
	float: left;
	padding: 0px 4px 0px 3px;
	border-right: 1px solid #929292;
	width: 50px;
	height: 50px;
	margin: 1px 4px 1px 1px;
}
.vidotd a, .vidotd .m_d {
	color: white;
}
.vidotd .title {
	color: #FF9900;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.vidotd .date {
	font-size: 9px;
}
.vidotd.large {
	height: 98px;
}
.vidotd.large .tit {
	height: 30px;
}
.vidotd.large .icon {
	height: 90px;
	width: 90px;
	margin-right: 6px;
	padding-right: 6px;
}



/*** NEW NSTV Module ***/
#media_module {
	padding: 10px; 
	border-radius:6px; 
	-moz-border-radius:6px; 
	-webkit-border-radius:6px; 
	background: #212121;
}
#media_module ul#tabs { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	color: #FFF; 
	font-weight: bold;
}
#media_module ul#tabs li { 
	display: block; 
	height: 30px;
	overflow: hidden;
}
#media_module ul#tabs li .channel { 
	font-size: 14px;
	border-bottom: 1px solid #6b6b6b;
	border-radius: 0px 0px 4px 4px; 
	-moz-border-radius: 0px 0px 4px 4px;  
	-webkit-border-radius: 0px 0px 4px 4px; 
	cursor: pointer;
	background: #2D2D2D;
	padding: 5px;
	margin: 2px 0px 6px 0px;
}
#media_module .loading {
	display: block;
	margin: 55px auto;
}
#media_module .video {
	height: 50px;
	overflow: hidden;
	cursor: pointer;
}
#media_module .video.big {
	height: 100px !important;
}
#media_module .video.big .thumb {
	width: 90px !important;
	height: 90px !important;
}
#media_module .video .thumb { 
	width: 45px;
	height: 45px;
	float: left;
	margin-right: 5px;
	border: 1px solid #999;
}
#media_module .video .playnow { 
	display: none;
}
#media_module .video.big .playnow { 
	display: block !important;
    float: left;
    margin-left: -97px;
}	
#media_module .video .title {
	color: #FF9900;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
}
#media_module .video.big .title {
	max-height: 45px !important;
	height: auto !important;
}
#media_module .video .date {
	color: #ccc;
	height: 15px;
	overflow: hidden;
}
#media_module .video .user .m_d {
	color: #90A7E5;
}
#media_module .threeChans .video.small {
	height: 57px;
}
#media_module .threeChans .video.small .thumb {
	height: 50px;
	width: 50px;
}
#media_module .picture {
	height: 225px;
	overflow: hidden;
	cursor: pointer;
}
#media_module .picture .thumb { 
	max-width: 250px;
	max-height: 220px;
	display: block;
	margin: 0px auto;
	border: 1px solid #999;
}

 
/**** Cult Header ****/
#cultnavplaceholder {
	height: 60px;
}
#cultnav {
	clear: both;
	height: auto;
	font-weight: normal;
	background: #373737;
	background-image: linear-gradient(top, #373737 23%, #515151 55%);
	background-image: -ms-linear-gradient(top, #373737 23%, #515151 55%);
	background-image: -moz-linear-gradient(top, #373737 23%, #515151 55%);
	background-image: -webkit-linear-gradient(top, #373737 23%, #515151 55%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#373737', endColorstr='#515151');
	height: 60px;
	postion: relative;
	width: 994px;
	z-index: 1000;
}
#cultnav a {
	text-decoration: none;
	color: #E0E0E0;
	display: inline-block;
	padding: 20px 12px 20px 12px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}
#cultnav a.current {
	background: #515151;
	background-image: linear-gradient(top, #515151 23%, #373737 55%);
	background-image: -ms-linear-gradient(top, #515151 23%, #373737 55%);
	background-image: -moz-linear-gradient(top, #515151 23%, #373737 55%);
	background-image: -webkit-linear-gradient(top, #515151 23%, #373737 55%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#515151', endColorstr='#373737');
	color: #FFF;
}
#cultnav img.cultIcon {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	height: 50px;
	width: 50px;
}
#cultnav span.title {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	margin-right: 15px;
}

/**** Cult member list ***/
#cultMemberAccordion .fold {
	padding: 0px 13px 13px 13px; 
	font-size: 11px;
	overflow: hidden;
}
#cultMemberAccordion .fold .actions {
	padding-top: 10px;
	text-align: center; 
	clear: both;
}
#cultMemberAccordion .fold .actions input {
	display: none;
	padding: 2px 6px; 
	margin: 0px 2px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-khtml-border-radius: 4px; 
}
#cultMemberAccordion .fold .loading {
	display: block;
	margin: 10px auto;
	display: none;
}
#cultMemberAccordion .fold .level {
	color: #999999;
}
#cultMemberAccordion .fold .cmem {
	width: 173px;
	height: 15px; 
	padding: 3px 0px 3px 22px;
	float: left;
	cursor: default;
}
#cultMemberAccordion .fold .cmem.modify {
	width: 195px;
	padding-left: 0px;
}
#cultMemberAccordion .fold .cmem input {
	vertical-align: middle;
	filter:alpha(opacity=40);
	opacity:0.40;
	-moz-opacity:0.40; 
	border: 0px;
	margin: 0px 3px;
}
#cultMemberAccordion .fold .member_blank {
	display: none;
}
#cultMemberAccordion .fold p a {
	cursor: pointer; 
}

/*** Cult Navigation ***/
.cults_nav {
	height: 35px;
	margin: 0px;
	font-size:  13px;
}
.cults_nav a, .cults_nav a:visited {
	text-decoration: none;
	color: white;
	float: left;
	margin: 10px 0px 0px 10px; 
	padding-right: 10px;
	border-right: 1px solid #666666;
	font-weight: bold;
}

/**** Cult Listing ****/
.cults_list {
}
.cults_list .cult {
	border: 1px solid #DFDFDF;
	margin: 3px 0px;
	padding: 5px 5px 4px 5px;
	background: #F5F5F5;
}
.cults_list .cult:hover {
	background: #DDD;
}
.cults_list .cult .info {
}
.cults_list .cult .title {
	font-size: 16px;
	font-weight: bold;
}
.cults_list .cult .title a {
	color: #333;
}
.cults_list .cult .icon {
	float: left;
	margin: 0px 5px 0px 0px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.cults_list .cult .p {
	clear: both; 
	height: 1px;
	overflow: hidden;
}


/*** Dropdown script ***/

.dropdown_contentBox{
	z-index:100000;
	border:1px solid #cbcbcb;
	height:0px;
	display: none;
	position:absolute;
	background-color:#f5f5f5;
	overflow:hidden;
	padding:6px;
	width:250px;
	filter:alpha(opacity=92); /* Transparency */
	opacity:0.92;		/* Transparency */
	-moz-opacity:0.92;	/* Mozilla 1.6< */
	font-weight: bold;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	-moz-box-shadow:    0 1px 3px rgba(34, 25, 25, 0.4);
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
}
.dropdown_content{
	position:relative;		
	width:100%;
}
.dropdown_content a { 
	color: #333333;
	display: block;
}
#TENSites {
	width: 210px;
	position: absolute;
	bottom: 0;
	right: 0;
	font-weight: normal;
	font-size: 14px;
}
#QuickLinks {
	margin-left: 169px;
	width: 140px;
}
#FriendsList {
	margin-left: 48px;
	width: 100px;
	text-align: right;
}
#UploadContent {
	margin-left: 6px;
	width: 280px;
	filter:alpha(opacity=100); /* Transparency */
	opacity:1;		/* Transparency */
	-moz-opacity:1;	/* Mozilla 1.6< */
}
#UploadContent p {
	color: #444;
	padding: 0px;
	margin: 3px 0px;
}
#UploadContent a {
	display: inline-block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background: #F90;
	background-image: linear-gradient(top, #FF9900 23%, #DB8606 55%);
	background-image: -ms-linear-gradient(top, #FF9900 23%, #DB8606 55%);
	background-image: -moz-linear-gradient(top, #FF9900 23%, #DB8606 55%);
	background-image: -webkit-linear-gradient(top, #FF9900 23%, #DB8606 55%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9900', endColorstr='#DB8606');
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); 
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	padding: 13px 5px;
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	margin: 0px 2px 5px 0px;
	font-size: 16px;
	color: #FFF;
	cursor: pointer;
	text-align: center;
	width: 88px;
}
#UploadContent a:hover {
	text-decoration: none;
	background: #DB8606;
	background-image: linear-gradient(top, #DB8606 23%, #C67803 55%);
	background-image: -ms-linear-gradient(top, #DB8606 23%, #C67803 55%);
	background-image: -moz-linear-gradient(top, #DB8606 23%, #C67803 55%);
	background-image: -webkit-linear-gradient(top, #DB8606 23%, #C67803 55%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DB8606', endColorstr='#C67803');
}
#UploadContent input {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    border: 1px solid #333333;
    font-size: 14px;
    height: 30px;
    line-height: 16px;
    margin: 0 2px 5px 0;
    padding: 5px;
    vertical-align: middle;
}
#UploadContent input[type=submit] {
	border: #CDE;
	background: #006DEF;
	background-image: linear-gradient(top, #006DEF 23%, #055EC4 55%);
	background-image: -ms-linear-gradient(top, #006DEF 23%, #055EC4 55%);
	background-image: -moz-linear-gradient(top, #006DEF 23%, #055EC4 55%);
	background-image: -webkit-linear-gradient(top, #006DEF 23%, #055EC4 55%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006DEF', endColorstr='#055EC4');
	color: #FFF;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); 
	text-align: center;
    width: 60px;
}
#UploadContent input[type=text] {
	width: 210px;
}


/***** Modal Popup Display *****/
/* Z-index of #mask must lower than #boxes .window */
#modalmask {
	position:absolute;
	top: 0px;
	left: 0px;
	z-index:9000;
	background-color:#000;
	display:none;
}
.modalbox {
	background: #FFF;
	text-align: left;
	position:absolute;
	width:480px;
	height:250px;
	display:none;
	z-index:9999;
	padding: 15px;
	color: #000;
	font-size: 11px;
}
.modalbox .loading {
	display: block;
	margin: 50px auto;
}
.modalbox .title {
	margin: -10px -10px 4px -10px;
	background: #333;
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.modalbox .modalclose {
	float: right;
	display: block;
	color: #FFF;
	margin-top: -4px;
}

/***** Pagination ******/

.NSpaginationList {  
	padding: 5px 5px 5px 0px; 
	clear: both;
	overflow: auto;
	font-size: 12px;
}
.NSpaginationList a,
.NSpaginationList .dmy, 
.NSpaginationList .slctd {
	padding: 2px 5px; 
	display: inline-block;
	line-height: 1.3em;
	margin: 2px 0px;
	background: #f6f6f6;
	background-image: linear-gradient(top, #f6f6f6 50%, #E6E6E6 54%);
	background-image: -ms-linear-gradient(top, #f6f6f6 50%, #E6E6E6 54%);
	background-image: -moz-linear-gradient(top, #f6f6f6 50%, #E6E6E6 54%);
	background-image: -webkit-linear-gradient(top, #f6f6f6 50%, #E6E6E6 54%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#E6E6E6'); 
	border: 1px solid #c9c9c9;
	color: #333;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.NSpaginationList a:hover { 
	color: #FFF; 
	text-decoration: none;
	border-color: #ADC6DD;
	background: #FF9900;
	background-image: linear-gradient(top, #FF9900 50%, #EE8811 54%);
	background-image: -ms-linear-gradient(top, #FF9900 50%, #EE8811 54%);
	background-image: -moz-linear-gradient(top, #FF9900 50%, #EE8811 54%);
	background-image: -webkit-linear-gradient(top, #FF9900 50%, #EE8811 54%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9900', endColorstr='#EE8811'); 
}
.NSpaginationList .tab {
}
.NSpaginationList .dmy {
	color: #999;
}
.NSpaginationList .slctd { 
	color: #333; 
	font-weight: bold; 
	background: #ADC6DD;
	background-image: linear-gradient(top, #ADC6DD 50%, #80A7CC 54%);
	background-image: -ms-linear-gradient(top, #ADC6DD 50%, #80A7CC 54%);
	background-image: -moz-linear-gradient(top, #ADC6DD 50%, #80A7CC 54%);
	background-image: -webkit-linear-gradient(top, #ADC6DD 50%, #80A7CC 54%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ADC6DD', endColorstr='#80A7CC'); 
}



/***** Registration ****/

#socialRegister,
#regForm {
	background: #F3F3F3;
	border: 1px solid #333333;
	margin: 0px 20px 10px 20px;
	padding: 10px;
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
}

#regForm .row {
	padding: 4px;
	clear: both;
}
#regForm .row.space {
	padding-top: 20px;
}
#regForm label {
	display: block;
	float: left;
	width: 215px;
	text-align: right;
	padding-top: 4px;
	font-weight: bold;
}

#regForm .floatcol2 {
	margin-left: 15px; 
	width: 380px; 
	float: left;
}
#regForm .col2 {
	margin-left: 15px;
	height: 0.01%;
}
#regForm .checkcol2 {
	margin-left: 230px; 
	border: 0px;
}

#regForm input.error {
	border: 1px dashed red;
	background: #EFD1D1;
}

#regForm input.ok {
	border: 1px solid green;
	background: #C4EFC2;
}

#regForm .help {
	margin-left: 230px;
	font-size: 10px;
	color: #666;
	height: 0.01%;
}

#regForm .errorMsg {
	margin-left: 230px;
	font-weight: bold;
	color: red;
	height: 0.01%;
}

#regForm #TOS {
	margin-left: 70px; 
	width: 465px; 
	height: 130px; 
	margin-top: 4px; 
	padding: 5px; 
	font-family: arial, sans-serif; 
	font-size: 10px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #333;
}


/*** New Form Class ***/

.formv2 {
	padding: 10px;
}
.formv2 ul.fieldset {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.formv2 ul.fieldset > li {
	list-style: none;
	padding: 6px;
	margin: 0px 0px 8px 0px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.formv2 ul.fieldset > li.error {
	background: #FFEAEA;
	border: 1px solid #FFAA66;
}
.formv2 ol.errors {
	list-style: none;
	padding: 4px;
	color: #DD3300;
	display: none;
}
.formv2 ol.errors li {
	list-style: none;
}
.formv2 ol.errors {
	display: block;
}
.formv2 .help {
	color: #666666;
	margin-bottom: 2px;
}
.formv2 label {
	margin: 0px 10px 2px 0px;
	font-size: 13px;
	font-weight: bold;
	display: block;
	color: #555;
}
.formv2 label.required:after {
	content: ' *';
	color: #F90;
	font-weight: bold;
	
}
.formv2 select,
.formv2 input, 
.formv2 textarea {
	border: 1px solid #666;
	background: #f6f6f6;
}
.formv2 select {
	width: auto;
	min-width: 60px;
	max-width: 150px;
	padding: 5px 3px;
}
.formv2 input[type=text] {
	width: 50%;
	min-width: 150px;
	padding: 5px 3px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.formv2 li.form_row.date input {
	max-width: 150px;
}
.formv2 li.form_row.checkbox input {
	width: auto;
	min-width: auto;
	padding: 5px 3px;
	margin-right: 10px;
	border: 0px;
	float: left;
}
.formv2 textarea {
	display: block;
	width: 50%;
	min-width: 150px;
	padding: 6px;
	margin: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.formv2 textarea.size_large {
	height: 350px;
	width: 90%;
}
.formv2 ul.buttons input.button {
	min-width: 60px;
	width: auto;
	padding: 4px 14px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #f6f6f6;
	background-image: linear-gradient(top, #f6f6f6 50%, #E6E6E6 54%);
	background-image: -ms-linear-gradient(top, #f6f6f6 50%, #E6E6E6 54%);
	background-image: -moz-linear-gradient(top, #f6f6f6 50%, #E6E6E6 54%);
	background-image: -webkit-linear-gradient(top, #f6f6f6 50%, #E6E6E6 54%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#E6E6E6'); 
}
@media only screen and (max-width: 615px) {
	.formv2 textarea.size_large {
		height: 200px;
	}
}

.formv2 .bbHelp {
	overflow: auto;
	border-color: #999;
	border-width: 0px 1px 1px;
	border-style: none solid solid;
	padding: 6px;
	width: 90%;
	display: none;
}	

.formv2 .guisetting {
	width: 50%;
	text-align: right;
}
.formv2 .guisetting.size_large {
	width: 90%;
}
.formv2 .guisetting input {
	border: 1px solid #777;
	background: #E3E3E3;
	color: #666;
	border-color: #888;
	padding: 2px 6px;
	font-size: 11px;
	margin-right: 4px;
	width: auto;
	min-width: 20px;
	height: 25px;
	border-top: 0px;
	border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
}

.formv2 ul.uploaded_files {
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 136px;
	width: 90%;
	border: 1px solid #ddd;
	padding: 8px 0px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.formv2 ul.uploaded_files li.file {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	width: 90px;
	height: 128px;
	padding: 4px 6px;
	margin: 0px 8px 4px 8px;
}
.formv2 ul.uploaded_files li.file:hover {
	background: #eee;
}
.formv2 ul.uploaded_files li.file:hover input {
	filter:alpha(opacity=100);
	opacity:1.0;
	-moz-opacity:1.0;
}
.formv2 ul.uploaded_files li.file div.icon {
	width: 90px;
	height: 90px;
	cursor: pointer;
}
.formv2 ul.uploaded_files li.file input {
	display: inline-block;
	padding: 1px;
	width: 88px;
	min-width: 88px;
	margin: 1px;
	font-size: 9px;
	filter:alpha(opacity=35);
	opacity:0.35;
	-moz-opacity:0.35;
}
.formv2 ul.uploaded_files li.video input.image_link {
	display: none;
}


.formv2 ul.link_panes {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.formv2 ul.link_panes > li {
	display: none;
	min-width: 150px;
	list-style: none;
	padding: 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #EEE;
	border: 1px solid #CCC;
	margin: 0px;
}
.formv2 ul.link_panes > li.pane_preview {
	display: inline-block;
}

.formv2 ul.link_panes p {
	text-align: center;
}
.formv2 ul.link_panes p a {
	cursor: pointer;
}
.formv2 ul.link_panes p a.link_remove {
	display: none;
}


.formv2 ul.remote_images {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.formv2 ul.remote_images li {
	display: inline-block;
	vertical-align: middle;
}
.formv2 ul.remote_images li img {
	max-width: 120px;
	max-height: 100px;
	padding: 6px;
	cursor: pointer;
}
.formv2 ul.remote_images li#noimgs {
	width: 100%;
	text-align: center;
}


.formv2_poll {
	display: none;
}


.formv2_dialog {
	display: none;
}
.formv2_dialog label {
	margin: 10px 10px 2px 0px;
	font-size: 13px;
	font-weight: bold;
	display: block;
	color: #555;
}
.formv2_dialog input {
	width: 90%;
	padding: 5px 3px;
}
.formv2_dialog p.tip {
	color: #666666;
	font-size: 10px;
}

.formv2 .title {
	font-size: 18px;
	font-weight: bold; 
	padding: 5px 0px;
	border-bottom: 1px solid #777; 
	width: 80%; 
	margin: 5px 0px 10px 0px;
}
.formv2 .subtitle {
	font-weight: bold; 
	font-size: 13px; 
	padding: 5px 0px;
	margin-bottom: 10px;
	margin-top: -8px;
	color: #444;
}
.formv2 .description {
	font-size: 12px;
}

.formv2 input.add_poll {
	width: auto;
}
.formv2 a.remove_poll {
	cursor: pointer;
	display: none;
}
.formv2 .poll_preview {
	margin: 20px 10px 10px 10px;
	padding: 16px;
	border: 1px solid #ccc;
	width: 40%;
	display: block;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #E2E2E2;
}

/* BBCode Help */
ul.BBHelpTable {
	display: table;
	letter-spacing: 0.08em;
	padding-left: 0px;
	line-height: 1.5iem;
	list-style: none;
}
ul.BBHelpTable > li {
	display: table-row;
}
ul.BBHelpTable > li.header {
	font-weight: bold;
	background: #333;
	color: #FFF;
}
ul.BBHelpTable > li.inlineheader > h2 {
	font-weight: bold;
	padding: 30px 0px 0px 0px;
	font-size: 16px;
	letter-spacing: normal;
	background: none;
	filter: none;
	color: #333;
	margin: 0px;
}
ul.BBHelpTable > li.inlinetext > div {
	padding: 10px 0px 2px 0px;
	letter-spacing: normal;
	font-style: italic;
	color: #666;
}
ul.BBHelpTable > li div.example {
	background: #eee;
}
ul.BBHelpTable > li div.result {
	background: #ddd;
}
ul.BBHelpTable > li > div {
	display: table-cell;
	vertical-align: top;
	padding: 2px 8px;
}
ul.BBHelpTable > li > div.example {
	font-weight: bold;	
}
ul.BBHelpTable > li > div.example span {
	font-weight: normal;
	color: #333;
}
ul.BBHelpTable .correct {
	color: green;
	font-weight: bold;
}
ul.BBHelpTable .incorrect {
	color: red;
	font-weight: bold;
}
@media only screen and (max-width: 615px) {
	ul.BBHelpTable,
	ul.BBHelpTable > li, 
	ul.BBHelpTable > li > div {
		display: block;
	}
	ul.BBHelpTable > li > div.result {
		padding-left: 20px;
	}
}


/*** Form Class ***/

.form_gen {
}
/* Title and headers */
.form_gen .form_title {
	font-size: 14px; 
	font-weight: bold; 
	margin: 5px 0px 10px 0px;
}
.form_gen .form_text {
	margin: 10px 0px 10px 0px;
}
.form_gen .sub_header {
	font-weight: bold; 
	font-size: 13px; 
	padding: 5px 10px; 
	border-bottom: 1px solid #777; 
	width: 80%; 
	margin-bottom: 10px;
}
.form_gen .sub_header .sub_more {
	font-size: 10px;
}
.form_gen .sub_header_help {
	color: #555; 
	font-weight: normal; 
	margin: 0px 40% 10px 10px; 
	display: none; 
}
/* Errors and buttons */
.form_gen .input_errors {
	color: red; 
	padding: 5px 0px 10px 15px;
}
.form_gen .input_errors ul {
	padding: 2px; 
	margin: 0px 0px 0px 20px;
}
.form_gen .submit_button {
	margin-right: 10px; 
	padding: 2px 8px;
}
/* Title and left column items */
.form_gen .field_title {
	width: 160px;
	float: left; 
	font-weight: bold; 
	text-align: right; 
	padding-right: 5px;
	padding-top: 4px;
}
.form_gen span.required {
	color: orange;
}
.form_gen div.help {
	color: #999999; 
	font-weight: normal; 
	margin-top: 3px;
}
/* Field holder and types */
.form_gen .field_holder {
	float: left;
}
.form_gen .field_drop {
	padding: 2px;
}
.form_gen .field_text,
.form_gen .field_date {
	padding: 3px;
	border: 1px solid #666;
	background: #F3F3F3;
}
.form_gen .field_text:focus,
.form_gen .field_date:focus {
	background: #fff;
	border: 1px solid #B2B0A6;
}
.form_gen .field_description {
	color: #444; 
	font-weight: normal; 
}
.form_gen .field_check {
	border: 0px; 
	padding: 0px;
}
.form_gen .field_location {
	 padding-right: 5px; 
	 height: 65px;
}
.form_gen .field_mfu_iframe {
	height: 300px; 
	border: 1px solid #D4D0C8; 
	display: none;
}
.form_gen .field_mult_select {
	 height: 60px; 
	 overflow-x: hidden; 
	 overflow-y: scroll; 
	 background: #efefef; 
	 padding: 2px;
}
.form_gen .field_mult_sel_btn {
	border: 1px solid #888; 
	background: #e6e6e6; 
	margin-left: 10px;
	margin-bottom: 10px;
}
.form_gen .field_textarea,
.form_gen .field_code {
	padding: 2px;
	border: 1px solid #666;
	background: #F3F3F3;
}
.form_gen .field_textarea:focus, 
.form_gen .field_code:focus {
	background: #FFF;
	border: 1px solid #B2B0A6;
}



/** Twitter **/
.twtr-hd h3, .twtr-hd h4 {
	font-weight: bold;
	background: transparent;
}


/*** Block-style News Listing ***/

.related_news {
	overflow: auto;
	padding: 20px 0 20px 10px;
	border: 1px solid #e4e4e4;
	background: #e4e4e4;
	border-radius: 4px; 
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	list-style:none;
	padding: 0px; 
	margin: 0px 0px 22px 0px;
	text-align: center;
	font-size: 0px;
}
.related_news > article {
	padding: 4px;
	margin: 10px 7px;
	border: 1px solid #CCC;
	background: #fafafa;
	display: inline-block;
	width: 145px;
	height: 275px;
	text-align: left;
	font-size: 11px;
}
.related_news > article:hover {
	background: #EEEEEE;
	border: solid 1px #D5D5D5;
}
.related_news > article img.icon {
	display: block;
	border: 0px;
	width: 145px;
	height: 101px;
	margin: 0px auto;
}
.related_news > article h3 { 
	font-size: 16px;
	font-weight: bold;
	background: none;
	border: 0px;
	margin: 0px;
	padding: 4px 0px 0px 0px; 
	height: 38px;
	overflow: hidden;
}
.related_news > article h4 { 
	font-size: 14px;
	font-weight: bold;
	background: none;
	border: 0px;
	margin: 0px;
	padding: 4px 0px 0px 0px; 
	height: 33px;
	overflow: hidden;
}
.related_news > article h4 a, 
.related_news > article h3 a { 
	color: #2A61A2;
}
.related_news > article i {
	color: #585858;
}
.related_news > article p {
	margin: 5px 0px 6px 0px; 
	padding: 0px 0px 3px 0px;
	overflow: hidden;
	line-height: 14px;
	height: 54px;
}
.related_news > article > ol {
	color: #585858;
	list-style: none;
	padding: 2px 0px;
	margin: 2px;
	border-top: solid 1px #DFDFDF;
	border-bottom: solid 1px #DFDFDF;
}
.related_news > article > ol li {
	display: block;
	padding: 0px 5px;
}
.related_news.small > article > ol li {
	border-right: 0px;
	display: block;
}

/*** Fixed Footer ***/
div#fixed-footer {
	display: block;
	width: 100%;
	position: fixed;
	z-index: 1001;
	bottom: 0;
	left: 0;
	background: #333333;
	-moz-box-shadow:0 0 10px 0 #333333;
	-webkit-box-shadow:0 0 10px 0 #333333;
	box-shadow:0 0 10px 0 #333333;
}
div#fixed-footer > div.close {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
	font-size: 30px;
	cursor: pointer;
	right: 0;
	bottom: 0;
	color: #ffffff;
	background: #333333;
	z-index: 1001;
}
div#fixed-footer > div.close:hover {
	position: absolute;
	display: block;
	width: 150px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
	font-size: 30px;
	cursor: pointer;
	right: 0;
	bottom: 0;
	color: #ffffff;
	background: #333333;
	z-index: 1001;
}
div#fixed-footer > div.close > span.close {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	width: 150px;
	font-size: 10px;
	background: #555555;
}
div#fixed-footer > div.close > span.close:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

div#fixed-footer > div.close > span.close:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #555555;
	border-width: 10px;
	left: 83%;
	margin-left: -10px;
}
div#fixed-footer > div.close:hover > span.close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 150px;
}
div#fixed-footer > div.close > span#close-footer {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
	font-size: 30px;
	cursor: pointer;
}
div#fixed-footer > div.middle {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	overflow: auto;
}
div#fixed-footer > div.middle > span {
	background: #fbb100;
	float: left;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	margin: 10px 0;
	line-height: 30px;
	text-align: center;
	width: 230px;
	max-width: 20%;
	font-size: 20px;
	color: #ffffff;
	position: relative;
}
div#fixed-footer > div.middle > span:after {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
div#fixed-footer > div.middle > span:after {
	border-color: rgba(251, 177, 0, 0);
	border-left-color: #fbb100;
	border-width: 15px;
	top: 50%;
	margin-top: -15px;
}
div#fixed-footer > div.middle > ul {
	position: relative;
	display: block;
	margin: 13px 0;
	padding: 0;
	list-style: none;
	float: right;
	max-width: 70%;
}
div#fixed-footer > div.middle > ul > li {
	position: relative;
	display: inline-block;
	margin-left: 20px;
	float: right;
	height: 23px;
}
div#fixed-footer > div.middle > ul > li.sm {
	margin-top: 1px;
}

@media only screen and (max-width: 1050px) {
	div#fixed-footer > div.middle > ul {
		margin-right: 60px;
	}
}
@media only screen and (max-width: 600px) {
	div#fixed-footer > div.middle > ul {
		margin-right: 60px;
		max-width: 50%;
	}
	div#fixed-footer > div.middle > span {
		max-width: 10%;
		font-size: 10px;
	}
}

/*** Problem Report Form ***/
.reportProblemForm textarea {
	width: 250px;
	padding: 5px;
}
.reportProblemForm select {
	padding: 3px;
}

/* BBcode Quotes - These should match styles in guieditor.css */
blockquote {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: none repeat scroll 0 0 #E9E9E9;
	border-left: 3px solid #AAAAAA;
	margin: 4px 0px 4px 4px;
	overflow: hidden;
	padding: 7px;
	width: 100%;
	display: inline-block;
	border: 1px dashed #0000FF;
}
blockquote cite {
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	border-bottom:  0px;
}
blockquote cite:after {
	content:": ";
	margin-right: 6px;
}
