/*
 * default.css
 *
 * Default layout for all pages
 * 
 * (c) 2007 - 3IP Web Solutions B.V.
 *
 */

/* Global elements */
body {
    margin: 30px 0 15px 0;
    padding: 0;
    font: 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
    color: #7c4;
    text-transform: uppercase;
    font-size: 12px;
    margin: 12px 0;
    font-family: Arial, Helvetica, sans-serif;
}

h2 {
    margin: 20px 0 0 0;
    font-size: 11px;
}

p.hr {
    border-top: 1px solid #999;
}

a {
    text-decoration: none;
    color: #369;
}

a:hover {
    text-decoration: underline;
}

.right {
    text-align: right;
}

.middle {
    text-align: center;
}

.clear {
    clear: both;
}

img {
    border: 0;
}

/* Site framework */
div#wrapper {
    width: 960px;
    padding-right: 8px;
    margin: 0 auto;
    background: url(../images/main-back.png) 0 0 repeat-y;
    border-left: 1px solid #999;
}

div#header {
    width: 960px;
    padding-right: 8px;
    margin: 0 auto;
    background: url(../images/header-back.png) bottom left no-repeat;
    border-left: 1px solid #999;
}

div#footer {
    width: 968px;
    margin: 0 auto;
    background: url(../images/footer-back-trans.png) 0 0 no-repeat;
    height: 8px;
    position: relative;
    top: -1px;
}

div#menu {
    background-color: #7c4;
    text-align: center;
    width: 960px;
    font-family: Arial, helvetica, sans-serif;
}

div#leftbar {
    float: left;
    width: 170px;               /* 180 - padding */
    background-color: #e9fdd4;
    margin-top: 15px;
    padding: 0 5px;
}

div#container {
    background: url(../images/content-back.gif) bottom right no-repeat;
    float: left;
    margin: 15px 0 0 25px;
    padding-bottom: 25px;
    width: 755px;               /* 780 - margin */
    min-height: 460px;
}

p#wrapperFooter {
    clear: both;
}

/* Header elements */
div#header img {
    position: relative;
    top: -27px;
    left: -16px;
}

div#header h1 {
    border-top: 1px solid #999;
    height: 130px;              /* 130 - border */
    margin: 0;
    padding: 0;
    background: url(../images/fotoheader.jpg) 0 0 no-repeat;
    _overflow: hidden;          /* IE6 work around (again...) */
}

/* Menu elements */
div#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div#menu li {
    padding: 0 10px 0 10px;
    border-right: 1px solid #fff;
    display: inline;
}

div#menu a {
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    /* text-transform: uppercase; */
}

div#menu li.last {
    border-right: 0;
}

/* Container elements */
div#content {
    width: 530px;
    float: left;
}

div#rightbar {
    width: 190px;
    float: right;
    margin-right: 15px;
    text-align: left;
}

div#rightbar img {
    border: 3px solid #7c4;
}

div#rightbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

p#containerFooter {
    clear: both;
}

div#content p {
    margin: 0 0 8px 0;
    line-height: 1.5em;
}

div#content table {
    width: 100%;
}

div#content td {
    padding: 5px;
}

div#content td.date {
    color: #666;
    text-align: center;
}

div#content tr.on {
    background-color: #e9fdd4;
}

div#programmainfo {
    border: 2px solid #e9fdd4;;
    padding: 5px;
}

div#programmainfo h1 {
    color: #000;
    margin: 0;
}

div#programmainfo p.time {
    margin: 0;
    font-style: italic;
}

div#programmainfo img {
    float: left;
    margin-right: 10px;
}

div#programmainfo p.right {
    margin-bottom: 0;
    clear: left;
}

/* Leftbar elements */
div#leftbar table {
    font-size: 11px;
    line-height: 1.8em;
    width: 100%;
}

div#leftbar td.time {
    font-weight: bold;
    padding-right: 5px;
    width: 30px;
}

div#leftbar tr.on {
    background-color: #fff;
}

div#leftbar td.freq {
    font-weight: bold;
    text-align: right;
}

div#leftbar li {
    list-style: none;
}

li.category, li.page {
    list-style: none;
}

div.t_admin {
    float: left;
    width: 40px;
    font-size: 13px;
    overflow: hidden;
}

div.t_username {
    float: left;
    width: 100px;
    font-size: 13px;
    overflow: hidden;
}

div.t_name {
    float: left;
    width: 150px;
    font-size: 13px;
    overflow: hidden;
}

div.t_options {
    float: left;
    width: 45px;
    font-size: 13px;
    overflow: hidden;
}

