body, p, a, td {
	font-family: verdana;
	font-size: 8pt;
}
.input_box {
	border-style: solid;
	border-width: 1px;
	border-color:#CCCCCC;
}

.tabs {
	border-style: solid;
	border-width: 1px;
	border-color:#999999;	
}

.left_status_cell {
	border-style: solid;
	border-width:1px;
	border-color: #CCCCCC;
}
.status_cell {
	border-style: solid;
	border-width:1px;
	border-color: #CCCCCC;
}
.red_font {
	color: #FF0000;
}
.sort_arrows {
	width: 10px;
	float:left;
	padding-left: 5px;
}
.sort_label {
	float:left;
}

.toggle_hide_show {
	height: 0px;
	position: relative;
	overflow: hidden;
	visibility: hidden;
}

.CSV {
color: blue;
font-family: Verdana, Arial, Sans-Serif;
font-size: 10pt;
font-weight: bold;
text-align: right;
}

.CSV:hover{
cursor:pointer;
}
