@import url("design.css");
@import url("menu.css");

.table_header {
	background-image: url(../img/grad.jpg);
	background-color: #333333;
	color: #FFFFFF;
	padding: 4px;
}
.table_content {
	color: #CCCCCC;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #141414;
	}
	
	.stagetable h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #212121;
	color: #ffffff;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.stagetable p {
	margin: 0px;
	color: #666666;
}
.stagetable  .cellpaddin {
	padding-left: 4px;
	padding-top: 4px;
}
.stagetable  .breakline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
}

.carspec a{
color: #666666;
text-decoration: none;
}

.carspec a:hover{
color: #FFFFFF;
text-decoration: none;
}

.component a{
color: #FFFFFF;
text-decoration: none;
}

.component a:hover{
color: #666666;
text-decoration: none;
}

