
table.settingTable {
        cursor: pointer;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	border-collapse: collapse;
        font-size: 10pt;
        font-family: Arial;
        margin: 1px;
        padding: 2px 5px 2px 5px;
        height: 100%;
        width: 100%;
        min-width: 720px;
}
table.settingTable th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 0px 3px 0px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	background-color: #A4A4A4;
	-moz-border-radius: 0px 0px 0px 0px;
        text-align: center;
}
table.settingTable td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 0px 3px 0px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
        text-align: center;
        vertical-align: top;
}

div.table_body{
        float: right;
        background-color: white;
        width: 100%;
        overflow-y: auto;
}

table.table_status{
	width:	100%;
    border-width: 0px;
	border-spacing: 0px;
	border-style: inset;
	border-collapse: collapse;
    margin: 0px;
    padding: 0px;
}


table.avaliableUnitsTable {
        cursor: pointer;
	border-width: 1px 1px 1px 1px;
	border-collapse: collapse;
        font-size: 10pt;
        font-family: Arial;
        margin: 1px;
        padding: 2px 5px 2px 5px;
        /*height: 90%;*/
        width: 100%;
        overflow:scroll;
}
table.avaliableUnitsTable th {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 3px 0px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	background-color: #A4A4A4;
	-moz-border-radius: 0px 0px 0px 0px;
        text-align: center;
}
table.avaliableUnitsTable td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 0px 3px 0px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
    text-align: center;	
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index:1001;
	-moz-opacity: 0.5;
	opacity:.80;
	filter: alpha(opacity=50);
}

.white_content {
	display: none;
	position: absolute;
	left:50%;
	top:50%;
    width: auto;
	height: auto;
    margin-left: -104px;
	margin-top: -104px;
	border: 4px solid darkgray;
	background-color: lightgray;
	z-index:1002;
	overflow: auto;
}

.white_content2 {
	display: none;
	position: absolute;
	left:50%;
	top:50%;
    width: auto;
	height: auto;
    margin-left: -107px;
	margin-top: -110px;
	border: 4px solid darkgray;
	background-color: lightgray;
	z-index:1002;
	overflow: auto;
}

div.avaliableUnitsTable  {
	width: 100%;
	height: 100%;
	margin: auto;
	z-index: 0;
}

div.availableUnitDiv  {
	width: 170px;
	height: 160px;
	position: relative;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	border-width: 1px 1px 1px 1px;
	padding: 3px 0px 3px 0px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
    text-align: center;
	
	background-color: #C6D1E8;
	background: rgb(201,212,237); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(201,212,237,1) 0%, rgba(224,224,224,1) 24%, rgba(239,239,239,1) 54%, rgba(148,172,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(201,212,237,1)), color-stop(24%,rgba(224,224,224,1)), color-stop(54%,rgba(239,239,239,1)), color-stop(100%,rgba(148,172,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(201,212,237,1) 0%,rgba(224,224,224,1) 24%,rgba(239,239,239,1) 54%,rgba(148,172,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(201,212,237,1) 0%,rgba(224,224,224,1) 24%,rgba(239,239,239,1) 54%,rgba(148,172,224,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(201,212,237,1) 0%,rgba(224,224,224,1) 24%,rgba(239,239,239,1) 54%,rgba(148,172,224,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(201,212,237,1) 0%,rgba(224,224,224,1) 24%,rgba(239,239,239,1) 54%,rgba(148,172,224,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9d4ed', endColorstr='#94ace0',GradientType=0 ); /* IE6-9 */
	/*Gradient: http://www.colorzilla.com/gradient-editor/#c9d4ed+0,e0e0e0+24,efefef+54,94ace0+100;Custom */
}

div.availableUnitDivRunning  {
	width: 170px;
	height: 160px;
	position: relative;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	border-width: 1px 1px 1px 1px;
	padding: 3px 0px 3px 0px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
    text-align: center;
	
	background-color: #CBE8CA;
	background: rgb(202,229,197); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(202,229,197,1) 0%, rgba(224,255,235,1) 22%, rgba(218,234,226,1) 54%, rgba(171,229,153,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(202,229,197,1)), color-stop(22%,rgba(224,255,235,1)), color-stop(54%,rgba(218,234,226,1)), color-stop(100%,rgba(171,229,153,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(202,229,197,1) 0%,rgba(224,255,235,1) 22%,rgba(218,234,226,1) 54%,rgba(171,229,153,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(202,229,197,1) 0%,rgba(224,255,235,1) 22%,rgba(218,234,226,1) 54%,rgba(171,229,153,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(202,229,197,1) 0%,rgba(224,255,235,1) 22%,rgba(218,234,226,1) 54%,rgba(171,229,153,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(202,229,197,1) 0%,rgba(224,255,235,1) 22%,rgba(218,234,226,1) 54%,rgba(171,229,153,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cae5c5', endColorstr='#abe599',GradientType=0 ); /* IE6-9 */
	/*Gradient: http://www.colorzilla.com/gradient-editor/#cae5c5+0,e0ffeb+22,daeae2+54,abe599+100;Custom */
}

div.availableUnitDivAlarm  {
	width: 170px;
	height: 160px;
	position: relative;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	border-width: 1px 1px 1px 1px;
	padding: 3px 0px 3px 0px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
    text-align: center;
	
	background-color: #F2D1D1;
	background: rgb(229,195,195); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(229,195,195,1) 0%, rgba(255,224,224,1) 23%, rgba(234,234,234,1) 54%, rgba(237,158,158,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,195,195,1)), color-stop(23%,rgba(255,224,224,1)), color-stop(54%,rgba(234,234,234,1)), color-stop(100%,rgba(237,158,158,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(229,195,195,1) 0%,rgba(255,224,224,1) 23%,rgba(234,234,234,1) 54%,rgba(237,158,158,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(229,195,195,1) 0%,rgba(255,224,224,1) 23%,rgba(234,234,234,1) 54%,rgba(237,158,158,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(229,195,195,1) 0%,rgba(255,224,224,1) 23%,rgba(234,234,234,1) 54%,rgba(237,158,158,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(229,195,195,1) 0%,rgba(255,224,224,1) 23%,rgba(234,234,234,1) 54%,rgba(237,158,158,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c3c3', endColorstr='#ed9e9e',GradientType=0 ); /* IE6-9 */
	/*Gradient: http://www.colorzilla.com/gradient-editor/#e5c3c3+0,ffe0e0+23,eaeaea+54,ed9e9e+100;Custom */
}

tr.avaliableUnitsRow{
	height: 50px;

	background: rgb(201,212,237); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(201,212,237,1) 0%, rgba(224,224,224,1) 24%, rgba(239,239,239,1) 54%, rgba(148,172,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(201,212,237,1)), color-stop(24%,rgba(224,224,224,1)), color-stop(54%,rgba(239,239,239,1)), color-stop(100%,rgba(148,172,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(201,212,237,1) 0%,rgba(224,224,224,1) 24%,rgba(239,239,239,1) 54%,rgba(148,172,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(201,212,237,1) 0%,rgba(224,224,224,1) 24%,rgba(239,239,239,1) 54%,rgba(148,172,224,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(201,212,237,1) 0%,rgba(224,224,224,1) 24%,rgba(239,239,239,1) 54%,rgba(148,172,224,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(201,212,237,1) 0%,rgba(224,224,224,1) 24%,rgba(239,239,239,1) 54%,rgba(148,172,224,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9d4ed', endColorstr='#94ace0',GradientType=0 ); /* IE6-9 */

	background-color: #C6D1E8;
	
	/*Gradient: http://www.colorzilla.com/gradient-editor/#c9d4ed+0,e0e0e0+24,efefef+54,94ace0+100;Custom */
}

tr.avaliableUnitsRowRunning{
	height: 50px;
	
	background: rgb(202,229,197); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(202,229,197,1) 0%, rgba(224,255,235,1) 22%, rgba(218,234,226,1) 54%, rgba(171,229,153,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(202,229,197,1)), color-stop(22%,rgba(224,255,235,1)), color-stop(54%,rgba(218,234,226,1)), color-stop(100%,rgba(171,229,153,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(202,229,197,1) 0%,rgba(224,255,235,1) 22%,rgba(218,234,226,1) 54%,rgba(171,229,153,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(202,229,197,1) 0%,rgba(224,255,235,1) 22%,rgba(218,234,226,1) 54%,rgba(171,229,153,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(202,229,197,1) 0%,rgba(224,255,235,1) 22%,rgba(218,234,226,1) 54%,rgba(171,229,153,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(202,229,197,1) 0%,rgba(224,255,235,1) 22%,rgba(218,234,226,1) 54%,rgba(171,229,153,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cae5c5', endColorstr='#abe599',GradientType=0 ); /* IE6-9 */
	/*Gradient: http://www.colorzilla.com/gradient-editor/#cae5c5+0,e0ffeb+22,daeae2+54,abe599+100;Custom */
	
	background-color: #CBE8CA;
}

tr.avaliableUnitsRowAlarm{
	height: 50px;

	
	background: rgb(229,195,195); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(229,195,195,1) 0%, rgba(255,224,224,1) 23%, rgba(234,234,234,1) 54%, rgba(237,158,158,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,195,195,1)), color-stop(23%,rgba(255,224,224,1)), color-stop(54%,rgba(234,234,234,1)), color-stop(100%,rgba(237,158,158,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(229,195,195,1) 0%,rgba(255,224,224,1) 23%,rgba(234,234,234,1) 54%,rgba(237,158,158,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(229,195,195,1) 0%,rgba(255,224,224,1) 23%,rgba(234,234,234,1) 54%,rgba(237,158,158,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(229,195,195,1) 0%,rgba(255,224,224,1) 23%,rgba(234,234,234,1) 54%,rgba(237,158,158,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(229,195,195,1) 0%,rgba(255,224,224,1) 23%,rgba(234,234,234,1) 54%,rgba(237,158,158,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c3c3', endColorstr='#ed9e9e',GradientType=0 ); /* IE6-9 */
	/*Gradient: http://www.colorzilla.com/gradient-editor/#e5c3c3+0,ffe0e0+23,eaeaea+54,ed9e9e+100;Custom */
	
	background-color: #F2D1D1;
}

div.forecastdiv  {
	width: 180px;
	height: 140px;
	position: relative;
	display: inline-block;
	border-width: 1px 1px 1px 1px;
	padding: 3px 0px 3px 0px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
    text-align: center;
	
	background: rgb(201,212,237); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(201,212,237,1) 0%, rgba(224,224,224,1) 24%, rgba(239,239,239,1) 54%, rgba(148,172,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(201,212,237,1)), color-stop(24%,rgba(224,224,224,1)), color-stop(54%,rgba(239,239,239,1)), color-stop(100%,rgba(148,172,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(201,212,237,1) 0%,rgba(224,224,224,1) 24%,rgba(239,239,239,1) 54%,rgba(148,172,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(201,212,237,1) 0%,rgba(224,224,224,1) 24%,rgba(239,239,239,1) 54%,rgba(148,172,224,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(201,212,237,1) 0%,rgba(224,224,224,1) 24%,rgba(239,239,239,1) 54%,rgba(148,172,224,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(201,212,237,1) 0%,rgba(224,224,224,1) 24%,rgba(239,239,239,1) 54%,rgba(148,172,224,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9d4ed', endColorstr='#94ace0',GradientType=0 ); /* IE6-9 */
	/*Gradient: http://www.colorzilla.com/gradient-editor/#c9d4ed+0,e0e0e0+24,efefef+54,94ace0+100;Custom */
}