@CHARSET "UTF-8";

/*
body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 12px;
	padding-top: 0px;
}
*/

html>body {  
	position: relative; 
}

body .throbber {
	position: fixed;
	top: 1px;
	right: 1px;
	_position:absolute;
	visibility: visible;
	display: none;
	background-color: #fff1a8;
	color: black;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	padding: 3px;
	z-index: 10000;
}

.tqGrid {
	text-align: left;
	width: 100%;
	background-color: white;
	border: 1px solid #CCCCCC;
}

.tqTable {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}

.tqTable .selectedRow {
	background-color: #FFFFCC !important;
	color: #222222 !important;
}

.tqTable th {
	color: black;
	background-color: #CCCCCC;
	font-size: 9px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 5px;
	text-align: left;
}

.tqTable td {
	white-space: pre;
	overflow: hidden;
	padding-right: 5px;
	vertical-align: middle;
	height: 2.5em;
	border-bottom: 1px solid #AAAAAA;
}

.tqTable tbody.loading {
	opacity: 0.2;
	filter: alpha(opacity=20);	
}

.tqTable tbody.loaded {
	opacity: 1;
	filter: alpha(opacity=100);
}

.tqTabFolder {
	margin-bottom: 2em;
}

.tqTabFolder .buttons {
	height: 26px;
	/*_height: 20px;*/
	overflow: hidden;
}

.tqTabFolder .container {
	background-color: #EEEEEE;
	overflow: auto;
	padding: 0px;
}

.tqTabFolder .button {
	float: left;
	padding-top: 4px;
	_padding-top: 3px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	margin-right: 0px;
	cursor: pointer;
	height: 22px;
	_height: 24px;
	font-weight: bold;
	margin-left: 5px;
}

.tqTabFolder .title {
	/*text-decoration: underline;*/
}

.tqTabFolder .icon {
	vertical-align: middle;
	margin-right: 4px;
	border: none;
	width: 16px;
	height: 16px;
}

.tqTabFolder .active {
	background-color: #EEEEEE;
}

.tqTabFolder .inactive {
	background-color: #f6f6f6;
}

button {
	font-size: 10px;
}

