/* Vasily Yevstygnyeyev 2010(c) bazilxp@gmail.com */

* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 70%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	text-align:center;
	height: 160px;
/*	background: #FFE680;*/
}

#r_menu {
       margin-right: 10px;
       text-align:right;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 100px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-top:50px;
	
	
}
#content {
        margin-top:50px;
	padding: 0 0 0 630px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 620px;
	margin-left: -100%;
	position: relative;
/*	background: #B5E3FF;*/
}


.ulink
{
   float: left;
   margin-top: 20px;
    margin-left: 20px;
}

.dlink
{
   float: relative;

    margin-left: 50px;
}



/* Footer
-----------------------------------------------------------------------------*/
#footer {
/*
	margin: -20px auto 0;
*/
	min-width: 1000px;
	height: 20px;
/*	background: #BFF08E;*/
}

#footer_text_left{
 	text-align:center;
  margin-left: 10px;
}

#sgf_upload_button{
  margin-top : 5px;
  margin-left: 150px;
}


.clip_button { 
position:relative;
float: left;
   width:16px; 
   height: 16px;
   text-align:center;
   border:1px solid black;
   background-color:#ccc;
   margin:1px;
   padding:1px;
   cursor:default;
/* font-size:9pt; */
}
.clip_button.hover {
 background-color:#eee; 
}
.clip_button.active { 
background-color:#aaa; 
}

/* links block */
.links {
  font-weight: bold;  
  margin-top: -50px;
}
.links input {
  float:left;
  margin-left: 15px;
/*  width:195px; */
/*  font:normal 12px Arial, Helvetica, sans-serif;*/
}
.links label {
  float:left;
  margin-left: 15px;
  width:120px; 
  margin-top:4px;
}

.links .listbox {
  height: 40px;
  margin-left: 5px;
}

.cblock_1
{
  background-color:#ffffff; 
  color : #292A0A;
}

.cblock_2
{
  background-color:#e2e7ec; 
  color : #292A0A;
}


.cblock_3
{
  background-color:#ffe9be; 
  color : #292A0A;
}
#gamelist
{
  width : 760px;
  margin-left :auto;
  margin-right :auto;
}

.player_block
{
  width: 760px;
  
}

.nav_block
{
  margin-top: 5px;
  margin-bottom: 3px;
  width: 760px;
/*
  height : 30px;
*/
}

.player_block:hover
{
	background-color:#E9CFEC; 
	
}

.player_name
{
margin-left: 10px;
 width:200px; 
  height: 20px;
  float: left;
}
.game_date
{
  margin-left: 10px;
  margin-right: 10px;
  height: 20px;
  width : 90px;
  float:left;
}

.game_result
{
  margin-left: 10px;
  margin-right: 10px;
  height: 20px;
  width : 120px;
  float: left;
}
.game_type
{
  #margin-left: 10px;
  #width : 40px;
  height: 20px;
  
}

.active_nav
{
background-color: #E0F8F7; 
  color : #190710;
}


.pageslide-close {
  font-size: 12px;
  font-weight: bold;
  padding:10px !important; 
  border: 1px solid #C60;
}

#pageslide-slide-wrap {
    background-color: white;
    /*erflow-y: scroll;*/
}


.private {text-decoration: line-through;}

.about {	
	margin-left: 35%;
	text-align:left;
}


.help {	
	margin-left: 35%;
	text-align:left;
}

.menu-frame
{
	border:1px #bbb solid;padding:1em;
	width:100px;
}

.inbox-body
{
	border:1px #bbb solid;padding:1em;
	width:500px;

}

.read-body
{
	border:1px #bbb solid;padding:1em;
	width:520px;
}

.adt
{	
/*background-color:#ffe9be; */
 background-color:orange; 
}
