/* common styles */

@font-face {
    font-family: Roboto;
    src: 	url('css/fonts/Roboto-Regular.ttf?r=1') format('truetype');
}
@font-face {
    font-family: Roboto;
    font-style: italic;
    src: 	url('css/fonts/Roboto-Italic.ttf') format('truetype');
}
@font-face {
    font-family: Roboto;
    font-weight: bold;
    src: 	url('css/fonts/Roboto-Bold.ttf') format('truetype');
}
@font-face {
    font-family: Roboto;
    font-weight: bold; 
    font-style: italic;
    src: 	url('css/fonts/Roboto-BoldItalic.ttf') format('truetype');
}

.wrap_div{
	padding:0px 16px 0 16px; 
}

div.selector {
    margin-bottom: 10px;
}
div.selector span {
	white-space:nowrap;
	overflow:hidden;
}

*:focus {outline: none;}

.clearboth, .clearfix {clear:both}

input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
	padding:0; border:none  /* overrides extra padding in Firefox */
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	input[type=button]{
		padding-top: 3px;
	}
}

table.reset {
	width:100%;
	border: 0;
	border-collapse:collapse;
	padding:0;
}
table.reset tr th, table.reset tr td{
	text-align:left;
	vertical-align:top;
}


.userspan a{text-decoration: none; white-space:nowrap; font-weight:bold; color: #004080; }

.userspan a.user{
	display:inline-block;
	width:16px;
	height:16px;
	background: url('images/user.gif') no-repeat 0 0;
	font-size:12px;
	vertical-align:middle;
	position:relative;
	cursor:pointer;
}
.userspan a.user.online{
	background-image: url('images/user_online.gif');
}
.userspan a.user.silent{
	background-image: url('images/userv0.gif');
}
.userspan a.user.silent_online{
	background-image: url('images/userv0_online.gif');
}
.userspan a.user.banned{
	background-image: url('images/user01.gif');
}
#side_content_td .userspan a{ color: #ffffff; }

div#mytooltip{
	border:1px #888888 solid;
	background: url('images/ajax/indicator.gif') no-repeat center center #ffffff;
	z-index:10000;
	position:absolute;
	left:-9999px;
	top:0px;
	width:auto;
	height:auto;
	/*display:none;
	visibility:hidden;*/
	opacity:0;
	transition:0.35s linear opacity;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	-moz-box-shadow:2px 2px 4px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	-o-box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
div#mytooltip.ready, #jqtooltip.ready{
	background-image: none;
	opacity:1;
	transition:0.35s linear opacity;
}
div#mytooltip b.info {
	display: block;
	height: 13px; 
	width: 13px; 
	background: url('images/i.gif') 0 0 no-repeat;
	position: absolute;
	top:-13px;
	right:0px;
	cursor:pointer;
}
div#mytooltip .notice{
	padding:10px;
}
.userTooltipMmenu td{
	vertical-align:top;
	padding:10px;
	font-size:13px;
}
.userTooltipMmenu a.gbull{
	display:block; 
	color:#004080; 
	text-decoration:none; 
	background: url('nonstop/i/bullet1.gif') 0 4px no-repeat; 
	padding-left:15px;
	font-size:13px;
}
.userTooltipMmenu a.gbull:hover{
	background: url('nonstop/i/bullet0.gif') 0 4px no-repeat;
	text-decoration:underline; 
	color:#cc0000; 
}
.userTooltipMmenu hr{height:0px; border:0; border-top:1px #ccc solid;}

.userTooltipMmenu img.avatar{
	width: 200px;
}


#jqtooltip {
	display:none;
	width:180px;
	height:180px;
	padding:40px 30px 10px 30px;
	font-size:11px;
	background: url('images/ajax/indicator.gif') no-repeat center center #f0f0f0;
	border:1px #888888 solid;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	-moz-box-shadow:2px 2px 4px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	-o-box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
#jqtooltip.top {
	height:200px;
}

label{
	cursor:pointer;
}
label input{
	vertical-align:middle;
}

.input_dimmed {border: 1px solid #808080; color:#808080}
.input_active {border: 1px solid #808080; color:#000000; font-weight:bold;}

#capcha div {
	float:left;
}


.simple_button{
	background: #E7634A;
	border:0;
	height:40px;
	padding-left:35px;
	padding-right:35px;
	color:#ffffff;
	font-size:16.7px;
	font-family:Verdana;
	font-weight:normal;
	line-height:1px;
	cursor:pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.simple_button{
	display:inline-block;
	line-height:23px;
	padding-top:14px;
}
.simple_button:hover{
	background-position: 0 -50px; 
}
.simple_button:active{
	background-position: 0 -100px; 
}
.simple_button.pale{
	background-image: url('i/buttons/grey.png'); 
}
a.simple_button.pale{
	color:#ffffff;
}
.simple_button.gray{
background: rgb(153,153,153); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzgwODA4MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzZjNmM2YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZTJlMmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(153,153,153,1) 0%, rgba(128,128,128,1) 50%, rgba(108,108,108,1) 50%, rgba(46,46,46,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,153,153,1)), color-stop(50%,rgba(128,128,128,1)), color-stop(50%,rgba(108,108,108,1)), color-stop(100%,rgba(46,46,46,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(128,128,128,1) 50%,rgba(108,108,108,1) 50%,rgba(46,46,46,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(128,128,128,1) 50%,rgba(108,108,108,1) 50%,rgba(46,46,46,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(128,128,128,1) 50%,rgba(108,108,108,1) 50%,rgba(46,46,46,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(153,153,153,1) 0%,rgba(128,128,128,1) 50%,rgba(108,108,108,1) 50%,rgba(46,46,46,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#2e2e2e',GradientType=0 ); /* IE6-8 */
}
a.simple_button.gray{
	color:#ffffff;
}
.simple_button.green{
	background: #43a047; 
	color: #fff;
	font-weight: bold;
}
.simple_button.black{
	background: #000000; 
	color: #fff;
	font-weight: bold;
}
.simple_button.yellow{
	background: #ffd100; 
	color: #000;
	font-weight: bold;
}
.gray_button{
	background: url('i/buttons/b.png') 0 0 repeat-x; 
	border:1px #333333 solid;
	height:32px;
	padding-left:15px;
	padding-right:15px;
	color:#ffffff;
	font-size:13px;
	font-family:Verdana;
	font-weight:normal;
	line-height:1px;
	cursor:pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-right:10px;
}
.gray_button:hover{
	background-position: 0 -40px; 
}
.gray_button:active{
	background-position: 0 -80px; 
}
.gray_button.light{
	border-color:#999999;
	color:#333333;
	background-position: 0 -120px; 
}
.gray_button.light:hover{
	background-position: 0 -160px; 
}
.gray_button.light:active{
	background-position: 0 -200px; 
}





label.nicecheck{
	display:inline-block;
	background: transparent url(i/checkbox.png) no-repeat 0 8px;
	padding:8px 0 0 20px;
	cursor:pointer;
	color:#000000;
}
label.nicecheck.disabled{
	background-position:0 -54px;
	cursor:default;
}
label.nicecheck.checked{
	background-position:0 -24px;
}
label.nicecheck input{
	display:none;
}





/* REQUIRED BUTTON STYLES: */		
a.spriteBtn{
	display:inline-block;
}

button.spriteBtn, a.spriteBtn { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
	-moz-box-shadow:2px 2px 4px 0px rgba(0,0,0,0.7);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button.spriteBtn span, a.spriteBtn span{ 
	position: relative;
	display: block; 
	white-space: nowrap;	
	width:auto;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button.spriteBtn span {
		margin-top: -1px;
	}
}




/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
button.spriteBtn, a.spriteBtn { 
	padding: 0 20px 0 0; 
	margin-right:0px; 
	font-size:17px; 
	text-align: center; 
	background: transparent url('i/buttons/red_button.png') no-repeat right -162px; 
}
	
button.spriteBtn span, a.spriteBtn span {
	padding: 13px 0 0 20px; 
	height:31px; 
	background: transparent url('i/buttons/red_button.png') no-repeat left top; 
	color:#fff; 
}
	
button.spriteBtn:hover, a.spriteBtn:hover, button.spriteBtnHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -216px; 
}
	
button.spriteBtn:hover span, a.spriteBtn:hover span, button.spriteBtnHover span {
	background-position: 0 -54px;
}

button.spriteBtn.blue, button.spriteBtn.blue span, a.spriteBtn.blue, a.spriteBtn.blue span { 
	background-image:url(../images/buttons/btn_blue_sprite.png)
}
button.spriteBtn.blue span, a.spriteBtn.blue span { color:#1f5481 }

button.spriteBtn.darkblue, button.spriteBtn.darkblue span, a.spriteBtn.darkblue, a.spriteBtn.darkblue span { 
	background-image:url(../images/buttons/btn_darkblue_sprite.png)
}

.error_output{color:#cc0000}


/* FORUM */
table.ctbc {
	width:100%;
	border: 0;
	border-collapse:collapse;
	position:relative;
}
table.ctbc td{
	padding:0px;
}
table.ctbc.offt{
	display:none;
}

table.commtable {
	width:100%;
	border: 1px solid #cccccc;
	border-collapse:collapse;
}
table.commtable td{
	padding:4px;
	vertical-align:top;
}
table.commtable tr.plain td{ background:#e8e8e8;}
table.commtable tr.auth td{ background:#EAECD9;}
table.commtable tr.my td{ background:#f7eee4;}
table.commtable tr.offt td{ background:#b39569;}
table.commtable tr.offt.moder td{ background:#677BB6;}
table.commtable tr.hide td{ background:#b0b0b0;}
table.commtable span.controls{
	font-size : 90%;
}
table.commtable span.controls a{
	color:#0066FF;
	text-decoration:none;
}
table.commtable span.controls a:hover{
	color:#cc0000;
	text-decoration:underline;
}
table.commtable td.dt{
	font-size : 80%;
	text-align:right;
}
table.commtable td.dt time{
	display:inline-block;
}
table.commtable tbody tr:last-child td a{
	color:#DF4D32;
	text-decoration:none;
}
table.commtable tbody tr:last-child td a:hover{
	text-decoration:underline;
}
div.commtable {
	border: 1px solid #e5e5e5;
}
div.commtable.top{
	border-bottom:0;
	position:relative;
}
div.commtable.top.plain{ background:#e8e8e8;}
div.commtable.top.auth{ background:#EAECD9;}
div.commtable.top.my{ background:#f7eee4;}
div.commtable.top.offt{ background:#b39569;}
div.commtable.top.offt.moder{ background:#677BB6;}

div.commtable div.l{
	padding:4px 200px 4px 4px ;
}
div.commtable div.r{
	padding:4px;
	width:180px;
	position:absolute;
	right:0;
	top:0;
	text-align:right;
	font-size : 80%;
}
div.commtable.bot{
	border-top:0;
	padding:4px;
}
div.commtable span.controls{
	color:#808080;
	font-size : 75%;
	display:none;
}

#toggle_offtopics{
	display:none;
}

.delmtbl {height:10px; overflow:hidden; font-size:1px;}
.frepicon { 
/*	display:inline-block;
	cursor:pointer;
	background: url('images/reply.gif') no-repeat 0 0;
	width:13px;
	height:14px;
	vertical-align:middle;*/
}
.offtop { 
/*	display:inline-block;
	cursor:pointer;
	background: url('i/skull.png') no-repeat 0 0;
	width:14px;
	height:22px;
	vertical-align:middle; */
}

.ui-widget{
	font-size:70%;	
}
.ui-datepicker{
	font-size:100%;	
}
.ui-autocomplete-loading { background: white url('images/ajax/indicator.gif') right center no-repeat; }

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



.validatorError {
  /* supply height to ensure consistent positioning for every browser */
	width:350px;
	height:15px;
	font-size:11px;
	font-weight:bold;
	color:#CC0000;
	padding:1px 0;
	z-index:14000;
}
.validatorError p{
	margin:0;
}


.commentForm label {
    display: block;
    margin-bottom: 1px;
}
.commentForm label div.checker{
	margin-right: 1px;
	margin-top: -3px;
}
.commentForm label div.checker input[type=checkbox]{
	cursor:pointer;
}
.commentForm div.selector{
	float:left;
}
.commentForm div.comment_and_vote_about{
	float:left;
	padding-top:8px;
}
div#uniform-new_topic_forum.selector span{
	width:400px;
}
div#uniform-new_topic_forum.selector select{
	width:450px;
	cursor:pointer;
}

#dfpTopBanner{
	background-color:#ffffff; 
}
#dfpTopBanner .container{
	width:728px;
	margin:auto;
}
#dfpSkyScrapBanner .container{
	width:160px;
	margin: 0 auto  10px auto;
}
.dfpSideBanner{
	padding-bottom:16px; 
	text-align:center;
	background-color:#ffffff; 
}

.GoogleBanner{
	margin:auto;
}
.GoogleBanner.local{
	 background:#cccccc;
}
.GoogleBanner.size_728_90{
	width:728px;
	height:auto;
}
.GoogleBanner.local.size_728_90{
	height:98px;
}
.GoogleBanner.size_240_400{
	width:240px;
	height:auto;
	margin: 0 0 20px 0;
}
.GoogleBanner.size_240_400 > div{
	height:400px;
}
.GoogleBanner.local.size_240_400{
	height:400px;
}
.GoogleBanner.local.size_240_400:last-child{
	margin-top:10px;
}
.GoogleBanner.size_160_600{
	margin-top:10px;
	width:160px;
	height:auto;
}
.GoogleBanner.local.size_160_600{
	height:600px;
}
.GoogleBanner.size_1010_200{
	height: 200px;
}
.GoogleBanner.size_1010_200 iframe{
	width:100%;;
}

a.scrollhoch {
  background: none repeat scroll 0 0 #444444;
  bottom: 130px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	-moz-box-shadow:2px 2px 4px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	-o-box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  color: #c0c0c0;
  cursor: pointer;
  padding: 6px 0 8px 10px;
  position: fixed;
  width: 80px;
  z-index: 9999;
  text-decoration:none;
  right: -200px; 
  display: none;
  font-size:13px;
}
a.scrollhoch:hover {
  color: #ffffff;
}
a.scrollhoch .arrow-up {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #c0c0c0;
	margin:0 5px 2px 0;
	display:inline-block;
}
a.scrollhoch:hover .arrow-up {
	border-bottom: 5px solid #ffffff;
}

.add2text{
	margin-bottom:2px;
}
.add2text input{
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	display: inline-block;
	margin: 0 3px 0 0;
	background-color: #FFFFFF;
    font-size: 8pt;
    font-weight: bold;
    padding:3px 5px 1px 5px;
    color:#444444;
    background-image:    -moz-linear-gradient(top, #ffffff, #e0e0e0);
    background-image:    -webkit-linear-gradient(top, #ffffff, #e0e0e0);
    background-image:    -o-linear-gradient(top, #ffffff, #e0e0e0);
    cursor:pointer;
}
.add2text input:hover{
    background-image:    -moz-linear-gradient(top, #e0e0e0, #f8f8f8);
    background-image:    -webkit-linear-gradient(top, #e0e0e0, #f8f8f8);
    background-image:    -o-linear-gradient(top, #e0e0e0, #f8f8f8);
}
.add2text input:active{
    background-image:    -moz-linear-gradient(top, #c0c0c0, #d8d8d8);
    background-image:    -webkit-linear-gradient(top, #c0c0c0, #d8d8d8);
    background-image:    -o-linear-gradient(top, #c0c0c0, #d8d8d8);
}

.picabout{
	cursor:pointer; 
	font-weight:bold;
}
.picabouteditor textarea{
	height:50px; 
	width:100%;
}

.only_authorized_can_discuss{
	font-size:13px;
	background:#d6d6d6; 
	padding:20px; 
	text-align:center; 
	font-weight:bold; 
	margin-top:20px;
	line-height:160%;
}
.only_authorized_can_discuss img{
	padding: 0 7px 3px 0;
}
.only_authorized_can_discuss #uLogin0{
	padding: 0 8px;
	display: inline-block;
	vertical-align: middle;
}
.admtable{
	width:100%;
}
.admtable td{
	vertical-align:top;
	padding:3px 10px 3px 3px;
}
.admtable td.formName{
	padding:3px 10px 3px 0;
	text-align:right;
	width:15%;
}
.admtable td.formField{
	padding:3px 0 3px 0;
	width:85%;
}

.admtable.list_objects tr:nth-child(odd) td{
	background:#f8f8f8;
}
.admtable.list_objects tr:hover td{
	background:#f0f0f0;
}
.marginauto{
	margin:auto;
}
/*
.layout { position: relative; }
.layout > DIV { position: absolute; }
*/
.layout { overflow: visible ; }

#draftControls{
	width:200px;
	float:right;
}
#draftDeleter, #draftIndicator{
	display:none;
	margin:4px 4px 0 0;
	height:20px;
	float:right;
}
#draftDeleter{
	cursor:pointer;
	width:20px;
	background: transparent url(i/nonstop/icons_nonstop.png) no-repeat 4px -798px;
	opacity:0.5;
}
#draftDeleter:hover{
	opacity:1;
}

div.liker{
	display:inline-block;
	height:17px;
}
div.liker .b, div.liker .o {
	display:inline-block;
	vertical-align:bottom;
}
div.liker .b span{
	display:inline-block;
	width:16px;
	height:16px;
	background: transparent url(i/nonstop/icons_nonstop.png) no-repeat 0 -1090px;
	margin: 0 0 1px 4px;
	vertical-align:bottom;
}
div.liker .b span.l{
	background-position: 0 -1090px;
}
div.liker .b span.u{
	background-position: 0 -1110px;
}

div.liker.a .b span{
	cursor:pointer;
}
div.liker.a .b span.l{
	background-position: 0 -1090px;
}
div.liker.a .b span.u{
	background-position: 0 -1110px;
}
div.liker.a .b span.l:hover, div.liker.a .b span.l.my{
	background-position: -17px -1090px;
}
div.liker.a .b span.u:hover, div.liker.a .b span.u.my{
	background-position: -17px -1110px;
}
div.liker .o{
	margin: 0 0 0 4px;
	font-weight:bold
}
div.liker .o.p{
	color:#6BB800;
}
div.liker .o.n{
	color:#cc0000;
}
.upro{
	font-size:67%;
	vertical-align:30%;
	display:inline-block;
	margin-left:2px;
	color:#DF4F32;
}
.upro:after{
	content:'pro';
}
.upro.plus{
	color:#89C212;
}
.upro.plus:after{
	content:'pro+';
}
.upro.boss{
	font-size:100%;
	color:#808000;
	vertical-align:33%;
	line-height:70%;
	font-weight:normal;
}
.upro.boss:after{
	content:'';
}


.ui-dialog .ui-dialog-title {
	font-size:11px;
	line-height:14.3px;
}
#dialog-confirm p{
	margin-top:12px;
	font-size:9.5px;
	line-height:13px;
}

body.branding{
	position: relative;
}
body.branding a.brandingBG{
	background: url("images/Nonstop_Branding_bg.jpg") no-repeat scroll center 0 #000000;
	display: block;
	min-height: 100%;
	position: fixed;
	text-indent: -30000px;
	top: 0;
	width: 100%;
	z-index: 0;
}
body.branding a.brandingTop{
	display:block;
	width:1010px;
	height:200px;
	background: url('images/branding_banner.jpg') 0 0;
	margin:auto;
	z-index: 1;
	position: relative;
}
body.branding .wrap_div {
	width: 1010px;
	margin:auto;
	z-index: 1;
	position: relative;
	background-color: transparent;
}
body.branding .footer_table tr td:first-child{
	padding-left:10px;
}
body.branding .footer_table tr td:last-child{
	padding-right:10px;
}
body.branding .debug_output, body.branding .elapsed{
	display:none;
}




.ns-button{
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    border:1px #c2c2c2 solid;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
	padding: 16px 30px 15px !important;
    text-align: center;
    vertical-align: middle;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    color: #444444;
	text-shadow: rgba(255,255,255,1) 0 0px -1px;

background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2ViZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(236,235,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(236,235,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(236,235,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(236,235,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(236,235,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(236,235,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ecebed',GradientType=0 ); /* IE6-8 */

}
.ns-button:hover{
}
a.ns-button{
	font-weight:bold;
	margin:auto;
	font-size:16px;
	color:#ffffff !important;
}
.ns-button.blue{
	background: rgb(71,138,255); er: progid:DXImageTransform.Microsoft.gradient( startColorstr='#478aff', endColorstr='#3b7be2',GradientType=0 ); /* IE6-8 */
	box-shadow:none;
    border:none;
    color: #ffffff;
}


.ns-button.red{
	background: #FB444A;
    color: #ffffff;
    border: none;
	box-shadow:none;
}

.ns-button.green{
	background: #219653;
    color: #ffffff;
	text-shadow: none;
	box-shadow:none;
    border: none;
    border-radius:3px;
}

.ns-button.black{
	background: rgb(107,107,107); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZiNmI2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(107,107,107,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(107,107,107,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(107,107,107,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(107,107,107,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(107,107,107,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(107,107,107,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6b6b', endColorstr='#000000',GradientType=0 ); /* IE6-8 */

    border:1px #000000 solid;
    color: #ffffff;
	text-shadow: rgba(0,0,0,0.5) 0 -1px 1px;

}
.ns-button.orange{
	background: #E7634A;
    color: #ffffff;
	text-shadow: rgba(0,0,0,0.5) 0 -1px 1px;
}

.subscribeForm{
	margin-bottom:10px;
}
.subscribeForm .title{
	font-weight:bold;
	margin-bottom:9px;
}
.subscribeForm input[type=email]{
	padding:6px;
	border:1px #ccc solid;
	width:226px;
	margin-bottom:18px;
}

.nsicon{
	background: transparent url(i/nonstop/icons_nonstop.png) no-repeat 0 0;
}

.nsiconBefore{
	position:relative;
}
.nsiconBefore::before{
	display:block;
	content:'';
	width:15px;
	height:15px;
	background: transparent url(i/nonstop/icons_nonstop.png) no-repeat 0 0;
	position:absolute;
	left:0;
	top:0;
}

.nsicon.help{
	display:inline-block;
	width: 17px; 
	height: 17px; 
	vertical-align:middle;
	background-position: 0 -900px;
	cursor:help;
	position:relative;
}
.nsicon.help i, 
.help .helpinfo,
.upgrade h3.features span i{
	display:none;
	position:absolute;
	top:14px;
	left:-9999px;
	width:250px;
	background: #FAEFBD;
	border: 1px solid #F2C766;
	padding:13px;
	font-size:13px;
	line-height: 	19.5px;
	font-style: normal;
	color:#333;
	box-shadow:1px 1px 4px  rgba(0,0,0,0.3);
	opacity:0;
	transition:0.25s linear opacity; 
	z-index:2;
}
.nsicon.help:hover i, 
.help:hover .helpinfo,
.upgrade h3.features span:hover i
{
	display:block;
	left:10px;
	opacity:1;
	transition:0.25s linear opacity; 
}
.nsicon.help.top:hover i{
	top: auto;
	bottom: 14px;
}
.nsicon.help i a ,
#common_overlay_content .upgrade h3.features span i a{
	color:#4183d7;
	text-decoration: underline;
} 


#signup_form .social .nsicon.help, .only_authorized_can_discuss .nsicon.help {
	width: auto; 
	height: auto; 
	background: none;
	cursor:help;
	top:0;
	border-bottom:1px #eb5402 dashed;
	color: #eb5402;
	vertical-align:	baseline;
}

.only_authorized_can_discuss .nsicon.help i {
    width: 300px;
    text-align:left;
}
.comments.commentsWithBanner{
	padding-right:260px;
	position:relative;
	min-height:440px;
} 
.comments.commentsWithBanner .dfpCommentsSideBanner{
	position:absolute;
	top:40px;
	right:0;
	width: 240px;
}

.inlinePic{
	padding: 5px 0 10px 0;
}
.inlinePic.center{
	margin:auto;
}
.inlinePic.left{
	float:left;
	padding: 5px 15px 10px 0;
}
.inlinePic.right{
	float:right;
	padding: 5px 0 10px 15px;
}
.inlinePic > a > img{
	width: 708px;
}

@media screen and (min-width: 997px) {
	.inlinePic.wide{
		width: 99vw;
		transform: translateX(calc( ( 997px - 100vw ) / 2 ));
	}
	.inlinePic.wide > a > img{
		width: 99vw;
	}
	.inlinePic.wide .caption{
		width: 708px;
		transform: translateX(calc( ( 100vw - 997px ) / 2 ));
	}
}

.inlinePic .caption{
	font-size: 90%; 
	color: #888888; 
	line-height:1.4em;
	padding-top: 10px;
}

.cke_source {
    white-space: pre-wrap!important;
}
.cke_editable {
    border: 1px solid #c3c3c3;
    padding: 10px;
    font-family: Roboto; /* , Helvetica, Arial, Calibri, Verdana, sans-serif */
    font-size: 16px;
    line-height: 23px;
}
.cke_editable figure, .cke_editable p {
    padding-bottom: 20px;
    margin: 0;
}
.cke_editable figure img, .cke_editable p img {
    max-width: 100% !important;
    height: auto !important;
}


img.imgstarred{
	display:inline-block;
	vertical-align:text-top; 
	margin:3px 3px 0 0;
	
}

