﻿/* Optimized for 955x600 viewport */

body {
    background-image: url(../img/bg_body.gif);
    background-repeat: repeat;
    font-size: 14px;
    font-family: Arial, "Times New Roman", Sans-Serif;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.ScreenReaderText {
    position:absolute;
    left:0px;
    top:-500px;
    width:1px;
    height:1px;
    overflow:hidden;
}

.sectionHeader
{
    color: #FFFFFF;
    background-color: #808080;
    border-style: solid;
    border-width: 1px;
    font-size: 11px;
    font-weight: bold;
    padding: 2px;
    border-color: #EEEEEE #999999 #000000 #999999;
}

.sectionHeader a:link, .sectionHeader a:active, .sectionHeader a:visited {
    color: #BFBFBF;
    text-decoration: none;
}

.sectionHeader a:hover {
    cursor: help;
    border-bottom: dotted 1px #BFBFBF;
}

.section
{
    border: solid 1px #000000;
    position: absolute;
    background-color: #BFBFBF;
    z-index: 0;
}

#serverControls
{
    position: absolute;
    left: 8px;
    top: 1032px;
}

/* ____________________________________________________________________________________ Header ___ */

#menu {
    background-color: #999999;
    height: 20px;
}
#menu #title {
    display: inline;
    color: #FFFFFF;
    background-color: #770000;
    font-family: "Times New Roman", Serif;
    font-weight: bold;
    margin-right: 20px;
    padding: 5px;
}
#menu ul {
    display: inline;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
#menu ul li
{
    display: inline;
    list-style-type: none;
    font-size: 11px;
    padding-right: 20px;
}
#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited {
    color: #000000;
    text-decoration: none;
}
#menu ul li a:hover {
    color: #FFFFFF;
}
.submenu
{
    display: none;
    position: absolute;
    top: 20px;
    background-color: #99CCFF;
    border: 1px solid #666666;
    font-size: 11px;
    z-index: 1;
}
.submenu a
{
    display: block;
    color: #000000;
    text-decoration: none;
    padding: 4px;
}
.submenu a:hover
{
    background-color: #CCFFFF;
}
.submenu a.groupEnd
{
    display:block; 
    width: 95%; 
    border-bottom: solid 1px #000000;
}
.sysopToolsLink {
    padding-left: 20px;
}
#sysopTools {
    left: 319px;
}
#helpMenu {
    left: 255px;
}
#mapControls {
    left: 133px;
}
#tools {
    left: 84px;
}

/* ____________________________________________________________________________________ Chat area ___ */

#messageSection {
    height: 558px;
    width: 450px;
    top: 28px;
    left: 8px;
}
#messageSection #messages {
    font-size: 12px;
    background-color: #FFFFFF;
    height: 478px;
    width: 444px;
    border-left: solid 3px #BFBFBF;
    border-right: solid 2px #BFBFBF;
    vertical-align: bottom;
    /*overflow: scroll;*/
    overflow-y: scroll;
    overflow-x: hide;
}
#messageSection #messages .message
{
    display: block;
    border-bottom: solid 1px #e0e0e0;
}
#messageSection #messages .messageNetControl
{
    display: block;
    border-bottom: solid 1px #e0e0e0;
    background-color: #99CCFF;
}
#messageSection #messages .messageSystem
{
    background-color: #e0e0e0;
    text-align: right;
    font-weight: bold;
    display: block;
}
#messageSection #messages .messageAlert
{
    color: #770000;
    font-weight: bold;
    display: block;
    border-bottom: solid 1px #e0e0e0;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 8px;
}
#txtNewMessageClientSide
{
    margin-top: 5px;
    margin-left: 3px;
    margin-right: 2px;
    width: 378px;
    height: 45px;
}
#btnSend
{
    height: 51px;
    vertical-align: bottom;
}

/* ____________________________________________________________________________________ Map area ___ */

#mapSection {
    top: 28px;
    left: 466px;
    width: 515px;
    z-index: 0;
}

#mapSection #areaMap {
    height: 341px;
}

#areaMap #divBtn {
    text-align: center;
}

#areaMap #btnLoadMap {
    margin-top: 50px;
}

.tinyText {
    font-size: 8px;
	display: none;
}

/* ____________________________________________________________________________________ Image products ___ */

.imageProducts {
    height: 189px;
    width: 155px;
    top: 398px;
}
.imageProduct img, .imageStateTopo img, .imageStateBorders img {
    height: 169px; /* 600 28.2% */
    width: 155px;  /* 550 */
}
.imageStateTopo {
    /*position: inherit;*/
    position: relative;
    top: 0px;
    z-index: 0;
}
.imageStateBorders {
    /*position: inherit;*/
    position: relative;
    top: -169px;
    z-index: 1;
}
.imageProduct {
    /*position: inherit;*/
    position: relative;
    top: -338px;
    z-index: 2;
    cursor: hand;
}

#imageProduct1 {
    left: 466px;
}
#imageProduct2 {
    left: 646px;
}
#imageProduct3 {
    left: 826px;
}