.scombo_selection
{
	background-color:#DFE8F6;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
}

.scombo_item
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
}

.scombo_list
{
	background-color: #FFFFFF;
	border: solid 1px gray;
	cursor: default;
	max-height:300px;
	position: absolute;
	z-index: 90;
	overflow-y:scroll;
	-margin-left:-6px;
}

.locations_textbox
{
	width: 58%;
	z-index: 0;
	left: 0px;
	top: 0px;
	margin-left:2px;
}

.countries_textbox
{
	width: 36%;
	z-index: 0;
	left: 0px;
	top: 0px;	
}


.trucktype_textbox
{
	width: 36%;
	z-index: 0;
	left: 0px;
	top: 0px;	
}

.adcategory_textbox
{
	width: 36%;
	z-index: 0;
	left: 0px;
	top: 0px;	
}

.cargotype_textbox
{
	width: 36%;
	z-index: 0;
	left: 0px;
	top: 0px;	
}

.conlist_textbox
{
	width: 95.5%;
	z-index: 0;
	left: 0px;
	top: 0px;	
}

.userlist_textbox
{
	width: 62%;
	z-index: 0;
	left: 0px;
	top: 0px;
}


.bt_header_col
{
	font-weight: bold;
	white-space: nowrap;
	padding-right: 6px;
	color:#102264;
	text-align: right;
	vertical-align:top;
}

.bt_data_col
{
	white-space:nowrap;
}

.bt_rdata_col
{
	white-space:nowrap;
	text-align:right;
	padding-right:6px;
}

.bt_spacer_col
{
	width: 8px;
}

.bt_spacer_row
{
	height: 4px;
}

.bt_header_row
{
	font-weight: bold;
	border-bottom:solid 1px #10A4E1;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 2px;
	margin-bottom: 8px;
	color:#10A4E1;
}

.bt_hide
{
	display:none;
}

.bt_info_msg
{
	color:#10A4E1;
}

.bt_warning_msg
{
	color:#FF6A00;
}

.bt_error_msg
{
	color: red;
}

.bt_ok_msg
{
	color: green;
}

.bt_desc_msg
{
	color: #626284;
}

.bt_red_msg
{
	color:#AA2436;
}

.bt_wrap_text
{
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.bt_bold
{
	font-weight:bold;
}

.bt_center
{
	text-align:center;
}

.bt_req_field
{
	color:#AA2436;
	font-weight:bold;
}

.bt_phone
{
	width:7.5em;
	letter-spacing:2px;
	padding-left:2px;
}


.bt_list_button
{
	color:#104482;
	font-weight:normal;
	text-transform:none;
	vertical-align:middle;
	margin-top:0px;
	width:9em;
	font-size:12px;
}

.bt_dataitem_table
{	
	width:100%;
	border-bottom:solid 1px silver;
	margin-bottom:8px;
	padding-left:4px;
	padding-right:10px;
}

.bt_edit_table
{
	width:100%;
}


.bt_sort_button
{
	color:#102264;
	padding-left: 16px;
	padding-right: 16px;
	padding-top:1px;
	padding-bottom:1px;
	background-color: #F0F0F0;
	margin-right: 4px;
	border-width:1px;
	border-color: gray;
	border-style:outset;
	font-weight:bold;
	text-decoration:none;
}

.bt_sort_button_sel
{
	color:#10A4E1;
	background-repeat: no-repeat;
	background-position: 2px 3px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top:1px;
	padding-bottom:1px;
	background-color: #FFFFFC;
	margin-right: 4px;
	border-width:1px;
	border-color: gray;
	border-style:outset;
	font-weight:bold;
	text-decoration:none;
}

.bt_sort_button:hover
{
	text-decoration:none;
}

.bt_sort_button_sel:hover
{
	text-decoration:none;
}

.bt_btn_close
{
	background-image:url(../img/close.gif);
	background-repeat:no-repeat;
	color:#333333;
	cursor:pointer;
	width:16px;
	height:16px;
	display:inline-block;
}


#ctl_system_error_bg
{
	position:absolute;
	z-index:1000;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background-color:red;

	opacity:0.10;
	filter:alpha(opacity=10);
}

#ctl_system_error_fg
{
	position:absolute;
	z-index:1100;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}


#img_statistics
{
	background-image: url(../img/statistics.png);
	--background-image: none;
	--filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='components/com_bt/img/statistics.png', sizingMethod='scale'); 
	width:170px;
	height:170px;
}
