@charset "UTF-8";
body  {
	font-family: Helvetica, arial, sans-serif;
	background: #c2d8f1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
/*    height:0;
    font-size: 1px;
    line-height: 0px;*/
}

#main {
	position: relative;
	margin: 0 auto;
	width: 770px;
}

#left_col {
	position: relative;
	float: left;
	width: 500px;
}

#right_col {
	position: relative;
	float: left;
	width: 250px;
}

#grabl_logo {
	margin: 0 auto;
	background: url(/grabl/images/grabl_logo.png);
	background-attachment: scroll;
	background-position: 0px 0px;
	width: 254px;
	height: 112px;
}

#logo_spacer {
	height: 112px;
	float: left;
}

#left_main {
	position: relative;
	width: 500px;
	min-height: 426px;
	background:#FFF;
	float: left;
}

#right_main {
	width: 250px;
	min-height: 400px;
	background: #FFF;
	float: left;
}

.spacer {
        height: 20px;
        width: 20px;
        float: left;
}

.vspacer {
	height: 20px;
	float: left;
}

.hspacer {
	width: 20px;
	float: left;
}

.h10 {
    width: 10px;
    float: left;
}

.v10 {
    height: 10px;
    float: left;
}

.top_left_corner {
	position: relative;
	background: url(/grabl/images/corners.png);
	background-position: 0px 0px;
	width: 30px;
	height: 30px;
	float: left;
}

.top_right_corner {
	position: relative;
	background: url(/grabl/images/corners.png);
	background-position: -30px 0px;
	width: 30px;
	height: 30px;
	float: left;
}

.bottom_left_corner {
	position: relative;
	background: url(/grabl/images/corners.png);
	background-position: 0px -30px;
	width: 30px;
	height: 30px;
	float: left;
}

.bottom_right_corner {
	position: relative;
	background: url(/grabl/images/corners.png);
	background-position: -30px -30px;
	width: 30px;
	height: 30px;
	float: left;
}

#about {
    float: left;
    height: 30px;
    width: 65px;
    background:url(/grabl/images/about.png);
    background-attachment: scroll;
}

#about a {
    display: block;
    width: 100%;
    height: 100%;
}
* html #about a {width:100%;}

#howtoplay {
    float: left;
    height: 30px;
    width: 119px;
    background:url(/grabl/images/howtoplay.png);
    background-attachment: scroll;
}

#howtoplay a {
    display: block;
    width: 100%;
    height: 100%;
}
* html #howtoplay a {width:100%;}

#scores {
    float: left;
    height: 30px;
    width: 82px;
    background:url(/grabl/images/scores.png);
    background-attachment: scroll;
}

#scores a {
    display: block;
    width: 100%;
    height: 100%;
}
* html #scores a {width:100%;}

#faq {
    float: left;
    height: 30px;
    width: 59px;
    background:url(/grabl/images/faq.png);
    background-attachment: scroll;
}

#faq a {
    display: block;
    width: 100%;
    height: 100%;
}
* html #faq a {width:100%;}

#contact {
    float: left;
    height: 30px;
    width: 82px;
    background:url(/grabl/images/contact.png);
    background-attachment: scroll;
}

#contact a {
    display: block;
    width: 100%;
    height: 100%;
}
* html #contact a {width:100%;}

#menu_bar {
    float: left;
    position: relative;
    top: -5px;
    height: 30px;
    left: 50%;
}

a img {
    border: 0px;
}

#faq_scores {
    list-style-type: none;
}

#footer {
    font-size: 70%;
    color: #333;
    text-align: center;
}

.tile {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(images/wood_tile.png);
    background-attachment: scroll;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
}

.board {
    position: relative;
    width: 400px;
    height: 400px;
    margin: 0 auto;
    background: url(images/board_bg.png);
    background-attachment: scroll;
}

.board_popup {
    display: none;
    position: absolute;
    width: 400px;
    border: 2px solid #333;
    background: #fff;
    text-align: center;
    z-index: 2;
}

.bigger {
    font-size: 140%;
}

#high-scores
{
    margin: 5px;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

#high-scores th
{
    padding: 5px;
    font-weight: bold;
}

#high-scores td
{
    padding: 5px;
    border-top: 1px;
}

#high_scores {
    margin-top: 1em;
}

#high_scores_title {
    font-size: 120%;
    margin-bottom: 1em;
    text-align: center;
    font-weight: bold;
}

.select_container {
    padding-right: 2em;
}

a {
    text-decoration: underline;
    color: #333;
}