body {
	padding: 0px;
	margin: 0px;
	background: #1d3e67;
	font-size:14px;
	font-family: Times New Roman;
}

form {
	padding: 0px;
	margin: 0px;
}

select,input,textarea {
	border:1px solid #7B7B7B;
}

.wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1000px;
}

.header {
	color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	background: url('../images/header.png') no-repeat;
	height:88px;
}

.header-auth-links {
	position: relative;
	top: 23px;
	right: 0px;
	padding-right:20px;
	text-align:right;
}

.header-user-links {
	position: relative; 
	top: 48px; 
	padding:0px 50px 0px 550px; 
	text-align:center;
}

.header-auth-links a,
.header-auth-links a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

.header-user-links a,
.header-user-links a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

.footer {
	color:#FFFFFF;
	margin: 0px;
	padding:15px 0px;
	background: url('../images/footer.png') no-repeat;
	text-align:center;
}

.footer a,
.footer a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

.copyright{
	color:#b7b7b7;
}

.container {
	margin: 0px;
	padding: 0px;
	height:100%;
	background: url('../images/background.png') repeat-y;
}

.left-side {
	float: left;
	padding:0px;
	margin:0px;
	padding-left: 7px; 
	width: 121px;
	text-align:center;
}

.right-side {
	float: right;
	width: 121px;
	padding:0px;
	margin:0px;
	padding-right: 5px; 
	text-align:center;
}

.content { 
	float: left;
	width: 739px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 3px;
}

.fields_table {
	margin: 4px 0px;
}

.warning-message{
	color:#1100FF;
}

.error-message{
	color:#FF0011;
}

.success-message{
	color:#00FF00;
}

.game-table{
	background:#efefef;
	border:1px solid;
	margin:10px 0px;
}

.field {
	position:relative;
    width:65px;
	height:65px;
	background:#FFFFFF;
	border-color: #000;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    h: expression(onmouseover=new Function("this.style.backgroundColor='#CCE6D8';"),
                  onmouseout=new Function("this.style.backgroundColor='#FFFFFF';"));
}

.field-number {
	position:absolute;
	bottom:0px;
	right:0px;
	padding:0px;
	margin:0px;
	background: #e7e7e7;
	border-color: #000;
    border-width: 1px 0px 0px 1px;
    border-style: solid;
	width:20px;
	height:12px;
	font-size:10px;
}

.field:hover {
    background: #CCE6D8;
}

.field-busy{
	width:65px;
	height:65px;
	border-color: #000;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    position:relative;
}

.field-busy-admin{
	width:65px;
	height:65px;
	border-color: #000;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    position:relative;
}

.box {
	border:1px solid #f7f7f7;
	background:#b7b7b7;
	padding:10px 5px 20px 20px;
	margin:10px auto;	
}

.box-title {
	text-decoration:underline; 
	font-weight:bold; 
	font-size:125%; 
	margin-bottom:5px;
}

.subbox{
	border:1px solid #f7f7f7;
	background:#d6d6d6;
	margin:0px 0px 0px 20px;
	padding:5px 5px 5px 20px;
}

.form-row-title{
	color:#3b3b3b;
}

.column-numerator{
	height:15px;
	border-color: #000;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
	background: #FF123E;
	text-align:center;
}

.row-numerator{
	width:15px;
	border-color: #000;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
	background: #FF123E;
	text-align:center;
}

.top-left-field{
	border-color: #000;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
	background: #FF123E;
}

.game-info-container{
	float:left;
}

.game-friend-container{
	float:right;
}

.game-friend-area{
	padding:2px;
	border:1px solid;
	background: #efefef;
	width:245px;
}

.game-info-area{
	float:left;
	border:1px solid;
	padding:2px;
	background: #efefef;
	text-align:center;
	width:480px;
}

.tablist{
	padding: 3px 3px;
	margin-right:0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 1px;
	font: bold 12px Verdana;
	border-bottom: 1px solid #2e2e2e;
}

.tablist li{
	list-style: none;
	display: inline;
	margin: 0;
	
}

.tablist li a{
	text-decoration: none;
	padding: 3px 2px;
	margin-right: 0px;
	border: 1px solid #2e2e2e;
	border-bottom: none;
	background: #FFFFFF;
	width:100px;
}

.tablist li a:link, #tablist li a:visited{
	color: navy;
}

.tablist li a:hover{
	color: black;
	background: #e0e0e0;
	border-color: navy;
	border-bottom: 1px solid #e0e0e0;
}

.tablist li a.current{
	border-bottom: 1px solid #f0f0f0;
	background: #f0f0f0;
}

.pane {
	background: #FFFFFF;
}