﻿body {
	background: #000000 url('images/space.jpg') fixed;
	color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

body.Pg1 {
	padding-top: 20px;
}

input[type=text], input[type=password], select, textarea {
	border-radius: 5px;
	background: #EEF;
	color: #000080;
}

input[disabled], select[disabled], textarea[disabled] {
	color: #666;
}

.MandatoryField {
	border: 2px solid #FC0;
}

a img {
	border: none;
}

a:link, a:visited {
	color: #54ADFA;
}

a:hover {
	color: #0CF;
	text-shadow: -1px -1px 7px #00F, 1px 1px 7px #00F;
}

a:active {
	color: #FFF;
}

.FullViewPort {
	overflow: hidden;
	margin: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
}

#TopBar {
	padding: 8px 8px 0px 8px;
}

#MenuLeft {
	position: absolute;
	top: 60px;
	bottom: 0px;
	left: 0px;
	width: 150px;
	padding-top: 10px;
	text-align: center;
}

#MenuLeft ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#MenuLeft ul li {
	margin-bottom: 10px;
}

#Content {
	overflow: hidden;
	position: absolute;
	top: 60px;
	right: 0px;
	bottom: 0px;
	left: 150px;
}

#Content iframe {
	width: 100%;
	height: 100%;
	background-color: #000;
}

div.Section1 {
	overflow: hidden;
	border: 1px solid #023A68;
	border-radius: 5px;
	background: url('images/background.section.png') repeat;
	color: #C0C0C0;
}

div.Section2 {
	overflow: hidden;
	border: 2px solid #777;
	background-color: #FCFDFD;
	color: #06305C;
}

div.Section2 a:link, div.Section2 a:visited {
	color: #009;
}

div.Section2 a:hover {
	color: #00F;
	text-shadow: -1px -1px 7px #00F, 1px 1px 7px #00F;
}

div.Section2 a:active {
	color: #00F;
}

.Section-Header1 {
	overflow: hidden;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: 18px;
	background: #0094F8 url('images/bar-medblue.gif');
	padding: 3px;
	color: #FFF;
	font-weight: bold;
}

.Section-Header1 span.Left {
	float: left;
}

.Section-Header1 span.Right {
	float: right;
}

.Section-Header2 {
	overflow: hidden;
	height: 20px;
	background: #CCC url('images/gradient-gray2silver.gif');
	padding: 5px;
	color: #000;
	font-weight: bold;
}

div.Section-Content {
	overflow: hidden;
	padding: 3px;
}

.FooterBar {
	overflow: hidden;
	background: #CCC url('/images/gradient-gray2silver.gif') repeat-x;
	padding: 3px;
	color: #000;
}

.FooterBar a:link, .FooterBar a:visited {
	color: #00F;
}

.FooterBar a:hover {
	color: #0CF;
}

.FooterBar a:active {
	color: #FFF;
}

.MessageSuccess {
	font-weight: bold;
	color: #006600;
}

.MessageFailure {
	font-weight: bold;
	color: #FF0000;
}

div.MessageBox-Info {
	min-height: 30px;
	background: #EFF3FB url('images/icon.info.png') no-repeat 2px 2px;
	border: 1px dashed #8BA7CD;
	padding: 2px 2px 2px 40px;
	text-align: left;
	color: #000000;
	font-size: 12px;
	overflow: hidden;
}

div.MessageBox-Warning {
	min-height: 30px;
	background: #FFCCAA url('images/icon.warning.png') no-repeat 2px 2px;
	border: 1px dashed #EE9955;
	padding: 2px 2px 2px 40px;
	text-align: left;
	color: #000000;
	font-size: 12px;
	overflow: hidden;
}

div.MessageBox-Error {
	min-height: 30px;
	background: #FDAEBF url('images/icon.stop.png') no-repeat 2px 2px;
	border: 1px dashed #FF3300;
	padding: 2px 2px 2px 40px;
	text-align: left;
	color: #000000;
	font-size: 12px;
	overflow: hidden;
}

div.MessageBox-Message {
	min-height: 30px;
	background: #EBF7DF url('images/icon.message.png') no-repeat 2px 2px;
	border: 1px dashed #7CBF4F;
	padding: 2px 2px 2px 40px;
	text-align: left;
	color: #000000;
	font-size: 12px;
	overflow: hidden;
}

div.MessageBox-Info ul, div.MessageBox-Warning ul, div.MessageBox-Error ul, div.MessageBox-Message ul {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}

ul.Section-Header-Nav {
	display: inline-block;
	float: right;
	margin: -3px 0px;
	padding: 0px;
	list-style: none;
}

ul.Section-Header-Nav li {
	display: inline-block;
	float: left;
}

ul.Section-Header-Nav li a {
	display: inline-block;
	margin-top: -3px;
	width: 120px;
	height: 23px;
	border-left: 1px solid #008;
	padding-top: 7px;
	color: #DDD;
	text-align: center;
	text-decoration: none;
}

ul.Section-Header-Nav li a:hover {
	background-image: url('images/bar-lightblue.gif');
	color: #008;
	text-shadow: -1px -1px 7px #FFF, 1px 1px 7px #FFF;
}

ul.Section-Header-Nav li a.Active {
	background-image: url('images/bar-lightblue.gif');
	color: #008;
	text-shadow: -1px -1px 1px #FFF, -1px 1px 1px #FFF, 1px -1px 1px #FFF, 1px 1px 1px #FFF;
}

tbody tr {
	background-color: #C7D4E3;
}

tbody tr.Even {
	background-color: #A4B9D2;
}

tbody tr:nth-child(odd) {
	background-color: #C7D4E3;
}

tbody tr:nth-child(even) {
	background-color: #A4B9D2;
}

a.Button {
	display: inline-block;
	width: 100px;
	height: 16px;
	background-image: url('images/button.section.png');
	background-size: 100% 300%;
	padding-top: 4px;
	color: #061C3D !important;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

a.Button:link, a.Button:visited {
	background-position: top;
}

a.Button:hover {
	background-position: center;
	color: #00F !important;
	text-shadow: -1px -1px 2px #FFF, 1px 1px 2px #FFF !important;
}

a.Button:active {
	background-position: bottom;
}

a.NavButton {
	display: inline-block;
	width: 130px;
	height: 20px;
	background-image: url('images/button.navigation.png');
	background-size: 100% 300%;
	padding-top: 6px;
	color: #C0C0C0;
	text-align: center;
	text-decoration: none;
}

a.NavButton:link, a.NavButton:visited {
	background-position: top;
}

a.NavButton:hover {
	background-position: center;
	color: #FFF;
	text-shadow: -1px -1px 1px #00F, -1px 1px 1px #00F, 1px -1px 1px #00F, 1px 1px 1px #00F;
}

a.NavButton:active {
	background-position: bottom;
	color: #FFF;
}

a.NavButton.Active {
	background-position: bottom;
	color: #FFF;
}

img.Loader-Circle-Big {
	display: block;
	margin: 5px auto;
	width: 55px;
	height: 55px;
}

img.Loader-Circle-Medium {
	display: block;
	margin: 5px auto;
	width: 31px;
	height: 31px;
}

img.Loader-Circle-Small {
	display: inline-block;
	width: 16px;
	height: 16px;
}

img.Loader-Bar-Big {
	display: block;
	margin: 5px auto;
	width: 128px;
	height: 15px;
}

div.DataRegion-NavBar {
	display: inline;
}

div.DataRegion-NavBar ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div.DataRegion-NavBar ul li {
	float: left;
	margin-left: 10px;
}

div.DataRegion-NavBar ul li a {
	text-decoration: none;
}

div.ui-widget-overlay {
	background: #083574 none;
	opacity: 0.5;
}

div.PopUpModal {
	box-shadow: 0px 0px 20px 5px #007;
}

div.PopUpModal div.ui-dialog-titlebar {
	display: none;
}

div.PopUpModal div.ui-dialog-content {
	overflow: hidden;
	border: 2px solid #006;
	background-color: #6186B3;
	padding: 3px;
}

div.PopUpModal div.ui-dialog-content iframe {
	width: 100%;
	height: 100%;
}
