/* ------------------------------ Tags ----------------------------- */

a {
	color:#696969;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:none;
}

a images {
    border:none;
}

body {
	color:#333;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:small;
	margin:0;
}

h1 {
    background-color:#000;
}

h1 a {
	background:url('logo.jpg') no-repeat bottom left;
	display:block;
    height:87px;
    overflow:hidden;
    text-indent:-1000em;
	width:170px;
}

h2 {
    color:#fff;
    font-size:large;
    font-weight:normal;
    line-height:36px;
    margin:0;
}

h3 {
	background:url('expnd_up.gif') no-repeat left;	
  color:#121212;
  font-size:medium;
  font-weight:bold;
  margin:0 0 15px 0;
  padding-left:22px;
	border-bottom:1px solid #c7c7c7;
	display:block;
}

h3.collapse {
	background:url('collapse.gif') no-repeat left;	
}

h3 small {
	clear:both;
	float:right;
}

h3:hover {
	color:#696969;
	cursor:pointer;
}

h4 {
    color:#c62721;
	font-size:medium;
	font-weight:bold;
	margin:0;
}

div.float {
	float:left;
	width:300px;
}

select {
	float:right;
	margin-top:8px;
}

ul {
	margin:0;
	padding:0;
}

ul li {
	line-height:2em;
	list-style-type:none;
}

ul li span:first-child {
	color:#c62721;
	display:block;
	float:left;
	margin-right:15px;
	text-align:right;
	width:250px;
}

/* ---------------------------- Classes ---------------------------- */


/* Custom for time stamps */
.time_stamp {
	color:#c62721;
	float:left !important;
	text-align:left !important;
 	width:55% !important;
}
.minmax {
	color:#c62721;
	float:left !important;
	text-align:left !important;
 	width:25% !important;
}
.fn_chan {
	color:#c62721;
	float:left !important;
	text-align:center !important;
	width:50% !important;
}
.meter_batt {
	text-align:right;
	vertical-align:middle;
	line-height:400%;
}
.ts_field {
	float:right !important;
	text-align:right !important;
	width:70% !important;
}
.shunt_field {
	float:right !important;
	text-align:right !important;
}
.warns {
	text-align:right;
}
.errs {
	text-decoration:blink;
	color:#c62721;
}
.clearing, .clearing_border {
	clear:both;
}

.clearing_border {
/*	border-bottom:1px solid #ccc;	*/
	height:1px;
	padding-top:15px;
	margin-bottom:15px;
}

.info {
/*  margin-bottom:20px;  */
	background:url('content.jpg') no-repeat;
	margin:20px 0 0 0;
	padding:20px;
}

.right {
	float:right;
}

.subsection {
	color:#333 !important;
	font-size:medium;
	font-weight:bold;
	text-align:left !important;
}

.subags {
	padding-left: 7%;
}

.subdubags {
	padding-left: 14%;
}

.hidden {
	display:none; 
}

#top .sub_nav {
        color:#fff;
	float:right;
	line-height:36px;
	margin:0;
}

#top .sub_nav a {
	color:#fff;
	text-decoration:underline;
}

#top .sub_nav a:hover {
	color:#333;
}

/* ---------------------------- Columns ---------------------------- */

.fifty_percent {
	float:left;
	margin:.75%;
	width:46% !important;
}

.content ul {
	background:#fcfcfc url('data_bg.jpg') repeat-x top;
	border-top:1px solid #ccc;
	padding:10px;
}

/* ------------------------------ IDs ------------------------------ */

#setup table {
	margin-bottom:15px; 
}

#container {
	padding:0 30px;
	margin:auto;
	width:950px;
}

#footer {
    background-color:#181919;
    color:#696969;
    font-size:small;
    padding:20px;
    width:910px;
}
#footer .revnum {
/* 	hide unless selected */
	color:#181919;
	float:right;
}
#footer a {
    text-transform:uppercase;
}

#footer a:hover {
    color:#fff;
}

#footer h1 {
	background:url('logo.gif') no-repeat;
	height:64px;
	margin:0;
	width:165px;
}

#footer p {
    background-color:#181919;
    line-height:2;
}

#nav {
	background:#dedede url('nav_bg.gif') repeat-x;
	border:1px solid #a7a7a7;
	margin:0 8px;
	padding:0 0 0 30px;
}

#nav ul li {
	float:left;
	margin:0 0 0 0;
}

#nav ul li a.selected {
	color:#c62721;
}

#nav ul li a {
	color:#000;
	display:block;
	padding:0 20px;
	text-transform:uppercase;
}

#nav ul li a:hover {
	color:#696969;
}

#left_arrow {
	background:url('l_arrow.gif') no-repeat center;
	height:25px;
	width:8px;
}

#right_arrow {
	background:url('r_arrow.gif') no-repeat center;
	height:25px;
	width:8px;
}

#top {
	margin:auto;
	width:930px;
}

#top_container {
	background:#000 url('top_bg.gif') repeat-x;
	border-bottom:2px solid #c62721;
	height:36px;
	margin:0;
}

/* ---------------------------- Status Bars ---------------------------- */

#status .value {
  float:left;
  margin-right:20px;
}

.blue {
	background:#2d7dc8 url('blue_bar.gif') repeat-y right;
	width:0%;
	height:14px;
}

.red {
	background:#ca2d2d url('red_bar.gif') repeat-y right;
	width:20%;
	height:14px;
}

.status {
  float:left;
	border:1px solid #ccc;
	width:200px;
	height:14px;
	margin:4px 25px 0 0;
	padding:1px;
}

 .status_h3 {
	background:url('expnd_up.gif') no-repeat left;
	color:#121212;
	font-size:medium;
	font-weight:bold;
	margin:0 0 15px 0;
	padding-left:22px;
	border-bottom:1px solid #c7c7c7;
	display:block; 
}

.status p, .status span {
	color:#C62721;
	font-family:Georgia;
	font-size:10px;
	line-height:14px;
	margin:0 0 0 5px;
	float:left;
}

.setup_table_headings {
	font-size:110% !important;
/*	font:#ccc !important; //fonts are not colors */
        color:#ccc !important;
}

#overview {
	margin:30px auto 50px auto;
	width:630px;
}

#overview ul li a, #overview ul li strong {
	float:left;
	width:150px;
}

#overview ul li .status {
 	float:left;
 	width:200px; 
}

#overview ul li {
	clear:both;
}

/* Mode table */
table {
	background-color:#ddd;
	border:none;
	border-spacing:1px;
	font-size:90%;
	margin:auto;
	width:100%;
}

table th, table td {
	border:1px solid #fff;
	margin:0;
	padding:5px 2px;
}

table tbody td, table tbody th {
	background-color:#f8f8f8;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	text-align:center;
}

table tbody th {
	width:75px;
}

table tbody tr.alt td, table tbody tr.alt th {
	background-color:#E4ECEF;
}

table thead th {
	background:#eee;
	border:none;
	color:#000;
	font-size:x-small;
	text-transform:uppercase;
}

table thead tr.first_child th {
	background:#eee url('/img/gui/table_header_bg.jpg') repeat-x;
}

/* end Mode table */ 

.channel_a, .channel_b, .channel_c {
  display:none;
}