@charset 'utf-8';

#main{
	margin-top:6px !important;
}

#featureMain {
	width: 680px;
	text-align: left;
	background: url(images/bg_main.png) repeat-y top;
	padding-bottom: 20px;
}

table.lineup {
	width:680px;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	margin-bottom:10px;
}

table.lineup th, table.lineup td {
	word-break: break-all;
	padding: 5px;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	text-align: center;
}

table.lineup th {
	background: #fff;
	text-align:left;
}

table.lineup th.year {
	background: #425fe5;
	color: #fff;
	font-weight: bold;
}

table.lineup em {
	font-weight: bold;
}

table.lineup tr.pink th { background: #f88b92; color: #000;}
table.lineup tr.pink td { background: #fff; color: #000;}

table.lineup tr.purple th { background: #D2CCE6; color: #000;}
table.lineup tr.purple td { background: #fff; color: #000;}

table.lineup tr.blue th { background: #BBE1F7; color: #000;}
table.lineup tr.blue td { background: #fff; color: #000;}


/*----------------------------------------------------
	caption
----------------------------------------------------*/

dl.caption {
	width:640px;
	clear:both;
	display:block;
	text-align:left;
	font-size:85%;
	line-height:1.5em;
	margin-bottom:40px;
}

dl.caption dt {
	width:20px;
	clear:left;
	float:left;
    color: #00A0E9;
	display:inline;
	text-align:center;
}

dl.caption dd {
	width:620px;
	float:left;
	margin:0px 0px 3px 0px;
	display:inline;
}
