/* 
    Document   : style.css
    Created on : 19-nov-2009, 10:47:01
    Author     : Jonny
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    margin: 0;
    background-color: #d5d5d5;
    text-align: center;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
}

div#container {
    text-align: left;
    width: 819px;
    margin:0 auto;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;

}

div#header {
    width: 819px;
    height: 208px;
    background-image: url('../images/layout/header.jpg');
}

div#mainmenu {
    width: 819px;
    height: 32px;
    background: url('../images/layout/bg_menu.jpg') repeat-y;
}

div#main {
    width: 819px;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    background: url('../images/layout/bg_body.jpg') repeat-y;
    margin: 0;
    overflow: hidden;
}

div#content {
    float: left;
    width: 584px;
    height: 100%;
    padding-left: 30px;
    padding-top: 15px;
}

div#terms {
    background-color: #F5F5F5;
    overflow-y: auto;
    overflow-x: hidden;
    height: 150px;
    border: 0;
    margin: 0;
    padding: 2px 0 0 2px;
    
}

div#mainSubscriber {
    margin: 20px 0 0 50px;
    width: 400px;
    text-align: center;
}

div#jsactive {
    color: #FF0000;
}

div#rightbar {
    float: right;
    width: 195px;
    height: 100%;
    padding-left: 10px;
    padding-top: 10px;
}

div#sponsor {
    width: 195px;
    height: 100%;
}

div#newsletter {
    width: 195px;
    height: 45px;
}

table#tabContainer {
    width: 565px;
    font-weight: 400;
    color: #4B4B4B;
}

table#tabContainer th{
    background-color: #D5D5D5;
    padding: 2px 0 2px 5px;
}

table#tabContainer th a{
    text-decoration: none;
}

table#tabContent {
    width: 565px;
}

table#tabContent td {
    padding: 5px 0 2px 5px;
    margin: 0;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

div#divInsideTable {
    height: 100px;
    width: 583px;
    overflow-y: auto;
}

div#subMenu {
    width: 560px;
    height: 25px;
    margin: 0;
    border-bottom: 2px solid #D5D5D5;
}

table#menu {
    margin-left: 12px;
    width: 800px;
    height: 32px;
}

table#menu td {
    padding: 0;
}

table#menu td a.menuItem {
    display: block;
    width: 98px;
    height: 26px;
    text-align: center;
    color: #FFFFFF;
    font-size: 10pt;
    text-decoration: none;
    font-weight: bold;
    padding-top: 6px;
    background: url('../images/layout/menu.jpg') no-repeat;
}

table#menu td a.menuItem:hover {
    background: url('../images/layout/menuhover.jpg') no-repeat;
}

table#menu td a.selected {
    display: block;
    width: 98px;
    height: 26px;
    text-align: center;
    color: #FFFFFF;
    font-size: 10pt;
    text-decoration: none;
    font-weight: bold;
    padding-top: 6px;
    background: url('../images/layout/menuhover.jpg') no-repeat;
}

div#footer {
    width: 819px;
    height: 45px;
    text-align: center;
    background-image: url('../images/layout/footer.jpg');
}

div#footer_left {
    float:left;
    width: 494px;
    height: 39px;
    text-align: center;
    padding-left: 120px;
    padding-top: 6px;
    vertical-align: middle;
}

div#footer_right {
    float: right;
    width: 195px;
    height: 39px;
    text-align: right;
    padding-right: 10px;
    padding-top: 6px;
    vertical-align: middle;
}

h1{
    font-size: 14px;
    font-weight: bold;
    color: #3567A4;
    margin-top: 2px;
    margin-bottom: 20px;
}

h2{
    font-size: 13px;
    font-weight: bold;
    color: #4880C4;
    margin-top: 10px;
    margin-bottom: 5px;
}

h3{
    font-size: 13px;
    font-weight: 500;
    color: #3567A4;
    margin-top: 5px;
    margin-bottom: 5px;
}

h4{
    font-size: 13px;
    font-weight: 100;
    font-style: italic;
    color: #3567A4;
    margin-top: 5px;
    margin-bottom: 5px;
}

p, p.normal_text {
    font-weight: 400;
    color: #4B4B4B;
    margin-bottom: 2px;
    margin-top: 5px;
}

p.little_text {
    font-weight: 400;
    font-size: 10px;
    color: #4B4B4B;
    margin-bottom: 5px;
    margin-top: 0px;
}

p.red_text {
    font-weight: 400;
    color: #FF0000;
    margin-bottom: 5px;
    margin-top: 5px;
}

p.green_text {
    font-weight: bold;
    color: #009900;
    margin-bottom: 5px;
    margin-top: 5px;
}

p.little_title {
    font-weight: bold;
    color: #2E609D;
    margin-bottom: 5px;
    margin-top: 10px;
}

p.footer_text {
    font-weight: 400;
    font-size: 9pt;
}

a.default_link {
    color: #0087CF;
}

a.default_link:hover {
    color: #7698BE;
}

a.btLink {
    display: inline;
    width: 175px;
    height: 20px;
    border-top: 1px solid #D5D5D5;
    border-left: 1px solid #D5D5D5;
    border-right: 1px solid #D5D5D5;
    padding: 3px 0 0 5px;
    text-decoration: none;
    color: #000000;
    background-color: #F0F0F0;
}

a.btLink:hover, a.btLinkAct {
    background-color: #C1E5F5;
}

a.btImage img {
    border: 0;
}

#chkTerms {
    margin: 0;
    display: inline;
}

input.button {
    background-color:
}


