/*
	Tomato GUI
	Copyright (C) 2006-2010 Jonathan Zarate
	http://www.polarcloud.com/tomato/

	For use with Tomato Firmware only.
	No part of this file may be used without permission.
*/
body {
padding: 0;
margin: 0 0;
background: #f0f0f0;
font: 12px sans-serif;
color: #000;
}
a {
text-decoration: none;
color: #af4141;
}
a:hover {
background: #BF6060;
color: #fff;
}
table {
empty-cells: show;
}
td {
font: 12px sans-serif;
}
form {
padding: 0;
margin: 0;
}
input,
select {
font: 12px sans-serif;
}
input[type='checkbox'][disabled] {
opacity: 0.3;
}
input[type='text'],
input[type='password'] {
padding: 0;
margin: 1px;
}
input[type='checkbox'] {
padding: 0;
margin: 1px 0 2px 0;
}
input[type='radio'] {
padding-left: 0;
margin-left: 0;
}
select {
margin: 0;
}
input[type='button'] {
color: #000;
background: #f7f7f7;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
}
input[type='button'][disabled] {
color: #aaa;
}
input[type='button']:hover {
background: #BF6060;
color: #fff;
}
.error {
background: #ffffd0;
}
.error-focused {
border: 1px dashed #f77;
}
#container {
background: #fff;
border-spacing: 0;
width: 900px;
margin: 2px auto;
margin-bottom: 50px;
}
#header {
background: #af4141;
padding: 15px 10px 13px 10px;
border-bottom: 2px dotted #ddd;
}
#header .title {
font: 25px sans-serif;
color: #fff;
font-weight: bold;
}
#header .version {
font: 15px sans-serif;
color: #eee;
font-weight: bold;
}
#footer {
height: 1px;
border-top: 2px dotted #f0f0f0;
text-align: right;
padding: 4px;
}
#footer input {
width: 80px;
}
#footer-msg {
margin-right: 10px;
padding: 2px 10px;
color: #222;
background: #ffd700;
visibility: hidden;
}
#navi {
width: 130px;
font-size: 12px;
border-right: 1px solid #f0f0f0;
padding: 20px 0;
vertical-align: top;
}
#navi a {
display: block;
color: #af4141;
}
#navi a:hover {
background: #BF6060;
border: none;
color: #fff;
}
#navi a.indent1 {
padding: 2px 0 2px 10px;
}
#navi a.indent2 {
padding: 2px 0 2px 25px;
}
#navi .active {
font-weight: bold;
}
#content {
padding: 5px 4px 20px 4px;
vertical-align: top;
width: 770px;
}
#ident {
color: #aaa;
text-align: right;
padding-right: 5px;
font-size: 11px;
}
ul.tabs,
#tabs {
padding: 0;
margin: 0;
}
ul.tabs li,
#tabs li {
display: inline;
list-style: none;
}
ul.tabs a,
#tabs a {
width: 90px;
display: block;
float: left;
padding: 3px 0;
margin: 0 3px 0 0;
text-align: center;
text-decoration: none;
color: #888;
height: 15px;
background: #f3f3f3;
}
ul.tabs a.active,
#tabs a.active {
background: #af4141;
color: #fff;
font-weight: bold;
}
ul.tabs a:hover,
#tabs a:hover {
background: #BF6060;
color: #fff;
font-weight: bold;
}
div.tabs-bottom,
#tabs-bottom {
clear:both;
border-top: 1px solid #eee;
padding: 0;
}
.section-title {
font-size: 14px;
color: #444;
margin: 0 0 10px 0;
padding-bottom: 4px;
border-bottom: 1px solid #f0f0f0;
}
.section {
padding: 0 0 20px 5px;
}
.section ul {
margin-left: 0px;
padding-left: 15px;
}
table.fields {
}
.fields td {
padding: 2px 0;
}
.fields td.title {
width: 150px;
}
.fields td.title.indent1 {
padding: 1px 15px 1px 0;
}
.fields td.title.indent2 {
padding: 1px 5px 1px 10px;
}
.fields .spacer {
height: 8px;
}
.fields td.content {
width: 585px; /* zzz Opera likes this fixed px */
vertical-align: top;
}
.tomato-grid {
padding: 0;
margin: 0 0 3px 0;
border-spacing: 1px;
border-collapse: separate;
border: 1px solid #e0e0e0;
background: #fff;
width: 100%;
}
.tomato-grid td {
padding: 2px;
margin: 0px;
font: 12px sans-serif;
}
.tomato-grid .header {
background: #e7e7e7;
cursor: pointer;
}
.tomato-grid .header td {
font: 11px sans-serif;
font-weight: bold;
}
.tomato-grid .footer {
background: #f0f0f0;
}
.tomato-grid .odd {
background: #f7f7f7;
cursor: pointer;
}
.tomato-grid .even {
background: #fff;
cursor: pointer;
}
.tomato-grid .disabled {
color: #999;
}
.tomato-grid .odd:hover,
.tomato-grid .even:hover {
background: #f7e0e0;
}
.tomato-grid input {
margin: 0;
padding: 0;
}
.tomato-grid .edit {
padding: 0;
margin: 0;
}
.tomato-grid .editor {
background: #f0f0f0;
}
.tomato-grid .controls {
background: #f0f0f0;
text-align: right;
}
.tomato-grid .sortasc:after {
font-size: 90%;
float: right;
content: " \25B2";
}
.tomato-grid .sortdes:after {
font-size: 90%;
float: right;
content: " \25BC";
}
.tomato-grid a {
color: #407050;
}
.tomato-grid a:hover {
color: #fff;
}
.tomato-grid input,
.tomato-grid select {
width: 98%;
}
.tomato-grid .controls input {
font: 11px sans-serif;
width: 60px;
}
#tg-row-panel {
position: absolute;
margin: 0;
padding: 0;
}
#tg-row-panel img {
cursor: pointer;
opacity: 0.6;
margin: 0;
padding: 0;
background: #fff;
border: 1px solid #fff;
}
#tg-row-panel img:hover {
opacity: 1;
border: 1px solid #eee;
}
#refresh-button {
width: 80px;
}
#refresh-time {
width: 120px;
}
#refresh-spinner {
visibility: hidden;
vertical-align: middle;
}
#notice1 {
margin: auto;
padding: 5px 5px;
width: 400px;
border: 1px solid #cbb;
background: #ffc;
}
.note-disabled,
.note-disabledw,
.note-warning {
background: #f7f7f7;
border: 1px solid #aaa;
width: 10em;
padding: 0.5em;
margin: 1em;
font-size: 0.9em
}
.note-disabledw,
.note-warning {
width: 20em;
}
#ntpkiss {
background: #f7f7f7;
width: 50%;
padding: 4px;
}
#ntpkiss div {
border-top: 1px solid #e7e7e7;
padding: 4px;
margin-top: 4px;
text-align: right;
}
.bwmg {
padding: 0;
margin: 0 0 3px 0;
border-spacing: 1px;
border-collapse: separate;
border: 1px solid #e0e0e0;
background: #fff;
width: 500px;
}
.bwmg td {
padding: 2px;
margin: 0px;
font: 12px sans-serif;
}
.bwmg .header {
background: #e7e7e7;
}
.bwmg .header td {
font: 11px sans-serif;
font-weight: bold;
}
.bwmg .footer {
background: #f0f0f0;
}
.bwmg .odd {
background: #f7f7f7;
}
.bwmg .even {
background: #fff;
}
.bwmg .rtitle {
width: 25%;
}
.bwmg .dl,
.bwmg .ul,
.bwmg .total {
width: 25%;
text-align: right;
}
#bwm-controls .selected {
padding: 0 0px 0 4px;
font-weight: bold;
text-decoration: underline;
}
#trace-error {
padding: 0.2em 1em 0.2em 1em;
background: #fec;
}
