@charset "utf-8";
/* CSS Document */
.borderBottom {
    border-bottom: 1px solid #ccc;
    padding: 5px;
}
.bottomPad {
    padding-bottom: 10px;
}
.bordered{
	border:1px #000 solid;
}
.box_Bordered{
	border:1px #000 solid;
	margin:5px!important;
	min-height:116px!important;
}

.borderedBox p{
	padding-left:5px;
}
.busCard, .borderedBox{
    border: 1px #000 solid;
    margin: 5px!important;
	min-height:205px!important;
}


/* Hot Topics code for TRC*/
.HotTopic {
	text-align: center;
}

.HotTopic ul{
	list-style:none;
	padding-left:0;
}

.HotTopic li a{
	font-size: 1em;
	text-decoration: none;
	color: #FFF;
}


.HotTopic ul li{
	margin: 5px;
	padding: 7px 0;
	background: #FFF;
}

.HotTopic ul li a{
	text-decoration: none;
	font-size: .8em;
	color: #000;
	display:block;		
}

.HotTopic ul li:hover, .HotTopic ul li:hover a{
	color: #555!important;
    text-decoration: none;
    background-color: #C2C2C2;
}

.HotTopic ul li a:hover{
	color: #ffd700;
}
