@charset "utf-8";

.copy {
	padding:0 0 27px;
}

.column table {
	width:100%;
	margin:0 0 7px;
	border-collapse:collapse;
}

.column th,
.column td {
	padding:8px;
	border:solid 1px #dadada;
	/*background:url(../../images/dotline.gif) left top repeat-x;*/
	vertical-align:top;
	text-align:left;
}

.column thead th {
	white-space:nowrap;
}

.column thead .yearCell {
	text-align:center;
	background:#e5e5e5;
}

.column thead .linksCell {
	background:#deedf7;
}

.column thead .nascaCell {
	background:#e6eee6;
}

.column tbody th {
	padding-top:10px;
}



.column tbody th {
	width:40px;
	background:#f5f5f5;
}

.column tbody td {
	width:44.5%;
}

.column tbody td li {
	margin-top:8px;
	padding-top:8px;
	background:url(../images/history_dotline.gif) left top repeat-x;
}

.column tbody td li.listHead {
	margin-top:0;
	padding-top:0;
	background:none;
}

.column tbody td.linksCell {
	background:#f6fafc;
}

.column tbody td.nascaCell {
	background:#f8faf8;
}

.column .monthCell {
	/*width:3em;*/
}

.column dl {
	margin:0 0 20px;
	padding:10px 8px;
	border:solid 1px #dadada;
	background:#eaf0f3;
}

.column dt {
	padding:0 0 3px;
}

.column dd {
	font-size:94%;
	font-weight:bold;
}


/* @group clearfix=================================================================== */
#groupMap ul:after,
.coHp:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	content:".";
}

#groupMap ul,
.coHp {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html #groupMap ul,
* html .coHp {
	height:1%;
}

#groupMap ul,
.coHp {
	display:block;
}
/* End hide from IE-mac */
/* @end */


