body {
  background-color: #FFFFFF;
  padding: 0px;
  margin: 0px;
  font-family: Arial, Helvetica, Verdana;
  background-image: url('images/bgr.jpg');
  background-repeat: no-repeat;
  font-size: 12px;
}

form {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  font-weight: bold;    
  color: #C00003;
}

a:hover {
  text-decoration: underline;
}

.white {
  color: white;
}

.orange {
  color: #C00003;
}

.hidden {
  display: none;
}

p {
  margin: 0px;
  padding: 0px;
}

div.all {
  width: 920px;
  position: relative;
  margin: 0px auto;  
  margin-top: 10px;
  background-image: url('images/trans.png');
  border: solid 1px transparent;
}

div.main {
  margin: 10px;
  background-color: white;
  border: solid 1px #C00003;
}

div.main-tankzors {
  margin: 10px;
  background-color: white;
  background-image: url('images/logo-tank.png');
  background-repeat: no-repeat;
  border: solid 1px #C00003;
}


div.logo {
  background-color: white;
  padding: 10px;
  float: left;
}

div.logo a {
  display: block;
  width: 400px;
  height: 547px;  
  background-image: url('images/logo.jpg');
  background-repeat: no-repeat;
}

div.logo-tankzors {
  padding: 10px;
  padding-top: 100px;
  float: left;
}

div.logo-tankzors a {
  display: block;
  width: 400px;
  height: 700px; 
  background-image: url('images/tank-scrs.png');
  background-repeat: no-repeat;
}


a.button {
  display: block;
  width: 127px;
  height: 40px;
  background-image: url('images/b1-n.png');
  background-repeat: no-repeat;
  text-decoration: none;
  color: white;
  font-size: 12px;
  font-weight: bold;
}

a.button:hover {
  background-image: url('images/b1-s.png');
  background-repeat: no-repeat;
  text-decoration: none;
  color: white;
}

a.button span {  
  display: block;
  width: 80px;
  height: 27px;  
  padding-top: 13px;
  padding-left: 35px;
  overflow: hidden;  
  background-repeat: no-repeat;
  background-position: 10px center;
}


a.selbutton {
  display: block;
  width: 383px;
  height: 40px;
  background-image: url('images/b2-n.png');
  background-repeat: no-repeat;
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-weight: bold;
}

a.selbutton:hover {
  background-image: url('images/b2-s.png');
  background-repeat: no-repeat;
  text-decoration: none;
  color: white;
}

a.selbutton span {  
  display: block;
  width: 325px;
  height: 27px;  
  padding-top: 12px;
  padding-left: 17px;
  overflow: hidden;  
 /*  border: solid 1px red; */
}


div.content h2 {
  color: #C00003;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
}

div.content h1 {
  color: #C00003;
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}

div.content p {   
  text-align: justify;
  font-size: 12px;
  padding-right: 20px;
  line-height: 1.5;
}




div.menu {
  background-color: #C00003;
  height: 30px;
  background-image: url('images/line.png');
  background-repeat: repeat-x;
  border-bottom: solid 1px #C00003;
  border-top: solid 1px #C00003;
  border-left: solid 1px #C00003;
  border-right: solid 1px #C00003;
}

div.content {
  padding: 5px;
  width: 460px;
  float: right;
 /* border: solid 1px blue; */
}

div.footer {
  background-color: #C00003;
  padding: 5px;
  text-align: right;
  font-size: 11px;
  color: white;
}

div.footer a {
  color: white;
}









div.dialog {
  width: 600px;
  position: absolute;
  left: 50px;
  top: 50px;
  background-image: url('images/trans.png');
  display: none;
}

div.dialog-inner {
  margin: 10px;
  border: solid 1px #C00003;
  background-color: white;
}

div.dialog-title {
  background-color: #ffebdf;
  padding: 5px;
  border-bottom: solid 1px #C00003;
  font-size: 14px;
  font-weight: bold;
  color: #C00003;
}

div.dialog-content {
  padding: 5px;
  /* border: solid 1px red; */
}

a.dialog-close {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url('images/i_close.png');
  display: block;
  float: right;
  margin-right: 0px;
  margin-top: 1px;
}

span.dialog-icon {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url('images/i_form.png');
  display: block;
  float: left;
  margin-right: 5px;
}


div.dialog-content p {   
  text-align: justify;
  /* font-size: 12px; */
  /* padding-right: 20px; */
  line-height: 1.5;
}

div.dialog-content h3 {
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 2px;
  color: #C00003;
}

div.dialog-content h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  margin-bottom: 2px;
  color: #C00003;
}


table tr {
  padding: 0px;
  margin: 0px;
  font-size: 12px; 
}

td {
  font-size: 12px; 
  padding-right: 10px;
}

table em {
  color: #C00003;
  font-weight: bold;
}

table .input {
  border: solid 1px #C00003;
  background-color: #fffbef;
  width: 200px;
}

.submit {
  border-top: solid 1px #ffebdf;
  border-left: solid 1px #ffebdf;
  border-right: solid 1px #800000;
  border-bottom: solid 1px #800000;
  font-size: 12px;
  background-color: #C00003;
  padding: 5px;
  padding-left: 27px;
  padding-right: 10px;
  font-weight: bold;    
  color: white;
  background-image: url('images/i_yes.png');
  background-repeat: no-repeat;
  background-position: 7px center;
}


table textarea {
  border: solid 1px #C00003;
  background-color: #fffbef;
  width: 200px;
  height: 100px;
}


.hint {
  display: block;
  padding: 3px;
  background-color: #BBFFBB;
  border: solid 1px green;  
  margin-bottom: 3px;
  font-size: 10px;
}

.error {
  display: block;
  padding: 3px;
  background-color: #FFBBBB;
  border: solid 1px red;  
  margin-bottom: 3px;
  font-size: 10px;
}



ul {
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
}

li {
  padding-top: 3px;
}



div.game-title {
  background-color: #ffebdf;
  border-bottom: solid 1px #C00003;
  font-size: 14px;
  font-weight: bold;
  color: #C00003;
}

div.game-title a.tab {
  display: block;
  width: 100px;
  float: left;
  margin: 0px;
  padding-left: 5px;
  padding-right: 5px;
  border-right: solid 1px #C00003;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

div.game-title span.tab {
  display: block;
  width: 300px;
  float: left;
  margin: 0px;
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

div.game-title a.active {
  background-color: white;
}

div.game-title a.dialog-close {
  margin: 5px;
}



div.dialog-content div.loading {
  text-align: center;
  padding: 30px;
}






a.game {
  display: block;
  border: solid 1px #C00003;
  width: 120px;
  float: left;
  margin: 10px;
  text-align: center;
  padding-top: 120px;
  background-repeat: no-repeat;
}

a.game span {
  display: block;  
  border-top: solid 1px #C00003;
  padding: 3px;
}






table.score {
  border-collapse: collapse;
}

table.score td {
  padding: 5px;
  padding-left: 7px;
  padding-right: 7px;
}





div.usermenu {
  width: 140px;
  float: right;
  padding-left: 20px;
  padding-top: 10px;
}
