/* CSS Document */
body{
		background:url(../img/body-bg.png);
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
}
a {
	color:#666 !important;
}
a:hover{
	text-decoration:none !important;
}
a.mailto,
a.link{
	color:#337ab7 !important;
}
.container{
	padding-top:20px;
	padding-bottom:30px;
	min-height:200px; 
	background:#fff; 	
	min-width:320px;
	width:100%;
}
footer .headerContent{
	border-bottom:1px double #ccc;
	margin-bottom:20px;
	padding-bottom:10px;
	color:#666;
}
#sideContent{
	border-right:3px double #eeeeee;
	padding-bottom:100px;
}
#menuTitle{
	border-bottom:1px solid #ccc;
	padding:10px 0;
	color:#666;
}
#menuGrp ul,
#LatestNew ul{
	list-style:none;
	margin:0;
	padding:0;	
}
#menuGrp ul li,
#LatestNew ul li{
	margin:0;
	padding:10px 0;
	cursor:pointer;
	color:#666;
	border-bottom:1px dashed #EEE;	
}
#menuGrp ul li:hover{
	background:#f9f9f9;
}

#LatestNew .newsDate{
	color:#CC9C5E;
}
#LatestNew .newsContent{
	color:#666;
}
#TopPageName{
		border-bottom:1px double #ccc;
}
article{
	margin-bottom:50px;
}
article .headerContent{
	border-bottom:1px double #ccc;
	margin-bottom:20px;
	padding-bottom:10px;
	color:#666;
}
article .Confcontent{
	line-height:1.6em;
}
article .importantDateContent{
	margin-bottom:5px;
}
#ConfTrack ul{
	list-style:disc;
}
.headerTrack{
	padding:10px;
	background:#F8F7F1;
	border-radius:10px;
}
.subTrack{
	list-style:none;
}
.subTrack ul{
	list-style:circle !important;
}

.tableDate th,
.tableDate td,
.tableFee th,
.tableFee td{
    text-align: center;
}

.nav-tabs > li > a {
    border: 1px solid #D6D6F7;
    background: #E0E4E8;
    border-radius: 20px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #D6D6F7;
}
.tab-content > .active {
    border-left: 1px solid #DDD;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding:10px;
}
