HTML {
    background-image: url(../images/bg_all.gif);
	min-height: 100%;
}

BODY {
	margin: auto;
    width: 1030px;
    padding: 0;
	font-family: Courier New, monospace;
    font-size: 10pt;
    font-style: normal;
    letter-spacing: normal;
    word-spacing: normal;
    text-align: start;
    vertical-align: baseline;
    direction: ltr;        
    line-height: 20px;
    color: #d1d7d3;
}

img {
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: middle; 
}

.plashka {
    cursor: pointer;
    margin: 0;
    padding: 0; 
}

a {
    color: #d1d7d3;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
}

ul {
    padding: 0;
    margin: 4px 0;
}

li {
    padding: 0;
    margin: 0 10px;
    list-style: none;
}

.num-header {
    list-style: decimal;
    font-weight: bold;
}

input {
    border: 1px solid #85978e;
}

input[type=text], input[type=password] {
    background-color: #ACACAC;
    color: #525a52;
    font-size: 8pt;
    width: 100px;
}

select {
    background-color: #ACACAC;
    border: 1px solid #85978e;     
    color: #525a52;
    font-size: 8pt;
    width: 100px;
}

input[type=submit] {
    background: #525a52;
    color: #d1d7d3;
    font-size: 8pt;
}

table {
    font-size: 9pt;
}

caption {
    background-image: url(../images/ribbon_back.png);  
    background-repeat: repeat-x;
    height: 26px;
    margin: 0px;
    padding: 0; 
}

th {
    background: #303030 url(../images/ribbon_back_shadow.png);  
    background-repeat: repeat-x;
    font-size: 10pt;
    font-weight: normal;
}

#main {
    display: block;
}

#shadow-top {
	display: block;
    background-image: url(../images/shadow-top.png); 
	width: 1030px;
	height: 15px;
	margin: 20px auto 0 auto;
}
#body-shadow {
	display: block;
    background-image: url(../images/shadow-body.png);
    background-repeat: repeat-y; 
	width: 1030px;
	margin: auto;
}
#shadow-bottom {
	display: block;
    background-image: url(../images/shadow-bottom.png); 
	width: 1030px;
	height: 15px;
	margin: 0 auto 0 auto;
}

#body {
    display: block;
    margin: 0 15px 0 15px;
}

#w4f {
    background-image: url(../images/w4f.jpg);
    background-repeat: no-repeat;
    width: 1000px;
    position: relative;    
}

#menu-bar {
    clear: both;
    margin: 5px 5px;
    height: 30px;
    border: 1px solid #85978e;
    background-image: url(../images/greytbg.png);
}

#menu-div {
    font-size: 11pt;
    text-align: right;
}

#server-info {
    margin-top: 10px;
    margin-bottom: 110px;
    float: right;
    font-size: 23pt;
    font-weight: bold;
    text-align: right;        
}

#content {
    display: block;
    background-image: url(../images/footer.jpg);
    background-position: bottom;
    background-repeat: no-repeat; 
    background-color: #525a52;
    min-height: 400px;
    padding: 0 0 110px 0;
}

#copy {
    color: #000000;
    min-height: 20px;
    text-align: right;
    padding-right: 30px;
    padding-bottom: 10px;
    color: #000000; 
}

#map-div {
    padding: 5px;
    background: #F0F0F0;    
}

#inner-div {
    display: block;
}

#bar-l {
    margin-left: 0;
    width: 470px;
    float: left;
}

#bar-r {
    margin-right: 0;
    width: 470px;
    float: right;
}                                                                                    

#vvs {
    margin-top: 5px;         
    width: 300px;
    float: right;
    text-align: center;
}

#luftwaffe {
    margin-top: 5px;
    width: 300px;
    float: left;
    text-align: center;
}

#battle-hist {
    padding: 10px;
    border: 1px solid #85978e; 
}

.container {
    clear: both;
    border: 1px solid #85978e;
    background-image: url(../images/greytbg.png); 
    padding: 5px;
    margin: 0 5px 0 5px;    
}

.header-small {
    font-weight: bold;
}

.header-med {
    font-size: 12pt;
    font-weight: bold;
}

.header-large {
    font-size: 17pt;
    font-weight: bold;
}

.clear {
    clear: both;
}

.vline {

}

.odd {
    background: transparent;
}

.even {
    background: #3A3A3A;          
}

.over {
    background: #585858;    
}

.sub-header {
    background: #303030;
}

.digit-large {
    display: block;
    margin: 30px 0 10px 0;
    font-size: 50pt;
    font-weight: bold;
}

.add-info {
    display: block;
    margin: 5px;
    font-size: 8pt;
    text-align: left;
}

.under-logo {
    background-image: url(../images/ribbon_back.png);  
    background-repeat: repeat-x;
    background-position: bottom;
    height: 121px;
}

.cut-text {
    white-space: nowrap;
    overflow: hidden;
    width: 175px;
}

.paginator {
    margin: 5px 0 5px 10px;
    display: block;
}

.caption {
    color: #292929;
    font-size: 10pt;
    display: block;
    margin-top: 3px;
}

.shadow {
    background-image: url(../images/ribbon_back_shadow.png);  
    background-repeat: repeat-x;
    font-size: 10pt;
    font-weight: normal;
}

.awards-container {
    text-align: center;
}

#pilot-common-stat {
    width: 300px;
    float: left;
}

#pilot-awards {
    margin-left: 310px;
}

#pilots-menu {
    margin-top: 20px;
    text-align: center;
}

.tabBorder {
    border-left: 1px solid #85978e;
    border-right: 1px solid #85978e;
    border-bottom: 1px solid #85978e; 
}

.tabBorderFull {
    border: 1px solid #85978e;
}

.indent-1 {
    text-indent: 10px;
}

.indent-2 {
    text-indent: 30px;
}

.form-item {
    clear: both;
    margin: 10px;
}

.error {
    color: #D50000;
    font-size: 9pt;
}

.comment {
    font-size: 9pt;
    font-weight: normal;
}

.underline-block {
    border-bottom: 1px solid #85978e;
    margin-bottom: 30px;
}

.list-subheader {
    margin: 10px;
    font-style: italic;
}

.list-marcked {
    list-style: circle;
    margin-left: 40px;
}

.red {
    color: #D52000;
}

.blue {
    color: #2B5FF9;
}

.page-header {
    padding: 5px 0;
    min-height: 90px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: right center;
}

.page-header-block {
    margin-top: 5px;
    display: block;
}

.pilot-menu {
    text-align: center;
    margin-top: 20px;
}

.pilot-streak {
    text-align: center;
    margin-top: 50px;
}

.target-div {
    text-align: left;
    width: 430px;
    margin: 5px;
    font-size: 8pt;
}

.plane-li {
    margin: 0;
    list-style: circle;
}

.lock-li {
    margin: 0 0 0 15px;
}