.titleRowDivider {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	padding-top: 3px;
	padding-right: 5px;
}

.titleRowDividerLine {
	height: 1px;
	background: black;
}

.selectedMenuButton {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid #F4F4F4;
	border-radius: 0px;
	border-top-right-radius: 6px !important;
	border-top-left-radius: 6px;
	z-index: 100;
}

.btn-group > .selectedMenuButton.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-top-left-radius: 6px;
}

.alertsContainer {
	padding: 4px 10px 10px 10px;
}

.alertContainer {
	white-space:normal;
	word-wrap: break-word;
	cursor: pointer;
	line-height: 18px;
	padding-bottom: 11px;
}

.alertContainer:hover {
	/*background-color: #EEEEEE;*/
}

.sectionTitleContainer {
	display: table;	
}

.sectionTitleLine {
	margin-top: 6px;
	padding-bottom: 9px;
}

.sectionTitle {
	font-weight : normal;
	font-size : 24px;
	display: table-cell;	
	padding-right: 8px;
	white-space: nowrap;
	line-height: 20px;
}

.unread {
	font-weight : bold;
	margin-bottom: 8px;
}

.read {
	font-weight : normal;
}

.alertTimeSinceNew {
	display: table-cell;
	float: right;
	font-weight: normal;
	font-size: 12px;
}

.alertTitle {
	display: inline-block;
	font-size: 16px;
	padding-bottom: 4px;
}

.alertBody {
	font-size: 14px;
	line-height: 16px;
}

.alertContent {
	top: 39px;
 	position: absolute; 
	background: #F4F4F4;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid #000000;
	width: 300px;
}

.alertButtons {
	display: table-cell;
	float: right;
}

.alertCountPip {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	background-color: red;
	color: white;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	line-height: 13px;
	border: 1px double white;
	display: block;
	font-size: 8pt;
	top: 20px;
	right: 1px;
}

.alertButton {
	color : blue;
	font-size: 14px;
	padding-right: 5px;
	display: inline-block;
	cursor: pointer;
}

.alertDate{
	font-size: 16px;
	display:inline-block;
}

.alertBodyContainer {
	border: 1px solid #D0D0D0;
	font-size: 12px;
	
}

.alertPopUpContent{
	padding: 10px;
}

.searchContent {
	top: 38px;
	position: absolute;
	background: white;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid #000000;
	width: 300px;
}

.searchBar {
	width: 100%;
	font-size: 16px;
	line-height: 24px;
}

.searchResultsContainer {
	padding-top: 4px;
}

.resultContainer {
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}

.resultContainer:hover {
	background-color: #EEEEEE;
}

.resultTitle {
	display: inline-block;
	font-size : 16px;
	line-height: 20px;
}

.searchContainer {
	padding: 10px;
}