/* main classes */

BODY {
    font-family:verdana;
    font-size:11px;
    color: #616161;
}

.wrapper {
    left:50%;
    top: 40px;
    margin-left:-400px;
    position:relative;
    width: 800px;
}

.wrapper h2 {
    font-weight:normal;
    padding-left:6px;
    margin:0px;
    text-transform:uppercase;
    font-size:13px;
    padding:0px;
}

.wrapper h2 .green {
    color: #8AA222;
}

div.wrapper h2.head {
    margin-bottom:10px;
}

div.frame {
    border:1px solid #656565;
    background-color: #e1e1e1;
}

div.contentbox {
    position:relative;
    width:754px;
    margin:10px;
    padding:10px;
    background-color:white;
    border:1px solid black;
    min-height:250px;
}

div.contentbox div.inner, div.contentbox div.border {
    float:left;
}

div.navigation {
    width:798px;
    height:24px;
    background: url(/images/navigation/navbar.jpg) repeat-x;
}

div.navigation ul {
    padding:0px;
    margin:0px;
    list-style-type:none;
}

div.navigation li {
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
    float:left;
    margin:5px 10px 0px 10px;
}

div.navigation li a {
    color:white;
    text-decoration:none;
}

div.spacer {
    width:300px;
    height:4px;
    background-color:#8aa222;
    margin-bottom:10px;
}

div.footer {
    margin-top:75px;
    text-align:right;
}

div.footer a {
    color: #727272;
}

div.footer a:hover {
    color: black;
}

div.footer hr {
    height:4px;
    border:0px solid;
    background-color:#727272;
}

div.border {
    position:relative;
    margin-left:10px;
    margin-right:10px;
    min-height:250px;
    width:14px;
    background: url(/images/centered_dot.jpg) repeat-y;
}


div.ad {
    position:relative;
    float:right;
    width:140px;
}


/** content **/

div.headline {
    font-size: 12px;
    font-weight:bold;
}

div.text {
    font-size:12px;
    width:580px;
}

div.text a {
    color: #8aa222;
    font-weight:bold;
}

div.text a:hover {
    color:black;
}

div.text .center {
    text-align:center;
}

div.text .bold {
    font-weight:bold;
}

div.text .large {
    font-size:16px;
}

table.default {
    width:400px;
    border:1px solid #bbb;
    margin-left:auto;
    margin-right:auto;
}

table.default td {
    padding:5px;
    background-color:#fafafa;
}

table.default td label {
    font-weight:bold;
}

table.default .text, table.default .select, table.default .submit, table.default .button {
    font-family:tahoma;
    font-size:11px;
    color: white;
    background-color:#8aa222;
}

table.default .long {
    width:380px;
}

table.default .short {
    width:80px;
}

/** tinyurl **/
#tinyurlRegisterSuccessText {
    font-size:20px;
}
