.search_results {
    BORDER-RIGHT: #6a8ccb 1px solid;
    BORDER-TOP: #6a8ccb 1px solid;
    BORDER-LEFT: #6a8ccb 1px solid;
    BORDER-BOTTOM: #6a8ccb 1px solid;
}
.search_results_top {
    BORDER-RIGHT: #6a8ccb 1px solid;
    BORDER-TOP: #6a8ccb 1px solid;
    BORDER-LEFT: #6a8ccb 1px solid;
    BORDER-BOTTOM: none;
}
.search_results_bottom {
    BORDER-RIGHT: #6a8ccb 1px solid;
    BORDER-TOP: none;
    BORDER-LEFT: #6a8ccb 1px solid;
    BORDER-BOTTOM: #6a8ccb 1px solid;
}
.search_results_left {
    BORDER-RIGHT: none;
    BORDER-TOP: none;
    BORDER-LEFT: #6a8ccb 1px solid;
    BORDER-BOTTOM: none;
}
.ws_no_border {
    BORDER-RIGHT: none;
    BORDER-TOP: none;
    BORDER-LEFT: none;
    BORDER-BOTTOM: none
}
.ws_border_bottom {
	BORDER-BOTTOM: #6a8ccb 1px solid;
}
.ws_border_right_silver {
	BORDER-RIGHT: #dadcdd 1px solid;
}
.orange_background {
	background: #FFC864;
}
.gray_background {
    BACKGROUND-COLOR: #f1f1f1;
}
.gray_border {
    BORDER: 1px solid gray;
}
.blue_background {
    BACKGROUND-COLOR: #c3daf9;
}
.white_background {
    BACKGROUND-COLOR: white;
}
.disable_background {
    BACKGROUND-COLOR: #c3daf9;
}
.transparent_background {
    BACKGROUND-COLOR: transparent;
}
.summary_total {
    FONT-SIZE: 8pt;
    COLOR: #204d89;
    FONT-FAMILY: 'Arial';
}
.cmd {
    FONT-SIZE: 8pt;
    FONT-FAMILY: 'Arial';
    cursor: default;
}
.cmd_disabled {
    FONT-SIZE: 8pt;
    COLOR: silver;
    FONT-FAMILY: 'Arial';
    cursor: default;
}
.padding_lr_2 {
	padding-left: 2px;
	padding-right: 2px;
}
.fBlack {
	color: black;
}
.fWhite {
	color: white;
}
.fSilver {
	color: gray;
}
.fDarkBlue {
	color: #204D89;
}
.fLightBlue {
	color: #6a8ccb;
}
.fOrange {
	color: #FCB548;
}
.wsfBlue {
	color: Blue;
}
.tCenter {
	text-align: center;
}
.tUnderline {
    text-decoration: underline;
}
.cPointer {
	cursor: pointer;
}
.cDefault {
	cursor: default;
} 
.f8 {
	FONT-SIZE: 8pt;
	FONT-FAMILY: 'Arial';
}
.fBold {
    FONT-WEIGHT: bold;
}
.fItalic {
    FONT-STYLE: italic;
}
.search_buttons_hover {
    BORDER-RIGHT: silver 1px solid;
    BORDER-TOP: silver 1px solid;
    BORDER-LEFT: silver 1px solid;
    BORDER-BOTTOM: silver 1px solid;
}
.search_buttons {
    BORDER-RIGHT: white 1px solid;
    BORDER-TOP: white 1px solid;
    BORDER-LEFT: white 1px solid;
    BORDER-BOTTOM: white 1px solid;
}
.basic {
    font-family: Arial, MS Sans Serif, Helvetica;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;    
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
}
.whitescroll {
	scrollbar-face-color: white;
	scrollbar-shadow-color: #6a8ccb;
	scrollbar-track-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-3dlight-color: #6a8ccb;
}
.disable_img_transparent {
	background: transparent;
	FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity = 30);
}
.nDisplay {
	display: none;
}
.iDisplay {
	display: inline;
}
TD.iDisplay {
	display: table-cell;
}
.fRed {
	color: red;
}
.noclear::-ms-clear {
    display: none;
}