﻿.bold-text {
	font-weight: bold;
}

.center-alignment {
	text-align: center;
}

.full-text {
	width: 335px;
}

.half-seperator {
	width: 16px;
	text-align: center;
}

.half-text {
	width: 156px;
}

.hidden-field {
	display: none; 
}

.monetary-alignment {
	text-align: right;
}

.name-text {
	width: 166px;
}

.page-links {
	font-weight: bold;
	text-decoration: underline;
}

.search-header {
	font-weight: bold;
}

.search-label {
	padding-right: 15px;
}

.tableSearchCriteria {
	border-collapse: separate;
	border-spacing: 0px 20px
}

.divCBList {
    height:200px !important;
    overflow-y:scroll !important;
    width:100% !important;
}

.tblCBList{
    width:100%;
}

.tblCBList tr:hover{
     background-color:lightblue;
}

.tdCheck{
    width:10%;
    text-align:center;
}

.tdLabel{
    width:90%;  
}