
table.banner {
	background: url("../images/banner_bg.png");
	background-repeat: no-repeat;
	background-position: top left;
	height: 100px;
	width: 100%;
}

	table.banner td.logo {
		width: 185px;
		text-align: left;
		padding: 20px 0px 0px 20px;
	}

	table.banner td.version {
		height: 20px;
		text-align: right;
		vertical-align: middle;
		padding-right: 20px;
		font-size: 10px;
		color: #ebf0f5
	}

	table.banner td.title {
		height: 34px;
		font: bold 20px arial;
		line-height: 16px;
		color: #676a6c;
		text-align: center;
		vertical-align: middle;
		padding: 0px 220px 0px 0px;
	}

	table.banner td.tabs {
		height: 35px;
		vertical-align: bottom;
	}

	table.banner td.ctl_bar {
		height: 24px;
	}

/*-----------------*/
/*  WIDGET STYLES  */
/*-----------------*/

table.bar {
	margin: 0px;
}

	table.bar td {
		font: bold 10px verdana;
		color: #676a6c;
		vertical-align: middle;
		text-align: right;
		padding: 15px 10px 4px 0px;
		background-color: white;
	}

		table.bar td.first {
			padding-left: 10px
		}

.ctl_bar .bar {
	position: absolute;
	top: 0px;
	right: 100px;
	width: 300px;
}

/*------------------------*/
/* TAB NAVIGATION STYLES  */
/*------------------------*/

.screen {
	margin: 10px
}

.tab_bar ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	width: 800px;
}

	.tab_bar ul:before,
	.tab_bar ul:after {
		display: table;
		content: " ";
	}

	.tab_bar ul:after {
		clear: both;
	}


.tab_bar li {
	position: relative;
	display: block;
}

	.tab_bar li > a {
		position: relative;
		display: block;
		padding: 10px 25px;
	}

		.tab_bar li > a:hover,
		.tab_bar li > a:focus {
			text-decoration: none;
			background-color: #eeeeee;
		}

.tab_bar li {
	float: left;
}

	.tab_bar li > a {
		border-radius: 5px;
		text-decoration: none;
		color: #174883;
		font-weight: bold;
	}

	.tab_bar li + li {
		margin-left: 2px;
	}

	.tab_bar li.active > a,
	.tab_bar li.active > a:hover,
	.tab_bar li.active > a:focus {
		color: #ffffff !important;
		background-color: #317eac;
	}


div.nav, div.content {
	top: 120px !important;
}
