body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	height:100%;
	background-color: aliceblue;
}

.frame {
  text-align:center;
	border: thin solid #BBB;
	margin: auto;
	width:1000px;
	max-width:1000px;
	margin-top:100px;
	background-color: white;
}

a {
	font-size:12px;
}
#stage {
	width:100%;
	position:absolute;
	top:20px;
}

#Processing {
	z-index:10000;
  position: fixed;
  top: 50%;
  left: 50%;
	height:138px;
	width:214px;
  margin-top: -69px;
  margin-left: -107px;
	background-image:url(/img/processing.gif);
	background-repeat:no-repeat;
	border:#333 solid thin;
  border-radius: 8px;
  box-shadow: 6px 6px 20px #000;	
	display:none;
}

#top{
    height:25px;
    background-image:url(/img/header-bg-1.png);
    color:#EEE;
    text-align:right;
    font-weight:bold;
}
#topBar {
	position:absolute;
	top:10px;
	width:100%;
	height:160px;
	vertical-align:top;
}

.chart{
	border:1px solid #888888;
	border-radius: 5px 5px 0 0;
  box-shadow: 3px 3px 15px #000;
	margin-left:5px;
	padding:0;
	width:100%;
	min-width:230px;
	height:160px;
}

.frame1 {
    border-left:1px solid #888888;
    border-right:1px solid #888888;
    border-bottom:1px solid #888888;
    border-radius: 5px 5px 0 0;
    box-shadow: 3px 3px 15px #000;
    margin:auto;
    padding:0;
    width:600px;
    height:400px;
    margin-top:50px;
}

.clickable {
    box-shadow: 2px 2px 3px #333;
		cursor:pointer;
}
.clickable:hover {
    box-shadow: 2px 2px 7px #000;
}
button {
    box-shadow: 2px 2px 5px #000;
		cursor:pointer;
}
button:hover {
    box-shadow: 4px 4px 5px #000;
}

.imageButton {
	width:70px;
	height:70px;
	margin-top:2px;
}

.imageButton:hover {
	padding-top:4px;
	padding-left:8px;
}

.main {
    border:1px solid #888888;
    border-radius: 5px 5px 0 0;
    box-shadow: 3px 3px 15px #000;
    margin-left:10px;
    padding:0;
    width:98.5%;
    height:640px;
    min-width:940px;
    min-height:640px;
}

#header {
    border-radius: 15px 15px 0 0;
    height:77px;
    background-image:url(/img/bg-head1.png);
    color:#EEE;
    text-align:right;
    font-weight:bold;
    box-shadow: 3px 3px 15px #000;
}

#frmValidate{
	position: relative;	
}

.divList {
		height:300px;
		max-height:300px;
		overflow-y:scroll;
		background-color:#EEE;
		border-bottom: 2px solid #CCC;
		border-top: 1px solid #FFF;
		border-left:2px solid #FFF;
		border-right:1px solid #CCC;
		box-shadow: 3px 3px 15px #000;
}
table {
    text-align:left;
    border-spacing:0;
}
td{
    padding: 0 4px 0 4px;
}
th {
    background:url(/img/table-sub-head.jpg) repeat-x;
    border-top:1px solid #888888;
    border-bottom: 1px solid #888888;
    padding:6px 2px;
    font-size:14px;
    height:16px;
    text-align:center;
    color:#333;
    border-radius: 5px 5px 0 0;
}
.columns{
	text-align:center;
	background-color:#A8D9FD;
	height:22px;
}
.Title {
	position:absolute;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	height:18px;
  width:500px;
	text-shadow: 4px 4px 5px #000;
	top:0px;
	margin-bottom:20px;
	
}
h4 {
    padding:2px 10px;
    background-color:#555;
    font-size:14px;
    font-weight:normal;
    margin-bottom:4px;
    color:#FFF;
    text-shadow: 1px 1px 1px #111;
}
h5 {
    background-image:url(/img/header-bg-1.png);
    padding-top:4px;
		padding-left:10px;
    font-size:14px;
    font-weight:normal;
		height:26px;
    margin-bottom:2px;
    color:#FFF;
		top: -10px;
    text-shadow: 1px 1px 1px #111;
}
input {
    border-radius: 5px;
		border:#AAA thin solid;
		padding:3px;
		font-size:12px;
}

select {
		border:#AAA thin solid;
    border-radius: 5px;
		padding:0px;
		font-size:12px;
}
input[disabled="disabled"], input[readonly="readonly"]{
    background-color:#EEE;
    color:#333;
    border:thin #666 solid;
    margin-top:0px;
    margin-bottom:0px;
}

select{
    height:22px;
    margin-top:1px;
    margin-bottom:1px;
}

.inner {
    margin:0;
}

.tdHeader {
    height:22px;
    text-align: left;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-left:1px solid #CCC;
    border-right:1px solid #CCC;
    padding-left:4px;
    padding-right:4px;
		font-weight: bold;
		background-color:#C0D8FD;
}

.tdInput {
    height:28px;
    text-align: left;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #FFF;
    border-left:1px solid #FFF;
    border-right:1px solid #CCC;
}

.td1 {
    text-align: left;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #FFF;
    border-left:1px solid #FFF;
    border-right:1px solid #CCC;
}

.td2 {
    border:none;
    text-align:left;
		padding:0;
}

.td3 {
    height:10px;
    text-align: right;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #FFF;
    border-left:1px solid #FFF;
    border-right:1px solid #CCC;
    padding-left:4px;
    padding-right:4px;
}

.tdTab {
	background-color:#333;
	height:20px;
	font-size:14px;
	color:#FFF;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #CCC;
	border-radius: 8px 8px 0 0;
	cursor:pointer;
}

.tdTabSelected {
	background-color:#C60;
	height:20px;
	font-size:14px;
	color:#FFF;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #CCC;
	border-radius: 8px 8px 0 0;
	cursor:pointer;
}

.colorRow {
  background: white;
	vertical-align: top;
}

.listRow {
    background: #EAEAEA;
    height:19px;
}
.listRow:hover {
    background: #D9D9D9;
    height:19px;
}

.titleRow {
    background-color:#2F5CC5;
		text-align: center;
    height:30px;
    color:#FFF;
    font-size:14px;
    font-weight:normal;
    text-shadow: 1px 1px 4px #111;
		text-transform: uppercase;
}
.adminTitleRow {
    background-color:darkred;
		text-align: center;
    height:30px;
    color:#FFF;
    font-size:14px;
    font-weight:normal;
    text-shadow: 1px 1px 4px #111;
		text-transform: uppercase;
}
.darkRow {
    background: #EAEAEA;
    height:22px;
}
.lightRow {
    background: #F7F7F7;
    border: 1px solid #d9d9d9;
    height:22px;
}
.darkRow:hover {
    background: #E0E0E0;
}
.lightRow:hover {
    background: #D9D9D9;
}
.blankRow {
    background: #F7F7F7;
    height:22px;
}
.ico_calendar{
    position: relative;
    top: 4px;
}

#pagenation{
	/*position: absolute;*/
	bottom: 12px;
	left: 349px;
	width: 200px;
}
#Message{
    font-weight:bold;
    text-align:center;
}

.roundedImage {
    border:1px solid #888888; border-radius: 5px;
    box-shadow: 3px 3px 5px #333;
}

.validate_error{
    border: 1px solid #ED2017!important;
}
.validate_error_text{
    line-height: 40px;
    margin-right: 10px;
    color: #ED2017!important;
    float: right;
    font-weight: bold;
    display: none;
}

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
		display:none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 330px;
		min-height:70px;
    position: relative;
    margin: 20% auto;
    padding: 15px 10px 13px 10px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}
#TheAlert {
	font-size:14px;
	font-weight:bold;
}
.topLogo {
 	position: absolute;
	top:10px;
	height:80px;
	font-size: 24px;
	font-weight: bold;
	color:#666;
	width:100%;
	background-color: white;
	border-bottom: solid #BBB thin;
}
.topMenu {
 	position: fixed;
	margin: 0;
	width: 100%;
	height: 27px;
  background-color:#2F5CC5;
	color: #FFF;
	font-size: 14px;
	z-index: 1000;
  box-shadow: 0 0 20px #000;
}
.menuItem {
	width: 100px;
	text-align: left;
	padding: 5px 15px 5px 10px;
	cursor: pointer;
	height:14px;
}
.menuItem:hover {
  background-color:#3F7CF5;
}
.settingsMenu {
	position: fixed;
	top: 27px;
	right: 5px;
	z-index: 1000;
	display: none;
	background-color:#2F5CC5;
	color:#FFF;
  box-shadow: 5px 5px 20px #666;	
}

.adminTopMenu {
 	position: fixed;
	margin: 0;
	width: 100%;
	height: 27px;
  background-color:darkred;
	color: #FFF;
	font-size: 14px;
	z-index: 1000;
  box-shadow: 0 0 20px #000;
}
.adminMenuItem {
	width: 100px;
	text-align: left;
	padding: 5px 15px 5px 10px;
	cursor: pointer;
	height:14px;
}
.adminMenuItem:hover {
  background-color:darkorange;
}
.adminSettingsMenu {
	position: fixed;
	top: 23px;
	right: 5px;
	z-index: 1000;
	display: none;
	background-color:darkred;
	color:#FFF;
  box-shadow: 5px 5px 20px #666;	
}


.closeButton {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background: #00d9ff;
}

.invalid {
	background:#FED3CF;
}
.valid {
	background:#FFFFFF;
}
