html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

html {
    overflow-y: scroll;
}

a img {
    border: none;
}

.hidden {
    display: none;
}

body {
    padding: 0;
    margin: 0;
    background: #252525 no-repeat 0 0;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 950px;
    position: relative;
}

.container.site {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

.logo {
    top: 0;
    left: 0;
}

#login-section {
    margin: 100px 200px;
}

#login_button {
    margin-left: 182px;
}

#footer {
    color: #ccc;
    width: 960px;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background: url(bkg_shadow-bottom.png) 0 0 no-repeat;
    *display: inline-block;
    padding-bottom: 20px;
}

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

#footer #contact {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 160px;
}

#footer #credits {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 280px;
    padding-left: 480px;
    font-size: 0.8em;
}

.dashed {
    border-bottom: 1px dashed #777
}

.mt {
    margin-top: 10px;
}

.mb {
    margin-bottom: 10px;
}

.urls {
    font-size: 12px;
    margin-top: 5px;
    background-color: white;
    padding: 5px 10px;
    border: 1px solid #777;
    line-height: 20px
}

.buttons {
    background-color: #f0f0f0;
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

button {
    padding: 5px 10px;
}

.tabs-wrapper {
    *display: inline-block;
    margin: 8px 0;
}

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

.tabs-wrapper .main-tabs {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

.main-wrapper {
    background: url(bkg_shadow.png) 50% 0 repeat-y;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    *display: inline-block;
}

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

.page-background {
    background-color: #f7f8f9;
    margin-left: auto;
    margin-right: auto;
    width: 950px;
    *display: inline-block;
}

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

.main {
    width: 720px;
    margin-left: 0;
    margin-right: 0;
    background-color: #f7f8f9;
}

.main .content-frame {
    padding: 20px;
}

.content-frame a {
    color: #111;
    outline: none;
    text-decoration: none;
    border-bottom: 1px solid #d5d5d5;
}

.content-frame a:hover {
    color: #555;
    border-bottom: 1px dashed #777;
}

.content-frame a:focus {
    outline: 1px dotted invert;
}

#channels {
    width: 200px;
    margin-bottom: 40px;
    margin-right: 10px;
    display: inline-block;
    float: left;
    font-size: 16px;
}

#channels ul {
    list-style: none;
}

#channels ul li {
    margin: 0;
}

#channels ul li .channel_link {
    color: #111;
    border-bottom: 1px solid #d5d5d5;
    padding: 5px 10px;
    width: 170px;
    display: inline-block;
    cursor: pointer;
}

#channel ul li div.channel_link:hover {
    color: #555;
    border-bottom: 1px dashed #777;
}

#channels ul li .channel_link.selected {
    background-color: #ddd
}

#channels .default {
    font-weight: bold;
}

.bandwidth_tab {
    background-color: #fff;
    padding: 5px 10px;
    border: 1px solid #eee;
    border-bottom: none;
    display: inline-block;
    cursor: pointer;
}

.bandwidth_tab.selected {
    font-weight: bold;
    border: 1px solid #000;
    border-bottom: none;
}

.bwtab_panel {
    background-color: #fff;
    border: 1px solid #777;
    padding: 10px;
}

a.remove {
    margin-top: 5px;
    width: 12px;
    height: 12px;
    display: inline-block;
    float: right;
    background-image: url('close.png');
    text-decoration: none;
    border-bottom: none;
}

a.remove:hover {
    text-decoration: none;
    border-bottom: none;
    background-image: url('close-hover.png');
}

a.remove.remove_param {
    float: none;
}

a.remove.remove_bandwidth {
    float: none;
}

.row label {
    width: 170px;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
}

.row {
    margin: 5px 0;
}

select {
    height: 28px;
    font-size: 14px;
    padding: 2px 5px;
}

input {
    height: 18px;
    padding: 2px 5px;
    font-size: 12px
}

.row input {
    width: 300px;
}

.row select {
    width: 200px;
}

.row .hint {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 180px;
    font-size: 12px;
    color: #777;
}

#channels-params {
    width: 660px;
    display: inline-block;
}

#add_bandwidth_value {
    width: 40px;
}

hr {
    border: 0 solid #cccccc;
    border-top-width: 1px;
    clear: both;
    height: 0;
}

h1 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0;
}

h2 {
    font-size: 1.6em;
    margin-bottom: 10px;
    font-weight: normal;
}

h3 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0.5em;
}

h4 {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 0.5em;
}

h5 {
    font-size: 1em;
    font-weight: bold;
}

h6 {
    font-size: 0.9em;
    font-weight: bold;
}

ul {
    list-style: square;
}

p, pre, address {
    margin-bottom: 16px;
}

table td {
    padding: 2px 5px
}

strong {
    font-weight: bold;
}
