/*
File: icheckers.css
Abstract: CSS properties
Version: <1.0>

Copyright (C) 2007 Blue Point Studios Inc. All Rights Reserved.
*/
body {
	text-align: center;
	margin: 0px 0px 0px 0px;
}
body[orient="profile"] .container {
	height: 416px;
	text-align: center;
}

body[orient="landscape"] .container {
	height: 268px;
	text-align: center;
}

#container {
	margin: 0 0;
	width: 320px;
	border: solid 1px #496783;
	text-align: center;
	/* -webkit-border-radius:5px 7px; */
	/* -webkit-border-top-right-radius:7px; */
	/* -webkit-border-bottom-left-radius:7px; */
}
table {
	color: #496783;
	width: 320px;
	heigth: 320px;
	cellspacing: 0px;
	cellpadding: 0px;
	background-color: #f0f6f5;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	/* -webkit-border-radius:10px 10px; */
	-webkit-border-top-right-radius:7px;
	-webkit-border-bottom-left-radius: 7px;
}
td {
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

td.ruleHorizontal {
	width: 36px;
	height: 16px;
	vertical-align: middle;
}
td.ruleVertical {
	width: 16px;
	height: 36px;
	vertical-align: middle;
}
#copyright {
	/* float: left; */
	color: #496783;
	font-size: 9px;
	margin: 0 0;
	width: 320px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#title {
	color: #496783;
	font-size: 11px;
	margin: 0 0;
	width: 320px;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* text-shadow: 1px 1px 7px #000; */
}

#BOARD {
	position: relative;
}

a:link {
	color: #1A1A45;
	text-decoration: none;
}

a:visited {
	color: #1A1A45;
	text-decoration: none;
}

a:hover {
	color: #080B3A;
	text-decoration: none;
}
