@charset "utf-8";

.table_even_row {
	background-color: #E6F9FF;
	line-height: 20px;
	color: #333333;
	padding: 5px;
}
.table_odd_row {
	background-color: #FCFCFC;
	line-height: 20px;
	color: #333333;
	padding: 5px;
}
.table_column_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	text-align: left;
}
.table_column_title a:link, .table_column_title a:active, .table_column_title a:visited {
	color: #999999;
	text-decoration: none;
}
.table_column_title a:hover{
	color: #999999;
	text-decoration: underline;
}

.table_row_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 5px;
	color: #006699;
}
.table_row_title a:link, .table_row_title a:active, .table_row_title a:visited {
	color: #006699;
	text-decoration: none;
}
.table_row_title a:hover{
	color: #006699;
	text-decoration: underline;
}
.table_cell_value {
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.table_scrollable {
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;	
	overflow: scroll;
}

.table_events {
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
