.u_cmd {
    background-color: lightgray;
    font-family: monospace;
    padding: 4px;
    border-radius: 4px;
}
table.profile {
    width: 99%;
    padding: 0px;
    margin: 2px 0.5%;
    border-spacing: 6px 2px;
}

table.profile th {
    background: lightgray;
    border-radius: 4px;
    padding-left: 4px;
}

.ruta .reference p {
    margin: 0px;
    padding: 4px 6px;
    width: 32%;
    float: left;
}

.ruta .reference p.submit {
    width: 16%;
}

.ruta .reference p input {
    width: 100%;
}

div.jobs {
    width: 94%;
    border: 2px outset;
    border-top: none;
    padding: 6px;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 64px;
    border-radius: 0px 0px 8px 8px;
}

div.jobs ul,
div.jobsruta ul {
    margin-top: 4px;
}

table.jobs {
    width: 98%;
    padding: 8px;
    border: 2px inset;
    margin: auto;
}

strong.jobs {
    color: #314f83;
}

form.projects {
    border: 1px solid #000000;
    margin-bottom: 20px;
    background-color: #f0f0f0;
    padding: 10px;
}

form.projects label,
form.projects select {
    margin-right: 12px;
}

h1.projects {
    overflow: visible;
    color: blue;
    width: 750px;
    height: 32px;
    padding: 0px 1px;
    margin-top: 16px;
    margin-bottom: -1px;
    border-bottom: 1px solid #808080;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

h1.projects .title {
    float: left;
    padding-left: 28px;
    padding-top: 8px;
    height: 24px;
    background-image: url(/img/tab.png);
    background-repeat: no-repeat;
    background-position: left top;
}

h1.projects .end {
    float: left;
    width: 32px;
    height: 32px;
    background-image: url(/img/tab.png);
    background-repeat: no-repeat;
    background-position: right top;
}

h1.projects .title:hover { background-position: left bottom; }
h1.projects .title:hover + .end { background-position: right bottom; }

h1.projects .loading,
h1.projects .expand,
h1.projects .collapse {
    margin: 8px 0px 0px 10px;
    float: left;
    width: 16px;
    height: 16px;
    background-image: url(/img/expand_collapse.png);
    background-position: center center;
}

h1.projects .loading { background-image: url(/img/ajax-loader.gif); }
h1.projects .expand { background-position: center top; }
h1.projects .collapse { background-position: center bottom; }

div.projects {
    width: 750px;
    padding: 0px;
    border: 1px solid #808080;
    border-radius: 0px 0px 8px 8px;
}

table.projects {
    width: 750px;
}

table.projects thead tr {
	font-weight: bold;
	background-color: #e0e0e0;
}

table.projects tr {
    height: 22px;
}

table.projects tr.row1 td {
    background-color: #f0f0f0;
}

table.projects tr.row2 td {
    background-color: #f8f8f8;
}

table.projects tr:hover td {
    background-color: #e0e0e0;
}

td.project {
	width:240px;
	background-color:inherit;
	padding-left:10px;
}

td.download {
	width:55px;
	text-align: center;
	background-color:inherit;
}

td.browse {
	width:70px;
	background-color:inherit;
}

td.statistics {
	width:100px;
	background-color:inherit;
}

td.status {
	width:200px;
	background-color:inherit;
}
.poll_main {
    width: 200px;
    margin: auto;
    border: 1px solid rgb(52, 127, 184);
}

.poll_main div:first-child {
    color: white;
    text-align: center;
    font-weight: bold;
    background-color: rgb(52, 127, 184);
}

.poll_main div strong {
    font-size: 9pt;
    font-weight: bold;
    line-height: 16px;
}

.poll_main li {
    cursor: pointer;
    list-style-image: url(/img/vote_0.png);
}

.poll_main li:hover {
    list-style-image: url(/img/vote_1.png);
}

.pollbg {
    background-image: url(/img/poll.png);
    background-repeat: repeat-x;
    height: 16px;
    float: left;
}
ul.numbers li {
    font-size: medium;
    padding: 2px;
}

.banner {
    margin: 12px 0px;
    padding: 6px;
    width: 1008px;
    height: 60px;
    text-align: center;
    border: 1px solid #1f89c6;
    overflow: auto;
    border-radius: 8px;
}

.user {
    text-align: center;
}

#users {
    font-size: 32pt;
    font-weight: bold;
}

.home-left {
    margin-top: -12px;
    width: 723px;
    float: left;
}

.home-right {
    margin-top: -12px;
    width: 300px;
    float: left;
}

.home-left .ruta-1 {
    margin: 0px 6px 12px;
    width: 219px;
    float: left;
    clear: none;
}

.home-left .ruta-2 {
    margin: 0px 6px 12px;
    width: 460px;
    float: left;
    clear: none;
}

a.ruta { text-decoration: none !important; }
a.ruta a { text-decoration: underline !important; }

.ruta {
    clear: both;
    margin: 12px 6px;
    text-align: justify;
    position: relative;
    overflow: hidden;
    border: 1px solid #1f89c6;
    padding: 0px 4px 4px;
    border-radius: 4px;
}

.ruta img { padding: 2px 4px 0px; }

.ruta h1 {
    text-align: left;
    margin: 0px -4px;
    padding: 1px 4px;
    height: 22px;
    font-size: 12pt;
    font-family: 'Ubuntu', sans-serif;
    line-height: 22px;
    color: white;
    font-weight: bold;
    border-radius: 3px 3px 0px 0px;
    background: linear-gradient(top, #004488 0%, #1188CC 100%);
}

.ruta h1 a {
    color: white;
}

.ruta p {
    margin: 8px 4px;
}

.ruta ul {
    padding-left: 6px;
    list-style-position: inside;
}

.ruta .webshop a {
    float: left;
    padding: 8px 20px;
}

.ruta .webshop a img {
    width: 80px;
}
table.news {
    width: 99%;
    border-collapse: collapse;
}

table.news tr td {
    padding: 2px 4px;
}

table.news tr.odd {
    background: #eeeeee;
}
@media print {
    .noprint {
        display: none;
    }
    iframe {
        display: none;
    }
}.bugtracker {
    background-color: lightgray;
    border: 1px solid black;
    padding: 16px;
}

table.bugcom {
    width: 95%;
    margin: 24px auto;
}

table.bugcom th {
    background-color: #bbeeff;
}

table.bugcom td {
    background-color: #f0f0f0;
    margin-bottom: 32px;
}

p.buginfo:first-line, p.bug:first-line, p.bugdesc:first-line, p.bugcomm:first-line, p.bugpost:first-line {
    font-weight: bold;
}
.question p {
    margin: 40px 8px;
    padding: 8px 0px;
    width: 40%;
    text-align: center;
    border-left: 2px solid #B2FFEB;
    overflow: auto;
}

.question p:hover,
.question div:hover {
    border-left: 2px solid #B2CCFF;
}

.question p span {
    float: right;
    font-size: small;
    color: #999999;
}

.question p span a {
    color: #9999FF;
}

.question p select {
    height: 24px;
    width: 128px;
}

.question div {
    margin: 48px 8px;
    overflow: auto;
    border-left: 2px solid #B2FFEB;
}

.question div p {
    margin: 0px 8px;
    float: left;
    border: none !important;
}
button,
*[onclick],
input[type=submit] {
    cursor: pointer;
}

form {
    margin: 0px; /*Google chrome fix...*/
}





.adpreview {
    float: left;
    margin: 12px;
    padding: 4px;
    border: 1px solid black;
}

.btn {
    background: transparent url(/img/b2.png) repeat-x scroll center center;
    height: 24px;
    float: left;
}

.btn img {
    vertical-align: middle;
}

.btn a {
    color: red;
    font-weight: bold;
    text-decoration: none;
}

.btnh1 {
    width: 95%;
    margin: 8px auto;
}

.btnh2 {
    width: 90%;
    margin: 8px auto;
}

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.firstrub {
    list-style-position: inside;
    padding-left: 13px;
    margin-left: 1px;
}

.firstrub li:first-child {
    list-style-type: none;
    font-weight: bold;
}



.rub1, h1 {
    font-weight: bold;
    font-size: 14pt;
    color: rgb(192, 0, 0);
}

.rub1 img, h1 img {
    vertical-align: top;
}

.rub2, h2 {
    font-size: 13pt;
    font-weight: bold;
}

.pstat {
    color: rgb(238, 85, 0);
}

.pvote {
    color: rgb(0, 187, 0);
}

.ptotal {
    text-align: center;
    font-size: 8pt;
}

.plist {
    list-style-image: url(/img/meny3.gif);
}

.plist a {
    color: black;
}

ul.articles li a {
    color: rgb(0, 68, 136);
}

ul.articles li {
    padding-bottom: 6px;
}

.articles_top {
    background-color: rgb(240, 240, 240);
    margin: 20px;
    padding: 5px;
    margin-left: 0px;
    padding-left: 25px;
    background-image: url(/img/art.png);
    background-position: top left;
    background-repeat: repeat-y;
}

.article {
    background-color: rgb(240, 240, 240);
    margin: 15px 5px;
    padding: 5px;
    padding-left: 25px;
    background-image: url(/img/art.png);
    background-position: top left;
    background-repeat: repeat-y;
    border-radius: 0px 8px 8px 0px;
}

.news {
    padding: 1px 6px 6px;
    margin: 1px 4px 6px;
    border-bottom: 1px solid #084383;
}

.news:last-child {
    border: none;
}

.pad_main {
    width: 350px;
    height: 300px;
    line-height: 300px;
    text-align: center;
    border: 1px dashed black;
    float: right;
    margin: 6px;
}

.pad_leftside {
    width: 125px;
    height: 125px;
    line-height: 125px;
    text-align: center;
    border: 1px dashed black;
    margin: 6px auto;
}

.bnews {
    padding: 5px;
    margin: 10px 3px;
}

.bnews div:first-child {
    padding: 4px;
    margin: 2px 0px 0px;
    background-color: rgb(240, 240, 240);
    background-image: none;
    border-radius: 8px 8px 0px 0px;
}

.bnews div {
    padding: 1px 2px 5pt;
    border: 1px solid rgb(240, 240, 240);
    border-top: none;
    border-radius: 0px 0px 8px 8px;
}

.link {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

ul.logos li {
    padding-top: 8px;
    padding-bottom: 8px;
}

ul.logos img {
    vertical-align: middle;
}

table.logos td {
    width: 30%;
    text-align: center;
    padding: 16px;
}

table.logos td:first-child {
    width: 10%;
}

table.logos img {
    max-width: 100%;
}

table.logos th {
    background: lightgray;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

table.userinfo td{
    padding: 8px 32px;
}

table.logint {
    width: 295px;
    padding: 4px;
}

table.logint td {
    padding: 1px 4px;
}

div.logint {
    width: 295px;
    overflow: auto;
}

div.logint .fl {
    height: 32px;
}

div.logint .fr {
    height: 32px;
}

div.logint .fl {
    width: 85px;
}

div.logint .fr {
    width: 200px;
}

div.logint input {
    vertical-align: middle;
    width: 90%;
}

.hr {
    height: 1px;
    margin: 10px 0px;
    border-top: 1px solid black;
    width: 100%;
}

.login_error {
    color: red;
    font-size: 13pt;
}

ul.twocol {
    width: 48%;
    float: left;
    padding: 5px 1%;
}

.projects {
    overflow: auto;
}

.projects>ul>li {
    padding: 10px 1%;
    font-weight: bold;
    font-size: 13pt;
    list-style-type: none;
}

.projects>ul li ul li {
    font-weight: normal;
    font-size: 10pt;
    padding: 2px 1px;
}

.projects>ul li ul li a {
    color: rgb(0, 68, 136);
}

.projects>ul li ul li img {
    vertical-align: middle;
}

.ptabs {
    float: right;
    overflow: auto;
    font-size: 10pt;
}

.ptabs>div {
    float: left;
    padding: 12px 16px;
    margin: 4px 0px;
    border: 1px solid rgb(208, 220, 224);
    border-left-style: none;
}

.ptabs>div.current {
    background-color: rgb(255, 255, 225);
}

.ptabs>div:first-child {
    border-left-style: solid;
}

.ptabs>div a {
    text-decoration: none;
    color: black;
}

.pnews {
    margin: 8px;
    overflow: auto;
}

.pnews>.pnrow {
    width: 100%;
    overflow: auto;
    margin: 4px 0px;
}

.pnews>.pnrow:first-child>.pnl {
    background-color: rgb(187, 238, 255);
    font-weight: bold;
}

.pnews>.pnrow:first-child>.pnr {
    background-color: rgb(187, 238, 255);
    font-weight: bold;
}

.pnews>.pnrow>.pnl {
    background-color: rgb(240, 240, 240);
    width: 23%;
    padding: 1px;
    float: left;
}

.pnews>.pnrow>.pnr {
    background-color: rgb(240, 240, 240);
    width: 72%;
    margin-left: 1%;
    padding: 1px;
    float: left;
}

.downloads {
    margin: 8px auto;
    overflow: auto;
}

table.downloads {
    width: 90%;
}

.downloads tr td {
    background-color: rgb(240, 240, 240);
    padding: 1px;
}

.downloads tr:first-child td {
    background-color: rgb(187, 238, 255);
    font-weight: bold;
}

.svnlist {
    list-style-image: url(/img/dir.gif);
    list-style-position: inside;
    padding-left: 4px;
}

.svnlist li {
    padding-bottom: 4px;
    padding-left: 4px;
}

.svnlist li:hover {
    background-color: rgb(204, 255, 204);
}

.svnlist_o {
    background-color: rgb(204, 204, 255);
}

.lastupdate li, .mostpop li {
    padding: 3px;
}

.lastupdate li a, .mostpop li a {
    color: rgb(0, 68, 136);
}

.ppt {
    margin: 10px;
    overflow: auto;
}

.pptn {
    width: 128px;
    float: left;
    height: 16px;
}

.pptv {
    float: left;
    height: 16px;
}

.admin_accq {
    table-layout: fixed;
    width: 850px;
    padding-left: 20px;
    padding-right: 5px;
    margin-bottom: 20px;
    margin-right: 25px;
    background: rgb(213, 213, 213) url(/img/art.png) repeat-y scroll top left;
}

.admin_red {
    color: red;
}

.red {
    color: red;
}

.acc_sc {
    float: right;
    min-width: 180px;
    padding: 8px;
    background-color: rgb(213, 213, 213);
    border: 1px solid black;
}

.a_del li {
    vertical-align: top;
}

.a_del li:hover {
    list-style-image: url(/img/minus.png);
}

.imgupload {
    margin: 12px auto;
    padding: 8px;
    text-align: center;
}

.imgupload input {
    vertical-align: middle;
}

.svnget {
    padding: 8px;
    width: 90%;
    margin: auto;
}

.infobox {
    border: 1px dashed black;
    background: beige;
    padding: 3px;
}

#pww {
    text-align: justify;
    margin: 0px;
    padding: 12px;
    padding-bottom: 16px;
    background-color: lightgray;
    background-image: url(/img/Warning.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    border-radius: 4px;
    box-shadow: 0px 0px 8px black;
}
.sides_nav {
    float: right;
}

.sides_nav img {
    vertical-align: middle;
}

.navi {
    text-align: center;
    padding: 4px;
    margin: 8px;
}

.navi a {
    color: rgb(0, 68, 136);
}

.navi img {
    vertical-align: middle;
}

.forums {
    width: 90%;
    border-collapse: collapse;
    margin: 10px auto;
    border: 1px solid darkblue;
}

.forums button {
    font-family: Vera Sans;
    letter-spacing: 2px;
}

.forums tr {
    background-color: #eee;
}

.forums tr:hover {
    background-color: white/*rgb(240, 255, 200)*/;
}

.forums tr:first-child {
    background: transparent url(/design/ruta_top.png) repeat scroll top center;
    border-style: none;
    font-size: 14pt;
    color: white;
}
/*
.forums tr:first-child td:first-child {
    background-image: url(/img/l1.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.forums tr:first-child td:last-child {
    background-image: url(/img/l2.png);
    background-repeat: no-repeat;
    background-position: top right;
}
*/
.forums tr td {
    text-align: center;
    padding: 5px;
}
/*
.forums tr td:first-child {
    text-align: left;
    background: transparent url(/img/f.gif) repeat-y scroll center left;
    padding-left: 6px;
}
*/
.forums tr td:last-child {
    text-align: left;
}

.post {
    width: 95%;
    margin: 10px auto;
    border-collapse: collapse;
    /*background-color: rgb(222, 255, 255);
    background-color: rgb(225, 235, 242);
    background-color: #d1e8eb;*/
    background-color: #eee;
    table-layout: fixed;
}

.post.online {
    background-image: url(/img/online.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.post td {
    padding: 6px;
}

.post tr td:first-child {
    background: transparent url(/img/k4.png) no-repeat scroll bottom left;
}

.post tr:first-child td:first-child {
    font-size: 8pt;
    background: transparent url(/img/k1.png) no-repeat scroll top left;
}

.post tr:first-child td:first-child:first-line {
    font-size: 12pt;
    color: rgb(52, 127, 184);
    font-weight: bold;
}

.post .user {
    border-left: 5px solid white;
    vertical-align: top;
    font-size: 8pt;
}

.post .user:first-line {
    line-height: 24px;
    color: rgb(0, 170, 0);
}

.post form textarea {
    width: 100%;
}

.post code, .post div.code {
    display: block;
    margin: 4px;
    padding: 4px;
    border: 1px dashed black;
    background-color: white;
    border-radius: 4px;
}

.reply_div {
    text-align: center;
}

.reply {
    width: 70%;
    margin: auto;
}

.reply textarea {
    width: 100%;
}

.reply input[type="submit"] {
    font-weight: bold;
}
.menu {
    background-color: white;
    border-radius: 24px;
    box-shadow: 0px 0px 4px #333333;
    margin: 6px;
    text-align: center;
    padding: 4px 0px;
}

.menu h2 {
    margin: 2px 0px;
    font-weight: normal;
}

.menu ul {
    text-align: left;
    margin: 0px;
    padding: 0px 0px 4px 8px;
    list-style-position: inside;
}

.menu ul li {
    font-variant: small-caps;
    padding-top: 2px;
    padding-bottom: 1px;
}

.lang {
    margin: 0px auto;
    width: 112px;
    height: 40px;
    padding: 8px 12px;
    text-align: right;
    background-image: url(/design/bub_language.png);
    background-position: center top;
    background-repeat: no-repeat;
}

.lang p {
    margin-top: 6px;
    text-align: center;
}

.lang a img {
    padding: 2px;
}

.lang a.selected img {
    padding: 1px;
    border: 1px solid #999999;
}

.menu-login {
    position: relative;
    margin-top: 0px;
    padding-top: 8px;
    border-radius: 0px 24px 24px 24px;
}

.menu-tools {
    border-radius: 24px 24px 24px 0px;
}

input[type=text].design, input[type=password].design {
    width: 88px;
    height: 16px;
    margin: 4px;
    border: none;
    background-color: white;
    box-shadow: 0px 0px 4px #333333;
}

input[type=submit].design {
    width: 96px;
    border: none;
    padding-bottom: 1px;
    margin: 6px;
    color: #DDDDDD;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    background: linear-gradient(top, #88AACC 0%, #1166AA 50%, #2288CC 100%);
    box-shadow: 0px 0px 4px black;
    border-radius: 8px;
}

input[type="submit"][title="Go"].design {
    background: transparent url(/design/go.png) no-repeat scroll center center;
    width: 24px;
}
div.item {
    margin: 8px 24px;
    padding: 12px 12px 4px;
    border: 1px solid lightgray;
    overflow: hidden;
    border-radius: 8px;
}

div.item a {
    color: black;
    text-decoration: none;
}

.shop-txt .item
.shop-pictxt .item {
    text-align: justify;
    height: 128px;
    width: 40%;
}

.shop-txt .item p
.shop-pictxt .item p {
    margin-bottom: 2px;
}

.shop-txt .item img,
.shop-pictxt .item img {
    margin-right: 8px;
    width: 128px;
}

.shop-pictxt .item img {
    float: left;
}

img.item {
    float: right;
    margin: 16px;
    border: 1px solid lightgray;
    max-width: 300px;
}

.checkout,
.addtocart,
.updatecart {
    float: right;
}

.backtolisting {
    float: left;
}

.checkout,
.addtocart,
.updatecart,
.backtolisting {
    margin: 12px 6px;
    padding: 10px;
    background-color: rgb(162,192,255);
    background-repeat: no-repeat;
    border: 1px solid rgb(128,162,192);
    border-radius: 6px;
}

.addtocart img,
.updatecart img,
.backtolisting img {
    vertical-align: middle;
}

.checkout {
    background-image: url(/img/go-next.png);
    background-position: right center;
    padding-right: 48px;
}
/*
.updatecart {
    background-image: url(/img/go-next.png);
    background-position: center;
}
*/
.backtolisting {
    background-image: url(/img/go-previous.png);
    background-position: left center;
    padding-left: 48px;
}

table.cart {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid rgb(128,162,192);
}

table.cart a {
    text-decoration: none;
    color: black;
}

table.cart img {
    vertical-align: middle;
}

table.cart img.s64 {
    margin-right: 8px;
    width: 64px;
    border: 1px solid lightgray;
}

table.cart tr th {
    padding: 8px;
    background-color: rgb(162,192,255);
    border: 1px solid rgb(128,162,192);
}

table.cart tr td {
    padding: 4px 8px;
}

table.cart tr.item:hover td {
    background-color: #efefef;
}

table.pay {
    margin: 32px auto;
    border: 1px outset gray;
    padding: 8px 4px;
    border-radius: 6px;
}

table.pay tr th {
    padding-top: 24px;
}

table.pay tr:first-child th {
    padding-top: 2px;
}

table.pay tr td {
    padding: 1px 6px;
}

table.pay tr td:first-child {
    padding-right: 64px;
}

.shop-order-top {
    width: 90%;
    margin: auto;
    background-color: #CCCCFF;
    overflow: auto;
    padding: 4px 16px;
    border-radius: 12px;
}

.shop-order-top form {
    float: right;
    padding: 11px 8px;
}

.shop-order-mid {
    width: 90%;
    margin: auto;
    overflow: auto;
    padding: 4px 16px;
}

.shop-order-left,
.shop-order-right {
    background-color: rgb(192,192,255);
    border-radius: 12px;
    padding: 4px 16px;
    width: 380px;
    margin: 6px 16px;
}

.shop-order-left table,
.shop-order-right table {
    width: 100%;
}

.shop-images {
    overflow: auto;
}

.shop-images a {
    float: left;
    padding: 6px;
}

.shop-images a:hover {
    border: 1px solid blue;
    padding: 5px;
}

.shoptop {
    overflow: auto;
    padding-right: 32px;
}

.shoptop a.cart,
.shoptop a.about,
.shoptop form {
    text-decoration: none;
    display: block;
    float: right;
    height: 38px;
    line-height: 38px;
    margin: 4px 6px;
    border: 2px solid #1f89c6;
    outline: none;
    box-shadow: 0px 0px 4px black;
}

div.shoptop a.cart {
    background: transparent url(/shop/cart.png) no-repeat scroll center center;
    width: 70px;
    text-align: right;
    padding-right: 42px;
    color: black;
    font-size: 32px;
    line-height: 34px !important;
    border-radius: 16px 6px 6px 16px;
}

div.shoptop a.about {
    padding: 0px 8px;
    color: #00527F;
    display: block;
    background: white;
    border-radius: 6px;
}

div.shoptop a.about:hover {
    color: #1f89c6;
    /*background: #BFE8FF;*/
}

div.shoptop a.cart:hover {
    color: #333333;
}

div.shoptop a.cart,
div.shoptop a.about,
div.shoptop form {
    text-decoration: none;
    display: block;
    float: right;
    height: 38px;
    line-height: 38px;
    margin: 4px 6px;
    border: 2px solid #1f89c6;
}

div.shoptop p {
    margin: 0px 32px 0px 32px;
    padding: 0px;
    width: 768px;
}

iframe.paypal {
    position: fixed;
    left: 200px;
    top: 120px;
    height: 500px;
    width: 1000px;
}

div.countries {
    overflow: auto;
}

div.countries a.country,
div.countries div.country {
    display: block;
    float: left;
    width: 252px;
    padding: 4px 0px;
}

div.countries label {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

div.countries input:enabled {
    display: none;
}

div.countries input:checked + label.country {
    font-weight: bold;
    text-shadow: 1px 1px 1px #666666;
}

div.countries input:checked + label.country img {
    box-shadow: 1px 1px 1px #666666;
}
body {
    background-color: rgb(224, 224, 224);
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 10pt;
    font-family: Verdana, Tahoma, Arial, Helvetica;
}

a img {
    border: 0px none;
}

a.button {
    font-family: 'Ubuntu', sans-serif;
    border: 1px solid #AAAAAA;
    border-radius: 6px;
    padding: 4px 6px 5px;
    text-decoration: none;
    color: black;
    background: linear-gradient(top, #FFFFFF 0%, #DDDDDD 100%);
}

a.button:active {
    background: linear-gradient(top, #CCCCCC 0%, #EEEEEE 100%);
}

.bot {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 16px;
    color: darkgray; 
}

.main {
    width: 1218px;
    margin: 0px 16px 16px;
    background: white;
    box-shadow: 0px 0px 24px #666666;
    border-radius: 0px 0px 24px 24px;
    overflow: hidden;
}

.top {
    height: 80px;
    background: white url(/design/top.png) no-repeat scroll 260px 0px;
    padding: 0px;
    overflow: hidden;
    line-height: 77px;
    vertical-align: middle;
}

.line {
    position: relative;
    background: #CCCCCC;
    height: 8px;
    box-shadow: 0px 0px 12px black;
}

.line div {
    position: absolute;
    width: 150px;
    height: 24px;
    background: #CCCCCC;
}

.line img {
    position: absolute;
    top: 8px;
    left: 150px;
}

.mid {
    
}

.mainmenu {
    float: left;
    margin-right: 14px;
    text-align: left;
    width: 142px;
    padding: 4px;
    background: linear-gradient(top, #CCCCCC 0%, #BBBBBB 100%);
    border-radius: 0px 0px 24px 0px;
    box-shadow: 0px 0px 12px black;
}

.content {
    float: left;
    width: 1054px;
}

.register {
    position: relative;
    border: 1px solid black;
    margin: 24px auto;
    width: 60%;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}

.register h1 {
    margin: 0px;
    padding: 8px;
    
    font-family: 'Ubuntu', sans-serif;
    background-color: #222;
    color: #ddd;
    
    border-radius: 8px 8px 0px 0px;
}

.register p {
    padding: 4px 12px 0px;
}

.register div.submit {
    padding: 0px 16px 8px;
    text-align: right;
}

.register div.submit input {
    margin: 0px;
}

.register div.progress {
    border-top: 1px solid black;
}

.register div.progress div.bar {
    height: 8px;
    background-color: orange;
    border-right: 1px solid black;
}

.register div.info {
    position: absolute;
    top: 128px;
    left: 56%;
    width: 42%;
}

.donate {
    font-family: 'Ubuntu', sans-serif;
    font-size: 24pt;
    text-align: center;
}

.donate input {
    font-family: 'Ubuntu', sans-serif;
    font-size: 24pt;
    text-align: right;
    width: 128px;
    margin-bottom: 8px;
}

.ruta .progress {
    height: 20px;
    overflow: hidden;
    border: 1px solid darkgray;
    border-radius: 6px;
    background: linear-gradient(top, #FFFFFF 0%, #E5E5E5 100%);
}

.ruta .progress div {
    height: 20px;
    border-radius: 5px;
    background: linear-gradient(top, #9dd53a 0%, #7cbc0a 100%);
}

.faq li {
    color: rgb(0, 68, 136);
    font-weight: bold;
    padding: 4px;
}

.faq li ul li {
    font-weight: normal;
    padding: 3px;
}

