/* LBS header and footer */

/* header */

#player-status {
    border: 1px #c6dffe solid;
    height: 70px;
    position: relative;
    font-size: 120%;
}

#header-central {
    position: absolute;
    top: 8px;
    left: 230px;
    padding: 3px;
    width: 560px;
    text-align: center;
    font-weight: bold;
    color: white;
}
#header-central a {
    color: white;
    text-decoration: underline;
}
#header-central a:hover {
    color: #00517a;
}

#player-statistics {
    position: absolute;
    top: 0px;
    right: 4px;
    text-align: right;
}

#playername {
    float: left;
}

#playerarm, #playerclass {
    margin-top: 5px;
    margin-left: 7px;
    float: left;
    width: 48px;
    height: 48px;
}

#login-status
{
    font-weight: bold;
}

#date-status {
    position: relative;
    top: 15px;
}
#date-status #date {
    font-weight: bold;
}

#logolink
{
  position:absolute;
  top: 1px;
  left: 0px;
  height: 80px; 
  width: 250px;  
  background-repeat: no-repeat;
}


.head_screenhelp
{
  text-align: center;
  background-color: #f7f7bf;
  border: 2px #baba45 solid;
  padding: 5px;
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 20px;
}

/* footer */

#footer
{
    width: 100%;
    background-color: #087ab6;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;    
}
#footer a
{
    color: white;
    font-size: 80%;
}
#xiti-logo
{
    display: inline;
    position: relative;
    top: 3px;
    margin-left: 10px;
}


/* left menu */

#left-menu ul
{
    list-style-type: none;
}


#menuselect  {
    font-style: italic;
    font-size: 120%;
}


#submenuselect
{
    background-color: #3eb1ea;
}
#submenuselect a {
    color: #000000;
    font-style: italic;
}

.menumain
{
    padding: 3px;
    color: #00517a;
    position: relative;
    border-bottom: 1px #3eb1ea solid;
    font-weight: bold;
    font-size: 110%;
}

li.menumain a
{
    color: #00517a;
}

a.menucommand
{
    position: absolute;
    right: 2px;
    top: 0px;
    width: 10px;
    text-align: center;
    color: #00517a;
}

.menusub li
{
    font-weight: normal;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 90%;
}

.menusub li a
{
    font-weight: normal;
    color: #00517a;
}

#mainmenulink1, #mainmenulink2, #mainmenulink3 {
    color: black;
}

.menuminisub {
    margin-left: 20px;
    margin-top: 2px;
}
