﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/


body
{
    /*background: #051835;*/
    background-position: #E5E5E5;
    margin: 0px 5px 20px 5px;
    background: #666666;
    color: #333333;
}

body, th, td, input, textarea
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#header
{
    background-color: #F7F7F7;
    height: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    padding-top:10px;
}
#header a
{
    text-decoration:none;
     color: #333333;
}
#header a:hover
{
    color:Blue;
}

#header img 
{
    float:left;
    margin-right:10px;
    margin-top:-5px;
}

#page
{
    margin-top:5px;
}

#pageWrapper 
{
    margin:auto;
    width:985px;
    background-color:White;
}
#chartPlaceholder
{
    float:left;
    width:635px;
    height:600px;
}
#adPH
{
    width:280px;
}
#statusupdate
{
    height: 100px;
    background-color: #808080;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #333333;
}
#notloggedin
{
padding-top:25px;
}
#notloggedin img
{
    margin-bottom:5px;
}



/*
 Twitter classes
*/
.tweet
{
    padding-top:4px;
    padding-left:4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    background-image: url('/images/tweetbg.png');
    background-repeat: no-repeat;
    width:322px;
    height:100px;
}
.tweetImage
{
    float:left;
    margin-top:8px;
    margin-left:6px;
}
.tweettext
{
    clear: both;
    height: 70px;
    width: 222px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-left:40px;
    margin-top:22px;
}
#twitterBox
{
    width: 350px;
    height: 500px;
    overflow: auto;
    background-color: #808080;
}
.reply
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin-left:14px;
    margin-top:2px;
    float:left;
}
.reply a
{
    text-decoration: none;
    color: #333333;
}
.reply a:hover
{
    color:Black;
}
.tweetAuthor
{
    font-family: Verdana;
    font-size: 12px;
    margin-left: 15px;
    float: left;
    font-weight: bold;
}
.tweetAuthor a
{
    text-decoration: none;
    color: #993300;
    margin-top:2px;
}
.tweetTime
{
    float:left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin-left:5px;
    margin-top:3px;
}
.tweetcontent
{
    float:left; 
    width:240px;
}
