@CHARSET "UTF-8";

.TitleBG {
	background-color: #cccccc;
	padding: 5px 5px;
	font-size: 15pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

.loginfield {
	background-color: #9FA9B6;
	width: 170px;
	border-radius: 4px 4px 4px 4px;
	height: 20px font-family:calibri;
	font-size: 14px;
	padding: 5px;
	color: white;
	border: 1px solid #CCCCCC;
	font-weight: bold;
}

.borderright {
	border-right: 1px solid #777f7f;
}

.borderleft {
	border-left: 1px solid #777f7f;
}

.data0 {
	background: #E2E2E2;
	border: 0 0 1px 0;
}

.data0:hover {
	background-color: #9f9fa0;
}

.data1:hover {
	background-color: #9f9fa0;
}

.secHeader {
	padding: 5px;
	background-color: #9FA9B6;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	text-align: center;
}

.FieldSty {
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.grpaction {
	width: 180px;
	height: 30px;
	display: inline-block;
	overflow: hidden;
}

.grpaction:hover {
	height: auto;
	overflow: show;
}

.actioncol{
	width:150px;
}

.subHeaderBack{
	background: #e6e6e6;
}

.subHeaderBacktrue{
	background: #e6e6e6;
	font-weight: bold;
	color: #8F8F8F;
}

.subHeaderBackfalse{
	background: none;
}

.colHeight{
	height: 35px;
}

.grpmarginleft{
	margin-left:20px;
}

.bdot {
  height: 16px;
  width: 16px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
 
.gdottrue {
  height: 16px;
  width: 16px;
  background-color: #0F0;
  border-radius: 50%;
  display: inline-block;
}

.SUserCol40px {
	width: 40px;
}

.SUserCol100px {
	width: 100px;
}

.SUserCol120px {
	width: 120px;
}

.SUserCol200px {
	width: 200px;
}

.SUserCol80px {
	width: 80px;
}

.SUserOverflow1Row {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	word-wrap: break-word;
}

.SUserOverflow1Row:hover {
	overflow: visible;
	white-space: unset;
	word-wrap: break-word;
} 

