/* 
    Document   : style
    Created on : 03-Jul-2009, 13:52:24
    Author     : Michael
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}
html{
    background:#94E4E8;
}
        body{
            padding-bottom:30px;
            color:#345051;
            font-family:Gill, Helvetica, Veranda,sans-serif;
            text-align: center;
            height:100%;
        }
        .content{
            width:893px;margin:0px auto;padding:0px;
            text-align: left;
        }
        .topborder{
            background-image:url('border-top.png');height:11px;margin-top:20px;background-repeat:no-repeat;
        }
        .maincontent{
            background:#fff;padding:0px 10px;position:relative;
        }
        .bottomborder{
            background-image:url('border-bottom.png');height:11px;background-repeat:no-repeat;
            background-position: bottom;
        }
        .login_box,.register_box{
            float:left;
            width:285px;
            margin:0px;padding:0px;
        }
        h1,h2,p{
            padding:0px;
            margin:5px 0px 5px;
        }
        h1{
            font-size:1.4em;
            font-weight:bold;
        }
        h2{
            font-size:1.3em;
            font-weight:bold;
        }
        strong{
            font-weight:bold;
        }
        .whitebox{
            background-color:#fff;
        }
        input{
            font-size:1.05em;
            font-family:Gill, Helvetica, Veranda,sans-serif;
            color:#345051;
        }
        .planned_tweet{
            font-style:italic;
            padding:10px 0;
        }
        .table-head{
            font-weight:bold;
        }
        .next_link{
            float:right;
            margin-right:90px;
        }
        .last_link{
            float:left;
        }
        .logout{
            position:absolute;
            right:10px;
            text-align:right;
            top:0;
        }
        .errorbox{
            border:1px solid #7F0000;background-color:#FFA8A8;padding:4px;
        }
        a:visited {
	color: blue;}
        .status_update{
            overflow:hidden;width:250px;border:1px solid #568787;margin-bottom:5px;padding:3px;font-size:0.7em;background-color:#DCEAEA;height:50px;
        }
        .right{
        width:260px;
        float:right;
        }
        .left{
            float:left;
            width:570px;
        }
        .user{
            font-style:italic;
        }
