/*template for a basic design for nearly every website*/
#container_logo {
	width: 100%;
	height: 80px;
	background: #FFFFFF url(./pics/std_ground.jpg) repeat top left;
	border-bottom: solid 1px #192317;
	font-size: 14px;
	color: #E2EDE2;
	vertical-align: middle;
}
#container_logo a {
	color: #E2EDE2;
	font-size: smaller;
}
#container_menu_bar {
	margin-top: -1px;
	/*background: #FFFFFF url(./pics/std_ground.jpg) repeat top left;*/
}
#container_submenu_bar {
	float: left;
	width: 180px;
	margin-right: 8px;
}
#container_submenu_bar ul {
	background: #FFFFFF url(./pics/std_ground.jpg) repeat top left;
	padding: 10px 0px;
	margin: 0px;
	border: solid #192317;
	border-width: 1px 1px 1px 0px;
}
#container_menu_bar ul, #container_menu_bar li, #container_submenu_bar li {
	list-style: none inside;
	margin: 0px;
	padding: 0px;
}
#container_menu_bar li {
	background: #FFFFFF url(./pics/std_ground.jpg) repeat bottom left;
	float: left;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	border: solid #192317;
	border-width: 0px 1px 1px 1px;
	margin-right: -1px;
}
#container_menu_bar li.selected {
	background: #E2EDE2;
	border-bottom: 0px;
	border-right: 0px;
	border-top-width: 1px;
}
#container_menu_bar li:hover {
	background: #C0D6C0;
}
#container_menu_bar li.selected a, #container_menu_bar li:hover a, #container_submenu_bar li.selected a, #container_submenu_bar li.link a:hover {
	color: #192317;
	text-decoration: none;
}
#container_menu_bar a {
	padding: 3px 15px;
	color: #E2EDE2;
	font-weight: bold;
}
#container_spacer_1 {
	clear: both;
	min-height: 30px;
	text-align: center;
	vertical-align: middle;
	font-size: smaller;
}
#container_submenu_bar li.super {
	margin-left: 10px;
	font-weight: bolder;
	padding-bottom: 3px;
}
#container_submenu_bar li.duper {
	margin-left: 20px;
	font-weight: bold;
	padding-bottom: 3px;
}
#container_submenu_bar li.link {
	margin-left: 30px;
}
#container_submenu_bar li.link a {
	padding: 2px 0px 2px 2px;
	font-weight: normal;
}
#container_submenu_bar li, #container_submenu_bar li a {
	color: #E2EDE2;
	overflow: hidden;
	text-align: left;
	vertical-align: middle;
}
#container_submenu_bar li.selected {
	background: #E2EDE2;
	border: solid #192317;
	border-width: 1px 0px 1px 1px;
	margin-right: -1px;
}
#container_submenu_bar li.link:hover {
	background: #C0D6C0;
}



#container_spacer_2 {
	display: none;
}
#container_content_post {
	display: none;
}
#container_content {
	margin-bottom: 5px;
}
#container_content_pre {
	width: 120px;
	text-align: center;
	float: right;
	background: #FFFFFF url(./pics/std_ground.jpg) repeat bottom left;
	color: #E2EDE2;
	border: solid #192317;
	border-width: 1px 0px 1px 1px;
	padding: 5px 2px;
	margin-bottom: 5px;
	margin-left: 8px;
	overflow: hidden;
}
#container_content_pre fieldset {
	text-align: left;
	background: #E2EDE2;
	color: #192317;
	border: solid #192317;
	border-width: 1px;
	overflow: hidden;
	padding: 2px 2px;
	margin-top: 4px;
	white-space: nowrap;
}
#container_content_pre fieldset legend {
	font-weight: bold;
	background: #E2EDE2;
	border: solid #192317;
	border-width: 1px 1px 1px 1px;
	margin: 0px;
}
#container_content_pre > a {
	color: #E2EDE2;
}
#container_footer {
	clear: both;
	border-top: solid 1px #192317;
	font-size: smaller;
	text-align: center;
}
#login {
	text-align: center;
	margin: 5px auto;
	border-top: dotted 2px #192317;
	padding-top: 5px;
}
#login, #login input {
	font-weight: bold;
	font-size: smaller;
}
#login input[type=text], #login input[type=password] {
	width: 80px;
}
#login table {
	width: 100%;
}
#language {
	position: absolute;
	top: 56px;
	right: 10px;
}
#language img, #language a {
	margin: 0px;
	padding: 0px;
}
/*common tag formatting*/
body, h1, h2, h3, h4, h5, h6, input {
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	font-weight: normal;
	text-align: left;
	color: #192317;
}
body {
	margin: 0px;
	padding: 0px; /*10px 0px 10px;*/
	background: #E2EDE2;
}
table, tr, td, th, h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #192317;
}
img, table {
	border-width: 0px;
}
table {
	border-collapse: collapse;
	border-style: none;
	border-spacing: 0px;
	empty-cells: show;
}
th {
	/*white-space: nowrap;*/
	text-align: center;
	font-weight: bold;
}
a {
	/*color: #192317;*/
	text-decoration: none;
	color: #596858;
	font-weight: bold;
}
a:link {  }
a:visited {  }
a:hover {
	text-decoration: underline;
}
a:active {  }
a:focus {  }
a.text {
	font-weight: bold;
	color: #596858;
}
a.block, #container_menu_bar li a {
	display: block;
}
a.block_small {
	display: block;
	font-size: smaller;
	font-weight: normal;
}
a[target=_blank] {
	font-style: italic;
}
input {
	background: #C0D6C0;
}
input[type=submit], input[type=reset] {
	color: #E2EDE2;
	background: #192317 url(./pics/std_ground.jpg) repeat top left;
	font-weight: bold;
	text-align: center;
}
input.listing {
	margin: 2px;
	width: 120px;
	font-weight: bold;
}
.error {
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
}
.notice {
	font-weight: bold;
	font-style: italic;
}
.align_callsign, .align_server, .align_description, .align_l_team, .align_name, .align_left {
	text-align: left;
}
.align_player_num, .align_team, .align_league, .align_game_style, .align_version, .align_l_team_profile, .align_l_player_profile, .align_status, .align_protocol, .align_center {
	text-align: center;
}
.align_time, .align_strength_index, .align_score, .align_right {
	text-align: right;
}
table.data, div.data, table.data2, div.data2 {
	border: 2px solid #C0D6C0;
	background-color: #FFFFFF;
}
td.odd, td.even, th.odd, table.data th , tr.odd > td, tr.odd > th, tr.even > td, tr.even > th {
	padding: 2px;
	border: 1px solid #FFFFFF;
}
table.data2 td, table.data2 th {
	padding: 2px 6px;
}
table.data th, table.data th a, table.data2 th, table.data2 th a {
	color: #192317;
}
td.even, th.even, tr.even, table.data th {
	background-color: #C0D6C0;
}
table.data * tr:hover, table.data2 * tr:hover {
	background-color: #E2EDE2;
}
table.data2 th {
	text-align: left;
	font-weight: bold;
}
#tat_table {
	border: 2px inset;
	background: #C0D6C0;
	color: #192317;
}
#tat_table tr:hover, #tat_table tr:focus, #tat_table .arrow, #tat_table .hover {
	background-color: #E2EDE2;
}

ul.inline {
	padding: 0px 0px 0px 20px;
	margin: 0px;
	list-style: disc outside;
}
img.flag_small {
	border: solid 1px #192317;
}
option:hover, option:active, option:focus, option[selected] {
	background-color: #192317;
	color: #FFFFFF;
}
div.header {
	white-space: nowrap;
}
#bzchat {
	border-width: 2px;
	width: 100%;
	height: 500px;
	margin: 0px;
	text-align: center;
}
