/**  GENERAL  **/
body { 
	font-family: Tahoma;
	color: #000;
	background-color: #626262; 
	margin: 0px; 
	padding: 0px;
	text-align: center;
}

h1,h2,h3 {
	margin-top: 15px;
	padding: 0px;
}

h3 { 
	font: bold 12pt Tahoma;
	letter-spacing: 1px;
	margin-bottom: 0px; 
	/*color: #6AA14E;*/
	/*color: #6699FF;*/
	padding-bottom: 0px;
	/*border-top: 1px solid #000;
	border-left: 1px solid #000;*/
}

h3 a:hover {
	text-decoration: none;
}

h4  {
	font-size: 10pt;
}

h4 a {
	text-decoration: none;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #369;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none;
	/*color: #7F7F7F;*/
	color: #369;
}

a:hover, a:active { 
	text-decoration: underline;
	/*color: #3C9A35;*/
	
	/*color: #517BCC;*/
}

.form_error {
	color: #f00;
}

/**  LAYOUT  **/

#container { 
	background: url(/images/bg_main.gif) repeat-y; 
	width: 950px;
	margin: 0 auto;
	padding-top: 0;
  padding-bottom: 30px;
  font-size: 10pt;
	text-align: left;
	overflow: auto;
}

#headline {
  margin-top: 0px;
  padding-top: 15px;
  padding-left: 60px;
}

#content {
	padding-left: 50px;
	padding-right: 16px;
	width: 540px;
	position: relative;
	float: left;
}

#leftBar {
	width: 300px;
	float: left;
	position: relative;
}

#footer {
	clear: both;
	padding-top: 60px;
	/*margin-left: 100px;*/
	letter-spacing: 1px;
	text-align: center;
}

#footer a {
	font-weight: normal;
}

#intro {
	line-height: 1.3;
	padding-bottom: 14px;
	border-bottom: 1px dashed #999;
}

#intro ul {
	margin-top:	0;
}

#intro li {
	margin-top: 0;
}

#navigation {
	margin-bottom: 20px;
}

#navigation h4 {
	margin-bottom: 2px;
	width: 100%;
	border-bottom: 1px dotted #777;
}

#navigation ul {
	padding: 0;
	margin: 0;
}

#navigation li {
	letter-spacing: 1px;
	list-style-type: none;
	padding-left:	4px;
}

#navigation a {
	font-size: 10pt;
	/*font-weight: normal;*/
}

#contactDetails {
	margin-top: 1em;
}

#contactDetails th {
	vertical-align: top;
	padding-right: 1em;
}

/*
fieldset {
	border: 1px solid;
	padding: 4px 10px;
  margin-top: 4px;
}

fieldset div {
	padding-bottom: 2px;
}
*/

#search {
	margin-top: 1em;
}

#search input {
	border: 1px solid #999;
	background-color: #fff;
	margin-left: 4px;
}

#displayControls {
	margin-top: 10px;
	padding: 4px;
	border: 1px solid #999;
}

#browsergameAdd {
	margin-top: 4px;
}

.resultSet {
  padding-top: 10px;
/*	float: right;*/
}

.resultSet h4 {
  width: 100%;
  font-size: 11pt;
  border-bottom: 1px dashed #999;
	padding-bottom: 2px;
	margin-bottom: 0px;
}

.resultSet h4 a {
	text-decoration: none;
}

.resultSet a.toTop {
  color: #ccc;
  font-size: 9pt;
  text-decoration: none;
  position: absolute;
  right: 20px;
	padding-top: 2px;
}

.resultSet a.toTop:hover {
  color: #666;
}

.browsergameList {
	margin-left: 20px;
	width: 520px;
}

.browsergameList td {
	vertical-align: top;
}

.browsergameName {
	padding-left: 10px;
	background: url(/images/bullet.gif) no-repeat;
	width: 180px;
}

.browsergameUrl {
	display: inline;
	color: #777;
}

.browsergameDesc {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 2px;
	/*color: #69f;*/
}

.browsergameDesc a {
	font-weight: normal;
}

.browsergameList em {
	position: absolute;
	right: 30px;
	color: #777;
	font-size: 9pt;
}

.browsergameEmpty {
	margin-left: 30px;
}

#news .newsHeader {
	width: 100%;
	padding-top: 10px;
	border-bottom: 1px dashed #CCC;
}

#news .newsDate {
	float: right;
	font-style: italic;
	color: #777;
}

#news .newsTitle {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 2px;
}

#news .newsExcerpt {
	margin-top: 4px;
	line-height: 1.3;
}

#news .newsLink {
	width: 100%;
	padding-bottom: 10px;
	text-align: right;
}

#news .newsContent {
	font-size: 10pt;
	line-height: 1.3;
}

#news .newsContent p {
	font-size: 10pt;
}


#addGame {
	padding-top: 10px;
}

#addGame th {
	vertical-align: top;
}


/** TOP10 BLOCK **/
.top10-label {
  float: left;
  border: 1px solid #000;
	border-bottom: 0px;
	border-collapse: separate;
  padding: 0px 4px;
  margin-right: 1px;
}

.top10-label:hover {
  
}

.top10-label-active {
  background-color: #999;
}

.top10-block {
  border: 1px solid black;
  clear: both;
  margin-bottom: 1em;
}


/**  BANNERS  **/
.bannerV {
	width: 120px;
	height: 600px;
	/*background-color: #f8e;*/
}

.bannerH {
	
}

.bannerH300 {
	width: 300px;
	margin: 4px auto;
}

.bannerH468 {
	width: 468px;
	margin: 4px auto;
}

.bannerIntroR {
	color: #777;
	text-align: right;
	padding-bottom: 2px;
	font-size: 9pt;
}