@charset "utf-8";
/* CSS Document */
/* For Public Engagement Tabs */

.tab:hover, .activeTab {
	background:#336699 !important;
	font-weight:bold;
    color:#ffffff !important;
}

.tabLinks{
    list-style: none outside none;
    margin: 0;
    padding: 0;
	font-size: .8em;
	background-color: #eeeeee;
	width: 100%;
	
}

.tab {
	background:#eeeeee;
    display:inline-block;	
	padding: 8px 9px !important;
	cursor:pointer;
	border-right:1px solid #ffffff;
	font-weight:bold;
	border-bottom: #fff 1px solid;
}

.tabLinks li:last-child {
	border-right:0px !important ;
}

.tab tr:nth-child(odd) td {
    background-color: #dadada;
}
.tabcontent {
	padding:0px 10px;
	border:#336699 2px solid !important;
	/*font-size: 80%;*/
	min-height: 300px;
}

.tabTitle {
	display:none;
}

