/*
 * FlashTux.org CSS Style
 *    EciAdsl project
 * (c) 2004 by FlashCode
 */


/* FlashTux.org EciAdsl tutorial */

.tutorial_title {
    text-align: center;
}

.tutorial {
    margin-top: 20px;
}

.tutorial h1 {
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}

/* FlashTux.org EciAdsl modems page */

.modems {
    text-align: center;
    margin-top: 20px;
}

.modems_body {
    font-size: 11px;
    margin-bottom: 25px;
}

.modem_selection {
    font-family: Verdana;
    font-size: 11px;
    background: #E8E8F3;
}

.modem_selection1 {
    font-size: 11px;
    font-family: Verdana;
    background: #E8E8F3;
    color: #007700;
    width: 240px;
}

.modem_selection2 {
    font-size: 11px;
    font-family: Verdana;
    background: #E8E8F3;
    color: #777700;
    width: 240px;
}

.modem_selection3 {
    font-size: 11px;
    font-family: Verdana;
    background: #E8E8F3;
    color: #770000;
    width: 240px;
}

.modem_entry {
    font-size: 11px;
    font-family: Verdana;
    color: #0000AA;
    background: #E8E8F3;
}

.modem_other_drivers {
    text-align: left;
    background: #EAEAFA;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: 15%;
    margin-right: 15%;
    border: solid 1px #AAAAAA;
}

.modem_other_drivers_title {
    text-align: center;
    border-bottom: solid 1px #CCCCCC;
    padding: 5px 5px 5px 5px;
}

.modem_other_drivers_body {
    padding: 10px 10px 10px 10px;
}

.modem_line {
    float: left;
    font-size: 8px;
    width: 220px;
    height: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.modem_line2 {
    font-size: 8px;
    width: 220px;
    height: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.modem_line_img_bg1 {
    float: left;
    background-color: #E0F6E0;
    width: 64px;
    height: 64px;
    text-align: center;
    margin-right: 4px;
    border: solid 1px #AAAAAA;
}

.modem_line_img_bg2 {
    float: left;
    background-color: #F6EEE0;
    width: 64px;
    height: 64px;
    text-align: center;
    margin-right: 4px;
    border: solid 1px #AAAAAA;
}

.modem_line_img_bg3 {
    float: left;
    background-color: #F6E0E0;
    width: 64px;
    height: 64px;
    text-align: center;
    margin-right: 4px;
    border: solid 1px #AAAAAA;
}

.modem_line_color1 {
    color: #008800;
    font-weight: bold;
}

.modem_line_color2 {
    color: #884400;
    font-weight: bold;
}

.modem_line_color3 {
    color: #880000;
    font-weight: bold;
}

.modem_line h1 {
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    margin: 0;
}

.modem_line2 h1 {
    font-size: 11px;
    font-weight: bold;
    margin: 0;
}

.modem_come_back {
    text-align: center;
    margin-bottom: 20px;
}

.spacer {
    clear: both;
}

.modem_detail {
    text-align: center;
}

.modem_detail_body {
    text-align: left;
    width: 470px;
    margin-left: auto;
    margin-right: auto;
}

.modem_detail_body table th {
    font-size: 11px;
    text-align: left;
    vertical-align: top;
    padding-right: 10px;
}

.modem_detail_body table td {
    font-size: 11px;
    text-align: left;
    vertical-align: top;
}

.modem_detail_img_bg1 {
    float: left;
    background-color: #E0F6E0;
    width: 128px;
    height: 128px;
    text-align: center;
    margin-right: 8px;
    border: solid 1px #AAAAAA;
}

.modem_detail_img_bg2 {
    float: left;
    background-color: #F6EEE0;
    width: 128px;
    height: 128px;
    text-align: center;
    margin-right: 8px;
    border: solid 1px #AAAAAA;
}

.modem_detail_img_bg3 {
    float: left;
    background-color: #F6E0E0;
    width: 128px;
    height: 128px;
    text-align: center;
    margin-right: 8px;
    border: solid 1px #AAAAAA;
}

/* FlashTux.org EciAdsl download page */

.kernels_list {
    margin: 10px;
}

.kernels_list table {
    border-spacing: 0;
    border-collapse: collapse;
}

.kernels_list table th {
    text-align: center;
    border: solid 1px #AAAAAA;
    padding: 2px 8px 2px 8px;
}

.kernels_list table td {
    border: solid 1px #AAAAAA;
    padding: 2px 8px 2px 8px;
}

.kernels_list .header {
    background-color: #DDDDDD;
}

.kernels_list .ok {
    color: #007700;
    background: #DDFFDD;
}

.kernels_list .ko {
    color: #CC0000;
    background-color: #FFDDDD;
}

.kernels_list .maybe {
    color: #888800;
    background-color: #F5F5CC;
}

.kernels_list img {
    margin-right: 8px;
}

/* FlashTux.org EciAdsl Interop page */

.interop_title {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

.interop {
    margin-top: 30px;
}

.interop img {
    border: solid 1px #888888;
}

.interop table td {
    width: 50%;
    text-align: center;
    vertical-align: top;
}

.interop h1 {
    font-size: 11px;
    font-weight: normal;
    margin: 0px 0px 2px 0px;
}

.interop h2 {
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
    margin: 0;
}
