@charset "utf-8";
/* CSS Document */
html {
    position: relative;
    min-width: 640px;
    max-width: 640px;
    min-height: 480px;
    max-height: 480px;
    height:100%;
}

#flier {
    behavior: url( ../script/Components/NumericInput.htc );
    text-align: center;
}

.headerBar {
	background-color: #305480;
	background-image: url(../resources/images/hmi_header.jpg);
}

.pgTitle {
	width:640px;
	position: relative;
	font-size:25px;
	text-align: center;
	z-index:1 auto;
}
.subTitle {
	width:640px;
	position: relative;
	font-size:20px;
	text-align: center;
	z-index:1 auto;
}
.footer {
    border-top: 1px solid #666;
    background: #eee;
    padding: 1em;
}
.footerNote {
    width:640px;
	position: relative;
	font-size:14px;
	text-align: center;
	z-index:1 auto;
    top: 15%;
}
.footerNote1 {
    width:640px;
	position: relative;
	font-size:14px;
	text-align: center;
	z-index:1 auto;
    top: 75%;
}

.footer_navigation {
    position: relative;
    bottom: 20%;
}
.prevnextnote{
	margin-top:10%;
	margin-bottom:0%;
	margin-right:5%;
	font-size:9px;
	text-align:right;
}
.alignment {
	float:both;
    position: relative;
}

.TableClass {
	float:both;
	margin: auto;
	padding: 0;
	border-collapse:collapse;
	border-spacing:2px 1px; /*first:horizontal spacing and second:vertical spacing*/
}

.statusTable {
	float:both;
	margin: auto;
	padding: 0;
	border-collapse:collapse;
	border-spacing:1px .5px; /*first:horizontal spacing and second:vertical spacing*/
}

.inputTable {
	border: 0px solid black;
	float:both;
	margin: auto;
	padding: 0;
	border-collapse: collapse;
	border-spacing:1px .5px; /*first:horizontal spacing and second:vertical spacing*/
}

.LDDataSpace1{
	width:26%;
}
.LDDataSpace3{
	width:10%;
}

.LDDataSpace6{
	width:27%;
}

.labelSpace{
	width:20%;
}

.listBox {
    border-radius: 5px;
	/* width: 100px; */
	width: 95%;
}

.checkBox {
    border-radius: 5px;
}

input.text_input {
	border-radius: 5px;
	width: 90%;
	text-align: center;
	color:#000000;
}

.text_input:focus, .listBox:focus{
	border: medium outset #575757;
	background-color: #FFF98D;
}


.alighRight {
    text-align: right;
}

.alignLeft {
    text-align: left;
}

.alignCenter {
    text-align: center;
}

.element_1{
	/*background-color:#cdcdcd;*/
    width: 640px;
    height: 355px;
	alignment-adjust:central;

}

.strong{
	font-weight:bold;
}

/*Graph related styles*/
.graphPaper {
	background-color:#ffffff;
    width: 415px;
    height: 160px;
    position: relative;
}
.graphCanvas {
	background-color:#ff0000;
    width: 415px;
    height: 160px;
    position: relative;
}
#paper {

}

#canvas {
  position: absolute;
  top: 0;
  margin: 0 auto;
}

#Initialize_Btn{
	width: 30%;
	display: block;
	margin: auto;

}

#popClose{
	width:100px;
}

/****** Speed Control Page *****/
#mainControl, #secondaryControl, #rightSideControl{
	border-collapse:collapse;
	/*font-weight:bold;*/
	font-size:11px;
	vertical-align:top;
	table-layout:fixed;
	margin-top: 10px;
}

#mainControl, #secondaryControl{
	text-align:center;
}

#secondaryControl select{
	width:100%;
}

select.spListBox, input[type="number"]{
	font-size: 11px;
	 border-radius: 5px;
	/* width: 100px; */
	width: 90%;
}

input{
	width:41px;
	color:#000000;
}


th.xsmall{
	width:10px;
	min-height:20px;
	max-height: 20px
}

th.small{
	width:25px;
	min-height:20px;
	max-height: 20px
}

th.med{
	width:165px;
	min-height:20px;
	max-height: 20px
}

th.large, td.large{
	width:100px;
	min-height:20px;
	max-height: 20px
}

#pageContent{
	width:100%;
	margin: 0 auto;
}

#leftContent{
	float:left;
	width:50%;
}

#rightContent{
	float:right;
	width:50%;
	height:100%;
	position:relative;
	text-align: center;
	/*background-color: #ff0000;*/
}

#lowerRight{
	position:absolute;
	bottom:-50px;
	left: 40px;
}

#rightSideControl{
	text-align: left;
}

#rightSideControl select{
	float:right;
}

#strokeSections{
	position:absolute;
	z-index: 2;
	top:13px;
	left:89px;
	overflow:hidden;
	width:150px;
	height: 270px;
}

#strokeSections img{
	position:absolute;
	width:75px;
	height:275px;
	top:-2px;
	left:32px;

}

.display{
	overflow:hidden;
}

.sectText{
	color:#ffffff;
	font-size: 11px;
}

#leftData{
	float:left;
	width:75px;
	text-align: left;
}
#rightData{
	float:right;
	width:75px;
	position:relative;



}
/****** leftside ******/
#section611{
	height:49px;
}

#section12{
	height:100px;

}
#section23{
	height:70px;
}

#section34{
	height:50px;
}

/********rightside ********/
#section341{
	height:19px;
}
#section45{
	height:48px;
}
#section56{
	height:108px;

}

#section61{
	height:94px;
}


.color12{
	background-color: #800080;
}

.color23{
	background-color: #3366FF;
}

.color34{
	background-color: #FF6600;
}

.color45{
	background-color: #008080;
}

.color56{
	background-color: #33CCCC;
}

.color61{
	background-color: #FF0000;
}

.outline{
	border: 1px solid #FFFFFF;
}


#canvas1{
	background-image: url("Canvas111.png");
	margin-top: -30px;

}

#BlackButton{
    position:relative;
    width: 110px;
	height: 50px;
	margin-left:-580px;
	margin-top:20px;
	}

#GreenButton{
    position:relative;
    width: 110px;
	height: 50px;
	margin-top:20px;
	}

#BlueButton{
    position:relative;
    width: 110px;
	height: 50px;
	margin-top:20px;
	}

#BlueLightButton{
    position:relative;
    width: 110px;
	height: 50px;
	margin-top:20px;
	}

.normalAlarmStatus{
	color:#000000;
	font-weight:bold;
}

.alertStatus{
	color:#1a63b1;
	text-shadow: 1px 1px rgba(115,110,68,0.25);
	font-weight:bold;
}

.alarmStatus{
	color:#ff0000;
	text-shadow: 1px 1px rgba(115,110,68,0.25);
	font-weight:bold;
}