body {
	color: black;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size-adjust: none; 
	padding: 0;
	margin: 0;
}
input, select, textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.image_en {
	background: transparent url(/login_en.jpg) no-repeat 0 0;	
}
.image_fr {
	background: transparent url(/login_fr.jpg) no-repeat 0 0;	
}
.image_es {
	background: transparent url(/login_es.jpg) no-repeat 0 0;	
}
div.login {
	margin: 0 auto;
	height: 672px;
	width: 730px;
}
.login table {
	background-color: transparent;
	position: relative;
	text-align: center;
	top: 310px;
}
.login #username_help, .login #password_help {
	color: gray;
}
.login .entry {
	background: transparent url(/entry.png) no-repeat 100px 3px;
	height: 36px;
	width: 410px;
	padding: 0;
}
.login input, .login select {
	background-color: black;
	border: 0 none;
	color: white;
	width: 200px;
}
.mod {
	margin: 0 auto;
	width: 900px;
}
.mod .hd {
	background: transparent url(/top.png) no-repeat 0 0;
	font-size: 1px;
	height: 101px;
}
.mod .bd {
	background: transparent url(/middle.png) repeat-y 0 0;
}
.mod .ft {
	background: transparent url(/bottom.png) no-repeat 0 0;
	font-size: 1px;
	height: 97px;
}
#footer {
	background-color: #6ab2e7;
	padding: 5px;
	font-size: 0.8em;
	clear: both;
}
.top-links {
	font-size: 96%;
	text-align: right;
	overflow: hidden;
	margin: -92px 10px 0px -10px;
	float: right;
}
#navigation {
	font-size: 96%;
	height: 72px;
	margin-top: -72px;
	overflow: hidden;
	text-align: right;
}
#navigation #lang_box {
	padding: 4px 5px 2px 10px;
	margin: 0;
	float: right;
}
#navigation #lang_box a {
	color: #00bbee;
}
#content {
	clear: both;
	min-height: 500px;
	padding: 15px 0 15px;
}
#main-menu {
	float: left;
	margin-left: 10px;
	width: 140px;
}
img {
	border: 0 none;
}
#main {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	width: 880px;
}
#subject, #body {
	width: 450px;
}

.title {
	clear: both;
	text-align: center;
}
.title p {
	font-size: 180%;
	font-weight: bold;
	margin: 0;
	padding-bottom: 20px;
}
.title img {
	vertical-align: middle;
	padding: 0 15px;
}
.title span {
	display: inline;
	vertical-align: middle;
	text-align: right;
}
th img {
	vertical-align: middle;
	padding: 0;
}
th span {
	display: inline;
	vertical-align: middle;
}
.help {
	font-style: italic;
	text-align: center;
}
.message {
	font-weight: bold;
	text-align: center;
}
.datepicker {
	margin-bottom: 20px;
	text-align: center;
}
.buttons {
	margin-top: 20px;
	text-align: center;
}
table {
	margin: 0 auto 0 auto;
	border: 0 none;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
table#status, table.buttons {
	background-color: transparent;
}
caption {
	font-weight: bold;
	text-align: left;
}
tr.multi_column td {
	vertical-align: top;
}
tr.status td {
	vertical-align: top;
	padding: 0;
}
.checkbox {
	text-align: right;
}
.heading {
	font-weight: bold;
	color: #00bbee;
}
.label {
	font-weight: bold;
	text-align: right;
}
th {
	padding: 0 5px;
}
td {
	padding: 5px;
}
.frame {
	padding: 0;
	text-align: center;
}
td label {
	font-weight: bold;
}
label.hotkey {
	color: yellow;
	font-weight: normal;
}
.log pre {
	padding: 5px;
	width: 810px;
	height: 450px;
	overflow: auto;
	border: 1px solid;
}
.log_in_tab pre {
	padding: 5px;
	width: 750px;
	height: 300px;
	overflow: auto;
	border: 1px solid;
}
.list td {
	text-align: left;
}
.param {
	width: 145px;
}
.short {
	width: 50px;
}
.action {
	margin: 0 5px;
}
#time_frame .fixed_width {
	width: 70px;
}
#current_time {
	font-weight: bold;
	text-align: left;
}

.flash_notice, .flash_warning, .flash_error {
	margin: 10px 0 20px 0;
	padding: 3px;
	text-align: center;
}
.flash_notice {
	background-color: #20a64c;
	color: white;
}
.flash_warning {
	background-color: #e1b445;
	color: white;
}
.flash_error {
	background-color: #d9715d;
	color: white;
}

.clear {
	clear: both;
}

.ddmenu {
	list-style: none;
	padding: 0;
	margin: 8px 0 0 0;
	text-align: left;
}
.ddmenu > li {
	float: left;
	height: 32px;
}
.ddmenu > li.left {
	background-color: transparent;
	background-image: url('/mmenu-left.png');
	padding: 0;
	width: 6px;
}
.ddmenu > li.right {
	background-color: transparent;
	background-image: url('/mmenu-right.png');
	padding: 0;
	width: 6px;
}
.ddmenu .menulink {
	display: block;
	text-align: center;
	padding: 6px 12px;
	text-decoration: none;
	color: white;
}
.ddmenu ul {
	display: none;
	list-style: none;
	position: absolute;
	z-index: 90;
	padding: 0;
}
.ddmenu ul li {
	position: relative;
	width: 200px;
}
.ddmenu ul li a {
	display: block;
	padding: 5px;
	text-decoration: none;
}
.ddmenu ul ul {
	left: 200px;
	top: 0px;
}
table.gmenu {
	background-color: transparent;
	clear: both;
	float: left;
	font-size: 96%;
	margin: 0;
}
.gmenu td.left, .gmenu td.right {
	padding: 0;
	width: 6px;
}
.gmenu td {
	height: 32px;
	padding: 0 12px;
	text-align: left;
	white-space: nowrap;
}
.gmenu a {
	color: white;
	text-decoration: none;
}
a.current {
	border-bottom: 2px solid #00bbee;
}
