﻿body
{
    background-image: url(../images/Chessboard_bg.gif);
    background-repeat: repeat;    
    font-family:Tahoma;
    font-style:normal;
    font-size:small;
    color:Black;
}


div.central
{        
    border:solid;
    border-color:Gray;
    border-width:thin; 
    width: 720px;
    height:100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-image: none;
    background-color:White;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom:5px;
}
div.header
{
    width:inherit;
    height:115px;
}

div.pages
{
    border:solid;
    border-color:Gray;
    border-width:thin; 
    width:auto; 
    min-height:380px;
    height:auto; 
    background-color:White;
    padding:5px;
    margin-top:5px;    
}

div.footerBox
{
    color:Gray;
    font-size:smaller;
    border-top:solid;
    border-bottom:solid;
    border-right:solid;
    border-left:solid;
    border-color:Gray;
    border-width:thin;    
    margin-top:5px; 
    bottom:0px; 
    width:auto; 
    background-color:White;
    height:auto;
    text-align:center;
}

span.chessfadeimages
{
    float:right;
    display:inline-block;
    padding:5px;
    height:300px;
    width:300px;
}

img.mainPageImg
{
    float: right;
    width:296px;
    height:229px;
    background-image: url(../images/Composite.jpg);
    border: 1px dotted black;
    margin: 0px 0px 15px 20px;
}

#logo-box
{
    position: absolute;
    width: 81px;
    height: 143px;
    float: left;
    background-repeat: no-repeat;
    background-image: url(../images/ChessLogo_notext.gif);
}

.links li
{
    padding:5px;
}

div.folioItem
{
    min-height:350px;
}
div.folioHeader
{
    padding:3px;
    width:auto;
    height:auto;
    min-height:40px;    
    border:solid;
    border-color:Gray;
    border-width:thin; 
    background-color:#D4D4D4;  
    text-align:center;      
    vertical-align:middle;
}
div.folioImg
{
    height:inherit;
    width:auto;
    margin:5px;
    text-align:center;
}
div.folioImg a:hover folioImg
{
  border:1px solid #0000ff;
}
div.ImgSep
{
    height:5px;
}