.logtext_probe {
	font-family: Tahoma;
	font-size: 11px;
	color: #660000;
	
}
.logtext_cache {
	font-family: Tahoma;
	font-size: 11px;
	color: #5090D0;
	
}
.logtable {
	border: 1px solid #003366;	
	width:99%;
}

.disabledtext {
	color:#cccccc;
}

.sort-table {
	font:		Icon;
	border:		1px Solid ThreeDShadow;
	background:	Window;
	color:		WindowText;
}

.sort-table thead {
	background:	ButtonFace;
}

.sort-table td {
	padding:	2px 5px;
}

.sort-table thead td {
	border:			1px solid;
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
	
}

.sort-table thead td:active {
	border-color:	ButtonShadow ButtonHighlight 
					ButtonHighlight ButtonShadow;
	padding:		3px 4px 1px 6px;
}

.sort-arrow {
	width:					11px;
	height:					11px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 2px;
}

.sort-arrow.descending {
	background-image:		url("../images/downsimple.png");
	
}

.sort-arrow.ascending {
	background-image:		url("../images/upsimple.png");
}
/* extra rules for even and odd rows */
.even {
	background:	#eee;
}

.odd {

}
.grid_row_even {
	background:	#eee;
}

.grid_row_odd {

}

table.results {
    margin:5px 0;
    padding:0;
    border-collapse:collapse;
    background-color:white;
}

table.results thead { background-color:white; }

table.results thead th {
    color:white;
    background-color:navy;
    font-weight:bold;
    text-align:center;
    border:1px solid white;
    padding:4px 10px;
    white-space:nowrap;
}

table.results thead td {
    color:white;
    background-color:navy;
    font-weight:bold;
    text-align:center;
    border:1px solid white;
    padding:4px 10px;
    white-space:nowrap;
}

table.results tbody tr.normal { background-color:white; }
table.results tbody tr.hover { background-color:#d4e0f8; }

table.results tbody td {
    padding:2px 5px;
    white-space:nowrap;
    border-bottom:1px solid #d4e0f8;
}

/* maintenance search critiera and results */

fieldset.search {
    background-color:#f0f4ff;
}

fieldset.search legend {
    font-weight:bold;
    color:navy;
    cursor:pointer;
}

fieldset.search table { display:none; }
fieldset.search table thead { display:none; }
fieldset.search td.label { text-align:right; font-weight:bold; }

