@import "main.css";

BODY {
  color: #65DF2F;
  background-color: #000000;
  font-family: Tahoma,Verdana,"Arial CE",Arial,"Helvetica CE",Helvetica,sans-serif;
  font-size: 70%;
  letter-spacing: 0.03em;
  text-align: left;
  margin: 0px;
  padding: 0px;
}

/* BASIC DESIGN */
#divPage {
/*  margin: 0 auto; */
  width:780px;
}

#divHeader {
  text-align: left;
  margin:0; padding:0;
  position: relative;
  width: 780px;
  height: 120px;
  border: solid 1px #D0D0BF;
}

#divMenu {
  text-align: left;
  margin:0; padding:0;
  position: relative;
  width: 780px;
  height: 20px;
  border-left: solid 1px #D0D0BF;
  border-right: solid 1px #D0D0BF;
  border-bottom: solid 1px #D0D0BF;
}

#divCenter {
  border-left: solid 1px #D0D0BF;
  border-right: solid 1px #D0D0BF;
  width: 780px;
  position: relative;
/*	background-color: #303030;*/
  background: url('../img/bkgr150.gif') top left repeat-y;
}

#divLeft {
  margin: 0;
  padding-top:10px;
  padding-left:5px;
  padding-right:5px;
  padding-bottom:5px;
  float: left;
  /* background-color: #303030; */
  width: 140px;
}

#divMain {
  text-align: justify;
  margin:0; padding:10px;
  float: right;
  left: 150px;
  width: 610px;
  background-color: #000000;
  min-height: 500px;
  height: auto;
  _height: 500px;
}

#divBottom {
  border: solid 1px #D0D0BF;
  text-align: left;
  position: relative;
  margin:0; padding:0;
  width: 780px;
  height: 14px;
  text-align: center;
}

#divBottomRight {
  position: absolute;
  right: 2px;
  top: 0px;
}

#divBottomLeft {
  position: absolute;
  left: 0px;
  top: 0px;
}

#divBottomLeft2 {
  position: absolute;
  left: 16px;
  top: 0px;
}

#reklama {
  visibility: hidden;
  width: 468px;
  height: 60px;
  border: solid 1px #D0D0BF;
  position: absolute;
  right: 18px;
  top: 30px;
  background-color: #000000;
}

#logoutButton {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 18px;
  height: 18px;
  background-color: #303030;
}

#logoutButtonAgent {
  position: absolute;
  right: 0px;
  top: 18px;
  width: 18px;
  height: 18px;
  background-color: #303030;
}

#helpButton {
  position: absolute;
  right: 18px;
  top: 0px;
  width: 18px;
  height: 18px;
  background-color: #303030;
}

#forumButton {
  position: absolute;
  right: 36px;
  top: 0px;
  width: 18px;
  height: 18px;
  background-color: #303030;
}

#czLang {
  visibility: hidden;
  position: absolute;
  right: 2px;
  top: 2px;
}

#enLang {
  visibility: hidden;
  position: absolute;
  right: 24px;
  top: 2px;
}

.cleaner {
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
}

#cleanerback {
  left: 150px;
  width: 630px;
  height: 1px;
  position: absolute;
  background-color: #000000;
}

a, a:active, a:link, a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

a:hover {
  color: #65DF2F;
  text-decoration: none;
}

a.highLink, a.highLink:active, a.highLink:link, a.highLink:visited {
  color: #FF0000;
  text-decoration: none;
}

a.highLink:hover {
  color: #65DF2F;
  text-decoration: none;
}

img {
  border: 0;
}

input, select {
  border-style : solid;
  border-width : 2px;
  font-size : 8pt;
  background-color: #E0E0E0;
}

textarea {
  border-style : solid;
  border-width : 2px;
  font-size : 8pt;
  background-color: #E0E0E0;
  height: 105px;
  width: 575px;
}
textarea.large {
  height: 300px;
}

.checkbox {
  border: 0px solid #000000;
  margin: 0px;
  padding: 0px;
  width: 14px;
  height: 14px;
}

.checkbox_dark {
  border: 0px solid #000000;
  margin: 0px;
  padding: 0px;
  width: 14px;
  height: 14px;
  background-color: #707070;
}

form {
  display: inline;
}

th {
  background-color: #303030;
  text-align: center;
  border: solid 2px #000000;
  padding-left: 5px;
  padding-right: 5px;
}

td {
  text-align: left;
}

hr {
  border: 0;
  color: #D0D0BF;
  background-color: #D0D0BF;
  height: 1px;
}
.subheader {
  font-weight: bold;
  background-color: #101010;
  border: solid 2px #000000;
}
.expa td {
  padding-left: 5px;
  padding-right: 5px;
}

/* MAIN DESIGN */

#divMainHeader {
  position: relative;
  left: 0px;
  top: 0px;
  font-weight: bolder;
  text-decoration: underline;
  font-size: 200%;
  text-align: left;
}

#divMainError {
  position: relative;
  right: 0px;
  top: -18px;
  color: #FF0000;
  font-weight: bold;
  text-align: right;
}

.mainBox {
}

.mainBorder {
  border: solid 1px #D0D0BF;
  position: relative;
  left: 4px;
  width: 590px;
  z-index: 1;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  text-align: justify;
}

.mainHeader {
  position: relative;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #698958;
  border: solid 1px #D0D0BF;
  left: 10px;
  top: 5px;
  z-index: 2;
  width: 400px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
}

/* LEFT DESIGN */

.leftBox {
}

.leftBorder {
  border: solid 1px #D0D0BF;
  position: relative;
  left: 4px;
  width: 120px;
  z-index: 1;
  padding: 5px;
  text-align: justify;
}

.leftHeader {
  position: relative;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #698958;
  border: solid 1px #D0D0BF;
  left: 10px;
  top: 5px;
  z-index: 2;
  width: 80px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
}

/* GAME DESIGN */

span.ownerText {
  color:#FFFC0F;
}

span.adminText {
  color:#FFFFFF;
}

span.leaderText {
  color:#EA8400;
}

span.assistText {
  color:#0BBDFF;
}

span.SeeJayText {
  color:#ff82ad;
}

span.relAlly {
 color: #2222FF;
}

span.relNeutral {
  color: #999999;
}

span.relEnemy {
  color: #FF2222;
}

.owner, .owner:active, .owner:link, .owner:visited {
  color:#FFFC0F;
}

.owner:hover {
  color:#FFFFFF;
}

.none, .none:active, .none:link, .none:visited {
  color:#65DF2F;
}
.none:hover {
  color:#FFFFFF;
}

.admin, .admin:active, .admin:link, .admin:visited {
  color:#FFFFFF;
}
.admin:hover {
  color:#65DF2F;
}

.post:active, .post:link, .post:visited {
  color:#65DF2F;
}

.post:hover {
  color:#FFFFFF;
}

.leader, .leader:active, .leader:link, .leader:visited {
  color:#EA8400;
}

.leader:hover {
  color:#FFFFFF;
}

.assist, .assist:active, .assist:link, .assist:visited {
  color:#0BBDFF;
}
.SeeJay, .SeeJay:active, .SeeJay:link, .SeeJay:visited {
  color:#ff82ad;
}
.SeeJay:hover {
  color:#FFFFFF;
}

.assist:hover {
  color:#FFFFFF;
}

/* MENU DESIGN */

a.menuTop, a.menuTop:active, a.menuTop:link, a.menuTop:visited {
  color: #FFFFFF;
  display: block;
  width: 90px;
  height: 17px;
  background-color: #303030;
  text-decoration: none;
  text-align: center;
  padding-top: 3px;
  font-weight: bold;
}

a.menuTop:hover {
  color: #FFFFFF;
  display: block;
  width: 90px;
  height: 17px;
  background-color: #698958;
}

.menuCont .options {
  border-left: 1px solid #D0D0BF;
  border-right: 1px solid #D0D0BF;
  background-color: #303030;
  z-index:100
}

.menu a {
  color: #FFFFFF;
  display: block;
  padding-left: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid #D0D0BF;
  font-size: 10px;
  text-decoration: none;
  font-weight: normal;
}

.menu a:hover {
  background-color: #698958;
  color: #FFFFFF ;
}

/* HINTS DESIGN */

#player_login_hint {
  display: none;
  position: absolute;
  top: 100px;
  left: 318px;
  z-index: 100;
  width: 150px;
  padding: 2px 3px 2px 3px;
  border: 1px solid #707070;
  background-color: #E0E0E0;
  color: #000000;
}
#player_login_hint_source, #recipient_hint_source, #target_hint_source {
  display: none;
}
#recipient_hint {
  display: none;
  position: absolute;
  top: 103px;
  left: 220px;
  z-index: 100;
  width: 150px;
  padding: 2px 3px 2px 3px;
  border: 1px solid #707070;
  background-color: #E0E0E0;
  color: #000000;
}
#target_hint {
  display: none;
  position: absolute;
  top: 100px;
  left: 265px;
  z-index: 100;
  width: 150px;
  padding: 2px 3px 2px 3px;
  border: 1px solid #707070;
  background-color: #E0E0E0;
  color: #000000;
}
a.hint_item, a.hint_item:link, a.hint_item:active, a.hint_item:visited {
  display: block;
  color: #505050;
  text-decoration: none;
}
a.hint_item:hover {
  color: #FFFFFF;
  background-color: navy;
}

/* COLOR PICKER */
#color_picker {
  position: absolute;
  left: 490px;
  top: 205px;
  z-index: 100;
  border: 1px solid #D0D0BF;
  width: 230px;
  height: 40px;
  padding: 5px;
  background-color: #000000;
}

select {
  font-family: Verdana, sans-serif;
}

