body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #dcdcdc;
	color: #000;
}

body, input, select, optgroup, textarea, td, .discussion_button {
	font-family: Arial, Verdana, Tahoma, "Times New Roman", sans-serif;
	font-size: 9pt;
	color: #000;
}

img, form, input {
	border: 0;
	padding: 0;
	margin: 0;
}

input, select, textarea, fieldset, .discussion_button {
	border: 1px solid #000;
}

input, textarea, .discussion_button {
	padding: 1px 2px 1px 2px;
}

fieldset {
	padding: 4px 8px 9px 8px;
}

optgroup {
	font-weight: bold;
	font-style: normal;
}

a, a.menu {
	text-decoration: none;
}

a {
	color: #066f06;
}

a.menu {
	color: #000;
}

a:hover, a.menu:hover {
	text-decoration: underline;
}

p {
	text-align: justify;
	margin: 10px 0 10px 0;
	padding: 0;
}

li {
	list-style: url('./image/list.gif');
	margin-left: -15px;
}

h1, .lista {
	text-align: center;
	font-size: 9pt;
	background: #066f06 url('./image/lista.png') repeat-x;
	color: #fff;
	font-weight: bold;
	padding: 2px;
	margin: 0 0 3px 0;
}

h2 {
	font-size: 13pt;
	color: #066f06;
	margin: 5px 0 5px 0;
	padding: 0;
}

h3 {
	font-size: 11pt;
	color: #066f06;
	margin: 20px 0 5px 0;
	padding: 0;
}

h4 {
	font-size: 10pt;
	color: #066f06;
	margin: 10px 0;
	padding: 0;
}

h5 {
	font-size: 9pt;
	color: #066f06;
	margin: 0;
	padding: 0;
}

/* ---------------------------------- main ---------------------------------- */

#all {
	width: 772px;
	margin: 0 auto 0 auto;
	background-color: #fff;
	padding: 0 10px 0 10px;
}

#head {
	width: 772px;
	text-align: center;
	padding: 5px 0 0 0;
	background-color: #fff;
}

#content {
	text-align: left;
	width: 770px;
	background-color: #fff;
}

#left {
	width: 125px;
	min-height: 400px;
	_height: 400px;
	float: left;
	margin: 0 5px 0 10px;
	$margin: 0 5px 0 5px;
	background-color: #fff;
}

#main {
	width: 615px;
	float: right;
	margin: 0 10px 0 5px;
	$margin: 0 5px 0 5px;
	background-color: #fff;
}

#main2 {
	width: 615px;
	float: left;
	margin: 0 5px 0 10px;
	$margin: 0 5px 0 5px;
	background-color: #fff;
}

#right {
	width: 125px;
	min-height: 400px;
	_height: 400px;
	float: right;
	margin: 0 10px 0 5px;
	$margin: 0 5px 0 5px;
	background-color: #fff;
}

#foot {
	width: 752px;
	text-align: center;
	clear: both;
	margin: 25px 0 0 0;
	padding: 10px;
	background-color: #fff;
	border-top: 1px solid #066f06;
}

#footer-info {
    width: 752px;
    text-align: center;
    padding: 20px 10px 20px 10px;
    background-color: #fff;
    color: #0000ff;
    border-top: 1px solid #066f06;    
}

/* -------------------------------------------------------------------------- */

.table {
	background-color: #dcdcdc;
}

.table td {
	padding: 2px 4px 2px 4px;
}

.table tr {
	background-color: white;
}

.table .title, .table2 .title {
	font-weight: bold;
}

.table .header {
	background-color: #f5f5f5;
}

.table2 td {
	padding: 2px 3px 2px 3px;
}

.table3 td {
	padding: 0 5px 2px 0;
}

.table4 td {
	padding: 0 4px 0 0;
}

/* -------------------------------------------------------------------------- */

.checkbox {
	height: 15px;
	width: 15px;
	margin: 0;
	padding: 0;
	$border: 0;
}

.optgroup {
	padding-left: 5px;
}

.submit, .discussion_button {
	border: 1px outset #000;
	height: 20px;
	$height: 19px;
	padding: 0 2px 0 2px;
	background: url('./image/submit.png') repeat-x;
}

/* -------------------------------------------------------------------------- */

#logo {
	margin: 0 0 0 0;
}

#partner {
	text-align: center;
	background: #364041 url('./image/lista-partner.png') repeat-x;
	padding: 2px 10px 2px 10px;
	overflow: hidden;
	color: white;
}

#partner a, #partner a:hover {
	color: white;
}

#partner-rss {
	_width: 752px;
	text-align: center;
	background: #364041 url('./image/lista.png') repeat-x;
	margin: 2px 0 0 0;
	padding: 1px 10px 1px 10px;
	overflow: hidden;
	color: white;
}

#partner-rss a, #partner-rss a:hover {
	color: white;
}

#online {
	position: relative;
	top: 56px;
	$top: 52px;
	left: 632px;
	$left: 248px;
}

#online-content {
	position: absolute;
}

#online-select {
	width: 140px;
}

#date-time {
	position: relative;
	top: 61px;
	$top: 58px;
	left: 10px;
	$left: 10px;
}

#date-time-content  {
	position: absolute;
}

/* -------------------------------------------------------------------------- */

#link-index {
	padding: 40px 0 0 0;
}

#registration-index {
	text-align: center;
	margin: 0 0 10px 0;
}

#registration-index a {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 2px solid #267c26;
}

#registration-index a:hover {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 2px solid #267c26;
}

/* -------------------------------------------------------------------------- */

table#fa-live-table {
    width: 615px;
    background-color: #dcdcdc;
}

table#fa-live-table td {
    padding: 2px 4px 2px 4px;
}

table#fa-live-table tr {
    background-color: white;
}

table#fa-live-table col.date {
    width: 76px;
}

table#fa-live-table col.minute {
    width: 60px;
}

table#fa-live-table col.home_away {
    width: 172px;
}

table#fa-live-table col.score {
    width: 40px;
}

table#fa-live-table col.chances {
    width: 40px;
}

table#fa-live-table col.half_time {
    width: 36px;
}

table#fa-live-table col.button {
    width: 19px;
}

table#fa-live-table td.chances {
    color: #696969;
}

table#fa-live-table td.half_time {
    color: #696969;
}

table#fa-live-table span.goal {
    color: #dc143c;
    font-weight: bold;
}

table#fa-live-table span.goal_home {
    float: left !important;
}

/* -------------------------------------------------------------------------- */

.absolute {
	position: absolute;
}

.admin_info {
	font-weight: bold;
	color: #cc0000;
}

.border_left {
	border-left: 1px solid #298229;
	padding: 0 0 0 5px;
}

.border_right {
    border-right: 1px solid #298229;
    padding: 0 5px 0 0;
}

.center {
	text-align: center;
}

.cover {
	color: #dcdcdc;
}

.clear {
	clear: both;
}

.discussion_book {
	margin: 1px 0;
	padding: 2px 0 2px 2px;
	border-bottom: 1px solid #e5e5e5;
}


a.discussion_button, a.discussion_button:hover {
	padding: 0.12em 4px 0.12em 4px;
	text-decoration: none;
	cursor:	default;
}

.discussion_edit_link {
	margin: 0 .5em .5em 0;
	padding: .2em .5em 0 .5em;
	float: left;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
}

.discussion_edit_link_active {
	margin: 0 .5em .5em 0;
	padding: .2em .5em 0 .5em;
	float: left;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	background-color: #edfff5;
}

.discussion_home {
	width: 602px;
	text-align: left;
	border: 1px solid #318431;
	background-color: #fff;
	margin: 0 0 8px 0;
	padding: 6px 4px 6px 4px;
	overflow: auto;
}

.discussion_noticeboard {
	width: 602px;
	border: 1px solid #318431;
	background-color: #f4fcf4;
	padding: 6px 4px 6px 4px;
	margin: 0 0 20px 0;
	overflow: auto;
}

.discussion_home {
	width: 602px;
	border: 1px solid #318431;
	background-color: #fff;
	padding: 6px 4px 6px 4px;
	overflow: auto;
}

.display_none {
	display: none;
}

.float {
	float: left;
}

.green {
	color: #066f06;
}

.hand {
	cursor: default;
}

.hint {
	border-bottom: 1px dashed;
	cursor: help;
}

.img {
	padding: 0 5px 0 5px;
}

.img2 {
	padding: 0 5px 0 0;
}

.img_b {
	border: 1px solid #066f06;
	padding: 1px;
}

.info {
	border: 1px solid #318431;
	background-color: #f4fcf4;
	padding: 5px;
}

.info_bg {
	background-color: #f4fcf4;
}

.info_text {
	text-align: justify;
	margin: 0 0 10px 0;
	padding: 0;
}

.line {
	line-height: 1px;
	height: 1px;
	background-color: #066f06;
	margin: 10px 0 10px 0;
}

.line2 {
	line-height: 1px;
	height: 1px;
	background-color: #066f06;
	margin: 7px 0 7px 0;
}

.line3 {
	line-height: 1px;
	height: 1px;
	background-color: #066f06;
	margin: 5px 0 5px 0;
}

.line_table {
	line-height: 1px;
	height: 1px;
	background-color: #dcdcdc;
	margin: 5px 0 5px 0;
}

#lineup-preview-image {
    position: relative;
    z-index: 99;
    top: 12px;
    $top: 10px;
    left: -4px;
}

#lineup-preview-image-content {
    position: absolute;
    z-index: 99;
}

.lista_s {
	text-align: center;
	font-size: 9pt;
	color: #0a330a;
	background: #f4fcf4 url('./image/lista2.png') repeat-x;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 2px;
}

.main_left {
	float: left;
	width: 444px;
}

.main_left2 {
    float: right;
    width: 444px;
}

.main_right {
	float: right;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	border-left: 1px solid #298229;
	width: 150px
}

.main_right2 {
	float: left;
	padding: 0 10px 0 0;
	margin: 0 10 0 0;
	border-right: 1px solid #298229;
	width: 150px
}

.manager_info_main {
	width: 460px;
}

.manager_info {
	height: 164px;
	width: 450px;
	overflow: auto;
}

.matchdetail_menu {
	width: 200px;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	border-left: 1px solid #298229;
}

.matchdetail_menu2 {
	width: 200px;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	border-right: 1px solid #298229;
}

.matchdetail_report {
	width: 394px;
}

.match_team {
	font-size: 11pt;
	margin: 10px 0 5px 0;
}

.msg_err {
	color: #cc0000;
	font-weight: bold;
}

.msg_highlight {
	color: #066f06;
	font-weight: bold;
}

.msg_ok {
	color: #066f06;
	font-weight: bold;
}

.overflow_hidden {
	overflow: hidden;
}

.p-width {
	width: 610px;
}

.p, .pn {
	border: 1px solid #318431;
	background-color: #f4fcf4;
	margin: 0 0 8px 0;
	padding: 2px 0 0 0;
}

.p1 {
	padding: 2px 2px 4px 2px;
}

.p2 {
	background-color: #fff;
	padding: 6px 4px 6px 4px;
	overflow: auto;
}

.poll {
	text-align: center;
}

.pos1 {
	border-bottom: 1px solid #000;
}

.pos2 {
	background-color: #edfff5;
}

.pos3 {
	background-color: #f9f9e8;
}

.pos4 {
	background-color: #edf5ff;
}

.pos5 {
	background-color: #ffedf0;
}

.pos_selected {
	border: 1px dashed #000;
	width: 118px;
	height: 28px;
}

.red {
	color: #cc0000;
}

.right {
	float: right;
}

.right_text {
	width: 194px;
}

.right_text_rem {
	width: 50%;
}

.score_tmp {
    background-color: #f5f5f5;
}

.se {
	margin: 5px 0 5px 0;
}

.se1, .se2 {
	padding: 1px 0 1px 0;
}

.se1 {
	float: left;
	width: 160px;
}

.sk1 {
	float: left;
	width: 100px;
}

.sk2 {
	float: left;
	width: 45px;
}

.sk3 {
	float: left;
}

.space {
	line-height: 5px;
}

.strong {
	font-weight: bold;
}

.supporter_payment_button input {
	border: 0;
}

.supporter_payment_input input {
	padding: 2px;
	margin: 0;
	border: 2px inset #dcdcdc;
}

.team_info {
	width: 375px;
}

.team_logo {
	width: 200px;
}

.team_press {
	max-height: 150px;
	$height: 150px;
	width: 365px;
	overflow: auto;
}

.textarea {
	width: 595px;
	margin: auto;
}

.textarea_discussion {
	width: 590px;
}

.textarea_press {
	width: 435px;
}

.toplist {
	display: none;
}