* {
	margin:0;
	padding:0;
}

html {
	height:100%;
}

body {
	text-align: center;
	font-family: Arial;
	font-size: 0.75em;
	color:#72695c;
	background:url("../img/Knight/BG.png");
	background-position:top center;
}

::selection {
	background: #f5b82d;
	color:#FFF;
}
::-moz-selection {
	background: #f5b82d;
	color:#FFF;
}

#obererbg {
width:100%;
	height:111px;
	margin-top:0px;
	padding-top:80px;
}


}

ul {
	margin-left:15px;
	margin-bottom:10px;
}

a {
	text-decoration:none;
	color:#896e30;
	font-weight: bold;
	text-shadow: 1px 0px 2px #000, 1px 0px 2px #000, 1px 0px 2px #000;
	font-size:13px;
}

a:hover {
	color:#b47831;
	text-decoration:underline;
}

input {
	border:none;
	color:#72695c;
	font-size:10px;
	padding:2px;  
	font-family:Arial;
	width:283px;
	height:37px;
	background:url("../img/Knight/input.png") no-repeat;
	text-align:center; 
}

input[type="submit"], input[type="reset"]{
	width:81px;
	height:34px;
	background:url("../img/Knight/Buttons.png") no-repeat;
	background-position:0 0;
	font-size:12px;
	color:#807159;
	text-shadow: 1px 0px 2px #000, 1px 0px 2px #000, 1px 0px 2px #000;
	font-weight:bold;
	cursor:pointer;
}

input[type="submit"]:hover, input[type="reset"]:hover {
	background:url("../img/Knight/Buttons.png") no-repeat;
	background-position:0 -34px;
	color:#efa532;
}

input[type="submit"]:active , input[type="reset"]:active {
	background:url("../img/Knight/Buttons.png") no-repeat;
	background-position:0 -68px;
	color:#efa532;
}

textarea {
  border:1px solid #CECECE;
  background:#F3F3F3;
  font-size:0.8em;
  padding:2px;
  font-family:Arial;
  color:#000;
}

select {
  border:1px solid #CECECE;
  background:#F3F3F3;
  font-size:0.8em;
  padding:2px;
  font-family:Arial;
  color:#000;
}

iframe.pscCheck {
  width:100%;
  height:500px;
  border: 1px solid #848484;
}

div#naviplatzhalter {
  float:left;
  width:100px;
  height:40px;
}

#framers {
	height:100%;
	
}

div#bgLine {
  position:absolute;
  z-index:-999;
  top:53px;
  background:url('../img/Knight/bg.html');
  height:146px;
  width:100%;
}

.boxright {

  width:150px;
  background:#000;
  border:1px solid #000;
  float:right;

}

.lager {
  width:auto;
}

.lager td {
  width:25px;
  height:25px;
  line-height:25px;
  vertical-align:middle;
  text-align:center;
}

#header {
	width:320px;
	height:120px;
	margin:0 auto 50px auto;
}

#logo {
	margin-top:40px;
	margin-left:20px;
	width:500px;
	height:122px;
	background:url("../img/Knight/logo.png") no-repeat;
	opacity:0.7;
	transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

#logo a {
  display:block;
  width:312px;
  height:119px;
}

#logo:hover {
	opacity:1.0;
}

div#loginnav {
	position:relativ;
	background:url("../img/Knight/login_bar.png") no-repeat;
	width:344px;
	height:32px;
	margin-left:325px;
	margin-top:-80px;
	z-index:10;
}

#log_in a  {
	color:#efa532;
	font-size:13px;
	text-align:left;
}

#login_form {
	position:absolute;
	margin-top:-1px;
	margin-left:1px;
	width:261px; height:156px;
	background:url("../img/Knight/login_dd.png") no-repeat;
	display: none;
	z-index:9;
}

div#loginbar { 
  float:right;
  width:327px;
  height:248px;
  color:#FFF; 
  color: #A9A9A9;  
  margin-right: 19px;
  margin-top:-268px
}

div#head {
  height:146px;
  background:#04BF45;
  color:#FFF;
  background:url('../img/Knight/banner.html');
}


div#navi {
  height:80px;
  color:#FFF;
  background:url('../img/Knight/Navi.png') no-repeat;
  text-align:center;
  width:1031px;
  margin:-185px auto;
  font-family: Georgia;
}

div#navi ul {
  margin-left:auto;
  margin-right:auto;
  list-style:none;
}

div#navi ul li {
	margin-left:auto;
	margin-right:auto;
}

div#navi li {
    display:inline-block; 
}

div#navi a {
	display:block;
	color:#7f6a59;
	font-size:12px;
	text-shadow: 1px 0px 3px #000, 1px 0px 3px #000, 1px 0px 3px #000;
	line-height:80px;
	padding:0px 23.5px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

div#navi a:hover {
	background:rgba(255,166,12,0.1);
	color:#f5b82d;
}

div#head h1 {
  line-height:164px;
  font-size: 3em;
  font-weight: bold;
  padding:0;
  margin:0 20px;
  visibility:hidden;
}

div#isleft {
  float:left;
  width:20%;
}

div#isleft h2 {
  font-size:1em;
  color:#444;
  border-bottom: 2px solid #C0C0C0;
  border-left:none;
  color:#02555E;
  background:none;
}

div#isleft ul {
  list-style:none;
  margin:0;
  padding:0;
}

div#isleft ul li {
  line-height:25px;
  height:25px;
  margin-bottom: 5px;
}

div#isleft ul li a {
  display:block;
  text-decoration:none;
  background:#D8D8D8;
  padding-left:10px;
  border-right: 5px solid #B8B8B8;
}

div#isleft ul li a:hover {
  background:#B8B8B8;
  border-right: 5px solid #D8D8D8;
}

div#isright {
  float:right;
  width:79%;
}

h2 {
  color:#212121;
  font-size:12px;
  padding:5px;
  margin: 10px 0;
  background:#E6E6E6;
  border-left: 10px solid #5A5A5A;
  clear:both;
}

h3 {
  font-size: 1em;
  font-weight:bold;
  color:#222;
  margin: 5px 0;
  padding:0;
  clear:both;
}

h4 {
  font-weight:bold;
  color:#555;
  text-decoration:underline;
  clear:both;
}



table {
  font-size: 1em;
  border-spacing:2px;  
  width:580px;
  margin-left:15px;
  color:#a2a2a2;
}

.user {
  margin:0 50px;
}

.user table {
  width:100%;
  color:#000;
}

table.itemlist {
  width:100%;
  font-size: 0.8em;
}

table.itemlist td,th {
  vertical-align:top;
  text-align:left;
  color:#000;
}

.thell {
  background:#181615;
  color:#5d4f38;
  text-shadow: 1px 0px 2px #000, 1px 0px 2px #000, 1px 0px 2px #000;
  font-size:13px;
  font-weight:bold;
}

.thell a {
  color:#896e30;
}

.thell a:hover {
  color:#b47831;
}

.tdunkel {
  background:#2f2827;
  color:#5d4f38;
  text-shadow: 1px 0px 2px #000, 1px 0px 2px #000, 1px 0px 2px #000;
  font-size:13px;
  font-weight:bold;
}

.tdunkel a {
  color:#896e30;
}

.tdunkel a:hover {
  color:#b47831;
}

#realrank td.tdunkel {
	
}

#realrank td.tdunkel:hover {
	 background:rgba(231,212,143,0.4);
}

.tmarkiert {
  background:#473a2e;
  color:#b37335;
  text-shadow: 1px 0px 2px #000, 1px 0px 2px #000, 1px 0px 2px #000;
  font-size:13px;
  font-weight:bold;
}

.tmarkiert a {
  color:#b37335;
}

.tmarkiert a:hover {
  color:#b47831;
}

td, th {
  padding:3px;
}

.topLine {
  background:#181615;
  color:#686054;
  text-shadow: 1px 0px 2px #000, 1px 0px 2px #000, 1px 0px 2px #000;
  margin-bottom:5px;
  vertical-align:middle;
}

.topLine a {
  color:#FFF;
}


address {
	font-size:10px;
	color:#a2a2a2;
	padding-bottom:10px; 
}


.small td {
  color:#000;
  font-size:0.8em;
}

.small input {
  font-size:1.2em;
  font-family: Arial;
}

div.worldmap {
  padding:0;
  margin:0;
}

div.worldmap a {
  color:#00FF00;
  cursor:crosshair;
  text-decoration:none;
}

div.worldmap a:hover {
  color:#FFF;
}

div.worldmapTables {
  position:absolute;
  background:#E9E9E9;
  width:150px;
  height:auto;
  border: 1px solid #444;
  padding: 1px;
  color:#000;
  display:none;
}

div.worldmapBubble {
  width:2px;
  height:2px;
  background:#0f0;
  position:absolute; 
  padding:0; 
  margin:0;
}

.isImg {
  width:100px;
  max-width:100px;
  text-align:center;
}

.isBuy {
  text-align:right;
  padding:5px;
}

.isBuy a {
 
}

#userInfo {
  padding:0;
  margin:0;
  padding-top:20px;
  padding-left:5px;
  
}

#userInfo ul {
	list-style-type:none;
}

#userInfo ul li {
	float:left;
	padding-left:5px;
	padding-bottom:10px;
}

#userInfo a {
	display:block;  
	width:81px;
	height:25px;
	background:url("../img/Knight/Buttons.png") no-repeat;
	color:#807159;
	text-shadow: 1px 0px 2px #000, 1px 0px 2px #000, 1px 0px 2px #000;
	font-weight:bold;
	cursor:pointer;
	font-size: 12px;
	text-align:center;
	padding-top:9px;
}

#userInfo a:hover{
	background:url("../img/Knigh/Buttons.png") no-repeat;
	background-position:0 -34px;
	color:#efa532;
}

#userInfo a:active {
	background:url("../img/Knight/Buttons.png") no-repeat;
	background-position:0 -68px;
	color:#efa532;
}

.splitLeft {
  float:left;
  width:49%;
}

.splitRight {
  float:right;
  width:49%;
}

.ipListBox {
  height:200px;
  width:100%;
  overflow:auto;
}

ul.menue {
  padding-left:20;
  margin-bottom:0;
  list-style:none;
  
}

ul.menue li {
  float:left;
  padding-top:10px;
  padding-left:5px;
}

ul.menue a {
	display:block;  
	width:81px;
	height:25px;
	background:url("../img/Knight/Buttons.png") no-repeat;
	color:#807159;
	text-shadow: 1px 0px 2px #000, 1px 0px 2px #000, 1px 0px 2px #000;
	font-weight:bold;
	cursor:pointer;
	font-size: 12px;
	text-align:center;
	padding-top:9px;
}

ul.menue a:hover {
	background:url("../img/Knight/Buttons.png") no-repeat;
	background-position:0 -34px;
	color:#efa532;
}

ul.menue a:active {
	background:url("../img/Knight/Buttons.png") no-repeat;
	background-position:0 -68px;
	color:#efa532;
}

.clear {
  clear:both;
}

div.newsblock {
  margin:10px 5px;
  padding:0;
  padding-bottom:2px;
  border-bottom:1px solid #d9d9d9;
}

div.newsblock h3 {
  height: 25px;
  line-height:25px;
  font-weight:normal;
  color:#333;
  font-size:1.2em;
  background:#f0f0f0;
  padding:0 3px;
  margin:0;
  border-bottom:2px solid #c0c0c0;
}

div.newsblock p {
  margin:1px 0;
  padding:3px;
  border:0;
  background:#e7e7e7;
}

div.newsblock p.footer {
  margin:1px 0;
  padding:3px;
  border:0;
  background:#f5f5f5; 
  line-height:20px;
  height:20px;
  font-size:0.9em; 
}

/* Slider */
#slider {
	width:668px;
	height:255px;
	margin-left:15px;
	margin-top:-170px;
}

#slider_bg {
	width:668px;
	height:255px;
	float:left;
	background:url("../img/Knight/Slide_Fenster.png") no-repeat;
	padding:8px;
	padding-right:0px;
	margin:0px 150px 0px auto;
}

#slider_bg img {
	border:none;
}

.image_reel {
	position: absolute;
	top: 0; left: 0;
}

.image_reel img {
	float: left;
	}
	
.window {
	width:652px;
	height:239px;
	overflow: hidden;
	position: relative;

	
}

.paging {
	
	position:absolute;
	margin-top:-30px;
	padding-left:20px;
	
}

.paging a {
	float:left;
	display:block;
	width:22px;
	height:22px;
	background:url("../img/Knight/pagging_norm.html") no-repeat;	
	margin-right:5px;
	
	
}

.paging a:hover {
	background:url("../img/Knight/pagging_active.html") no-repeat;
}

.paging a.active {
	background:url("../img/Knight/pagging_active.html") no-repeat;
	
}

.right_box {
	width:328px;
	height:251px;
	background:url("../img/Knight/sb_1.png") no-repeat;
}

.right_box h2 {
	background:none;
	font-size:13px;
	font-family:Arial;
	color:#807159;
	text-shadow: 1px 0px 3px #000, 1px 0px 3px #000, 1px 0px 3px #000;
	border:none;
	padding-left:23px;
	padding-top:2px;
}

.ranking_box {
	width:327px;
	height:458px;
	background:url("../img/Knight/sb_2.png") no-repeat;
}

.ranking_box h2 {
	background:none;
	font-size:13px;
	font-family:Arial;
	color:#807159;
	text-shadow: 1px 0px 3px #000, 1px 0px 3px #000, 1px 0px 3px #000;
	border:none;
	padding-left:23px;
}

input[type="text"]{
	background:url("../img/Knight/input.png") no-repeat;
	width:242px;
	height:38px;
	border:none;
	color:#72695c;
	font-size:12px;
	text-align:left;
	padding-left:8px;
}

input[type="password"]{
	background:url("../img/Knight/input.png") no-repeat;
	width:242px;
	height:38px;
	border:none;
	color:#72695c;
	font-size:12px;
	text-align:left;
	background-position:0 -41px;
	padding-left:8px;
}

#loginbar input[type="submit"] {
	margin-right:70px;
	float:right;
	margin-top:0px;
	margin-bottom:0px;
}

#links {
	float:left;
	margin-left:18px;
	margin-top:-30px;
	margin-bottom:0px;
}

#links a {
	font-size:12px;
	font-family:Arial;
	color:#72695c;
}

#rechts {
	float:left;
	margin-left:120px;
	margin-top:2px;
	margin-bottom:0px;
}

#rechts a {
	font-size:12px;
	font-family:Arial;
	color:#72695c;
}

a#forgot {
	color:#72695c;
}

#status {
	width:1003px;
	height:70px;
	background:url("../img/Knight/Status_bg.png") no-repeat;
	max-height:70px;
	padding-bottom:0;
	margin-bottom:0;
	margin-left:15px;
	margin-top:-12px;
	
}

#status ul {
	list-style-type:none;
	padding-top:7px;
	max-height:70px;
	padding-bottom:0;
	margin-bottom:0;
	
}

#status ul li {
	float:left;
	width:155px;
	padding-right:24px;
	height:37px;
	background:url("../img/Knight/stat_bg.html") no-repeat;
	font-size:12px;
	color:#4f433c;
	text-shadow: 1px 0px 3px #000, 1px 0px 3px #000, 1px 0px 3px #000;
	font-weight: bold;
	padding-top:12px;
	padding-bottom:0;
	margin-bottom:0;
	
}

#status ul li img {
	padding-left:20px;
	padding-right:13px;
	padding-bottom:0;
	margin-bottom:0;
}

li#onlinePlayer {
	width:154px;
	padding-left:10px;
	padding-bottom:0;
	margin-bottom:0;
	
}

li#rotanzahl {
	width:154px;
	padding-left:10px;
	padding-bottom:0;
	margin-bottom:0;
}

li#gelbanzahl {
	width:154px;
	padding-left:10px;
	padding-bottom:0;
	margin-bottom:0;
}

li#blauanzahl {
	width:154px;
	padding-left:10px;
	padding-bottom:0;
	margin-bottom:0;
}


#status ul li img.loader {
	padding-left:50px;
	padding-bottom:0;
	margin-bottom:0;
	
}

#status ul li span {
	font-size:14px;
	color:#a46e2d;
	text-shadow: 1px 0px 2px #000, 1px 0px 2px #000, 1px 0px 2px #000;
	font-style:italic;
	font-weight:bold;
	padding-bottom:0;
	margin-bottom:0;
}

#status ul li:last-child {
	width:34px; 
	height:34px; 
	background:url('../img/Knight/load.html') no-repeat;
	margin-top:3px;
	cursor:pointer;
	padding-bottom:0;
	margin-bottom:0;
}

/* Main */
div#container {
	width:1030px;
	margin:185px auto;
	padding-left:6px;
}

div#content_top {
  text-align:left;
  width:1030px;
  margin:0px auto;
}

	#content_top1 {
		background:url('../img/Knight/Content_Top.png') no-repeat;
		height:179px;
	}

div#content_mid {
  text-align:left;
  width:1030px;
  margin:0px auto;
}

	#content_mid1 {
		background:url('../img/Knight/Content_Mid.png') repeat-y;
	}
	
div#content_bot {
  text-align:left;
  width:1030px;
  margin:0px auto;
}

	#content_bot1 {
		background:url('../img/Knight/Content_Bot.png') no-repeat;
		height:14px;
	}

/* Left Side */

#left_side {
	width:635px;
	float:left;
	margin-top:-15px;
	margin-left:15px;
}

#left_side h2 {
	border:none;
	background:url("../img/Knight/content.png") top left no-repeat;
	width:645px;
	height:41px;
	text-shadow: 1px 0px 3px #000, 1px 0px 3px #000, 1px 0px 3px #000;
	border:none;
	font-size:16px;
	padding-top:14px;
	padding-left:22px;
	color:#807159;
	position:absolute;
	margin-top:-60px;
}

#left_side h3 {
	border:none;
	height:42px;
	text-shadow: 1px 0px 3px #000, 1px 0px 3px #000, 1px 0px 3px #000;
	border:none;
	font-size:12px;
	padding-top:14px;
	color:#807159;
	position:absolute;
	margin-top:-58px;
	margin-left:580px;
}

#left_side.wbbgv {
	text-shadow: 1px 0px 3px #000, 1px 0px 3px #000, 1px 0px 3px #000;
	border:none;
	font-size:12px;
	color:#807159;
	float:right;
}

#left_side h4 {
	margin-top:20px;
	padding-left:10px;
	color:#72695c;
	font-size:14px;
	
}

.p {
	width:671px;
	background:url("../img/Knight/content.png") top right repeat-y;
	margin-top:80px;
}
p{width:90%;margin:0px auto;}

.schluss {
	width:671px;
	height:20px;
	background:url("../img/Knight/content.png") bottom left no-repeat;
	
	
}

#left_side p {
	width:640px;
	padding-left:20px;
	font-size:13px;
	text-shadow: 1px 0px 2px #000, 1px 0px 2px #000, 1px 0px 2px #000;
	color:#72695c;
	padding-top:0px;
}

#main_tren {
	background:url("../img/Knight/Main_Tren.png") no-repeat;
	width:593px;
	height:5px;
	margin-left:10px;
}

/* Footer */

#footer {
	margin:-180px auto;
	background:url("../img/Knight/footer.png");
	height:138px;
	background-position: center bottom;
	color:#5d4638;
	text-shadow: 1px 0px 3px #000, 1px 0px 3px #000, 1px 0px 3px #000;
	text-align:center;
	line-height:182px;
	padding-top:0px;
	font-size:12px;
	font-weight: bold;
	z-index:2;
}

#footer a {
	color:#7f6a59;
	font-weight: bold;
	
}

#footer a:hover {
	color:#f5b82d;
}

/* right side */

#right_side {
	width:329px;
	float:right;
	margin-top:5px;
	margin-right:15px;
}

#button_bg {
	background:url("../img/Knight/Buttons_Fenster.png") no-repeat;
	margin:0px auto 0px auto;
	width:329px;
	height:176px;
}

#btfix {
	width:317px;
	height:176px;
	margin:-9px auto 0px auto;
}

#download {
	background:url("../img/Knight/Buttons_Download.png") no-repeat;
	background-position:0 0;
	width:317px;
	height:80px;
	cursor:pointer;
}

#download:hover {
	background:url("../img/Knight/Buttons_Download.png") no-repeat;
	background-position:0 -80px;
}

#download:active {
	background:url("../img/Knight/Buttons_Download.png") no-repeat;
	background-position:0 -160px;
}

#community {
	background:url("../img/Knight/Buttons_Community.png") no-repeat;
	background-position:0 0;
	margin-top:6px;
	width:317px;
	height:80px;
	cursor:pointer;
}

#community:hover {
	background:url("../img/Knight/Buttons_Community.png") no-repeat;
	background-position:0 -80px;
}

#community:active {
	background:url("../img/Knight/Buttons_Community.png") no-repeat;
	background-position:0 -160px;
}

#rankingTop h2 {
	padding-top:18px;
}

#statistikTop {
	margin-top:20px;
}

#statistikTop h2 {
	padding-top:18px;
}

#statistikTop iframe {
	margin-left:40px;
	margin-top:20px;
	border:none;
}

.online {
	font-size:15px;
	color:#385d01;
	text-shadow: 1px 0px 2px #000, 1px 0px 2px #000, 1px 0px 2px #000;
	font-style:italic;
	font-weight:bold;
}

.offline {
	font-size:15px;
	color:#6D0D15;
	text-shadow: 1px 0px 2px #000, 1px 0px 2px #000, 1px 0px 2px #000;
	font-style:italic;
	font-weight:bold;
}

.ergebniss {
	font-size:15px;
	color:#946329;
	text-shadow: 1px 0px 2px #000, 1px 0px 2px #000, 1px 0px 2px #000;
	font-style:italic;
	font-weight:bold;
}

.status_txt {
	font-size:15px;
	color:#756751;
	text-shadow: 1px 0px 2px #000, 1px 0px 2px #000, 1px 0px 2px #000;
}

/* PopUp */
/* PopUp */
.pup {
  position:absolute;
  z-index:200; 
  padding: 3px;
  margin-left: 5px;
  margin-top: 5px;
  min-width:250px;
  background:url("../img/Knight/bg_tool.html");
  border: 1px solid black;
  color: #0C3;
  text-shadow: #000000 1px 1px 1px 1px;
  font-size: 0.95em;
}

.pup h3 {
	color:#FC0;
	text-deocration:none;
	padding-bottom:0px;
}
img#job {
float:left;
width:83px;
margin-left:20px;
margin-top:10px;
}

table#view {
float:left;
width:570px;
}

#equipment {
	width:156px;
	height:188px;
	background:url("../img/Knight/equipment.png") no-repeat;
	float:right;
margin-top:20px;
margin-right:20px;
}

.inventory {
	position:absolute;
}

#armor {
	margin-left:42px;
	margin-top:40px;
}

#schuhe {
	margin-left:43px;
	margin-top:146px;
}

#schild {
	margin-left:80px;
	margin-top:40px;
}

#helm {
	margin-left:42px;
	margin-top:5px;
}

#weapon {
	margin-left:5px;
	margin-top:7px;
}

#extraLeft {
	margin-top:116px;
	margin-left:6px;
}

#extraRight {
	margin-top:116px;
	margin-left:80px;
}

#armband {
	margin-left:80px;
	margin-top:70px;
}

#ohrring {
	margin-left:120px;
	margin-top:60px;
}

#kette {
	margin-left:120px;
	margin-top:90px;
}

td.stone_left {
	color:#0C3;
}

table.stones {
	border:none;
	width:200px;
	margin-left:30px;
}

table#regi td.tdunkel {
	background:#181615;
}

/* short Rank */

table#shortRank {
	width:345px;
	margin-left:0px;
	margin-top:-23px;
	height:212px;
	font-size:13px;
	color:#5d4f38;
	padding-left:25px;
	padding-top:0px;
	text-shadow: 1px 0px 2px #000, 1px 0px 2px #000, 1px 0px 2px #000;
	font-weight:bold;
}

table#shortRank th {
	color:#5c5343;
}

table#shortRank td {
	padding-top:6px;
	
}

table#shortRank a {
	color:#896e30;
}

table#shortRank a:hover {
	color:#b47831;
	text-decoration:underline;
}

table#shortRank td.player {
	color:#436170;
}

/* View */

table#view {
	text-align:left;
	float:left;
	font-family:Vrinda;
	width:300px; 
	margin-left:20px; 
	margin-top:20px;
	
}

table#view th {
	color:#a2a2a2;
}

img#job {
	float:right;
	margin-top:20px;
	margin-right:70px;
	border:none;
	width:83px;
}


table a {
	color:#a2a2a2;
}

td.stat {
	color:#F93;
}

td.checking {
	width:16px;
	height:16px;
}

td.checking img {
	margin-left:-60px;
	margin-top:-7px;
}

table#jackpot {
	
	margin-top:10px;
}

a#jackpot_ticket {
	width:230px;
	height:160px;
	display:block;
	background:url("../img/Knight/jackpot.png") no-repeat;
	opacity:0.8;
	margin:20px auto;
	margin-bottom:0px;
}

a#jackpot_ticket:hover {
	opacity:1;
}

tr#newfield {
	display:none;
}
#jackpot_sidebar{
	background:url(../img/Knight/jackpot_sidebar.png) no-repeat;
	width:330px;
	text-align:left;
	height:147px;
	text-indent:115px;
}
.title_jackpot{
	text-align:left;
	color:#896e30;
	text-shadow: 1px 0px 2px #000, 1px 0px 2px #000, 1px 0px 2px #000;
	font-size:18px;
}
#jackpot_table{
	margin:0px auto;
	text-align:left;
	text-shadow: 1px 0px 2px #000, 1px 0px 2px #000, 1px 0px 2px #000;
	text-indent:110px;
}

.title_tombola{
	padding-top:10px;
	text-align:left;
	color:#896e30;
	text-shadow: 1px 0px 2px #000, 1px 0px 2px #000, 1px 0px 2px #000;
	font-size:18px;
}
#tombola_sidebar{
	background:url(../img/Knight/tombola.png) no-repeat;
	text-align:center;
	width:330px;
	height:147px;
}
#tombola_table{
	margin:0px auto;
	width:200px;
	text-align:center;
	text-shadow: 1px 0px 2px #000, 1px 0px 2px #000, 1px 0px 2px #000;
	text-indent:0px;
}
.tooltip {
	display:none;
	position:absolute;
	border:1px solid #333;
	max-width:150px;
	background-color:#161616;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size:12px;
}