a, a:HOVER {
  color: #518895;
  text-decoration: none;
}

a:HOVER {
  text-decoration: underline;
}

table td {
}

fieldset{
  position: relative;
}

fieldset, img{
  border: 0px;
}

.required{
	background: url("/res/images/website/required.gif") no-repeat 0px 5px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

.not-required{
	padding-left: 10px;
	padding-right: 10px;
	float: left;

}

.container {
    width: 903px;
    margin: auto;
    padding-top: 56px;
    padding-left:75px;
}

.container .main{
  width: 903px;
  background-color:white;
}

.gameScreenMain{
  width: 957px;
  margin: auto;
  padding-top: 56px;
}

.clearer{
  overflow: hidden;
  clear: left;
    font-size:1px;
}

/* HEADER */

.header{
  background: url("/res/images/website/header_bg.jpg") repeat-x;
  width: 903px;
  height: 114px;
  position: relative;
}

.gameScreenHeader{
  background: url("/res/images/website/header_bg.jpg") repeat-x;
  width: 802px;
  height: 114px;
  position: relative;
}

.header .right{
  background: url("/res/images/website/header_right_bg.jpg") no-repeat;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 8px;
  height: 114px;
}

.gameScreenHeader .right{
  background: url("/res/images/website/header_right_bg.jpg") no-repeat;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 8px;
  height: 114px;
}

.header .logo{
  background: url("/res/images/website/logo.jpg") no-repeat;
  position: absolute;
  bottom: 0px;
  left: -76px;
  width: 253px;
  height: 162px;
}

.gameScreenHeader .logo{
  background: url("/res/images/website/header_left_bg.jpg") no-repeat;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 8px;
  height: 114px;
}

.header .forgot{
  display: block;
  color: #FFFFFF;
  z-index: 2;
}

/* LOGIN FORM */
.loginForm {
  position: absolute;
  top: 10px;
  right: 1px;
  float: right;
}

.loginForm A, .loginForm A:Visited {
  color: #FFFFFF;
}

#loginForm {
  width: 160px;
  height: 73px;
}

.loginForm, #loginForm TD{
  color: #FFFFFF;
  height: 17px;
}

#loginForm .text{
  border: 1px solid #999999;
  width: 99px;
  height: 14px;
}

#loginForm .submit{
  background: transparent;
  border: 0px;
  color: #FFFFFF;
  font-weight: bold;
  cursor: pointer;
  height: 15px;
}

.beta_text {
  position: relative;
  line-height: 55px;
  top: 73px;
  height: 43px;
  padding-left: 10px;
/*  padding-right: 11px;*/
  margin: auto;
  float: left;
  font-family: arial;
  font-size: 9pt;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
}


.addThis {
	position:relative;
	line-height: 55px;
	float: left;
	height: 43px;
	margin: auto;
    top: 73px;
	padding-left: 10px;
}
.addThis img {margin-top: 19px;}


.tickerContainer {
  position: relative;
  float:right;
  right:160px;
  top: 92px;
  margin: 0; padding:0;
  font-family: arial;
  font-size: 9pt;
  font-weight: bold;
  color: #a7e059;
  text-decoration: none;
  width: 150px; height:20px;
  overflow: hidden;
}

.tickerContainer { color: #ffffff; }
.tickerPlayer { color: #fcff4a; }
.tickerMoney { color: #fcff4a; }
.tickerGame { color: #fcff4a; }


#pSoundcontrol { float: left; padding-right: 3px; }
#pSoundcontrol img { cursor: pointer; }



/* HEADER MENU */
.header .menu{
  position: relative;
  top: 71px;
  margin: auto;
/*  width: 600px;*/
  float: left;
	padding-left: 20px;
}

.header .menu li{
    /* margin-top: 10px; */
  height: 43px;
  float: left;
  list-style: none;
  letter-spacing: 1px;
  padding-left: 18px;
  padding-right: 5px;
  line-height: 55px;
  background: url("/res/images/website/menu_bullet.gif") no-repeat 4px 24px;
}

.header .menu a{
  font-family: arial;
  font-size: 9pt;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
}

.header .menu a:hover {
  color: #DDAA44;
}

.header .menu .current_tab {
  color: #DDAA44;
}

.header .menu li.current{
  background: url("/res/images/website/menu_current_bg.gif") repeat-x;
  overflow: hidden;
  color: #DDAA44;
  font-family: arial;
  font-size: 9pt;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 7px;
  padding-right: 5px;
  line-height: 57px;
}

.header .menu li.current A{
    color: #DDAA44;
}

.header .menu li.left{
  width: 15px;
  list-style: none;
  padding-left: 0px;
  padding-right: 0px;
  background: url("/res/images/website/menu_left.gif") no-repeat;
  overflow: hidden;
}

.header .menu li.right{
  width: 20px;
  list-style: none;
  padding-left: 0px;
  padding-right: 0px;
  background: url("/res/images/website/menu_right.gif") no-repeat;
  position: static;
  overflow: hidden;
}

/* CONTENT */

.content{
  background: #FFFFFF;
  min-height: 575px;
  position: relative;
}

* html .content{
  height: 575px;
}

/* FOOTER */
.footer{ margin-bottom:5px; text-align: center; color: #878787; line-height: 17px; letter-spacing: 1px; }
.footer a { text-transform: lowercase; color: #878787; margin-left: 5px; margin-right: 5px; }
.footer a:hover { color: #DDAA44; }

/* GENERAL TABLE */
.general {
	width: 100%;
}

.general .left{
  /*width: 314px;*/
	width: 314px;
	margin-left: 15px;
}

.general .center{
  width: 290px;
}

.general .right
{
}


.general .left_column
{
	width: 340px;
}
.general .center_column
{
	width: 303px;
}
.general .right_column
{
	width: 255px;
}


.general td{
  vertical-align: top;
}

.general ol,ul{
  margin-left: 35px;
  margin-top:10px;
  margin-bottom:10px;
}

.general .link_top{
  margin-top:10px;
  margin-bottom:10px;
}

/* QUIZ */

.quiz_image {
    width:131px;
    height:77px;
}

.content .quiz{
  border: 1px solid #000000;
  width: 302px;
  min-height: 78px;
  margin-bottom: 10px;
    margin-right:5px;
    margin-left:5px;
}

* html .content .quiz{
  height: 78px;
}

.content .quiz img{
  float: left;
}

.content .quiz .description{
  margin-left: 136px;
  min-height: 58px;
  padding-top: 13px;
  padding-bottom: 7px;
  padding-right: 30px;
  position: relative;
}

* html .content .quiz .description{
  height: 58px;
}

.content .quiz .button{
  position: absolute;
  display: block;
  right: 0px;
  bottom: 0px;
}

.content .quiz .head{
  color: #000000;
  line-height: 14px;
  padding-left: 3px;
}

.content .quiz .head span{
  color: #FF0000;
}

.content .quiz .cont{
  color: #949494;
  line-height: 14px;
  padding-left: 3px;
  padding-right: 3px;
}


/* CENTER CONTENT */

.content .logo{
  border: 1px solid #000000;
  width: 289px;
  height: 200px;
  left: 302px;
  top: 14px;
  background: url("/res/images/website/big_logo.gif") no-repeat;
}

/* RIGHT CONTENT */

.content .right{
  width: 239px;
}

/* BLOCK */

.content .block, .content .block2{
  border: 1px solid #D0D0D0;
  background: url("/res/images/website/block_head_bg.gif") repeat-x;
}
.content .block2 {
  background: url("/res/images/website/block_head_bg2.gif") repeat-x;
}

.content .block .head, .content .block2 .head{
  height: 22px;
  line-height: 24px;
  padding-left: 16px;
  background: url("/res/images/website/block_head_bullet.gif") no-repeat 4px 8px;
  font-family: arial;
  font-weight: bold;
  font-size: 9pt;
  color: #FFEE00;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.content .block2 .head{
  line-height: 20px;
  padding-left: 30px;
  background: url("/res/images/website/block_head_bullet2.gif") no-repeat 10px 3px;
  color: white;
  text-transform: none;
  letter-spacing: 1px;
}


* html .content .block .head, * html .content .block2 .head{
  line-height: 22px;
}

.submit{
  background: transparent;
  border: 0px;
  font-size: 8pt;
  font-family: arial;
  font-weight: bold;
  color: #65AF24;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  /*display: block;*/
  background: url("/res/images/website/block_bullet.gif") no-repeat 0px 4px;
  margin-left: 14px;
  padding-left: 20px;
  text-align:left;
}

.submit_black {
  background: transparent;
  border: 0px;
  font-size: 11px;
  font-family: arial black;
  color: #65AF24;
  cursor: pointer;
  /*display: block;*/
  background: url("/res/images/website/block_bullet.gif") no-repeat 0px 4px;
  margin-left: 14px;
  padding-left: 20px;
}

:root .block .submit{
  background: url("/res/images/website/block_bullet.gif") no-repeat 0px 4px;
}

* html .block .submit{
  padding-left: 10px !important;
}

.content .msg{
  padding: 15px;
  font-family: tahoma;
  font-size: 8pt;
  color: #65AF24;
}

/* PRACTICE REGISTER FORM */

.regErrors{
  padding-left: 14px;
  padding-right: 14px;
  font-size: 8pt;
  font-family: tahoma;
  color: #65AF24;
  color: red;
  padding-bottom: 10px;
}

.regErrors .item{
  padding-left: 10px;
}

#cashRegisterForm .practiceGenderTable { width: 315px; }
#cashRegisterForm .practiceGenderTable .row2 { text-align: right; }

* html #practiceRegisterForm .checkbox{  border: 0px; }

/* RECENT WINNERS BLOCK */
.panel{
  width: 100%;
  margin-top: 4px;
}

.panel select{
  width: 100%;
}

.panel td.head{
  background-color:#9d9d9d;
  height: 18px;
  vertical-align: middle;
  color: #000000;
  font-weight: bold;
  padding-left: 2px;
  text-align: left;
}

.panel .sum{
  width: 55px;
}

.panel .name{
  padding-left: 32px;
}

.panel tr.odd{
  padding-left: 15px;
  background-color: #dadad0;
  height:20px;
}

.panel tr.even{
  padding-left: 15px;
  background-color: #ffffff;
  height:20px;

}

.cont a {
  color: #3bc41c;
}

.tableHeader TD {
  background-image: url("/res/images/website/table_title_bg.png");
  background-repeat: repeat-x;
  border-right: 1px solid #e8ce18;
  height: 19px;
  color: Black;
  border-left: 1px solid white;
  font-weight: bolder;
  vertical-align: bottom;
  padding-left: 3px;
  padding-right: 3px;
}

.tableHeader IMG {
  padding-right: 2px;
}

H4.section {
  background-color: #DCDCDC;
  padding-left: 15px;
  color: #425261;
  font-family: tahoma;
}

div.line {
  height: 1px;
  border-bottom: 1px solid #e8b906;
}

.noborder {
  border: 0px solid white !important;
}

h1 { font-size: large; }
h2 { font-size: x-large; }
h3 { font-size: large; }
h4 { font-size: larger; }

.message {
  position: absolute;
  left: 50%;
  top: 100px;
  width: 500px;
  margin-left: -250px;
  height: 200px;
  font-weight: bolder;
  font-family: Tahoma;
  font-size: 12pt;
}

.message .button {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.langPanel {
  font-weight: bolder;
  color: white;
  position: absolute;
  top: 92px;
  right: 5px;
}

.langPanel A{
  font-weight: normal;
  color: white;
}

p {
  text-align: justify;
}



.footer_description {
  text-align: center;
  color: #878787;
}

/* spellerquiz */
.spellerquiz .top_divs
{
	width: 416px;
	height: 168px;
	background-color: #f6f6e3;
}

.spellerquiz .top_divs .text_content
{
	margin: 20px 20px 20px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

.spellerquiz .formtext
{
	width: 547px;
}

.spellerquiz .formtext .formtable
{
	margin: 20px 20px 0px 20px;
	height: 145px;
	width: 520px;
}

.spellerquiz_input
{
	width: 215px;
}


.spellerquiz .quizexample
{
	margin-left: 10px;
	width: 290px;
	height: 213px;
}


/* register form */

.registerform .avatarcontrolimage
{
	margin-top:56px;
	margin-left: 5px;
	cursor:pointer;
}

.registerform div.privacypolicy
{
	visibility: hidden;
}

.avatarcontrolimageupdate
{
	margin-top:56px;
	margin-left: 5px;
	cursor:pointer;
}

.registerform .star
{
	margin-right:0px;
}

.registerform .bonustable tr td
{
	vertical-align: middle;
}

/* GLOBAL */

img {
border : none;
}






/* quizwinners_page_oefenhome_6.html */

#cash-player
{
	width:307px;
	height:185px;
	background-repeat:no-repeat;
	background-position: top left;
	float: left;
	color:#303433;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}

#practice-player
{
	width:307px;
	height:185px;
	background-repeat:no-repeat;
	background-position: top left;
	float: left;
	color:#303433;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}

.PJTresults
{
	text-decoration: none;
}

.PJTresults a:link
{
	text-decoration: underline;
}

.PJTresults a:hover
{
	color: blue;
}

.privacy a
{
	color: #000000 !important;
	text-decoration: underline;
}

/* Tell a Friend */
.ptaf
{
    padding-bottom:10px;
}

td.taf_useremail
{
    height:50px;
    vertical-align:top;
}

.taf_message
{
    width:99%;
    height:95px;
    margin-bottom: 5px;
}

/* Home page new */
.hp-top {
    width: 882px;
    height: 195px;
    background-image: url('/res/images/website/home/_top_bg.gif');
    background-position: middle left;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.quizzes-box-top {
    width: 557px;
    height: 42px;
}

.quizzes-box-middle {
    width: 545px;
    border-left: 2px solid #999999;
    border-right: 2px solid #999999;
    padding-left: 5px;
    padding-right: 3px;
    padding-top: 5px;
}

.quizzes-box-bottom {
    width: 557px;
    height: 11px;
}

.new-box-top {
    width: 317px;
    height: 42px;
}

.new-box-middle {
    width: 313px;
    border-left: 2px solid #999999;
    border-right: 2px solid #999999;
    text-align: center;
    padding-top: 5px;
}

.new-box-bottom {
    width: 317px;
    height: 11px;
}

/*  Challenge notification  */
#challenge-notification {
    position: fixed;
    z-index: 1000000;
    background-image: url('/res/images/website/challenge/notification/bg.gif');
    vertical-align: top;
}

#challenge-notification div.chn-head {
    padding-top: 2px;
    padding-left: 30px;
    font-weight: bold;
    width: 100px;
    float:left
}

#challenge-notification div.chn-close {
    float: right;
    margin-right: 5px;
    font-weight: bold;
}

#challenge-notification div.chn-body {
    padding-top: 10px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
}

#challenge-notification div.chn-body div.chn-avatar{
    width: 70px;
    height: 70px;
    border: 3px solid #3c3c3c;
    float: left;
    text-align: center;
}
#challenge-notification div.chn-body div.chn-info{
    float: left;
    margin-left: 4px;
}
#challenge-notification div.chn-body div.chn-info div.chn-info-line{
    font-weight: bold;
    margin-bottom: 2px;
    color: #333333!important;
}
#challenge-notification div.chn-body div.chn-info div.prj{
    font-size: 14px;
    margin-bottom: 4px;
}
#challenge-notification div.chn-body div.chn-info div.plr{}
#challenge-notification div.chn-body div.chn-info div.rank{}
#challenge-notification div.chn-body div.chn-info div.points{}
#challenge-notification div.chn-body div.chn-btn{
    text-align: right;
}

/* Login form */
#loginform{margin-top: 10px;}
#loginform .tc{background-image: url('/res/images/website/profile/loginform/top_bg.jpg'); background-repeat: repeat-x; color:#333333; font-family:tahoma; font-size:18px; font-weight:bold; text-align:center; vertical-align:middle;}
#loginform .l{background-image: url('/res/images/website/profile/loginform/left_bg.jpg'); background-repeat: repeat-y;}
#loginform .r{background-image: url('/res/images/website/profile/loginform/right_bg.jpg'); background-repeat: repeat-y;}
#loginform .c{background-image: url('/res/images/website/profile/loginform/center_bg.jpg'); background-repeat: no-repeat; background-position: left top; background-color: #f2f2f2; padding-top: 10px;}
#loginform .b{background-image: url('/res/images/website/profile/loginform/bottom_bg.jpg'); background-repeat: repeat-x;}
#loginform ul{margin: 0px; margin-left: 10px; padding: 0px!important; list-style-type: none; color: red;}



/* LCD Ticker */
div.lcdTicker { position: absolute; float: left; top: 12px; overflow: hidden; left: 180px; height: 30px; padding-top:35px; padding-left: 70px; width: 398px; }

/* Homepage quizzes box */
.quiz-box-v2 { float: left; margin-right: 2px; margin-bottom:5px; width: 270px; height: 107px; background-image: url('/res/images/website/home/quiz/_bg.gif'); background-repeat: no-repeat; background-position: left; }
.quiz-box-v2 table td.quizimage { vertical-align: top; width: 132px; height: 64px; padding-left: 3px; padding-top:3px; }
.quiz-box-v2 table td.quiztext { vertical-align: top; padding-left: 10px; padding-top: 3px; padding-right:2px; }
.quiz-box-v2 table td.quizbtns { padding-left: 3px; vertical-align: middle; height: 40px; }


td.quiztext  h2 { margin:0; padding:0; font-size: 11px; }


h2.faq {
    font-size: larger;
}

/* Profile update form */

#cashRegisterForm fieldset{
    padding-top: 10px!important;
    padding-bottom: 10px;
    width: 329px;
}

#cashRegisterForm label{
    display: block;
    float: left;
    font-family: arial;
    font-size: 8pt;
    color: #000000;
    width: 126px;
    line-height: 20px;
}

#cashRegisterForm .text{
    border: 1px solid #A8A8A8;
    width: 198px;
}

#cashRegisterForm select{
    border: 1px solid #A8A8A8;
    width: 199px;
    font-size: 7pt;
}

#cashRegisterForm .checkbox{
    width: 14px;
    height: 14px;
    border: 1px solid #A8A8A8;
}

* html #cashRegisterForm .checkbox{
    border: 0px;
}

#cashRegisterForm textarea{
    border: 1px solid #A8A8A8;
    margin: 12px;
    margin-bottom: 0px;
    width: 305px;
    height: 150px;
    overflow-x: hidden;
}

#cashRegisterForm .licenseLabel{
    display: inline;
    float: none;
    padding: 0px;
    margin: 0px;
    line-height: 12px;
}

#cashRegisterForm #license{
    margin-left: 14px;
}

#cashRegisterForm .rf{
    padding-left: 15px;
    font-family: tahoma;
    font-size: 8pt;
	font-style: italic;
	margin-top: 20px;
}

#tellFriendForm input.no_width {
	width:auto;
}

/* Player profile tooltip */
.playerinfo {
     height:124px;
     width:254px;
     padding: 5px;
     background-image: url('/res/images/website/profile/public/callout/bg.gif');
     background-position: top;
     background-repeat: no-repeat;
 }
 
 