/*
 * default.css
 *
 * Default layout for The Mailcompany
 *
 * (C) 2007 - 3IP Web Solutions B.V.
 * Author: Klaas Schaafsma
 *
 * Colors used:
 * Pink: d62e92
 * Green: 0fa43
 * Purple: 652482
 */

/***
 * Known IE6 problems:
 *
 * - Transparent background does not show
 *
 ***/

/* Globals */
body {
    background: url(../images/background.gif);
    margin-top: 19px;
    padding: 0;
    font: 11px/normal "Trebuchet MS", Tahoma, Verdana, Arial, helvetica, sans-serif;
    color: #fff;
}

.clear {
    clear: left;
}

.right {
    text-align: right;
}

.pink {
    font-weight: bold;
    color: #d62e92;
}

input {
    border: 1px solid #000;
    font-size: 11px;
}

/* Global layout (framework) */
div#smsbarsite {
    background: url(../images/header-back-trans.png) 0 0 no-repeat;
    width: 870px;
    margin: 0 auto;
    height: 23px;
    padding: 5px 15px 0 5px;
}

div#wrapper {
    background: url(../images/main-back.gif) 0 0 repeat-y;
    width: 880px;
    padding-right: 10px;
    margin: 0 auto;
    padding-bottom: 20px;
}

div#header {
    background: url(../header.php) 0 0 no-repeat;
}

div#menu {
    background: url(../images/menu-back-trans.png) top left no-repeat;
    margin-left: 15px;
    float: left;
    width: 107px;
    height: 418px;
    padding: 25px 15px;
    display: inline;    /* IE6 double margin hack */
}

div#container {
    margin-left: 17px;
    width: 457px;
    float: left;
}

div#right {
    background: url(../images/agenda-back-trans.png) 0 0 no-repeat;
    width: 229px;
    margin: 0 0 0 15px;
    float: left;
}

div#footer {
    background: url(../images/footer-back-trans.png) 0 0 no-repeat;
    width: 890px;
    height: 14px;
    margin: 0 auto;
}

/* Header elements */
div#header h1 {
    margin: 0;
    display: none;
}

div#header img {
    margin-top: 80px;
}

div#header form {
    margin: 0;
}

div#header .setright {
    width: 210px;
    z-index: 100;
    position: relative;
    top: -30px;
    left: 670px;
}

div#header .inputtext {
    border: 1px solid #000;
    width: 120px;
    font-size: 11px;
}

div#header a:link {
    color: #d62e92;
    text-decoration: none;
}

div#header a:hover {
    text-decoration: underline;
}

div#header a:visited {
    color: #d62e92;
    text-decoration: none;
}

div#editor {
    height: 350px;
}

/* SMSbar */
span.name {
    color: #d62e92;
    font-weight: bold;
    margin-left: 10px;
}

/* Menu */
div#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;     /* IE6 bug fix */
}

div#menu li {
    border-bottom: 1px solid #666;
    line-height: 3em;
    margin: 0;
}

div#menu li.last {
    border-bottom: none;
}

div#menu a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

div#menu a:hover {
    color: #652482;
}

/* Main container */
div#content-top {
    background: url(../images/content-top-trans.png) 0 0 no-repeat;
    height: 10px;
}

div#content-bottom {
    background: url(../images/content-bottom-trans.png) 0 0 no-repeat;
    height: 9px;
}

div#content {
    background: #000;
    margin-top: -7px;       /* Ugly, but again an IE6 bugfix */
    padding: 12px 15px 5px 15px;
}

div#content img.event {
    float: left;
    margin: 5px 15px 5px 0;
    width: 125px;
    border: 0;
}

div#content h1 {
    font-size: 13px;
    color: #652482;
    font-weight: bold;
    padding: 15px 0 0 0;
    margin: 0;
}

div#content h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0 0 0;
}

div#content p {
    margin: 0;
}

div#content a {
    color: #d62e92;
    text-decoration: none;
}

div#content a:hover {
    text-decoration: underline;
}

/* Right column */
div#right caption {
    padding-top: 5px;
    text-transform: uppercase;
    color: #d62e92;
    font-weight: bold;
}

div#right table {
    width: 100%;
    color: #666;
    text-align: center;
    position: relative;
}

div#right td.current {
    border: 1px solid #fff;
}

div#right a {
    color: #d62e92;
    font-weight: bold;
    text-decoration: none;
    position: relative;
}

div#right a:hover {
    text-decoration: underline;
}

div#right p.right {
    margin: 0 0 10px 0;
    padding: 0 5px 5px 0;
    background-color: #000;
}

div#right p.right a {
    color: #fff;
    font-weight: bold;
}

#ad {
    margin-top: 50px;
    text-align: center;
    width: 229px;
}

/* Slideshow */
div#slideshow {
    position: relative;
    background: url(../images/main-back.gif) 0 0 repeat-y;
    width: 880px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    padding-right: 10px;
}

div#slideshow div {
    position: absolute;
    top: 0px;
    left: 15px;
}

/* Form */
div.errormsg {
    color: #d62e92;
    font-weight: bold;
}

input.error {
    background-color: #d62e92;
    color: #FFF;
}

form#register .inputtext {
    border: 1px solid #000;
    font-size: 11px;
}

form#profile .inputtext {
    border: 1px solid #000;
    font-size: 11px;
}

