/* 
    Document   : styles
    Created on : 30-Apr-2013, 13:57:20
    Author     : sudeep
    Description:
        Purpose of the stylesheet follows.
*/

body
{
    width: 100%;
    background-color: rgb(200,200,200);
}

a {
    text-decoration: none;
}
a:link, a:visited {
    color: blue;
}

#bubblereadcontent {
	visibility: collapse;
}

#header
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    background-color: black;
    color:white;
    z-index:100;
}

#container
{
    position: absolute;
    top: 50px;
    left: 10%;
    margin: 0px; 
    border: none; 
    padding: 0px;
    width: 80%;
    height: 750px;
    background-color: whitesmoke;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#footer
{
    position: absolute;
    top: 800px;
    left: 0px;
    margin: 0px;
    border-top: 1px solid rgb(168,168,168);
    padding: 0px;
    width: 100%;
    height: 200px;
    background-color: rgb(184,184,184);
    color: white;
    clear: both;
    font-family: Times New Roman, Times, serif;
    font-size: 20px;
}

#OpenNewWindow {
	background-color: whitesmoke;
	border: 1px solid whitesmoke;
	font-size: smaller;
}

#container .header
{
    position: absolute;
    top: 0px;
    left: 0px;
    margin:0px;
    border: none;
    padding-top:0px;
    width: 100%;
    height: 100px;
    background-color: white;
    color:black;
    font-family: Times New Roman, Times, serif;
    text-align: center;
}

table, th, td {
	background-color: antiquewhite;
}

#container .content
{
    position: absolute;
    top: 200px;
    left: 0px;
    margin-left:10%;
    border: none;
    padding: 0px;
    width: 80%;
    /* background-color: antiquewhite; */
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
}
