/*
Title: CSS Styles for Utopia Kingdoms GATE
Author: Joro Balinov
Email: joro@xs-software.com
Website: http://www.xs-software.com
*/

* {
margin: 0;
padding: 0;
}

body {
font-family: Georgia, times, serif;
font-size: 12px;
min-width: 960px;
background: #000 url('../../img_ut/utopiagate/p_bknd.jpg') repeat-x;
}

html, body {  /* required by JoltOnline footer */
height: 100%;
}

a {
color: #fff;
outline: none;
}

input, select, textarea {
font-family: Georgia, times, serif;
font-size: 12px;
}

/* ----------------------------- */

#mainWrapper {
width: 920px;
position: relative;
margin: 0 auto;
background: url('../../img_ut/utopiagate/header_bknd.jpg') no-repeat;
height: 100%; /* required by JoltOnline footer */
padding-bottom: 180px; /* required by JoltOnline footer */
}

body > #mainWrapper { /* required by JoltOnline footer */
height: auto;
min-height: 100%;
}

/* ---------------------------- */

.errorsmall,
.infosmall {
padding: 13px 13px 13px 48px;
font-size: 12px;
font-weight: bold;
position: relative;
margin: 10px 0;
}

.errorsmall {
background: #d22b2b url('../../img_ut/utopiagate/error_bknd.jpg') no-repeat;
border: 1px solid #ff0000;
color: #ddb3b3;
}

.errorsmall a {
color: #fff;
}

.infosmall {
background: #3e6299 url('../../img_ut/utopiagate/info_bknd.jpg') no-repeat;
border: 1px solid #7cb0ff;
color: #adc2e1;
}

.infosmall a {
color: #fff;
}

.errorsmall strong,
.infosmall strong {
color: #fff;
}

#login .errorsmall,
#login .infosmall {
margin: 15px;
}

/* RECRUIT BAR */
/* ---------------------------- */

#recruit {
background: #858585 url('../../img_ut/utopiagate/recruit_bknd.jpg') repeat-x;
border: 1px solid #fff;
margin: 15px 0;
}

#recruit .sub {
background: url('../../img_ut/utopiagate/recruit_shield.jpg') no-repeat;
padding: 30px 0 20px 160px;
}

#recruit h3 {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 20px;
color: #000;
}

#recruit p {
color: #000;
font-size: 12px;
}

/* ----------------------------- */

#header {
height: 200px;
position: relative;
}

#header ul#racesList {
height: 68px;
position: absolute;
left: 71px;
top: 117px;
list-style: none;
}

#header ul#racesList li {
float: left;
width: 83px;
height: 68px;
margin: 0 5px 0 0;
}

#header ul#racesList li a {
display: block;
width: 83px;
height: 15px;
line-height: 15px;
padding: 50px 0 3px 0;
cursor: pointer;
text-decoration: none;
color: #f3dbb9;
text-align: center;
font-size: 9px;
text-transform: uppercase;
background-repeat: no-repeat;
}

#header ul#racesList li#raceItem-1 a {
background-image: url('../../img_ut/utopiagate/race_1.jpg');
}

#header ul#racesList li#raceItem-2 a {
background-image: url('../../img_ut/utopiagate/race_2.jpg');
}

#header ul#racesList li#raceItem-3 a {
background-image: url('../../img_ut/utopiagate/race_3.jpg');
}

#header ul#racesList li#raceItem-4 a {
background-image: url('../../img_ut/utopiagate/race_4.jpg');
}

#header ul#racesList li#raceItem-5 a {
background-image: url('../../img_ut/utopiagate/race_5.jpg');
}

#header ul#racesList li#raceItem-6 a {
background-image: url('../../img_ut/utopiagate/race_6.jpg');
}

#header ul#racesList li#raceItem-7 a {
background-image: url('../../img_ut/utopiagate/race_7.jpg');
}

#header ul#racesList li#raceItem-8 a {
background-image: url('../../img_ut/utopiagate/race_8.jpg');
}

#header ul#racesList li#raceItem-9 a {
background-image: url('../../img_ut/utopiagate/race_9.jpg');
}

#header ul#racesList li a:hover {
color: #fff;
background-position: 0 -68px;
}



/* ----------------------------- */

#splashScreen {
padding: 0 450px 0 0;
}

#splashScreen #tagLines {
text-align: right;
padding: 20px 0 25px 100px;
}

#splashScreen #tagLines h2 {
font-size: 50px;
line-height: 45px;
font-weight: normal;
color: #fff;
}

#splashScreen #tagLines ul {
color: #666;
list-style: none;
font-size: 18px;
padding: 20px 0 0 0;
}

#splashScreen #signUp {
border-top: 1px solid #141414;
padding: 20px 0 20px 20px;
}

#splashScreen #signUp h3 {
font-size: 30px;
color: #df9c34;
font-weight: normal;
padding: 0 0 5px 0;
}

#splashScreen #signUp p {
font-size: 14px;
color: #fff;
padding: 0 0 5px 0;
}

#splashScreen #signUp form {
padding: 10px 0 0 0;
}

#splashScreen #signUp input {
padding: 4px;
font-size: 12px;
}

#splashScreen #signUp input.signUpButton,
#indexContent #login .loginForm .buttonrow input.loginButton {
padding: 0;
width: 100px;
height: 24px;
line-height: 24px;
background: url('../../img_ut/utopiagate/signup_button.jpg') no-repeat;
text-align: center;
color: #df9c34;
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
border: 0;
margin: 0 0 0 5px;
}

#splashScreen #signUp a#signUpLarge {
display: block;
width: 283px;
height: 35px;
line-height: 35px;
font-weight: bold;
text-transform: uppercase;
font-size: 14px;
color: #fff;
text-decoration: none;
background: url('../../img_ut/utopiagate/signup_button_large.gif') no-repeat;
text-align: center;
margin: 5px 0 0 0;
}

#splashScreen #signUp a#signUpLarge:hover {
background-position: 0 -35px;
}

/* ----------------------------- */

#indexContent {
overflow: hidden;
}

* html #indexContent {
height: 1%;
}

#indexContent #about,
#indexContent #login {
width: 459px;
float: left;
height: 250px;
}

#indexContent #about {
border-right: 1px solid #141414;
}

#indexContent h4 {
height: 25px;
line-height: 25px;
background: url('../../img_ut/utopiagate/indexcontent_title.jpg') repeat-x;
padding: 0 0 0 20px;
font-size: 10px;
text-transform: uppercase;
color: #fff;
border-right: 1px solid #000;
}

#indexContent #about #aboutText {
margin: 0 180px 0 0;
color: #ccc;
font-size: 11px;
padding: 20px 0 0 20px;
}

#indexContent #about #aboutText p {
padding: 0 0 5px 0;
}

#indexContent #about #aboutText strong {
color: #fff;
}

#indexContent #about dl#screenshots {
float: right;
width: 150px;
padding: 20px 20px 0 0;
}

#indexContent #about dl#screenshots dd {
float: right;
padding: 0 5px 5px 0;
}

#indexContent #about dl#screenshots dd a img {
border: 3px solid #ccc;
}

#indexContent #about dl#screenshots dd a:hover img {
border-color: #fff;
}


#indexContent #login .loginForm {
padding: 20px 0 0 30px;
}

#indexContent #login .loginForm .row {
padding: 4px 0;
}

#indexContent #login .loginForm .row label {
display: block;
float: left;
font-size: 10px;
text-transform: uppercase;
color: #999;
width: 100px;
padding: 8px 0 0 0;
}

#indexContent #login .loginForm .row input,
#indexContent #login .loginForm .row select {
padding: 3px;
}

#indexContent #login .loginForm .buttonrow {
padding: 5px 0 0 95px;
color: #ccc;
}

#indexContent #login .loginForm .buttonrow a {
color: #fff;
}

/* ----------------------------- */

#stats {
text-align: center;
font-size: 10px;
color: #666;
border-top: 1px solid #141414;
border-bottom: 1px solid #141414;
padding: 20px 0;
text-transform: uppercase;
line-height: 24px;
}

#stats strong {
color: #fff;
font-size: 24px;
padding: 0 10px 0 0;
font-weight: normal;
}

/* ---------------------------- */

.dialogBox {
width: 860px;
position: absolute;
top: 200px;
left: 35px;
z-index: 9999;
}

html>body .dialogBox span.shadowTop {
display: block;
height: 34px;
background: url('../../img_ut/utopiagate/dialog_shadow_top.png') no-repeat;
}

html>body .dialogBox span.shadowBottom {
display: block;
height: 34px;
background: url('../../img_ut/utopiagate/dialog_shadow_bottom.png') no-repeat;
}

.dialogBox .wrapper {
background: #333;
border: 5px solid #666;
padding: 15px;
position: relative;
}

.dialogBox a.closeLink,
.dialogBox a.backLink {
display: block;
position: absolute;
height: 20px;
font-size: 11px;
font-weight: bold;
line-height: 20px;
text-transform: uppercase;
color: #ccc;
text-decoration: none;
}

.dialogBox a.closeLink {
right: 5px;
top: 5px;
background: url('../../img_ut/utopiagate/dialog_close.gif') right 0 no-repeat;
padding: 0 25px 0 0;
}

.dialogBox a.backLink {
left: 5px;
top: 5px;
background: url('../../img_ut/utopiagate/dialog_back.gif') 0 0 no-repeat;
padding: 0 0 0 25px;
}

.dialogBox a.backLink:hover {
background-position: 0 -20px;
color: #fff;
}

.dialogBox a.closeLink:hover {
background-position: right -20px;
color: #fff;
}

/* ---------------------------- */

.dialogBox .nationInfo {
padding: 30px 30px 30px 270px;
background-repeat: no-repeat;
min-height: 270px;
}

.dialogBox .nationInfo h2 {
font-size: 18px;
line-height: 18px;
color: #fff;
border-bottom: 1px solid #444;
padding: 0 0 10px 0;
margin: 0 0 10px 0;
}

.dialogBox .nationInfo p {
color: #ccc;
}

.dialogBox .nationInfo ul,
.dialogBox .nationInfo ol {
color: #ccc;
padding: 0 20px;
}

.dialogBox #nationInfo-1 {
background-image: url('../../img_ut/utopiagate/dialog_bknd_nation_1.jpg');
}

.dialogBox #nationInfo-2 {
background-image: url('../../img_ut/utopiagate/dialog_bknd_nation_2.jpg');
}

.dialogBox #nationInfo-3 {
background-image: url('../../img_ut/utopiagate/dialog_bknd_nation_3.jpg');
}

.dialogBox #nationInfo-4 {
background-image: url('../../img_ut/utopiagate/dialog_bknd_nation_4.jpg');
}

.dialogBox #nationInfo-5 {
background-image: url('../../img_ut/utopiagate/dialog_bknd_nation_5.jpg');
}

.dialogBox #nationInfo-6 {
background-image: url('../../img_ut/utopiagate/dialog_bknd_nation_6.jpg');
}

.dialogBox #nationInfo-7 {
background-image: url('../../img_ut/utopiagate/dialog_bknd_nation_7.jpg');
}

.dialogBox #nationInfo-8 {
background-image: url('../../img_ut/utopiagate/dialog_bknd_nation_8.jpg');
}

.dialogBox #nationInfo-9 {
background-image: url('../../img_ut/utopiagate/dialog_bknd_nation_9.jpg');
}

/* ---------------------------- */

.dialogBox .registration,
.dialogBox .feedback {
padding-top: 30px;
color: #fff;
background: #333 url('../../img_ut/utopiagate/dialog_bknd_registration.jpg') no-repeat;
}

.dialogBox .registration dl.worldsList {
overflow: hidden;
}

* html .dialogBox .registration dl.worldsList {
height: 1%;
}

.dialogBox .registration dl.worldsList dd {
float: left;
margin: 5px;
width: 257px;
height: 156px;
}

.dialogBox .registration dl.worldsList dd a {
display: block;
cursor: pointer;
width: 220px;
height: 143px;
border: 1px solid #666;
background-repeat: no-repeat;
text-decoration: none;
padding: 11px 0 0 35px;
position: relative;
}

.dialogBox .registration dl.worldsList dd.gameWorld-1 a {
background-image: url('../../img_ut/utopiagate/register_world1.jpg');
}

.dialogBox .registration dl.worldsList dd.gameWorld-2 a {
background-image: url('../../img_ut/utopiagate/register_world2.jpg');
}

.dialogBox .registration dl.worldsList dd.gameWorld-3 a {
background-image: url('../../img_ut/utopiagate/register_world3.jpg');
}

.dialogBox .registration dl.worldsList dd.gameWorld-4 a {
background-image: url('../../img_ut/utopiagate/register_world4.jpg');
}

.dialogBox .registration dl.worldsList dd.gameWorld-5 a {
background-image: url('../../img_ut/utopiagate/register_world5.jpg');
}

.dialogBox .registration dl.worldsList dd.gameWorld-6 a {
background-image: url('../../img_ut/utopiagate/register_world6.jpg');
}

.dialogBox .registration dl.worldsList dd.gameWorld-7 a {
background-image: url('../../img_ut/utopiagate/register_world7.jpg');
}

.dialogBox .registration dl.worldsList dd.gameWorld-8 a {
background-image: url('../../img_ut/utopiagate/register_world8.jpg');
}

.dialogBox .registration dl.worldsList dd.gameWorld-9 a {
background-image: url('../../img_ut/utopiagate/register_world9.jpg');
}

.dialogBox .registration dl.worldsList dd a:hover {
background-position: 0 -154px;
border-color: #fff;
}

.dialogBox .registration dl.worldsList dd a span {
display: block;
height: 16px;
line-height: 16px;
font-size: 14px;
font-weight: bold;
color: #eeb660;
padding: 4px 0;
}

.dialogBox .registration dl.worldsList dd a:hover span {
color: #fff;
}

.dialogBox .registration dl.worldsList dd a .worldNote {
position: absolute;
bottom: 0;
right: 0;
height: 20px;
line-height: 20px;
color: #ccc;
font-size: 11px;
font-weight: bold;
padding: 0 10px;
background: url('../../img_ut/utopiagate/register_world_note.gif') no-repeat;
}

.dialogBox .registration dl.worldsList dd a:hover .worldNote {
background-position: 0 -20px;
color: #000;
}

.dialogBox .registration dl.worldsList dd.worldDisabled {
opacity: 0.3;
-moz-opacity: 0.3;
filter: alpha(opacity=30);
}

.dialogBox .registration dl.worldsList dd.worldDisabled a {
cursor: default;
}

/* ---------------------------- */

.dialogBox .formbox h3 {
color: #fff;
font-size: 18px;
text-align: right;
}

.dialogBox .formbox p.note {
background: #ccc;
padding: 8px;
margin: 7px 0;
color: #000;
}

.dialogBox .formbox .row {
padding: 5px 30px;
}

.dialogBox .formbox .row label {
display: block;
float: left;
width: 350px;
padding: 0 5px 10px 0;
margin: 0 10px 0 0;
text-align: right;
border-bottom: 1px solid #999;
font-weight: bold;
}

.dialogBox .formbox .row label a {
color: #fff;
}

.dialogBox .formbox .row input,
.dialogBox .formbox .row select,
.dialogBox .formbox .row textarea {
padding: 5px;
font-size: 12px;
background: #000;
border: 1px solid #fff;
color: #fff;
}

.dialogBox .formbox .buttonRow {
padding: 20px 0;
}

.dialogBox .formbox .buttonRow a.submitButton {
display: block;
position: relative;
margin: 0 auto;
width: 283px;
height: 57px;
line-height: 57px;
text-decoration: none;
font-weight: bold;
font-size: 16px;
color: #573718;
text-align: center;
background: url('../../img/gate/register_button.gif') no-repeat;
text-transform: uppercase;
}

.dialogBox .formbox .buttonRow a.submitButton:hover {
color: #000;
background-position: 0 -57px;
}

/* ---------------------------- */

.loading {
background: #EEB660 url('../../img/gate/register_loading.gif') 10px 10px no-repeat;
padding: 10px;
margin: 0 auto;
position: relative;
width: 32px;
height: 32px;
}


/* ----------------------------- */

#footer {
background: url('../../img_ut/utopiagate/footer_bknd.gif') center 0 no-repeat;
height: 60px;
padding: 25px 0 0 0;
text-align: center;
color: #666;
font-size: 12px;
}

#footer a {
color: #fff;
}


/* ------------------------------ */

.footerRecomend {
color: #333;
padding: 15px 0 0;
font-size: 11px;
}

/* ----------------------------- */

#jolt_footer {
margin-top: -180px; /* negative value of footer height */
height: 180px;
position: relative;
}