/* 
    Document   : style.css
    Created on : Dec 10, 2009, 4:10:33 PM
    Author     : repassyl
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}


body{
    background-color:black;
    background-image: url(mainglobeandchart.jpg);
    background-position: -200px 0px;
    background-repeat:no-repeat;
}

#content{
    float:left;
    margin-left:260px;
    margin-top:40px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-style: normal;
    color: white;
    font-size: 14px;
    width:400px;
}

#content a{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-style: normal;
    color: white;
    font-size: 14px;

}

#video_content{
    float:left;
    margin-left:80px;
    margin-top:20px;
    width:600px;
    z-index:2;
}

.storage{
    visibility:hidden;
}

#buttons{
    float:left;
    margin-left:20px;
}

#buttons p, #buttons p a{
    display:block;
    cursor:pointer;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-style: normal;
    font-size: 16px;
}

.passive_button{
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.active_button{
    text-decoration:underline;
}

img{
    border:0;
}
