/* CSS Document */

/* General CSS Styles*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	/*	min-height: 100%;*/
	min-width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;	
	/*face="Verdana,Arial,Helvetica,Sans serif" size="2" color="white">*/
}

body {
	background-color: #000000;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

a {
	color: #FFF;
	text-decoration: none;
}

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

a img {
	border: none;
}

form {
	display: inline;
}

div.hr {
  margin: 10px;
  height: 20px;
  background: #124A47 url(images/hr.gif) no-repeat scroll center;
}

div.hr hr {
  display: none;
}

/* Site Areas */

#sitetable {
	height: 100%;
	width: 100%;
	min-width: 800px;
}

#header_area, #main_area {
	width: 80%;
	min-width: 800px;
	background: #124A47;
}

#header_area, #header_area_right {
	text-align: center;
	height: 180px;
/*	border: 1px solid #FFF;*/
}


.header_table {
	width: 100%;
	height: 180px;
}

.header_table_td {
	width: 600px;
}

#main_area {
	vertical-align: top;
	text-align: left;
}

/*  Site:	Intro	*/

div#intro {
	text-align: center;
}



#content {
	text-align: left;
	width: 70%;
	margin-left: 23%;
}

.bodytext {
	font: Verdana, sans-serif;
	color: #FFFFFF;
}

/*  -------- MENU --------  */

.menu {
	font: bold 15px Verdana, sans-serif;
}

.linkmenu {
	display: none;
	font: bold 18px Verdana, sans-serif;
	color:#FFF;
}

.linkmenu > ul {
	display: none;
	position:relative;
	list-style-type: none;
}

.linkmenu > ul {
	display: none;
	list-style-type: none; 
	background: #000;
	border: 1px solid #FFF;
	padding: 3px;
	position:absolute;
	left: 0px;
	width: 200px;
}

.linkmenu:hover > ul {
	display: block;
}

/*  -------- NEWS --------  */

.news_table {
	width: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

.news_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color:#000;
}

.news_list_time {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333;
}

.news_list_author {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333;
}

.news_list_newstitle {
	background-color:#FA4;
}

.news_list_newstitle a {
	color: #000;
}

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

.news_list_newstitle td {
	padding: 3px;
}

.news_list_newstext {
	background-color:#666666;
}

.news_list_newstext td {
	padding: 3px;
}

/*  -------- SERVER --------  */

.server_table {
	width: 400px;
}

.server_table td {
	padding: 2px;
}

/*  -------- MATCHES --------  */

.matches {
	width: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
}

.bgcolor1 {
	background-color:#555;
}

.bgcolor2 {
	background-color:#777;
}

/* -------- GUESTBOOK -------- */

.gb_table {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
/*	border: 1px solid #000;*/
}

.gb_label {
	width: 50px;
	vertical-align: top;
}

table.gb_table input, table.gb_table textarea {
	width: 260px;
}

.gb_missing {
	background-color: #F00;
}

div#newentry, div#gbback {
	height: 2.5em;
}
.title {
	float: left;
	line-height: 1.3em;
}
.msg {
	line-height: 1.3em;
	margin-left: 5.5em;
}
.title2 {
	float: left;
	line-height: 2em;
}
.msg2 {
	line-height: 2em;
	margin-left: 5.5em;
}
.msg2 textarea, .msg2 input {
	overflow: auto;
	width: 260px;
}
.submit_entry {
	margin-top: 1em;
	width: 7em;
	border: none;
}