* {
   font-family: arial, verdana, helvetica, sans-serif;
   font-size: 100%;
   margin: 0;
   padding: 0;
}

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clear {
  height: 1%;
}

.clear {
  display: block;
}
/* End hide from IE-mac */

html, body {
   background: #353535;
   color: #a7a7a7;
}

body {
   font-size: 75%;
   text-align: center;
}

.wrap {
   padding: .5em 0;
   margin: 0 auto;
   text-align: left;
   width: 70em;
}

a {
   text-decoration: underline;
}

a, :focus {
   outline: 0;
}

a, #middle h2, #middle h3 {
   color: #ff7f00;
}

h1, h1 a {
   color: #fff;
   text-decoration: none;
}

h1 {
   font-size: 200%;
   font-weight: normal;
}

h2 {
   font-size: 100%;
   font-weight: normal;
}

.orange {
   color: #ff7f00;
   border:1px dashed #ff7f00;
   line-height: 1px;
   margin-top: 5px;
   margin-bottom: 5px;
}

.hidable1 {
   text-align: center;
   display: none;
   float: left;
   margin: 5px;
   width: 120px;
}

.hidable2 {
   float: left;
   display: none;
   margin: 5px;
   width: 120px;
}

#msg
{
   /*background: #C9C9C9;*/
   padding: 10px;
}

#msg h2
{
   color: #a6111b;
   text-decoration: underline;
}

ul {
   list-style: none;
}

form p {
   padding: .4em 0 !important;
}

a, a *, button, button * {
   cursor: pointer;
}

textarea {
   overflow: auto;
}

button {
   background: #ff7f00 url('../images/button_bg.gif') left top repeat-x;
   border: 0;
   color: #fff;
   font-weight: bold;
   padding: .25em 1em .3em 1em;
   text-align: center;
}

button[disabled] {
   background: #ff7f00 url('../images/button_bg_dis.gif') left top repeat-x;
   cursor: auto;
}

.ri {
   text-align: right;
}

#logo, #content, #footer .lft {
   display: block;
   float: left;
}

#logo h2, h2 a {
   color: #fff;
   text-decoration: none;
}

#content, #footer .lft {
   padding-right: 5em;
   width: 44em;
}

#nav, #sidebar, #footer .rgt {
   float: right;
}

#sidebar, #footer .rgt {
   width: 20em;
}

#logo {
   padding: .5em 0 1em 0;
   width: 30em;
}

#nav {
   overflow: hidden;
   padding: 1.5em 0 0;
   text-align: right;
   text-transform: uppercase;
   width: 39.5em;
}

#nav .nav-wrap {
   width: 40em;
}

#nav a, #nav span {
   border-right: 1px solid #535353;
   padding: 0 10px;
}

#nav a {
   color: #a7a7a7;
   text-decoration: none;
}

#nav a:hover, #nav a:focus, #nav span {
   color: #d8d8d8;
}

#middle {
   background: #fff url('../images/content_bg.gif') left top repeat-x;
   color: #686868;
   padding: 2.0em 0 2em;
}

#middle h2 {
   font-size: 220%;
   padding-bottom: 1em;
}

#middle h3, #middle h4 {
   color: #353535;
   font-size: 110%;
   padding: 2em 0 .5em;
}

#middle h4 {
   font-size: 100%;
}

#middle p {
   font-size: 110%;
   line-height: 160%;
   padding-bottom: 2em;
}

#middle .teaser {
   color: #353535;
   font-size: 130%;
   line-height: 170%;
   padding-bottom: 1em;
}

#middle ul li {
   background: transparent url('../images/li_dot1.gif') left .4em no-repeat;
   display: block;
   padding: .3em 0 .3em 18px;
}

#middle ul li ul {
   margin: .5em 0 0;
}

#middle ul li li {
   background: transparent url('../images/li_dot2.gif') left .35em no-repeat;
   font-size: 95%;
   padding: .3em 0 .3em 15px;
}

#middle table {
   border: 0;
   border-collapse: collapse;
   border-spacing: 0;
   width: 100%;
}

#middle table th,
#middle table td {
   padding: .5em;
}

#middle table thead th {
   background: #686868;
   color: #fff;
}

#middle table tbody .odd td,
#middle .in {
   background: #f0f0f0;
}

#middle .in {
   border: 0;
   border-left: 2px solid #dbdbdb;
   border-top: 2px solid #dbdbdb;
   border-right: 1px solid #dbdbdb;
   border-bottom: 1px solid #dbdbdb;
   width: 39em;
}

#content label {
   font-size: 100%;
   font-weight: bold;
}

#content input {
   padding: .25em .5em;
   /*width: 39em;*/
}

#content .in_login{
   padding: .25em .5em;
   width: 20em;
   border: 0;
   border-left: 2px solid #dbdbdb;
   border-top: 2px solid #dbdbdb;
   border-right: 1px solid #dbdbdb;
   border-bottom: 1px solid #dbdbdb;
}

#content .in_small{
   padding: .25em .5em;
   width: 10em;
   border: 0;
   border-left: 2px solid #dbdbdb;
   border-top: 2px solid #dbdbdb;
   border-right: 1px solid #dbdbdb;
   border-bottom: 1px solid #dbdbdb;
}

#content .in_checkbox{
   padding: .25em .5em;
   width:1.5em;
   height:1.5em;
   vertical-align:middle;
}

#content textarea {
   padding: .25em .5em;
   width: 39em;
}

#content input[readonly] {
   background: #EEEEEE;
   color: gray;
}

#content fieldset {
   padding: 1em;
   margin-top: 1em;
   margin-bottom: 1em;
}

#content legend {
   padding-left: 5px;
   padding-right: 5px;
   margin-left: 20px;
   font-size: 1.3em;
   font-weight: bold;
}


#ttytable {
   width: 100%;
}

#ttytable thead{
   text-align: left;
}

#ttytable table {
   border: 0;
   border-spacing: 0;
   width: 100%;
}

#ttytable table th,
#ttytable table td {
   padding: .5em;
}

#ttytable table thead th {
   background: #686868;
   color: #fff;
}

#ttytable table tbody .odd td,
#ttytable .in {
   background: #f0f0f0;
}


#middle img {
   border: 1px solid #f0f0f0;
   display: block;
   padding: 1px;
}

#middle .img-left {
   float: left;
   margin: .3em 20px 10px 0;
}

#middle .img-right {
   float: right;
   margin: .3em 0 10px 20px;
}

#sidebar {
   background: #fff;
   padding: 0em 1.5em 1.5em 1.5em;
   width: 17em;
}

#sidebar h3 {
   padding: 0;
}

#sidebar .box,
#sidebar ul li {
   background: transparent url('../images/dotted.gif') left bottom repeat-x;
   display: block;
   padding: 0;
}

#sidebar .box {
   font-size: 90%;
   margin-bottom: 0em;
   padding-bottom: 0;
}

#sidebar .sidebar-nav {
   background: transparent;
   font-size: 110%;
   padding: 0 0 0em;
}

#sidebar .sidebar-nav h3 {
   padding: 0 0 .5em;
}

#sidebar ul li a,
#sidebar ul li span {
   background: transparent url('../images/li_dot1.gif') left .75em no-repeat;
   display: block;
   color: #686868;
   padding: .6em 0 .6em 18px;
   text-decoration: none;
}

#sidebar ul li a:hover, #sidebar ul li a:focus,
#sidebar ul li span {
   color: #ff7f00;
}

#sidebar .done {
   background: transparent url('../images/done.png') right .75em no-repeat;
   color: #0F0F00;
}

#footer p {
   font-size: 90%;
   padding: 1em 0 5em;
}

#footer, #footer a {
   color: #ababab;
   text-decoration: none;
}

#footer .lft span, #footer .rgt, #footer .rgt a {
   color: #6d6d6d;
}

#footer .lft span {
   padding: 0 .25em;
}

#footer .lft a:hover, #footer .lft a:focus {
   text-decoration: underline;
}

#footer .rgt {
   text-align: right;
}

.expandable_title {
   background-image: url('../images/plus.gif');
   background-repeat: no-repeat;
   background-position: left;
   font-size: 16;
   font-weight: bold;
   padding-left: 12px;
   margin-top: 8px;
   cursor: pointer;
}

.expandable_content {
   display: none;
   padding-left: 12px;
   margin-top: 4px;
}

.download_file {
   color: #686868;
   text-decoration: none;
}

.download_file:hover {
   color: #ff7f00;
   text-decoration: underline;
}

#graphs fieldset {
   padding: 1em;
   margin-top: 0;
   margin-bottom: 0;
}

.bigval {
   color: #ff7f00;
   font-size: 200%;
   font-weight: bold;
   text-align: center;
}

#wifiscanner {
   padding: 6px;
   display: none;
   text-align: center;
}

#wifiscanner img {
   border: 0;
   display: inline;
   vertical-align: middle;
}

.derating input {
   padding: .25em .5em;
   width: 2em;
   border: 0;
   border-left: 2px solid #dbdbdb;
   border-top: 2px solid #dbdbdb;
   border-right: 1px solid #dbdbdb;
   border-bottom: 1px solid #dbdbdb;
}

.derating  th  {
   text-align: center;
}

.derating  td  {
   text-align: center;
   white-space: nowrap;
}
