html, body {
	margin: 0;
	padding: 0;
	font-family: "arial", 'Sans-serif',  "Tahoma"; 
	color: black; 
	text-align: center; 
	background: #f0f0f0; 
	height: 100%;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 36px;
}

h2{
	margin: 0;
	padding: 0;
	font-size: 18px;
}

h3{
	font-size: 17px;
	margin: 0;
	padding: 0; 
	margin-bottom: 4px;
}

h4{
	font-size: 13px; 
	font-weight: normal; 
	margin: 0;
	padding: 0;
	/*line-height: auto;  */
}

p{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

#title-padding { 
	color: white 
}

#page-title h1, #page-title h2, #page-title h3, #page-title h4 {
	color: white
}

/*hr { 
	line-height: 0px; 
	display: none; 
}*/

tbody tr td {
	padding: 3px;
	font-size: 15px;
}

sup { 
	font-size: 70%; 
	margin-top: 20px; 
}

/* tbody tr:nth-child(odd) { background-color: #FEFEFE; } */

#page-container {
	width: 1000px; 
	margin: auto;
	text-align: left; 
	box-shadow: 5px black; 
	box-shadow: 0px 5px 50px 3px rgba(155,155,155,0.3), 1px 0px 0px 0px rgba(255,255,255,0.9) inset, 0px 2px 2px rgba(0,0,0,0.1); 
	box-shadow: 0px 5px 120px 3px rgba(155,155,155,0.9), 1px 0px 0px 0px rgba(255,255,255,0.9) inset, 0px 2px 2px rgba(0,0,0,0.1); 
	background: #fbfbfb;
	height: 100%;
}

#title-bar{
	margin-top: 0px;
	padding-top: 1px;
	position: relative;
	height: auto;
	width: 100%;
	display: block;
	border-bottom: #DDD solid 3px;
	margin-bottom: 0px;
	background: #0068b4;
}

#title{
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: left;
	height: 96px;}

#title-padding{
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 15px;
}

#page-title{
	margin: 0px;
	padding: 0px;
	height: 96px;
	text-align: center;
}

#page-title-padding{
	padding: 0;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}

#gif-title{
	margin: 0px;
	padding: 0px;
	float: right; 
	text-align: right;
	max-height: 96px;
	background: white; 
	margin-bottom: -25px; 
	box-shadow: 1px black;
}

#gif-title-padding {
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
}

#gif-title-padding img { 
	height: 96px; 
	width: auto; 
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:5px solid white; 
}

ol li a {
	text-decoration: none;
	color: black;
}

.bt { 
	border-top: 1px solid #DDDDDD; 
}

div#nav a {
	margin-left: 8px;
	margin-top: -1px;
	list-style-type: none;
	width: auto;
	text-align: left;
	border: 1px solid #DDD;
	font-family: Arial, sans-serif;
	padding: 6px;
	position: relative;
	z-index: 20;
	display: block;
	height: 27px;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 28px;
	font-size: 15px;
	background: #ffffff;
	text-decoration: none;
	background: -moz-linear-gradient(top, #ffffff 1%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top, #ffffff 1%,#f0f0f0 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#f0f0f0 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#f0f0f0 100%);
	background: linear-gradient(top, #ffffff 1%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	/* box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 1px 0px 0px 0px rgba(255,255,255,0.9) inset, 0px 2px 2px rgba(0,0,0,0.1); */
}

th {
	background: rgb(0,104,179);
	color: rgb(255,255,255);
	text-align: center;
	font-weight: bolder;
}

div#nav div#selected{
	/* font-size: 12px; */
	margin-left: 8px;
	list-style-type: none;
	width: auto;
	text-align: left;
	border: 1px solid #DDD;
	margin-top: -1px;
	font-family: Arial, sans-serif;
	padding: 6px;
	position: relative;
	z-index: 20;
	display: block;
	height: 27px;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 28px;
	font-size: 15px;
	background: #eeeeee;
	background: -moz-linear-gradient(top, #eeeeee 1%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#eeeeee), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top, #eeeeee 1%,#dddddd 100%);
	background: -o-linear-gradient(top, #eeeeee 1%,#dddddd 100%);
	background: -ms-linear-gradient(top, #eeeeee 1%,#dddddd 100%);
	background: linear-gradient(top, #eeeeee 1%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 );
	color: black; 
	/* box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 1px 0px 0px 0px rgba(255,255,255,0.9) inset, 0px 2px 2px rgba(0,0,0,0.1); */
}

#main_nav ol li a {
	display: block;
	min-width: 100px;
	text-decoration: none;
}

#nav{ 
	padding: 10px 10px 5px 0px; 
	margin-top: 0px; 
	margin-right: 5px; 
	clear: left; 
	float:left;
	width:180px;
	position:relative;
	overflow:hidden;
	height: 100%;
}

#nav div{ }

#nav a{
	width: 100%;
	color: #5555FF;/*text-decoration: none;*/
}/* for IE */

#nav a:hover{
	background: #DDD;
	color: #444444
}

/* for Mozilla */
#nav div.nav-item:hover{
	background: #DDD;
	color: #444444;
}

div#main-pane {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
/*	background: #F0F0F0;*/
	background: white;
}

div#main-pane table {
	margin:0px;padding:0px;

	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;

	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;

	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;

	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}

div#main-pane table #DataTable{
	margin:0px;
	padding:0px;
}

.compare { 
	margin-top: 5px; 
	width: 370px; 
	height: 300px;
	font-size: 11px;
}

.button { 
	padding: 5px;
	font-size: 14px;
	float: right;
	margin: 5px;
	margin-top: 7px; 
	cursor: pointer;
}

.clear { 
	clear: both; 
}

.button_msg {
	padding: 5px;
	padding-top: 0px;
	text-align: right;
	font-size: 14px;
	float: right;
}

label:hover {
	text-decoration: underline;
	cursor: pointer;
}
.spacer {
	margin-left: 10px;
}

.new_firmware, .present_firmware {
	font-size: 22px;
	padding: 4px 0px 10px 0px;
	font-weight: bold;
}

table.DataTable tr:nth-child(odd){ 
	background-color:#FFFFFF; 
}
table.DataTable td { 
	padding: 4px 7px 4px 7px; 
}

/*div#main-pane table tr:nth-child(odd){ background-color:#e5e5e5; }
div#main-pane table tr:nth-child(even)    { background-color:#ffffff; } */

table.DataTable{
	background: rgb(240,240,240); 
	width: auto; 
	max-width: 785px; 
	padding: 5px; 
}

td.BlockTitle, .BlockTitle{
	background:#0081bc;
	color:rgb(255,255,255);
	text-align:left;
	font-size:120%;
	padding:4px 6px;
}

th{
	background:#0068b4;
	color:rgb(255,255,255);
	text-align:center;
	font-weight:bolder; 
}

th.Events {
	background:rgb(204,0,0);
	color:rgb(255,255,255);
	text-align:center;
	font-weight:bolder; 
}

th.Trends {
	background:rgb(0,0,153);
	color:rgb(255,255,255);
	text-align:center;
	font-weight:bolder; 
}

td.Row {
	text-align:center;
}

td.Channel{
	background: rgb(190,202,231);
	color: rgb(000,000,000);
	text-align:center;
	font-style: italic;
}

td.SubChannel{
	background:rgb(190,202,231);
	color:rgb(000,000,000);
	text-align:center;
	font-style:italic;
	font-size:70%;
}

td.Diagnostics {
	text-align:right;
}

form { 
	margin-bottom: 0px; 
}

form input {
font-size: 14px;
padding: 5px;
margin-bottom: 0px;
cursor: pointer;
}

.left_side { 
	padding-right: 17px; 
	border-right: 1px solid #DDD; 
	float: left; 
	width: auto; 
	max-width:330px;
} 

.right_side { 
	margin-left: 17px; 
	float: left; 
	width: auto; 
	max-width: 400px;
}

.right_side_command { 
	margin-left: 17px; 
	float: left; 
	width: auto;
	max-width: 400px; 
}

.left_panel { 
	padding-right: 17px; 
	border-right: 1px solid #DDD; 
	width: 370px; 
	float: left; 
} 

.right_panel { 
	margin-left: 17px; 
	float: left; 
	width: 370px; 
}

.send_box {
	width: 330px;
}

#content{
	font-size: 15px; 
	margin: 0;
	padding: 20px; 
	padding-left: 0px; 
	background: #F0F0F0;
	float:left;
	position: relative; 
	background: white; 
}

#content a {
	text-decoration: none;
}

.fitcontent {
	width: 780px;
}

#footer{
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: center;
	padding-bottom: 5px;
}

#footer a{
	color: #5555FF;
	text-decoration: none;
}

#footer a:hover{
	font-weight: bolder;
	color: #0000FF;
}

.load_section a:hover {
	background: #DDD;
	color: #444444
}

.load_section div.load:hover{
	background: #DDD;
	color: #444444;
}

.load {
	margin-top: 10px;
	margin-right: 8px;
	width: auto;
	text-align: left;
	border: 1px solid #DDD;
	font-family: Arial, sans-serif;
	padding: 5px 7px;
	float: left;
	color: #777;
	font-size: 12px;
	background: #ffffff;
	text-decoration: none;
}

td.separator .separator { 
line-height: 14px; 
}

.selected {
	background: #EEE;
}

.load_section {
	width: 400px;
}

.viewType {
	text-align: right;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

#SetScroll {
	height: 400px; 
	overflow-y:scroll;
}

#borderForm {
border: 3px double #1C6EA4;
}

table.CommandTable{
	background: #FAF9F2; 
	width: 350px; 
	max-width: 400px; 
	padding: 5px; 
}

p.clear-me {
	clear: right;
}

.legacy { display: none; }
.options { display: block; }
.viewType { display: block; }

.center {
	vertical-align: text-bottom;
}

.ui-dialog .ui-dialog-titlebar {
    color: #FFFFFF;
    background: #2285c7;
}

.ui-dialog .ui-dialog-title {
	color: #FFFFFF;
}
.ui-dialog .ui-dialog-titlebar-close {
	color: #FFFFFF;
}

.ui-dialog .ui-dialog-buttonpane button
{
    font-size:15px;
    color: #FFFFFF;
    background: #2285c7;
}

#dialog-message #message {
	text-align: center;
	position: relative;
}

.SubTitle{
	background:#0081BC;
	color:rgb(255,255,255);
	text-align:left;
	font-size:90%;
	padding:4px 6px;
}
