@charset "utf-8";
/* CSS Document */

div#right_content div.content-middle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;	
}

div#right_content div.content-middle p.title {
	color: #31779f;
	font-weight: bold;
	background-image: url(/twht/css/img/nav_br.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

table.schedule {
	margin-left: 15px;
	border-collapse: collapse; 
	width: 480px;
}

table.schedule tr.header {
	background-image: url(/twht/css/img/table_br.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

table.schedule tr.header td {
	font-weight: bold;
}

table.schedule tr td {
	padding: 0.5em; 	
}

table.schedule tr td.id {
	color: #8ab9d4;
	width: 10px;
}

table.schedule tr td.t1 {
	text-align: right;
	width: 120px;
}

table.schedule tr td.vs {
	font-style: italic;
	color: #8ab9d4;
	text-align: center;
	width: 20px;
}

table.schedule tr td.t2 {
	width: 120px;
}

table.schedule tr.highlight td {
	background-color: #f0f0f0;	
}

table.schedule tr td a {
	text-decoration: none;
	color: #31779f;
}

table.schedule tr td a:hover {
	color: #8ab9d4;
}

table.schedule tr td a.lose {
	text-decoration: line-through;
	font-weight: normal;
	font-style: italic;
	color: #999;
}

input.datepicker {
	border: 1px solid #d9d9d9;
	width: 70px;
}

select {
	text-align: right;
	border: 1px solid #d9d9d9;
	width: 40px;
}

option {
	text-align: left;	
}