<!--
	body, html {
		margin: 0px;
		padding: 0px;
		width: 100%;
		height: 100%;
		background-color: #202020;
		font-family: Tahoma, Arial, Verdana;
		font-size: 11px;
		color: #fff;
	}
	
	a {
		outline: none;
		color: #358ffe;
	}
	
	#container {
		min-height: 100%;		
		background-image: url(../img/background_repeat.png);
		background-repeat: repeat-y;
		position: relative;
	}
	
	#header {
		height: 93px;
		background-image: url(../img/header_repeat.png);
		background-repeat: repeat-x;
		position: relative;
	}
	
	#left_menu {
		width:180px;
		position: absolute;
		top: 0px;
		left: 0px;
		padding-top: 180px;
		z-index: 10;
	}
	
	#top_limo {
		width: 246px;
		height: 124px;
		background-image: url(../img/top_limo.png);
		background-repeat: no-repeat;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
	#logo_header {
		width: 88px;
		height: 88px;
		background-image: url(../img/logo_header.png);
		background-repeat: no-repeat;
		position: absolute;
		top: 0px;
		right: 0px;
	}
	
	#language_selector {
		position: absolute;
		top: 88px;
		right: 0px;
	}
	
	#language_selector a {
		display: block;
		margin-right: 5px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 6px;
		padding-bottom: 4px;
		background-color: #304c6b;
		border-bottom: 2px solid #7c8ea2;
		color: #a8b3c0;
		text-decoration: none;
		font-size: 10px;
		float: right;
		font-weight: bold;
	}
	
	#language_selector a.selected {
		padding-top: 12px;
		font-weight: bold;
		color: #d5dce4;
	}
	
	#left_menu ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	
	#left_menu li {
		text-align: right;
		padding-right: 10px;
		margin-bottom: 3px;
	}
	
	#left_menu li a {
		position: relative;
		color: #9bb2d8;
		font-weight: bold;
		text-decoration: none;
		display: block;
		width: 165px;
		height: 21px;
		background-image: url(../img/menu_item.png);
		background-repeat: no-repeat;
		padding-top: 6px;
		padding-right: 6px;
		left: -15px;
	}
	
	#left_menu li a.selected {
		color: #d2e1f9;
		left: 0px;
	}
	
	#logo_bottom {
		width: 150px;
		height: 270px;
		background-image: url(../img/logo_bottom.png);
		background-repeat: no-repeat;
		background-position: bottom;
		position: absolute;
		top: 400px;
		left: 0px;
		z-index: 9;
		padding-left: 15px;
	}
	
	#logo_bottom a {
		color: #fff;
	}

	#content {
		margin-top: 65px;
		margin-left: 195px;
		padding-bottom: 100px;
		margin-right: 15px;
		font-size: 12px;
	}
	
	.notice {
		display: block;
		padding: 10px;
		border: 1px solid #999;
		background-color: #CC6600;
		margin-right: 20px;
	}
	
	.error {
		display: block;
		padding: 10px;
		border: 1px solid #999;
		background-color: #990000;
		margin-right: 20px;
	}
	
	.success {
		background-color: #003300;
	}
	
	#footer {
		width: 100%;
		text-align: center;
		position: absolute;
		bottom: 0px;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
	h1 {
		margin: 0px;
		padding: 0px;
		color: #ececec;
		margin-bottom: 5px;
	}
	
	h3 {
		margin: 0px;
		padding: 0px;
	}
	
	#sub_title {
		position: absolute;
		top: 65px;
		left: 280px;
		color: #efefef;
	}
	
	.hr {
		width: 254px;
		height: 1px;
		background-image: url(../img/hr.png);
		background-repeat: no-repeat;
		font-size: 1px;
		margin-bottom: 20px;
	}
	
	#content img {
		margin: 15px;
		border: 1px solid #fff;
		padding: 5px;
	}
	
	#content li {
		margin-top: 15px;
	}
	
	.dateFieldContainer select {
	}
	
	label {
		font-weight: bold;
	}
	
	input, textarea {
		margin-top: 5px;
		padding: 5px;
		font-family: Tahoma, Arial, Verdana;
		font-size: 11px;
		color: #555;
		background-color: #eee;
		border: none;
		border: 0px;
		border: 1px solid #000;
	}
	
	option, select {
		color: #555;
		background-color: #eee;
	}
	
	.submitButton {
		font-weight: bold;
		font-size: 12px;
		color: #003300;
		cursor: pointer;
	}
	
	.errors {
		font-weight: bold;
		color: #990000;
		border: 1px solid #666;
		background-color: #ddd;
		padding: 10px;
	}
	
	#flashMessage, .error, .error_message {
		font-weight: bold;
		color: #339933;
		border: 1px solid #666;
		background-color: #ddd;
		padding: 10px;
	}
	
	.error_message {
		clear: both;
	}
	
	.error em {
		font-size: 18px;
		color: #003d4c;
	}

	.form-error {
		border-color: #990000;
		background-color: #ccc;
	}
	
	#header_text {
		position: absolute;
		top: 4px;
		left: 250px;
		width: 483px;
		height: 64px;
		background-image: url(../img/header.png);
		background-repeat: no-repeat;
	}
	
	.table_title {
		background: #124e7b url(../img/corner_left.png) no-repeat top left;
	}
	
	.table_title div {
		background: url(../img/corner_right.png) no-repeat top right;
		padding: 5px;
	}
