@charset "utf-8";

/* CSS Document */

html {
    height: 100%;
    margin: 0px;
}
body {
    height: 100%;
    margin: 0px;
    font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
}
.wrapper {
    position: relative; /* needed for footer positioning*/
    margin: 0 auto; /* center, not in IE5 */
    width: 100%;
    height: auto !important; /* real browsers */
    height: 100%; /* IE6: treaded as min-height*/
    min-height: 100%; /* real browsers */
    background-repeat: repeat-y;
    background-position: center;
}
.page {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 150px; /* space for footer */
    text-align: left;
}

/* Header ================================================================================ */
.logo {
    float: left;
    margin-top: 0px;
    overflow: hidden;
} .header-container {
    margin: 0px;
    position: relative;
    background-position: bottom;
    padding: 0 30px;
} .header {
    padding: 10px 10px 0;
    height: 20px;
    overflow: visible;
    position: relative;
    z-index: 2;
} .header .logo {
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -999em;
    position: relative;
    z-index: 2;
} .header .logo a {
    display: block;
    width: 333px;
    height: 82px;
} .header .welcome-msg {
    font-weight: bold;
    text-align: right;
} .header .links {
    float: right;
} .header li {
    float: right;
    margin-left: 6px;
} .header .form-language {
    text-align: center;
}
.header .text {
    margin-top: 15px;
    font-size: 1.2em;
}
.header a {
 color: #fff;
    text-decoration: none;
}

/********** < Navigation */
.navbar {
    position: relative;
    margin-bottom: 10px;
    height: 57px;
    padding: 0 12px;
    background-position: bottom;
    background-repeat: no-repeat;
} .navbar .form-search {
    position: absolute;
    right: 30px;
    top: 20px;
} .navbar .form-search .search-autocomplete {
    z-index: 999;
} .navbar .form-search .search-autocomplete ul {
    border: 1px solid #ddd;
    background-color: #fff;
} .navbar .form-search .search-autocomplete li {
    padding: 3px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
} .navbar .form-search .search-autocomplete li .amount {
    float: right;
    font-weight: bold;
} .navbar .form-search .search-autocomplete li.selected {
} #nav {
    font-size: 18px;
    position: absolute;
    top: 11px;
    left: 20px;
}

/* All Levels */
#nav li {
    text-align: left;
    position: relative;
} #nav li.over {
    z-index: 999;
} #nav li.parent {
} #nav li a {
    display: block;
    text-decoration: none;
} #nav li a:hover {
    text-decoration: none;
} #nav li a span {
    display: block;
    white-space: nowrap;
    cursor: pointer;
} #nav li ul a span {
    white-space: normal;
}

/* 1st Level */
#nav li {
    float: left;
} #nav li a {
    float: left;
    padding: 5px 10px;
    font-weight: bold;
    color: #fff;
} #nav li a:hover {
    color: #ffffcc;
} #nav li.over a, #nav li.active a {
    color: #000;
}

/* 2nd Level */
#nav ul {
    position: absolute;
    width: 15em;
    top: 25px;
    left: -10000px;
    border: 1px solid #ddd;
    background: #fafafa;
} #nav ul li {
    float: none;
    border-bottom: 1px solid #ddd;
} #nav ul li.last {
    border-bottom: 0;
} #nav ul li a {
    float: none;
    padding: 3px 9px;
    font-weight: normal;
    color: #888 !important;
} #nav ul li a:hover {
    color: #000 !important;
} #nav ul li.active > a, #nav ul li.over > a {
    font-weight: bold;
    color: #000 !important;
}

/* 3rd+ leven */
#nav ul ul {
    top: 7px;
}

/* Show Menu */
#nav li.over > ul {
    left: 0;
} #nav li.over > ul li.over > ul {
    left: 100px;
} #nav li.over ul ul {
    left: -10000px;
}

.header .text {
    text-align: right;
}
.header .text p {
    margin: 2px 0px;
}
.links li {
    list-style:none;
}

div#content {
    margin: 10px 20px 10px 42px;
    float: left;
    width: 700px;
}
div#sidebar {
    width: 210px;
    float: left;
}

#sidebar .module {
    border: solid 1px #E8E8E8;
    margin: 4px 0px;
    padding-bottom: 3px;
    font-size: 0.8em;
}
#sidebar .module h3 {
    margin: 0px 0px 8px 0px;
    background-color:#33CCFF;
    color: #FFF;
    font-size: 15px;
    padding: 3px;
    padding-left: 6px;
}
#sidebar .module ul {
    margin: 0px;
    padding: 0px;
}
#sidebar .module ul li {
    list-style: none;
    margin: 0px 5px;
}
#sidebar .module a {
    text-decoration: none;
}
#sidebar .module ol {
    padding-left: 12px;
}
#sidebar .module ol li {
    list-style: circle;
    padding: 0px;
}
table {
    margin: 0px auto;
}
tr .label {
    text-align: right;
    font-weight: bold;
}
tr .submitrow {
    text-align: right;
}
#sidebar p {
    margin: 5px 5px;
}
#sidebar .module .loginform input {
    width: 100px;
}
#sidebar .loginform .forgot {
    font-size: 0.8em;
    margin-right: 10px;
}
.footer {
    position: absolute;
    width: 1000px;
    bottom: 0px;
    background-repeat: no-repeat;
}
.footer-inside {
    padding: 10px 40px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.footer a:link, .footer .fakelink {
    color: #fff;
} .footer a:visited {
    color: #fff;
} .footer p {
    text-align: right;
} .footer .copyright {
    text-align: right;
    margin-top: 0px;
    color: #fff;
    font-size: 0.8em;
} .footer ul {
    float: left;
    padding: 0px;
    margin: 0px;
} .footer li {
    float: left;
    margin-right: 10px;
}



.navbar, .header-container, body, .footer {
    background-color: #0099CC;
}
.navbar {
    background-image: url(/images/background_03.png);
}
.wrapper {
    background-image: url(/images/background_04.png);
}
button.button, a.button {
    background: url(/images/bkg_button_left.png) 0 50% no-repeat;
}
button.button span, a.button span {
    background: url(/images/bkg_button.png) right no-repeat;
    color: #000;
}
.header-container {
    color: #fff;
    font-weight: bold;
    line-height: 1.1em;
}
.header .logo {
    background-image:url(/images/tweetbymail_logo_medium.png);
}
.logo, .header .logo a {
    width: 204px;
    height: 48px;
}
.footer {
    background-image: url(/images/background_05.png);

}
.footer p {
    margin: 0px 2px;

}
.footer a, .footer .fakelink {
    text-decoration: none;
}
.titlebar {
    border: solid 1px #999;
    background-color:#900;
    color: #FFF;
    padding: 3px 10px;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0px;
}