﻿.cAreaLeft
{
	width:160px;
	float:left;
	margin-right:15px;
}

.cAreaMain
{
	height: 100%;
	
}


.cAListTop
{
	padding-bottom:5px;
	height:100%;
}
.cAListTop b
{
	color: red;
}
.cAListTopAct
{
	float: right;
	color: #ff6600;
}

.cMatchNote
{
	margin-bottom: 10px;
	background-color: #fcf9e6;
	padding: 10px;
	border-right: #ffcc00 1px solid;
	border-top: #ffcc00 1px solid;
	border-left: #ffcc00 1px solid;
	border-bottom: #ffcc00 1px solid;
	color: black;
	font-size: 14px;
}

.cStateHtm
{
	text-align:center;
}
.cStateHtm a, .cStateHtm a:visited
{
	display: inline-block;
	border-bottom: lightgrey 1px solid;
	width: 150px;
	height: 25px;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 10px;
	font-size: 14px;
	background-color: whitesmoke;
}

.cAList
{
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
	padding:5px;
	min-height:500px;
	height:100%;
}

.cMatchItem
{
	padding: 10px;
	border-bottom: lightgrey 1px solid;
}

.cMatchItem .cName
{
	font-size:14px;
	margin-bottom:12px;
}
.cMatchItem .cSpe
{
	display: inline-block;
	width: 65px;
	color: dimgray;
}
.cMatchItem .cName a, .cMatchItem .cName a:visited
{
	color: #003399;
}
.cMatchItem .cI2
{
	color: dimgray;
	height: 100%;
	margin-bottom: 5px;
}
.cMatchItem .cI3
{
	color: tomato;
	height: 100%;
	margin-bottom: 5px;
}
.cMatchItem .cI4
{
	color: gray;
	height: 100%;
}
.cMatchItem .cI4 .cSpa
{
	float:right;
}