/*
Copywrite 2008 www.ChessForNovices.com
*/

/* LAYOUT */

body
{
text-align: center;
}

div.container
{
margin-left: auto; 
margin-right: auto;
font-size: 80%;
font-family: verdana;
width:730px;
}

div.header
{
}

div.topmenu
{
text-align:center;
font-size: 13px
}


div.content
{
text-align:left;
padding-bottom: 12px
}

div.contentdivider
{
text-align:left;
width=100%;
clear: both;
}

div.nbnav
{
font-size: 12px;
clear: both;
padding-top: 0px

}

div.botmenu
{
}

div.footer
{
text-align:center;
font-size: 9px
}

/* TOP MENU */

a.topmenu
{ 
vertical-align: middle;
color: blue;
text-decoration: none;
font-weight: bold	
}

a.topmenu:hover 
{ 
color: red;
font-weight: bold;
}

/* CONTENT */


h1
{
font-family: 'Trebuchet MS';
font-weight: bold;
font-size: 1.5em;
}

h2
{
font-family: 'Trebuchet MS';
text-transform: uppercase;
font-weight: bold;
font-size: 1.1em
}

div.imageleftalone
{
text-align:left;
width=100%;
clear: both;
padding-bottom: 6px;
padding-top: 6px;
}

div.imagefloatleft
{
  clear: both;
  margin: 2px 10px 2px 0px;
  height: auto;
  float: left;
  text-align: center;
}

/* CHESSBOARD IMAGES */

div.boardright
{
  clear: both;
  margin: 2px;
  height: auto;
  width: 282px;
  float: right;
  text-align: center;
  border: 1px solid #b0b0b0
}

div.boardleft
{
  clear: both;
  margin: 2px;
  height: auto;
  width: 282px;
  float: left;
  text-align: center;
  border: 1px solid #b0b0b0
}


div.boardalone
{
  clear: both;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 282px; 
  text-align: center;
  border: 1px solid #b0b0b0
}

table.board
{
  margin-left: auto;
  margin-right: auto;
  margin-top: 4px;
  margin-bottom: 4px;
  border: 1px solid #b0b0b0;
}

div.boardcaption
{
  text-align: center;
  font-weight: normal;
  width: 240px;  
  margin-left: auto; 
  margin-right: auto;
  margin-bottom: 4px;
}

/* BOT MENU */

table.botmenu
{
font-size: 12px;
border: 1px solid #b0b0b0;
width: 100%
}

th.botmenu
{
background:#ddddff;
text-align:center;
}

td.botmenu
{
background:#f7f7f7;
text-align:center;
}

a.botmenu
{
white-space: nowrap
}