@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Slab&display=swap');


	
@font-face {
  font-family: Vegur;
  src: url(/css/v.ttf);
}


html {
	height: 100%;
}
h1 {
  font-family: Arial;
  margin-top: 4px;
  margin-bottom: 1px;
  font-size: 1.2em;
}

body {
    margin: 0;
    padding: 0;
    height: 99.9%;
    margin: 0px auto 0;
}
img {
    border: 0;
}
a {
    text-decoration : none;
	color: blue;
}
a:hover {
    text-decoration : underline;
}
a.active {
}
.tlink > a {
  position: relative;
  color: #000;
  text-decoration: none;
}

.tlink > a:hover {
  color: #000;
}

.tlink > a:before {
    content: "";
    border-radius:10px;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: rgb(150,150,255);
    bottom: -2px;
    left: 0;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}
.tlink > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.link a {
    text-decoration : none;
    color : #000000;
}
.link a:hover {
}
.link a.active {
}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.menulink
{
	float:right;
	
}
.spacer {
	margin-top: 1px;
	border: 0px;
	border-right: 2px solid #dcdcdc;
	display:inline-block;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}
.openedMenuLink {

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #efefef) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #efefef 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#efefef');
	background-color:#dfdfdf;
}
#pList .pBox:hover
{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.pImg
{
	margin-right:5px;
	float: left;
}
.pImgBig
{
	margin-right:5px;
	height: 25px;
	float: left;
	vertical-align:middle;
}
#editText
{
	width:100%;
	height:700px;
}
.pName
{
	vertical-align:top;
	float: left;
	height:20px;
	width: 100px;
	margin-top: -2px;
}
.pHighscoreName { margin-top: -7px; }
.pHighscoreTName { margin-top: -5px; color:rgb(80,80,80); font-size: 9px; font-style:italic; }
@-moz-document url-prefix() {
.pHighscoreName { margin-top: -8px; }
.pHighscoreTName { margin-top: -7px; }
}
#groups {
    margin-bottom: 2px;
}
#grp {
    cursor: pointer;
    padding: 1px;
    font-size: 1.0em;
    display: inline-block;
    border-radius: 4px;
    margin: 2px;
    padding-left: 2px;
    padding-right: 2px;
    text-decoration: none;
    color: black;
    transition: 0.3s;
}
#grp:hover {
    transition: 0.3s;
    filter: brightness(75%);
}
.pInfo
{
	float: left;
	font: 0.8em vegur, arial, verdana, sans-serif;
}
.pTitle
{
	font-family: vegur, arial, verdana, sans-serif;
}
.pGroup
{
	font: 1em vegur, arial, verdana, sans-serif;
}
.notice
{
	font: 2em vegur, arial, verdana, sans-serif;
	font-style: italic;
}
.pBox
{
	background: rgb(195, 195, 195);
	font: 1.2em vegur, arial, verdana, sans-serif;
	width: 246px;
	padding: 5px;
	height: 18px;
	margin:5px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	float:left;
	overflow:hidden;
	white-space:nowrap;
}
.pHiScBox {
    border: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0px 0px 5px rgba(10,10,10,0.3);
}
.pBox.pCitizen
{
	background: rgb(0, 200,0);
	background: rgba(0, 200,0,0.2);
}
.pBox.pAdmin
{
	background: rgb(0, 0, 255);
	background: rgba(0, 0, 255,0.3);
}
.pBox.pMod
{
	background: rgb(0,255,255);
	background: rgba(0,255,255,0.2);
}
.pBox.pRegistered
{
	background: rgb(217, 217, 217);
	background: rgba(217, 217, 217, 0.8);
}
.pBox.pRegistered:hover
{
	background: rgb(216, 216, 216);
}
.pBox.pCitizen:hover
{
	background: rgb(216, 216, 216);
}
.pBox.pAdmin:hover
{
	background: rgb(216, 216, 216);
}
.pBox.pMod:hover
{
	background: rgb(216, 216, 216);
}
.pBox.pOnline:hover
{
	background: rgb(216, 216, 216);
}
.pBox.pOnline
{
	border-left: 2px inset green;
	border-right: 2px inset green;
	width: 176px;
}

.achieved {
  background-color: rgb(229,186,73);
  background-color: rgba(229,186,73,0.7);
}

.tophint {
	font-size:1.2em;
	margin-right: 20px;
}
#debug {

	position: fixed;
	max-height: 300px;
	overflow:auto;
	top: 5px;
	left: 5px;
	width: 300px;
	height: 300px;
	background: rgb(200, 200, 200);
	border: 1px solid #ff0000;
	z-index: 10000;
}
#loaderGif
{
	width:300px;
}
#infoWrap
{
    display:block;
    width:100%;
}
#pageheader
{
	height:70px; 
	background: url('../img/logo.png') 0px 0px no-repeat;
	background-repeat: no-repeat;
}
#logooverlay
{
    display: none;
    float:left;
	height:70px; 
	background: url('../img/blocks/Grass.png') 0px 0px no-repeat;
	margin-top: 6px;
    background-size: 38px !important;
    -moz-background-size: 38px auto !important;
    -o-background-size: 38px;           /* Opera 9.5 */  
    -webkit-background-size: 38px;           /* Safari 3.0 */  
	background-repeat: no-repeat;
    width: 335px;
    opacity:0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
    position: absolute;
}
#logooverlay2
{
    display: none;
    float:left;
	height:70px; 
	background: url('../img/blocks/Ice.png') 0px 0px no-repeat;
	margin-top: 6px;
    background-size: 38px !important;
    -moz-background-size: 38px auto !important;
    -o-background-size: 38px;           /* Opera 9.5 */  
    -webkit-background-size: 38px;           /* Safari 3.0 */  
	background-repeat: no-repeat;
    width: 335px;
    opacity:0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
    position: absolute;
}
.headerCenter {
	position: absolute; 
	margin-left:360px;
    margin-top: 4px;
}
.countdownCenter {
	padding: 3px; 
	text-shadow: 1px 1px 0px #fff;
	font: 1em vegur, arial, verdana, sans-serif;
		border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-khtml-border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-khtml-border-bottom-right-radius: 4px;    
    background: url(/mov.png);
background-position: left top;
background-size: 60px;
background-repeat: no-repeat;
padding-left: 60px;
}
.countdownCenter2 {
	padding: 2px; 
	text-shadow: 1px 1px 0px #fff;
	font: 1em vegur, arial, verdana, sans-serif;
	width: 330px;
	height: 50px;
	border: 1px solid #ccc;
	background-color: #eee;
}
.countdownself {
	width:240px;
	margin-left:15px;
	padding-top:3px;
}
.topright
{
	font: 0.7em vegur, arial, verdana, sans-serif;
	float:right;
    margin: 0px;
    padding:0px;
	margin-top: 4px;
    max-height: 24px;
    width: 550px;
		border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.link {
	border: 0px;
	display:inline-block;
	color:#777777;
	font-family:Arial;
	font-size:15px;
	margin-top: 1px;
	font-weight:bold;
	padding-top: 3px;
	height: 24px;
	padding-bottom: 2px;
	margin-right: 6px;
	margin-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration:none;
	text-shadow:1px 1px 0px #dfdfdf;
	padding-bottom: 1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.link.nomargin {
	margin-right: 0px;
}
.link:hover {
	background: rgba(243, 243, 243, 0.3) url('/img/gradient1.png') repeat-x top;
}
.link.active {
	border-top: 1px solid rgb(195, 195, 195);
	background: rgb(210, 210, 210) url('/img/gradient1.png') repeat-x top;
}
.sublink {
	border: 0px;
	display:inline-block;
	color:#000;
	font-family:Arial;
	font-size:13px;
	margin-top: 1px;
	font-weight:bold;
	height: 20px;
	padding: 6px;
	margin-left: 6px;
	text-decoration:none;
	text-shadow:1px 1px 0px #dfdfdf;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
}
.sublink.active {
	background: rgb(181, 181, 181) url('/img/gradient1.png') repeat-x top;
		border-radius: 3px;
	border-radius: 3px;
	z-index: 2;
}
.sublink a {
    text-decoration : none;
    color : #000000;
}
.sublink:hover {
	background: rgb(188, 188, 188) url('/img/gradient1.png') repeat-x top;
		border-radius: 3px;
	border-radius: 3px;
	z-index: 2;
}
.sublink a.active {
}
#pagenav
{
	    border-top-left-radius: 1px;
    border-top-right-radius: 1px;

    overflow:hidden;
	height:24px;
	margin: auto;
}
#pagenavouter
{
	background: rgb(233, 233, 233);
}
#pagesubnav
{
	background: rgb(210, 210, 210) url('/img/gradient2.png') repeat-x top;
	margin-top:-1px;
	margin-bottom:6px;
	border-top: 1px solid rgb(195, 195, 195);
	box-shadow: 0 0 12px rgba(0, 0, 0, .1);
}
#pagesubnavinner
{
	margin: auto;
}
#pagecontent
{

	font: 0.7em arial, verdana, sans-serif;
	padding:3px;
	min-height:650px;
}
#pagetop
{
	margin: auto;
}
.pagetopouter
{
	background: rgb(233, 233, 233);
}
#pagettop
{
	border: 0px;
	padding:0;
	margin:0;
    text-align:right;
    font-family: verdana;
    font-size: 0.7em;
    font-weight:bold;
    color: #eee;
	height: 10px;
	display:block;
	position:fixed;
	right:0;
	top: 0;
	z-index:3;
}
#a-stylesheet {
	margin-right: -	100px;
}
#oldpagewidth {
	background: #EEE;
	margin: auto;
	background: rgb(210, 210, 210);
	background: rgba(210, 210, 210, 0.98);
	margin-top:6px;
		border: 1px solid rgb(214, 214, 214);
	border-radius: 4px;
	box-shadow: 0 0 12px rgba(0, 0, 0, .1);
}
#pagewidth {
	margin: auto;
	margin-top:6px;
}
#loader
{
    overflow: hidden;
    position: absolute;
    height: 22px;
    white-space: normal;
    z-index: 9999;
    background: rgb(233, 233, 233);
    background: rgba(233, 233, 233, 0.8);
}
#mainPageWrap
{
	position:absolute;
	margin-top:10px;
	left:0px;
	width:100%;
	z-index: 1;
}
#backgroundimage
{
	height:2048px;
}
#loginbutton
{
	visibility:hidden;
	width:0px;
	height:0px;
	float:left;
}
#loginstatus
{
	font: 0.7em arial, verdana, sans-serif;
	width:60px;
	color: red;
	float:left;
	height: 18px;
	padding-right:5px;
	padding-left:5px;
	padding-top:5px;
}
#pagenavlogin
{
	float: right;
}
input.textwidget
{
	width:150px;
}
input, textarea, select { margin: 2px }
input, select { vertical-align: middle }
input[type=button], input[type=submit], input[type=reset] {
 background: rgb(233, 233, 233);
 color: #222;
 border: 1px outset rgb(199, 199, 199);
 padding: .1em .5em;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
 background: rgb(199, 199, 182);
}
input[type=button][disabled], input[type=submit][disabled],
input[type=reset][disabled] {
 background: rgb(241, 241, 241);
 border-style: solid;
 color: rgb(148, 148, 148);
}
input[type=text], input[type=password], input.textwidget, textarea { border: 1px solid #d7d7d7; background: #dddddd; }
input[type=text], input[type=password], input.textwidget { padding: 0.25em 0.5em }
input[type=text]:focus, input[type=password]:focus, input.textwidget:focus, textarea:focus {
 border: 1px solid #886;
 background: #ffffff;
}
.highscores {
	padding-left:30px;
}
.highscore {
	width: 465px;
	margin-left: 70px;
}
.highscore .pBox {
	width: 445px;
}
.highscore {
	float:left;
	height: 245px;
	background: rgb(238, 238, 238);
	margin:5px;
	margin-left: 70px;
	margin-bottom: 25px;
	padding:3px; 
    border-left: 2px rgba(255, 255, 255, 0.6) solid; 
    border-top: 2px rgba(255, 255, 255, 0.6) solid; 
    border-right: 2px rgba(0, 0, 0, 0.6) solid; 
    border-bottom: 2px rgba(0, 0, 0, 0.6)solid;
	
}
.highscore .pName {
	width: 20px;
}

.hsOuter
{
	width: 275px;
	margin-left: 70px;
}
.pScore { 
	text-align:right;
	margin-top: -2px;
}
.pRank {
	float:left; text-align:left; width:18px;
}
.pHighscoreIcon {
	margin-right:8px;
	margin-top:3px;
	float: left;
	height:32px;
}

.pSmallIcon {
	margin-right:8px;
	float: left;
	height:18px;
	margin-top: 1px;
	margin-left: 2px;
}
.statsDiv {
	float:left;
	background: rgb(233, 233, 233);
	margin:5px;
	padding:3px; border-left: 2px rgba(255, 255, 255, 0.6) solid; 
    border-top: 2px rgba(255, 255, 255, 0.6) solid; 
    border-right: 2px rgba(0, 0, 0, 0.6) solid; 
    border-bottom: 2px rgba(0, 0, 0, 0.6) solid;
	padding-left:8px;
	margin-left: 30px;
	
}
.pStatsListSmall {
	max-height: 318px;
	overflow-y:auto; 
	overflow-x:hidden;
	
}
.pStatsList {
    padding-bottom: 10px;
}
.overallStats {
    width: 340px;
    height: 670px;
}
.overallStats .pStatsList {
    height: 620px;
	overflow-y:auto; 
	overflow-x:hidden;
}
.overallStats .pBox {
    width: 302px;
    height: 20px;
    padding: 3px;
    margin: 1px;
    margin-left: 6px;
}
.overallStats .pBox .pName{
    height: 18px;
}
.blockStats .pBox {
    width: 202px;
    padding: 3px;
    height: 20px;
    margin: 1px;
    margin-left:16px;
}
.map_link {
    background-size: 24px;
    float: left;
    width: 160px;
    margin-top: 4px;
}
.map_link span {
 padding-left:30px;
    font-size: 1.8em;
}



.map_link span:hover {
}
.map_link:hover {
    
}
.gradient {
    background: rgb(233, 233, 233); /* Old browsers */
    background: -moz-linear-gradient(left,  rgb(233, 233, 233) 0%, rgb(210, 210, 210) 38%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(233, 233, 233)), color-stop(38%,rgb(210, 210, 210))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgb(233, 233, 233) 0%,rgb(210, 210, 210) 38%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgb(233, 233, 233) 0%,rgb(210, 210, 210) 38%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgb(233, 233, 233)0%,rgb(210, 210, 210) 38%); /* IE10+ */
    background: linear-gradient(left,  rgb(233, 233, 233) 0%,rgb(210, 210, 210) 38%); /* W3C */
}


.pageLnk {
    font-weight: normal;
    text-decoration: none;
    color: #747474;
    margin: 0 2px;
    padding: 0 2px;
    background-color: #EEE;
    border: 1px solid #BABABA;
    font-size: 0.9em;
    line-height: 1.5em;
}
.pageLnk.current {
    color: black;
    background-color: rgba(218, 231, 252, 1.0);
    border-color: rgb(236, 243, 253);
}
.fontX {
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 13px;
    line-height: 16px;
}
.pageFooter {
    background-color: rgba(128, 128, 128, 0.5); 
    font-size: 0.8em;
    width: 100%;
   margin: 0 auto;
    margin-top: 8px;
    position:relative;
   bottom:0;
   position:fixed;
   bottom:0px;
    border-collapse: collapse;
    cursor: pointer;
    text-decoration: none;
    z-index:0;
}
.pageFooter.a {
    color: rgb(255,0,0);
    font-size: 43px;
}


.avatarChar {
	width:16px;
	height:18px;
	margin-top:4px;
	display:block;
	float:left;
}
.lightBG {
	background: #F2FAFF url('/img/lightbg.png') repeat-x top;
}

.bgFrame .lightBG {
    background: none;
}

.profileTable {
	margin: 2px auto;
	width:100%;
	height:100%;
	font-size: 1.1em;
}
.nameCol {
	width:180px;
	font-size: 14px;
	padding-left:3px;
}
.memberLnk {
	text-decoration: none;
	color: #000;
	margin: 0 2px;
	padding: 0 2px;
	line-height: 1.5em;
}

.bgFrame {
    border-radius: 0.4em;
    background: rgba(255, 255, 255, 0.84);
    padding: 1em;
    box-shadow: 0 0 10px #747474cc;
}

/* banner Container */
#bannerContainer
{
	overflow: hidden;
}

#bannerDiv
{	
	background-position: center center;
	background-repeat: no-repeat;
	
	
	text-align: center;
	
	line-height: 4.6em;
	
	width: 100%;
	
	letter-spacing: -0.11em;
}

#bannerControls
{
	position: absolute;
	
	width: 100%;
	
	margin-top: -200px;
	
	pointer-events: none;
}

#bannerControls a
{
	display: block;
	
	width: 60px;
	height: 60px;
	
	font-size: 1em;
	
	text-align: center;
	
	color: #FFF;
	
	background-color: #000;
	
	opacity: 0.6;
}

#bannerControls a:hover
{
	text-decoration: none;
	
	opacity: 1;
}

#bannerControls #bannerNext
{
	float: right;
	
	pointer-events: auto;
}

#bannerControls #bannerPrev
{
	float: left;
	
	pointer-events: auto;
}
#bannerDiv .bannerLogo
{
	width: 100%;
	margin: 0 auto;
}
#bannerDiv .bannerSmall
{
	height: 70px;
	margin: 0 auto;
	cursor: hand; /* for earlier versions of IE */
    cursor: pointer; /* for, I think, IE 7+ and FF etc. */

}

#bannerDiv .bannerText
{
	 margin: 0 auto;
}

#bannerDiv .mediaLine
{
	position: relative;
	
	float: left;
	
	top: 25px;
	left: 15px;
	
	border: 5px solid #CCC;
	
	max-height: 197px;
	
	box-shadow: #333 1px 1px 2px;
}

#bannerDiv .topLine
{
	font-family: "Stratum1 Regular", Arial, sans-serif;
	
	font-size: 2.4em;
	
	color: #FFF;
	
	text-shadow: #333 2px 2px 3px;
}

#bannerDiv .midLine
{
	font-family: "Stratum1 Black", Arial, sans-serif;
	
	font-size: 8em;
	
	color: #FFF;
	
	text-shadow: #333 2px 2px 1px;
}
#bannerDiv .countdownLine
{
	font-family: "Stratum1 Black", Arial, sans-serif;
	
	font-size: 3em;
	color: #FFF;
	
	text-shadow: #333 2px 2px 1px;
}

#bannerDiv .bottomLine
{
	font-family: "Stratum1 Bold", Arial, sans-serif;
	
	font-size: 2.6em;
	
	color: #FFF;
	
	text-shadow: #333 2px 2px 3px;
}

#bannerDiv .buttonLine
{
	display: inline-block;
	
	border-width: 1px;
	border-style: solid;
	border-color: #D48520;
	
	font-family: "Stratum1 Medium", Arial, sans-serif;
	font-size: 17px;
	
	line-height: normal;
	
	background-color: #D48520;
	
	color: #FFF;
	
	padding: 7px;
	
	box-shadow: #333 1px 1px 2px;
}

#bannerDiv .buttonLine:hover
{
	color: #FFF;
	border-color: #FFF;
	
	text-decoration: none;
}

.countdownGrimlock{
	color: black;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 32px;
	top: 75px;
	left: 50%;
	font-weight: bold;
}

.countdownGrimlockR{
	color: black;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 32px;
	top: 75px;
	left: 50%;
	font-weight: bold;
}


.bgFrameBanner {
	background: rgba(233, 233, 233, 0.3);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
}
.usernameSpan {
	float: right;
	min-width: 80px;
}
.bgFrameBright {
	padding: 1px;
	border: 2px solid #F2FAFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
}
toggleCB {
	float: left; 
}
.memberRow {
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	color: #141414;
	line-height: 1.27;
	background-color: rgba(230, 230, 230);
	background-color: rgba(230, 230, 230, 1.0);
	padding: 10px;
	border-bottom: 1px solid #E4F0F7;
}
.memberRow:nth-child(odd) {
	background-color: rgba(215, 215, 215);
	background-color: rgba(215, 215,220, 1.0);
}

.selIDX {
	float: left;
}
.selIDX a {
	color: rgb(183, 183, 183);
}
.header {
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	margin: 0px;
	padding: 2px;
	height: 23px;
}
.highlightbg {
    background: rgb(195, 195, 195);
    background: rgba(233, 233, 233, 0.6) url('/img/bg_ice.png') repeat-x top;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    -khtml-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    -khtml-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
}
.header:hover {
	color: black;
	background-color: rgb(170, 170, 170);
}
.newLine {
	clear: both; float: left; display: block; position: relative;
}
	
.newsPost {
	margin: 4px;
	margin-bottom: 12px;
}
.OLDnewsHeader {
	background: rgb(195, 195, 195);
	background: rgba(195, 195, 195, 0.8) url('/img/gradient1.png') repeat-x top;
	margin: 0px;
	padding: 4px;
	height: 26px;
}
.bgFrame .newsHeader {
	/*background: *//*;*/
	/*background: *//* url('/img/gradient1.png') repeat-x top;*/
    padding: 8px;
    background: linear-gradient(#fff6, rgba(122, 122, 122, 0.2));
    margin: -10px -10px 5px; /* top, right + left, bottom */
    box-shadow: 0 5px 10px #0003;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.newsSubject {
    flex-grow: 1;
    font-family: 'Roboto Slab', sans-serif;
    font-size:1.6em;
    padding: 0 5px 0 28px;
    /*text-shadow: 1px 1px 3px #dfdfdf;*/
}
.newsDate {
	font-weight: bold;
    align-self: center;
	color: rgb(5,5,5);
    padding: 0 2px 0 3px;
    margin: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-left: solid 2px rgba(67, 67, 67, 0.6);
}
.newsAuthor {
	text-align: left;
	color: rgb(60,60,60);
	padding: 0px;
	margin: 0px;
}
.newsContent {
	/*background: *//*;*/
    font-family: 'Roboto', sans-serif;
	color: #141414;
	line-height: 1.3;
	/*background-color: rgba(230, 250, 255);*/
	/*background-color: rgba(230, 230, 230, 1.0);*/
	padding: 6px;
	padding-top: 10px;
	font-size: 14px;
    font-weight: 300;
}
.newsContent2 {
	font-family: 'Open Sans', 'Trebuchet MS', Helvetica, Arial, sans-serif;
	color: #141414;
	line-height: 1.3;
	padding: 6px;
	padding-top: 10px;
    font-weight: 300;
    font-size: 1.1em;
}
.compact {
	padding: 4px;
}
.newsFooter {
	font-weight:normal;
	margin-top: 10px;
	border-top: 1px dashed;
	border-top-color: rgb(177,177,177);
    margin-bottom: -10px;
}

.ui-widget { 
	font-family: Trebuchet MS, Tahoma, Verdana,Arial, sans-serif;
	font-size: 13px; 
}
.upgradeButton {
    margin: 0px; 
    padding: 0px; 
    width: 98%;
	height: 26px;
}
.upgradeButton.upgradeInactive {
    padding-left: 16px;
}
.upgradeButton.upgradeActive {
    padding-left: 16px;
}
.upgradeButton.upgradeInactive .ui-button-text {
    background-image: url('/img/upgrade_arrow_icon.png'); 
    background-repeat: no-repeat; 
    background-position: 8px 5px;
	font-size: 12px;
}
.upgradeButton.upgradeActive .ui-button-text {
    background-image: url('/img/check.png'); 
    background-repeat: no-repeat; 
    background-position: 8px 5px;
	font-size: 12px;
}
.upgradeButton .ui-button-text {
    font-weight: bold; 
	height: 16px;
}
.leftButtonText {
	top: 5px;
	left: 50px;
	position: absolute;
	height: 30px;
}
.rightButtonText {
	position: absolute;
	top: 5px;
	right: 8px;
}
.smallButton {
    margin: 0px; 
    padding: 0px; 
    width: 18px;
    height: 18px;
}
.smallButton .ui-button-text {
    padding: 3px;
    font-size: 0.82em;
    font-weight: bold;
}
.upgradeDiv {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    width: 276px;
}
.hiddenInput {
    padding: 0px;
    margin: 0;
    display: none;
    height: 0px;
    width: 0px;
}
.textwidgetlabel {
	float: right;
	margin-top:-2px;
	padding-left:20px;
	min-width: 80px;
	font-size: 14px
}
.textwidget.usernameInput {
	padding-top: 0.15em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.textwidget.passwordInput {
	padding-top: 0.15em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.rankStars {
	position:absolute;
	float:left;
	padding-left:125px; 
	padding-top:2px;
}
.premiumStar {
	width:16px;
	height:16px;
	vertical-align:middle;
	margin-top:-7px;
}
.loginProfileLink {
	padding: 0px;
	padding-left: 2px;
	padding-right: 3px;
	border: 0px;
	display:inline-block;
	text-decoration:none;
	text-shadow:1px 1px 0px #dfdfdf;
	font-size:1.4em;
	font-weight:bold;
	cursor:pointer; 
	margin-top: 2px;
}
.loginIcon {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-top: 2px;
}
.nagvote {
  -webkit-transition-property:color; -webkit-transition-duration: 1s, 1s; -webkit-transition-timing-function: linear, ease-out;
}
.nagvoteActive {
  color: rgb(255,4,4) !important;
  -webkit-transition-property:color; -webkit-transition-duration: 1s, 1s; -webkit-transition-timing-function: linear, ease-in;
}
.menu_img {
    width:16px;
    height:16px;
    float:left; 
	margin-right: 2px;
    margin-top: -1px;
    background-size: 16px !important;
    -moz-background-size: 16px auto !important; 
    -o-background-size: 16px;           /* Opera 9.5 */  
    -webkit-background-size: 16px;           /* Safari 3.0 */  
    -moz-background-size: 10%;
}
.smallSubNav
{
    height: 32px;
}

.smallLink
{
    letter-spacing:-0.01em;
    padding-left: 3px;
    padding-right: 3px;
    margin-left: 1px;
    background: rgb(181, 181, 181) url('/img/gradient1.png') repeat-x top;
    border-radius: 3px;
    z-index: 2;
    border: 1px solid rgb(212,212,212);
    border: 1px solid rgba(212,212,212,1);
}


.bigSubNav
{
    height: 68px;
}

.smallWideImage
{
    width: 575px;
}

.pageNavBar {
    padding-top: 5px;
    color: rgb(0, 0, 0);
    font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    text-shadow: 1px 1px 0px #dfdfdf;
    padding-top: 4px;
    font-weight: bold;
}

.shopDetailedImg {
    width: 575px;
}

.fixedWidthContent {
    width: 994px; 
    margin-left: auto; 
    margin-right: auto;
}

.fb-like{
	background-image:url("../img/facebookfind.png");
    	background-size: 100px;
    	background-repeat: no-repeat;
	width: 100px;
	height: 20px;
}

.downloadButton {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border: black;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    width: 220px;
    margin: 5px auto;
    padding: 5px;
    box-shadow: #0000001f 3px 3px 10px;
}

.downloadButton:hover {
    text-decoration: none;
    background-color: black !important;
}

.dbItem {
    padding: 6px;
}