body {
	font-family: "Helvetica", "Lucida Sans", "Lucida Sans Unicode",
		"Luxi Sans", Tahoma, sans-serif;
	background: #efefef;
	overflow: hidden;
	padding: 0;
	margin: 0;
	position: relative;
}

div {
	display: block;
}

ol,ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.clr {
	clear: both;
}

.divButtonHide {
	display: none !important;
}

/************************************************************************************************************
* index.php
************************************************************************************************************/
.boxAll {
	margin: 10px auto;
	width: 95%;
	height: 400px;
	border: 2px solid #ccc;
	font-size: 24px;
}

.boxAll .boxTitle {
	background-color: rgb(31, 137, 201);
	color: #fff;
	font-size: 20px;
	padding: 2px 0 2px 10px;
	height: 25px;
}

.boxAll .boxTitle #divTitle {
	float: left;
	width: 30%;
}

.boxAll .boxTitle #divClock {
	float: right;
	margin-right: 10px;
	width: 30%;
	text-align: right;
}

.boxAll .boxTitle #divTimeout {
	float: right;
	margin-right: 10px;
	cursor: pointer;
	width: 30%;
	text-align: right;
}

.boxAll .boxTextTop {
	padding-left: 10px;
}

.boxAll .boxTextTop .boxTextTopLeft {
	float: left;
	width: 50%;
}

.boxAll .boxTextTop .boxTextTopRight {
	float: right;
	width: 50%;
	position: relative;
	font-size: 20px;
}

.boxAll .boxTextTop .boxTextTopRight .textTimer {
	position: absolute;
	top: 20px;
	left: 200px;
}

.boxAll .boxTextTop .boxTextTopRight .btnLines {
	cursor: pointer;
	position: absolute;
	top: 50px;
	right: 10px;
	border: 1px solid #656565;
	background-color: rgb(31, 137, 201);
	color: #fff;
	padding: 10px 20px;
	font-size: 28px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	height: 40px;
}

.boxAll .boxTextTop .boxTextTopRight .btnLines:HOVER {
	color: #000;
}

.boxAll .boxTextMiddle {
	width: 90%;
	font-size: 20px;
	padding-left: 10px;
}

.boxAll .boxTextMiddle .measure_label {
	float: left;
	text-align: right;
	font-size: 28px;
	font-weight: bold;
	width: 110px;
}

.boxAll .boxTextMiddle .measure {
	float: left;
	padding-left: 10px;
	text-align: right;
	font-size: 28px;
	width: 120px;
}

.boxAll .boxTextMiddle .measureLarge {
	float: left;
	padding-left: 10px;
	text-align: right;
	font-size: 28px;
	width: 150px;
}

.boxAll .boxTextBottom {
	width: 90%;
	font-size: 20px;
	padding-left: 10px;
}

.boxAll .boxTextBottom .boxStatusLabel {
	float: left;
	padding-top: 20px;
	font-weight: bold;
}

.boxAll .boxTextBottom .boxStatus {
	float: left;
	padding: 10px 0 0 20px;
	color: rgb(83, 163, 69);
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: bold;
	width: 420px;
}

.boxAll .boxTextBottom .boxHealthLabel {
	float: left;
	padding-top: 10px;
	font-weight: bold;
}

.boxAll .boxTextBottom .boxHealth {
	float: left;
	padding: 8px 0 0 20px;
	color: rgb(83, 163, 69);
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	width: 420px;
}

.boxAll .boxButtonBottom {
	padding: 10px 0 0 120px;
}

.boxAll .boxButtonBottom .buttonLeft {
	cursor: pointer;
	float: left;
	border: 1px solid #656565;
	background-color: rgb(83, 163, 69);
	color: #fff;
	margin-left: 90px;
	padding: 10px 50px;
	font-size: 30px;
	text-align: center;
	width: 100px;
}

.boxAll .boxButtonBottom .buttonLeft:HOVER {
	color: #000;
}

.boxAll .boxButtonBottom .buttonRight {
	cursor: pointer;
	float: right;
	border: 1px solid #656565;
	background-color: rgb(31, 137, 201);
	color: #fff;
	padding: 10px 20px;
	margin-right: 10px;
	font-size: 28px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	height: 40px;
}

.boxAll .boxButtonBottom .buttonRight:HOVER {
	color: #000;
}

.boxAll .boxButtonBottom .buttonLogout {
	cursor: pointer;
	float: right;
	border: 1px solid #656565;
	background-color: rgb(31, 137, 201);
	color: #fff;
	padding: 10px 20px;
	margin: 0px 10px 0px 50px;
	font-size: 28px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	height: 40px;
}

.boxAll .boxButtonBottom .buttonLogout:HOVER {
	color: #000;
}

/************************************************************************************************************
* linemenu.php
************************************************************************************************************/
.boxAllLines {
	margin: 0 auto;
	padding-top: 0px;
	width: 60%;
	height: 270px;
	border: 2px solid #ccc;
	font-size: 24px;
}

.boxAllLines .boxTitleLines {
	background-color: rgb(31, 137, 201);
	color: #fff;
	font-size: 20px;
	padding: 2px 0 2px 10px;
	height: 25px;
	text-align: center;
}

.boxAllLines .boxButtonTopLines {
	margin: 0 auto;
	text-align: center;
}

.boxAllLines .boxLines2 {
	padding: 20px;
	height: 100px;
	width: 234px;
}

.boxAllLines .boxLines4 {
	margin: 40px auto;
	width: 392px;
}

.boxAllLines .boxLines16 {
	padding: 20px;
	width: 368px;
}

.boxAllLines .boxButtonTopLines .btnLine {
	float: left;
	cursor: pointer;
	border: 1px solid #656565;
	color: #fff;
	padding: 7px 7px;
	margin: 5px 5px;
	font-size: 20px;
	text-align: center;
}

.boxAllLines .boxButtonTopLines .btnLineDisabled {
	float: left;
	border: 1px solid #656565;
	color: #CCC;
	background-color: rgb(120, 120, 120);
	padding: 7px 7px;
	margin: 5px 5px;
	font-size: 16px;
	text-align: center;
}

.boxAllLines .boxButtonTopLines .btnLine2 {
	width: 70px;
	padding: 15px 15px;
}

.boxAllLines .boxButtonTopLines .btnLine4 {
	width: 70px;
}

.boxAllLines .boxButtonTopLines .btnLine4d {
	width: 166px;
}

.boxAllLines .boxButtonTopLines .btnLine16 {
	width: 20px;
}

.boxAllLines .boxButtonTopLines .LineNotSelected {
	background-color: rgb(31, 137, 201);
}

.boxAllLines .boxButtonTopLines .LineSelected {
	background-color: rgb(16, 20, 80);
}

.boxAllLines .boxButtonTopLines .LineNotSelected:HOVER {
	color: #000;
}

.boxAllLines .boxButtonTopLines .LineSelected:HOVER {
	color: #AAA;
}

.boxAllLines .boxButtonMiddleLines .buttonLeft {
	cursor: pointer;
	border: 1px solid #656565;
	background-color: rgb(31, 137, 201);
	color: #fff;
	padding: 7px 10px;
	margin: 0 auto;
	font-size: 24px;
	width: 110px;
	text-align: center;
}

.boxAllLines .boxButtonMiddleLines .buttonLeft:HOVER {
	color: #000;
}

.boxAllLines .boxButtonBottomLines {
	padding: 20px 10px 0 10px;
}

.boxAllLines .boxButtonBottomLines .buttonLeft {
	cursor: pointer;
	float: left;
	border: 1px solid #656565;
	background-color: rgb(31, 137, 201);
	color: #fff;
	padding: 7px 10px;
	margin-left: 10px;
	font-size: 26px;
	width: 100px;
	text-align: center;
}

.boxAllLines .boxButtonBottomLines .buttonLeft:HOVER {
	color: #000;
}

.boxAllLines .boxButtonBottomLines .buttonRight {
	cursor: pointer;
	float: right;
	border: 1px solid #656565;
	background-color: rgb(31, 137, 201);
	color: #fff;
	padding: 7px 10px;
	margin-right: 10px;
	font-size: 26px;
	width: 100px;
	text-align: center;
}

.boxAllLines .boxButtonBottomLines .buttonRight:HOVER {
	color: #000;
}

/************************************************************************************************************
* mainmenu.php
************************************************************************************************************/
.boxAllMainMenu {
	margin: 0 auto;
	padding-top: 0px;
	width: 70%;
	height: 430px;
	border: 2px solid #ccc;
	font-size: 24px;
}

.boxAllMainMenu .boxTitleMainMenu {
	background-color: rgb(31, 137, 201);
	color: #fff;
	font-size: 20px;
	padding: 2px 0 2px 10px;
	height: 25px;
	text-align: center;
}

.boxAllMainMenu .boxFrequencies {
	margin: 0 auto;
	text-align: center;
}

.boxAllMainMenu .boxFreq {
	padding: 20px;
	height: 100px;
	width: 348px;
}

.boxAllMainMenu .boxFrequencies .btnFreq {
	float: left;
	cursor: pointer;
	border: 1px solid #656565;
	color: #fff;
	padding: 7px 7px;
	margin: 5px 5px;
	font-size: 20px;
	text-align: center;
	width: 90px;
}

.boxAllMainMenu .boxFrequencies .FreqNotSelected {
	background-color: rgb(31, 137, 201);
}

.boxAllMainMenu .boxFrequencies .FreqSelected {
	background-color: rgb(16, 20, 80);
}

.boxAllMainMenu .boxFrequencies .FreqNotSelected:HOVER {
	color: #000;
}

.boxAllMainMenu .boxFrequencies .FreqSelected:HOVER {
	color: #AAA;
}

.boxAllMainMenu .boxButtonMiddleMainMenu {
	padding: 20px 10px 0 10px;
}

.boxAllMainMenu .boxButtonMiddleMainMenu .buttonLeft {
	cursor: pointer;
	float: left;
	border: 1px solid #656565;
	background-color: rgb(31, 137, 201);
	color: #fff;
	padding: 7px 10px;
	margin-left: 10px;
	font-size: 26px;
	width: 100px;
	text-align: center;
}

.boxAllMainMenu .boxButtonMiddleMainMenu .buttonLeft:HOVER {
	color: #000;
}

.boxAllMainMenu .boxButtonMiddleMainMenu .buttonElf {
	cursor: pointer;
	float: left;
	border: 1px solid #656565;
	color: #fff;
	padding: 7px 10px;
	margin-left: 10px;
	font-size: 26px;
	width: 100px;
	text-align: center;
}

.boxAllMainMenu .boxButtonMiddleMainMenu .ElfNotSelected {
	background-color: rgb(31, 137, 201);
}

.boxAllMainMenu .boxButtonMiddleMainMenu .ElfSelected {
	background-color: rgb(16, 20, 80);
}

.boxAllMainMenu .boxButtonMiddleMainMenu .ElfNotSelected:HOVER {
	color: #000;
}

.boxAllMainMenu .boxButtonMiddleMainMenu .ElfSelected:HOVER {
	color: #AAA;
}

.boxAllMainMenu .boxButtonBottomMainMenu {
	padding: 20px 10px 0 10px;
}

.boxAllMainMenu .boxButtonBottomMainMenu .buttonRight {
	cursor: pointer;
	float: right;
	border: 1px solid #656565;
	background-color: rgb(31, 137, 201);
	color: #fff;
	padding: 7px 10px;
	margin-right: 10px;
	font-size: 26px;
	width: 100px;
	text-align: center;
}

.boxAllMainMenu .boxButtonBottomMainMenu .buttonRight:HOVER {
	color: #000;
}

/************************************************************************************************************
* timermenu.php
************************************************************************************************************/
.boxAllTimerMenu {
	margin: 0 auto;
	padding-top: 0px;
	width: 60%;
	height: 310px;
	border: 2px solid #ccc;
	font-size: 24px;
}

.boxAllTimerMenu .boxTitleTimerMenu {
	background-color: rgb(31, 137, 201);
	color: #fff;
	font-size: 20px;
	padding: 2px 0 2px 10px;
	height: 25px;
	text-align: center;
}

.boxAllTimerMenu .boxButtonTopTimerMenu {
	margin: 0 auto;
	padding: 20px 10px 0 10px;
	width: 304px;
}

.boxAllTimerMenu .boxButtonTopTimerMenu .btnHour {
	float: left;
	cursor: pointer;
	border: 1px solid #656565;
	color: #fff;
	padding: 7px 7px;
	margin: 5px 5px;
	font-size: 20px;
	text-align: center;
	width: 50px;
}

.boxAllTimerMenu .HourNotSelected {
	background-color: rgb(31, 137, 201);
}

.boxAllTimerMenu .HourSelected {
	background-color: rgb(16, 20, 80);
}

.boxAllTimerMenu .HourNotSelected:HOVER {
	color: #000;
}

.boxAllTimerMenu .HourSelected:HOVER {
	color: #AAA;
}

.boxAllTimerMenu .boxButtonMiddleTimerMenu {
	padding: 20px 10px 0 10px;
}

.boxAllTimerMenu .boxButtonMiddleTimerMenu .buttonMiddle {
	margin: 0 auto;
	cursor: pointer;
	border: 1px solid #656565;
	color: #fff;
	padding: 7px 10px;
	font-size: 26px;
	width: 150px;
	text-align: center;
}

.boxAllTimerMenu .boxButtonMiddleTimerMenu .HourNotSelected:HOVER {
	color: #000;
}

.boxAllTimerMenu .boxButtonMiddleTimerMenu .HourSelected:HOVER {
	color: #AAA;
}

.boxAllTimerMenu .boxButtonBottomTimerMenu {
	padding: 30px 10px 0 10px;
}

.boxAllTimerMenu .boxButtonBottomTimerMenu .buttonLeft {
	cursor: pointer;
	float: left;
	border: 1px solid #656565;
	background-color: rgb(31, 137, 201);
	color: #fff;
	padding: 7px 10px;
	margin-left: 10px;
	font-size: 26px;
	width: 100px;
	text-align: center;
}

.boxAllTimerMenu .boxButtonBottomTimerMenu .buttonRight {
	cursor: pointer;
	float: right;
	border: 1px solid #656565;
	background-color: rgb(31, 137, 201);
	color: #fff;
	padding: 7px 10px;
	margin-right: 10px;
	font-size: 26px;
	width: 100px;
	text-align: center;
}

.boxAllTimerMenu .boxButtonBottomTimerMenu .buttonLeft:HOVER {
	color: #000;
}

.boxAllTimerMenu .boxButtonBottomTimerMenu .buttonRight:HOVER {
	color: #000;
}

/************************************************************************************************************
* utilities.php
************************************************************************************************************/
.boxAllUtilities {
	margin: 0 auto;
	padding-top: 0px;
	width: 50%;
	height: 200px;
	border: 2px solid #ccc;
	font-size: 24px;
}

.boxAllUtilities .boxTitleUtilities {
	background-color: rgb(31, 137, 201);
	color: #fff;
	font-size: 20px;
	padding: 2px 0 2px 10px;
	height: 25px;
	text-align: center;
}

.boxAllUtilities .boxButtonMiddleUtilities .buttonLeft {
	cursor: pointer;
	float: left;
	border: 1px solid #656565;
	background-color: rgb(31, 137, 201);
	color: #fff;
	padding: 7px 10px;
	margin-left: 10px;
	margin-top: 20px;
	font-size: 24px;
	width: 100px;
	text-align: center;
}

.boxAllUtilities .boxButtonMiddleUtilities .buttonLeft:HOVER {
	color: #000;
}

.boxAllUtilities .boxButtonBottomUtilities {
	padding: 20px 10px 0 10px;
}

.boxAllUtilities .boxButtonBottomUtilities .buttonRight {
	cursor: pointer;
	float: right;
	border: 1px solid #656565;
	background-color: rgb(31, 137, 201);
	color: #fff;
	padding: 7px 10px;
	margin-right: 10px;
	font-size: 24px;
	width: 80px;
	text-align: center;
}

.boxAllUtilities .boxButtonBottomUtilities .buttonRight:HOVER {
	color: #000;
}

/************************************************************************************************************
* about.php
************************************************************************************************************/
.boxAllAbout {
	margin: 0 auto;
	padding-top: 0px;
	width: 50%;
	height: 290px;
	/*border: 2px solid #ccc;*/
	font-size: 24px;
}

.boxAllAbout .boxTitleAbout {
	background-color: rgb(31, 137, 201);
	color: #fff;
	font-size: 20px;
	padding: 2px 0 2px 10px;
	height: 25px;
	text-align: center;
}

.boxAllAbout .boxButtonBottomAbout {
	padding: 20px 10px 0 10px;
}

.boxAllAbout .boxButtonBottomAbout .buttonRight {
	cursor: pointer;
	border: 1px solid #656565;
	background-color: rgb(31, 137, 201);
	color: #fff;
	padding: 7px 10px;
	/*margin-right: 10px;
	float: right;*/
	margin: 0 auto;
	font-size: 24px;
	width: 80px;
	text-align: center;
}

.boxAllAbout .boxButtonBottomAbout .buttonRight:HOVER {
	color: #000;
}

.boxAllAbout .boxContentAbout {
	margin: 0 auto;
	width: 100%;
}

.boxAllAbout .boxContentAbout .aboutLabel {
	border: 1px solid #656565;
	background-color: #DEDEDE;
	padding: 2px 2px;
	font-size: 18px;
	width: 35%;
}

.boxAllAbout .boxContentAbout .aboutValue {
	border: 1px solid #656565;
	background-color: #DEDEEE;
	padding: 2px 2px;
	font-size: 18px;
	width: 65%;
	text-align: center;
}

/************************************************************************************************************
* alarms.php
************************************************************************************************************/
.boxAllAlarm {
	margin: 0 auto;
	padding-top: 0px;
	width: 70%;
	height: 370px;
	border: 2px solid #ccc;
	font-size: 24px;
}

.boxAllAlarm .boxTitleAlarm {
	background-color: rgb(31, 137, 201);
	color: #fff;
	font-size: 20px;
	padding: 2px 0 2px 10px;
	height: 25px;
	text-align: center;
}

.boxAllAlarm .boxButtonTopAlarm {
	padding: 5px 0px 0px 0px;
	margin: 0 auto;
	width: 608px;
}

.boxAllAlarm .boxButtonTopAlarm .button {
	cursor: pointer;
	float: left;
	border: 1px solid #656565;
	color: #fff;
	padding: 7px 10px;
	margin: 10px 0px 0px 10px;
	font-size: 24px;
	width: 120px;
	text-align: center;
}

.boxAllAlarm .boxButtonTopAlarm .signalNotSelected {
	background-color: rgb(31, 137, 201);
}

.boxAllAlarm .boxButtonTopAlarm .signalSelected {
	background-color: rgb(16, 20, 80);
}

.boxAllAlarm .boxButtonTopAlarm .signalNotSelected:HOVER {
	color: #000;
}

.boxAllAlarm .boxButtonTopAlarm .signalSelected:HOVER {
	color: #AAA;
}

.boxAllAlarm .boxLabelTopAlarm {
	margin: 0 auto;
	width: 608px;
}

.boxAllAlarm .boxLabelTopAlarm .label {
	float: left;
	color: red;
	padding: 7px 10px;
	margin: 0px 0px 10px 10px;
	font-size: 28px;
	font-weight: 600;
	width: 120px;
	text-align: center;
}

.boxAllAlarm .boxButtonMiddleAlarm {
	padding: 5px 0px 0px 0px;
	margin: 0 auto;
	width: 136px;
}

.boxAllAlarm .boxButtonMiddleAlarm .button {
	cursor: pointer;
	float: left;
	margin: 0 10px;
}

.boxAllAlarm .boxButtonBottomAlarm {
	padding: 30px 10px 0 10px;
}

.boxAllAlarm .boxButtonBottomAlarm .buttonLeft {
	cursor: pointer;
	float: left;
	border: 1px solid #656565;
	background-color: rgb(31, 137, 201);
	color: #fff;
	padding: 7px 10px;
	margin-left: 10px;
	font-size: 26px;
	width: 100px;
	text-align: center;
}

.boxAllAlarm .boxButtonBottomAlarm .buttonRight {
	cursor: pointer;
	float: right;
	border: 1px solid #656565;
	background-color: rgb(31, 137, 201);
	color: #fff;
	padding: 7px 10px;
	margin-right: 10px;
	font-size: 26px;
	width: 100px;
	text-align: center;
}

.boxAllAlarm .boxButtonBottomAlarm .buttonLeft:HOVER {
	color: #000;
}

.boxAllAlarm .boxButtonBottomAlarm .buttonRight:HOVER {
	color: #000;
}

/************************************************************************************************************
* outputadjust.php
************************************************************************************************************/
.boxAllOutAdjust {
	margin: 0 auto;
	padding-top: 0px;
	width: 60%;
	height: 370px;
	border: 2px solid #ccc;
	font-size: 24px;
}

.boxAllOutAdjust .boxTitleOutAdjust {
	background-color: rgb(31, 137, 201);
	color: #fff;
	font-size: 20px;
	padding: 2px 0 2px 10px;
	height: 25px;
	text-align: center;
}

.boxAllOutAdjust .boxButtonTopOutAdjust {
	padding: 5px 0px 0px 0px;
	margin: 0 auto;
	width: 364px;
}

.boxAllOutAdjust .boxButtonTopOutAdjust .button {
	cursor: pointer;
	float: left;
	border: 1px solid #656565;
	color: #fff;
	padding: 7px 10px;
	margin: 10px 0px 0px 10px;
	font-size: 24px;
	width: 150px;
	text-align: center;
}

.boxAllOutAdjust .boxButtonTopOutAdjust .signalNotSelected {
	background-color: rgb(31, 137, 201);
}

.boxAllOutAdjust .boxButtonTopOutAdjust .signalSelected {
	background-color: rgb(16, 20, 80);
}

.boxAllOutAdjust .boxButtonTopOutAdjust .signalNotSelected:HOVER {
	color: #000;
}

.boxAllOutAdjust .boxButtonTopOutAdjust .signalSelected:HOVER {
	color: #AAA;
}

.boxAllOutAdjust .boxLabelTopOutAdjust {
	margin: 0 auto;
	width: 364px;
}

.boxAllOutAdjust .boxLabelTopOutAdjust .label {
	float: left;
	color: red;
	padding: 7px 10px;
	margin: 0px 0px 10px 10px;
	font-size: 28px;
	font-weight: 600;
	width: 150px;
	text-align: center;
}

.boxAllOutAdjust .boxButtonMiddleOutAdjust {
	padding: 5px 0px 0px 0px;
	margin: 0 auto;
	width: 136px;
}

.boxAllOutAdjust .boxButtonMiddleOutAdjust .button {
	cursor: pointer;
	float: left;
	margin: 0 10px;
}

.boxAllOutAdjust .boxButtonBottomOutAdjust {
	padding: 30px 10px 0 10px;
}

.boxAllOutAdjust .boxButtonBottomOutAdjust .buttonLeft {
	cursor: pointer;
	float: left;
	border: 1px solid #656565;
	background-color: rgb(31, 137, 201);
	color: #fff;
	padding: 7px 10px;
	margin-left: 10px;
	font-size: 26px;
	width: 100px;
	text-align: center;
}

.boxAllOutAdjust .boxButtonBottomOutAdjust .buttonRight {
	cursor: pointer;
	float: right;
	border: 1px solid #656565;
	background-color: rgb(31, 137, 201);
	color: #fff;
	padding: 7px 10px;
	margin-right: 10px;
	font-size: 26px;
	width: 100px;
	text-align: center;
}

.boxAllOutAdjust .boxButtonBottomOutAdjust .buttonLeft:HOVER {
	color: #000;
}

.boxAllOutAdjust .boxButtonBottomOutAdjust .buttonRight:HOVER {
	color: #000;
}

/************************************************************************************************************
* register.php
************************************************************************************************************/
.boxRegister {
	margin: 0 auto;
	width: 400px;
	font: 14px "calibri";
}

.boxRegister .registerFields {
	clear: both;
	margin-top: 5px;
	width: 400px;
}

.boxRegister input {
	/*float: right;*/
	border: 1px solid #CCCCCC;
	width: 170px !important;
	padding-left: 0px !important;
}

.boxRegister label {
	float: left;
	margin: 5px;
	width: 150px !important;
	color: #555566;
}

.boxRegister h2 {
	text-align: center;
}

.boxRegister .invalid {
	border: 1px solid #000000;
	background: #FF00FF;
}

.boxUsers {
	margin: 0 auto;
	width: 90%;
}

.boxUsers .tblUsers {
	border-collapse: collapse;
	border: 1px solid #CCC;
	width: 100%;
}

.boxUsers .tblUsers table,tr,td,th {
	border: 1px solid #CCC;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}

.boxUsers .tblUsers table,th {
	background-color: #AACCCC;
}

.boxUsers .tblUsers table thead {
	font-weight: bold;
}

.boxUsers .tblUsers caption {
	font-weight: bold;
	font-size: 18px;
}

/************************************************************************************************************
* authenticate.php
************************************************************************************************************/
.boxLogin {
	margin: 0 auto;
	padding: 30px;
	width: 360px;
	font: 14px "calibri";
	background: #EEE;
	border: 2px solid #ccc;
}

.boxLogin .registerFields {
	clear: both;
	margin-top: 5px;
}

.boxLogin input {
	border: 1px solid #CCCCCC;
	font-size: 20px;
}

.boxLogin input[type="text"],input[type="password"] {
	padding-left: 5px;
}

.boxLogin label {
	float: left;
	margin: 5px;
	width: 95px !important;
	color: darkgrey;
	font-size: 20px;
}

.boxLogin h2 {
	text-align: center;
	font-size: 26px;
}

.boxLogin .btnAuth {
	cursor: pointer;
	margin-left: 130px;
	font-size: 22px;
	height: 40px;
	width: 100px;
	text-align: center;
	background: #CCC;
	border: 1px solid #AAA;
}

/************************************************************************************************************
* webinterface_systemtest.php
************************************************************************************************************/
.boxSysInfo {
	margin: 10px auto;
	padding: 5px;
	width: 90%;
	height: 200px;
	font: 14px "calibri";
	line-height: normal;
	background: #EEE;
	border: 2px solid #ccc;
}

.boxSysInfo .boxTitle {
	background-color: rgb(31, 137, 201);
	color: #fff;
	font-size: 20px;
	padding: 2px 0 2px 10px;
	height: 25px;
}

.boxSysInfo .boxTitle #divTitle {
	float: left;
	width: 60%;
}

.boxSysInfo #statusInfo {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	float: left;
	text-align: center;
	text-transform: uppercase;
	margin: 5px 5px;
}

.boxSysInfo #healthInfo {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	float: left;
	text-align: center;
	text-transform: uppercase;
	margin: 5px 5px;
}

.boxSysInfo .boxTitle #divClock {
	float: right;
	margin-right: 10px;
}

.boxSysInfo .boxTextTopLeft {
	float: left;
	width: 90%;
}

.boxSysInfo .boxTextTopRight {
	float: right;
	width: 50%;
	position: relative;
	font-size: 20px;
}

.boxSysInfo .boxTextBottom {
	width: 90%;
	font-size: 20px;
	padding-left: 10px;
}

.boxSysInfo .boxTextBottom .measure_label {
	float: left;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	width: 110px;
}

.boxSysInfo .boxTextBottom .measure {
	float: left;
	padding-left: 10px;
	text-align: right;
	font-size: 20px;
	width: 120px;
}

.boxTestOnOff {
	margin: 0px auto;
	padding: 5px;
	width: 90%;
	/* height: 80px; */
	font: 14px "calibri";
	line-height: normal;
	background: #EEE;
	border: 2px solid #ccc;
}

.boxTestOnOff td {
	padding: 10px;
	border: 0px solid #ccc;
}

.boxTestFreqs {
	margin: 10px auto;
	padding: 5px;
	width: 90%;
	height: 80px;
	font: 14px "calibri";
	line-height: normal;
	background: #EEE;
	border: 2px solid #ccc;
}

/************************************************************************************************************
* softwareupload.php
************************************************************************************************************/
.boxAllSoftUpld {
	margin: 0 auto;
	padding-top: 0px;
	width: 50%;
	height: 250px;
	border: 2px solid #ccc;
	font-size: 24px;
}

.boxAllSoftUpld .boxTitleSoftUpld {
	background-color: rgb(31, 137, 201);
	color: #fff;
	font-size: 20px;
	padding: 2px 0 2px 10px;
	height: 25px;
	text-align: center;
}

.boxAllSoftUpld .boxButtonMiddleSoftUpld {
	padding: 5px;
}

.boxAllSoftUpld .boxButtonMiddleSoftUpld .buttonLeft {
	cursor: pointer;
	float: left;
	border: 1px solid #656565;
	background-color: rgb(31, 137, 201);
	color: #fff;
	padding: 7px 10px;
	margin-left: 10px;
	margin-top: 20px;
	font-size: 24px;
	width: 100px;
	text-align: center;
}

.boxAllSoftUpld .boxButtonMiddleSoftUpld .buttonLeft:HOVER {
	color: #000;
}

.boxAllSoftUpld .boxButtonBottomSoftUpld {
	padding: 20px 10px 0 10px;
}

.boxAllSoftUpld .boxButtonBottomSoftUpld .buttonRight {
	cursor: pointer;
	float: right;
	border: 1px solid #656565;
	background-color: rgb(31, 137, 201);
	color: #fff;
	padding: 7px 10px;
	margin-right: 10px;
	font-size: 24px;
	width: 80px;
	text-align: center;
}

.boxAllSoftUpld .boxButtonBottomSoftUpld .buttonRight:HOVER {
	color: #000;
}