/* ---------------- Show Table Row Group -----------------------------------*/
.ShowTableRowGroup {
	display: table-row-group;
}
/* ---------------- Show Table Row -----------------------------------*/
.Show {
	display: inline;
}
/* ---------------- Hide Table Row -----------------------------------*/
.ShowHide {
	display: none;
}
/* ---------------- Hide Table Row -----------------------------------*/
.Hide {
	display: none;
}

/* ------------------BUTTON--------------------------------------------*/

.evenRow {
	background-color:#FFFEEC;
}
.oddRow {
	background-color:#FFFFFF;
}
.anchorText{
	font-size : 13px;
	color: blue;
	text-decoration: underline;
}
.listBoxEvenRow {
	background-color:#EEF1E8;
}
.inputSearchForm {
	font-family:Arial, Helvetica, sans-serif;
	border-left: 1px solid #8489B5;
	border-top: 1px solid #8489B5;
	border-right: 1px solid #8489B5;
	border-bottom: 1px solid #8489B5;
	color:#224863;
	font-size:13px;
	text-indent: 2px;
}
.inputNotesBox {
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	border-left: 1px solid #D1D2DA;
	border-top: 1px solid #D1D2DA;
	border-right: 1px solid #D1D2DA;
	border-bottom: 1px solid #D1D2DA;
	color:#224863;
	font-size:11px;
	text-indent: 2px;
}
.greenText {
	font-family:Arial, Helvetica, sans-serif;
	color:#2A5169;
	font-size:11px;
}
.viewedanchorText{
	font-size : 11px;
	color: #840084;
}

#tooltip {
	border: 1px solid black;
	padding: 2px;
	background-color: white;
	width: 250px;
	font-size:11px;
	color: black;
	height: 58px;
}

span.tip {
    border-bottom: 1px solid #eee;
}
