

#container-navigation {
	width: 775px;
	background-color: #2190AB;
	height: 25px;

}

ul#navigation {
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
}

#navigation li {
	display: inline;
	list-style: none;
	height: 25px;
}

#navigation li a {
	color: #ffffff;
	line-height: 25px;
	font-size: 12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	border-right: 0px solid #ffffff;
}

#navigation li a:hover {
	text-decoration: none;
	background-color: #BEDADA;
	color:#2190AB;
}
.table {
		margin-bottom: 15px;
		width: 100%;
		border-collapse: collapse;
	}
	.table_header td {
		background: url(../img/tableheader-bg.gif) no-repeat left top;
		padding: 5px 10px;
		color: rgb(70,122,167);
		border-top: 1px solid #CBD6DE;
		border-bottom: 1px solid #ADBECB;
		font-size: 1.1em;
		font-weight: bold;
	}
	.table_header td a:link, .table_header td a:visited {
		text-decoration: underline;
		color: rgb(70,122,167);
	}
	.table_header td a:hover {
		text-decoration: underline;
		color: #73A822;
	}
	.table_header td {
		border: 1px solid #CBD6DE;
	}

	.row1 td, .row2 td, .row_hover td, .paging_row td {
		padding: 5px 10px;
		color: #666666;
		border: 1px solid #CBD6DE;
	}
	.row1 td {
		background: #ffffff;
	}
	.row2 td {
		background: #eeeeee;
	}
	.row_hover td {
		background: #FBFACE;
		color: #000000;
	}

