body {
	/*font-size: 62.5%;   16px × 62.5% = 10px 
	letter-spacing: 0;
	text-align: left;	
	line-height: 1.4em;
	font-family: Verdana;
	word-spacing: normal;
	text-decoration: none;	*/
}

#navLinks {
	display:inline;
	float:left;
	border:#1c1c1c 1px solid;
	width:80%;
}

#navLogout {
	display:inline;
	float:right;
	border:#1c1c1c 1px solid;
	width:15%;
	text-align:right;
}

a {
	letter-spacing: 0;
	text-align: left;	
	line-height: 1.4em;
	font-family: Verdana;
	word-spacing: normal;
	text-decoration: underlined;	
	color:#FFFFFF;
}
/*
hr {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:#666666 solid 1px;
	margin-top:15px;
	margin-bottom:25px;
	clear:both;
}
*/
.session {
	color:#666666;
}

.tableTop {
	background-color:#ffffff;
	padding-left:10px; 
	vertical-align:middle;
	height:30px;
}
.tableTop_filter {
	background-color:#fff;
	padding-left:10px; 
	vertical-align:middle;
	height:30px;
	padding-bottom:10px;
	margin-top:30px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
.lightRow {
	background-color:#efefef;
	padding-left:10px;
	font-size:10px;
	padding-top:5px;
	padding-bottom:5px;
}
.darkRow {
	background-color:#ffffff;
	padding-left:10px;
	font-size:10px;
	padding-top:5px;
	padding-bottom:5px;
}
.clearBoth {
	clear:both;
}
.linkEdit {
	float:right;
	display:inline;
	margin-right:20px;
}
.floatRight {
	float:right;
	display:inline;
	margin-right:10px;
}
.floatLeft {
	float:left;
	display:inline;
}
.filterLink {
	float:left;
	display:inline;
	font-size: 12px; 
	margin-top:0px;
	padding-bottom:5px;
	font-weight:bold;
}
.filterArrow {
	float:left;
	display:inline;
	font-size: 1.2em; 
	margin-top:0px;
	padding-bottom:5px;
	font-weight:bold;
	margin-left:5px;
}

.negative {
	padding:5px;
	background-color:#660000;
	font-weight:bold;
}
.positive {
	padding:5px;
	background-color:#006600;
	font-weight:bold;
}
.alignTop {
	vertical-align:top;
}
.filterTD_top {
	padding-top:15px;
	padding-left:10px;
}
.filterTD_bottom {
	padding-bottom:15px;
	padding-left:10px;
}

span.show-tooltip-text {
	border:#666666 solid 1px;
	background-color:#333333;
	font-family:inherit;
	color:#FFFFFF;
}



