/*
    Document   : site
    Created on : Jun 6, 2009, 9:40:43 AM
    Author     : David West
    Description:
        Purpose of the stylesheet follows.
*/

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

div.link_header {
    background-color: #000000;
    text-align: right;
    padding-left:20px;
    padding-right:20px;
    border-bottom:gray;
    border-bottom-width:1px;
    border-style:solid;
}

div.title_header {
    background-color: #000000;
    border-top:olive;
    border-top-width:1px;
    border-style:solid;
    text-align:left;
}

div.info {
    width:50%;
    margin:0 auto;
}

div.notice {
    background-color:#FFFFFF;
}
span.header_links {
    color:silver;
    font-family:helvetica;
    font-size:14px;
}

span.center_links {
    color:white;
    font-family:helvetica;
    font-size:18px;
}

span.title{
    font-family:helvetica;
    font-size:30px;
}

span.notice {
    font-family:helvetica;
    font-size:20px;
    color:red;
}
span.notice_small {
    font-family:helvetica;
    font-size:14px;
    color:red;
}

span.helv14 {
    font-family:helvetica;
    font-size:14px;
}

span.helv16_bold {
    font-family:helvetica;
    font-size:16px;
    font-weight:bold;
}

span.helv14_bold {
    font-family:helvetica;
    font-size:14px;
    font-weight:bold;
}

span.mini_title {
    font-family:helvetica;
    font-size:20px;
}

span.friends_title {
    font-family:helvetica;
    font-size:20px;
    color:#FFFFFF;
}

div.main {
    text-align:left;
    width:1000px;
    margin:0 auto;
}

div.right_align {
    text-align:right;
}

tr.buttons {
    background-color: #000000;
    margin-bottom: 0px;
    padding:10px;

}

tr.side_nav {
    background-color:white;
}

tr.main_content {
    background-color:white;
}

tr.spacer {
    height:10px;
}

table.content {
    width: 750px;
    margin-left:auto;
    margin-right:auto;
    float: left;
    padding:10px;

}

body.main_body {
    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    text-align:center;
    background-image: url("../images/Pattern-Other-5.jpg");
    background-repeat:repeat-x;
    background-repeat:repeat-y;
}

table.side {
    width:250px;
    margin-left:auto;
    margin-right:auto;
    float: left;
    padding:20px;
}

table.thumb {
    
}

td.side_top {
    background-color:black;
    text-align:center;
}

td.side_ads {
    background-color:#f9f9f9;
    border-style:solid;
    border-width:1px;
    border-color:gray;
}

td.buttons {
    border-style:solid;
    border-color:white;
    border-width:0.1em;
    text-align:center;
}

td.main_content {
    border-style:solid;
    border-color:gray;
    border-width:0.1em;
}

td.for_label {
    width: 170px;
}

td.wallpaper_info {
    vertical-align:text-top;
}

ul.no_bullets {
    list-style-type: none;
}

a:link {
    color:#0b5780;
}

a:hover {
    color:#0b5780;
}

a:visited {
    color:#0b5780;
}

a.friend:link {
    color:#000000;
}

a.friend:hover {
    color:#000000;
}

a.friend:visited {
    color:#000000;
}

a.rate_up:link {
    font-family:helvetica;
    font-size:24px;
    font-weight:bold;
    color:#0b5780;
}

a.rate_up:visited {
    font-family:helvetica;
    font-size:24px;
    font-weight:bold;
    color:#0b5780;
}