#CS_IndicatorRed {
    background-color: #FF0017;
    position: absolute;
    width: 10px;
    height: 120px;
    top: 0px;
    left: 0px;
}

#CS_IndicatorYellow {
    background-color: #FFF501;
    position: absolute;
    width: 10px;
    height: 120px;
    top: 0px;
    left: 0px;
}

#CS_IndicatorGreen {
    background-color: #43D343;
    position: absolute;
    width: 10px;
    height: 120px;
    //top: 0px;
    left: 0px;
}

#WarningRed {
    color: #000000;
    border: thin solid #FF0017;
    border-radius: 10px;
    padding-top: 1px;
    padding-right: 5px;
    padding-bottom: 1px;
    padding-left: 5px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #F5E8E8;
    font-size: small;
    text-align: center;
}

#WarningBlue {
    color: #000000;
    border: thin solid #0000FF;
    border-radius: 10px;
    padding-top: 1px;
    padding-right: 5px;
    padding-bottom: 1px;
    padding-left: 5px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #DEF3F8;
    font-size: small;
    text-align: center;
}
#FrameBox {
    background-color: #F4F4F4;
    border-radius: 10px;
}
#AdjDiv {
    border-radius: 5px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FF0000;
    font-size: large;
    width: 100%;
    text-align: center;
}

.button {
    padding: 4px 10px 3px 25px;
    border-left: 1px solid #A8BFEA;
    border-right: 1px solid #A8BFEA;
    border-bottom: 1px solid #A8BFEA;
    border-top: 1px solid #A8BFEA;
    position: relative;
    cursor: pointer;
    display: inline-block;
    background-image: url( '../Images/bkg1.png' );
    background-repeat: repeat-x;
    height: 20px;
    text-decoration: none;
    color: #000000;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 100px;
    font-size: medium;
}
.button img {
    position: absolute;
    top: -10px;
    left: -15px;
    border: none;
}
.button:hover {
    color: #0000FF;
}
#TestDivBtn100 {
    border-radius: 5px;
    border-top: thin solid #A8BFEA;
    border-right: thin solid #A8BFEA;
    border-bottom: thin solid #A8BFEA;
    border-left: thin solid #A8BFEA;
    width: 110px;
    height: 32px;
    text-align: center;
    background-color: #F1F4F7;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
}
#TestDivBtn100:hover { background-color: #A8BDE3; }

#TestDivBtn40 {
    border-radius: 5px;
    border-top: thin solid #A8BFEA;
    border-right: thin solid #A8BFEA;
    border-bottom: thin solid #A8BFEA;
    border-left: thin solid #A8BFEA;
    width: 40px;
    height: 20px;
    text-align: center;
    background-color: #F1F4F7;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
}
#TestDivBtn40:hover { background-color: #A8BDE3; }

#TestDivBtn60 {
    border-radius: 5px;
    border-top: thin solid #A8BFEA;
    border-right: thin solid #A8BFEA;
    border-bottom: thin solid #A8BFEA;
    border-left: thin solid #A8BFEA;
    width: 60px;
    height: 20px;
    text-align: center;
    background-color: #F1F4F7;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
}
#TestDivBtn60:hover { background-color: #A8BDE3; }


#TestDivBtn0 {
    border-radius: 5px;
    border-top: thin solid #A8BFEA;
    border-right: thin solid #A8BFEA;
    border-bottom: thin solid #A8BFEA;
    border-left: thin solid #A8BFEA;
    width: 60px;
    height: 32px;
    text-align: center;
    background-color: #F1F4F7;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
}
#TestDivBtn1 {
    border-radius: 5px;
    border-top: medium solid #FF0000;
    border-right: thin solid #A8BFEA;
    border-bottom: thin solid #A8BFEA;
    border-left: thin solid #A8BFEA;
    width: 60px;
    height: 32px;
    text-align: center;
    background-color: #F1F4F7;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
}

#TestDivBtn0:hover { background-color: #A8BDE3; }
#TestDivBtn1:hover { background-color: #A8BDE3; }
#TestDivBtn2:hover { background-color: #A8BDE3; }
#TestDivBtn3:hover { background-color: #A8BDE3; }
#TestDivBtn4:hover { background-color: #A8BDE3; }

#TestDivBtn2 {
    border-radius: 5px;
    border-top: medium solid #43D343;
    border-right: thin solid #A8BFEA;
    border-bottom: thin solid #A8BFEA;
    border-left: thin solid #A8BFEA;
    width: 60px;
    height: 32px;
    text-align: center;
    background-color: #F1F4F7;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
}
#TestDivBtn3 {
    border-radius: 5px;
    border-top: medium solid #0000FF;
    border-right: thin solid #A8BFEA;
    border-bottom: thin solid #A8BFEA;
    border-left: thin solid #A8BFEA;
    width: 60px;
    height: 32px;
    text-align: center;
    background-color: #F1F4F7;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
}
#TestDivBtn4 {
	border-radius: 5px;
	border-top: thin solid #A8BFEA;
	border-right: thin solid #A8BFEA;
	border-bottom: thin solid #A8BFEA;
	border-left: thin solid #A8BFEA;
	width: 60px;
	height: 32px;
	text-align: center;
	background-color: #F1F4F7;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: not-allowed;
}

.btn99{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;

    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
#Btn100 {
    border-radius: 5px;
    border-top: thin solid #A8BFEA;
    border-right: thin solid #A8BFEA;
    border-bottom: thin solid #A8BFEA;
    border-left: thin solid #A8BFEA;
    width: 110px;
    height: 32px;
    text-align: center;
    background-color: #F1F4F7;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
}
#Btn100:hover { background-color: #A8BDE3; }

#Btn100red {
	border-radius: 5px;
	border-top: thin solid #ED6969;
	border-right: thin solid #ED6969;
	border-bottom: thin solid #ED6969;
	border-left: thin solid #ED6969;
	width: 110px;
	height: 32px;
	text-align: center;
	background-color: #F5E5E5;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
}
#Btn100red:hover {
	background-color: #FBBCBC;
}
#Btn100Red {
	border-radius: 5px;
	border-top: thin solid #ED6969;
	border-right: thin solid #ED6969;
	border-bottom: thin solid #ED6969;
	border-left: thin solid #ED6969;
	width: 110px;
	height: 32px;
	text-align: center;
	background-color: #F5E5E5;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
}
#Btn100Red:hover {
	background-color: #FBBCBC;
}



#Btn100Green {
	border-radius: 5px;
	border: thin solid #3FBD19;
	width: 110px;
	height: 32px;
	text-align: center;
	background-color: #C0EFC8;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
}
#Btn100Green:hover {
	background-color: #8CD089;
}

#Btn40a{
	width: 16px;
	float: left;
	z-index: 99999;
	margin-left: 12px;
	margin-top: 2px;
}

#Btn40b {
	margin-top: 2px;
	text-align: center;
}

#Btn40c {
	margin-left: 2px;
	margin-top: 2px;
	font-size: 12px;
}
#Btn40bSel {
	background-color: #4179DB;
	cursor: crosshair;
	color: #FFFFFF;
	height: 100%;
	width: 100%;
	text-align: center;
}
#Btn100a26 {
	width: 16px;
	float: left;
	z-index: 99999;
	margin-left: 5px;
	margin-top: 3px;
}
#Btn100a {
	width: 16px;
	float: left;
	z-index: 99999;
	margin-left: 5px;
	margin-top: 7px;
}
#Btn100b {
	margin-left: 5px;
	margin-top: 9px;
	font-size: 12px;
}
#Btn100c {
	margin-left: 5px;
	font-size: 12px;
}
#t3 {
    margin-left: 5px;
}
#footer1 {
    width: 100%;
    min-width: 0px;
    position: fixed;
    bottom: 0px;
    background-color: #C6C6C6;
    color: #050AEF;
    font-size: large;
    text-align: center;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#InfoHeader {
	background-color: #D7F0FF;
	padding-top: 5px;
	padding-bottom: 5px;
}
#MainContent{
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
#Btn40 {
    border-radius: 5px;
    border-top: thin solid #A8BFEA;
    border-right: thin solid #A8BFEA;
    border-bottom: thin solid #A8BFEA;
    border-left: thin solid #A8BFEA;
    width: 40px;
    height: 20px;
    background-color: #F1F4F7;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
}
#Btn40Sel {
    border-radius: 5px;
    border-top: thin solid #A8BFEA;
    border-right: thin solid #A8BFEA;
    border-bottom: thin solid #A8BFEA;
    border-left: thin solid #A8BFEA;
    width: 40px;
    height: 20px;
    text-align: center;
    background-color: #4179DB;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: not-allowed;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
}
#Btn40:hover { background-color: #A8BDE3; }



#Btn1000 {
    border-radius: 10px;
    border-top: thin solid #A8BFEA;
    border-right: thin solid #A8BFEA;
    border-bottom: thin solid #A8BFEA;
    border-left: thin solid #A8BFEA;
    width: 100px;
    height:100px;
    text-align: center;
    background-color: #F1F4F7;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
}
#Btn1000:hover { background-color: #A8BDE3; }
#Btn1000a {
	width: 50px;
	float: left;
	z-index: 99999;
	margin-left: 25px;
	margin-top: 7px;
	height: 50px;
}
#Btn1000b {
	margin-left: 5px;
	margin-top: 65px;
	font-size: 12px;
}

#Btn1000c{
	padding-top: 70px;
}
#Btn100Blue {
	border-radius: 5px;
	border: thin solid #6498D7;
	width: 110px;
	height: 32px;
	text-align: center;
	background-color: #DDE8F8;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
}
#Btn100Blue:hover {
	background-color: #94C4FD;
}
#Btn100Gray {
	border-radius: 5px;
	border: thin solid #B1B1B1;
	width: 110px;
	height: 32px;
	text-align: center;
	background-color: #E8E8E8;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: not-allowed;
}
#Btn50 {
    border-radius: 10px;
    border-top: thin solid #A8BFEA;
    border-right: thin solid #A8BFEA;
    border-bottom: thin solid #A8BFEA;
    border-left: thin solid #A8BFEA;
    width: 40px;
    height:40px;
    background-color: #F1F4F7;
    cursor: pointer;
}
#Btn50:hover { background-color: #A8BDE3; }
#Btn50a {
	width: 40px;
	float: left;
	z-index: 99999;
	margin-left: 7px;
	margin-top: 7px;
	height: 40px;
}

#Btn40Green {
    border-radius: 5px;
    border: thin solid #3FBD19;
    width: 40px;
    height: 20px;
    background-color: #C0EFC8;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
}
#Btn40GreenSel {
    border-radius: 5px;
    border: thin solid #3FBD19;
    width: 40px;
    height: 20px;
    text-align: center;
    background-color: #C0EFC8;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: not-allowed;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
}
#Btn40Green:hover { background-color: #8CD089; }
#Btn40Greenc {
	margin-left: 2px;
	margin-top: 2px;
	font-size: 12px;
	color: #328419;
	font-weight: bold;
}

#Btn40Red {
	border-radius: 5px;
	border: thin solid #E32323;
	background-color: #F9E4E4;
	width: 40px;
	height: 20px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
}
#Btn40RedSel {
	border-radius: 5px;
	border: thin solid #E32323;
	width: 40px;
	height: 20px;
	text-align: center;
	background-color: #FDBEBE;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: not-allowed;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
}
#Btn40Red:hover {
	background-color: #F1B5B5;
	border-color: #EC7E7E;
}
#Btn40Redc {
	margin-left: 2px;
	margin-top: 2px;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}


#Btn40Blue {
	border-radius: 5px;
	border: thin solid #6498D7;
	width: 40px;
	height: 20px;
	background-color: #DDE8F8;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
}
#Btn40BlueSel {
	border-radius: 5px;
	border: thin solid #6498D7;
	width: 40px;
	height: 20px;
	text-align: center;
	background-color: #6498D7;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: not-allowed;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
}
#Btn40Blue:hover {
	background-color: #AFC0ED;
	border-color: #6498D7;
}
#Btn40Bluec {
	margin-left: 2px;
	margin-top: 2px;
	font-size: 12px;
	color: #5A5AE4;
	font-weight: bold;
}	

#Btn40Amber {
    border-radius: 5px;
    border: thin solid #CCB805;
    width: 40px;
    height: 20px;
    background-color: #EBEDA9;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
}
#Btn40AmberSel {
    border-radius: 5px;
    border: thin solid #3FBD19;
    width: 40px;
    height: 20px;
    text-align: center;
    background-color: #C0EFC8;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: not-allowed;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
}
#Btn40Amber:hover { background-color: #8CD089; }


#Btn100Amber {
    border-radius: 5px;
    border: thin solid #D4AB21;
    width: 110px;
    height: 32px;
    text-align: center;
    background-color: #ECF1B7;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
}
#Btn100Amber:hover {
    background-color: #F0D255;
}

#Btn100_20Green {
	border-radius: 5px;
	border: thin solid #3FBD19;
	width: 80px;
	height: 20px;
	text-align: center;
	background-color: #C0EFC8;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
}
#Btn100_20Green:hover {
	background-color: #8CD089;
}

#Btn100_20b {
	margin-top: 2px;
	font-size: 12px;
}
#Btn100_20Red{
	border-radius: 5px;
	border: thin solid #E32323;
	background-color: #F9E4E4;
	width: 80px;
	height: 20px;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
}
#Btn100_20Red:hover {
	background-color: #F1B5B5;
	border-color: #EC7E7E;
}

#Btn100_20b {
	margin-top: 2px;
	font-size: 12px;
}