/*
 Document: uwmain.css
 Created: May 13, 2008
 Author: Derek De Jager
 Description: style sheet for United Way of Vermillion
 Last Modified: May 20, 2008
*/

a{color:#FFCC00;}
a#blue{color:#0000A4;}
#body{
    padding: 2px;
    font-family: "Tw Cen MT", verdana, sans-serif;
    font-size: 15px;
    background-color: #0000A4;
    border: solid 1px #cccccc;
    color: #FDD017;
    width: 93%;
    height: 710px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    position: relative;
    /*align: center;*/
}

#header{
    /*border: solid 1px #cccccc;*/
    height: 140px;
}

#uwlogopic{
    position: relative;
    margin-left: 10px;
    margin-top: -5px;
    margin-bottom: 6px;
}

#welcomepic{
    position: relative;
    margin-top: -2px;
    /*margin-left: 215px;*/
    margin-left: 19%;
    margin-right: auto;
}

#headertext{
    position: relative;
    margin-left: 84%;
    margin-top: -90px;
    color: #FFCC00;
    font-size: 20px;
    height: 50px;
    text-align: center;
}

#date{
    position: relative;
    margin-left: 1%;
    margin-top: 43px;
    margin-bottom: 2px;
}

#navbar{
    margin-top: 3px;
    margin-left: 7px;
    width: 14%;
    height: 300px;
    border: solid 1px #cccccc;
}

#menu{
    position:relative;
    margin-top: 15px;
    /*align: center;
    border: solid 1px #cccccc;*/
    color: #FFCC00;
    text-align: center;/**/
    z-index: 1000;
}

#menuminus{
    margin-left: 80%;
    font-size: 20px;
}

#menuplus{
    font-size: 20px;
}

#motherpic{
    position: relative;
    margin-left: 2px;
    margin-top: -54px;
}

#colorlink{
    cursor: pointer;
}

#maindatapanel{
    position: relative;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    background-color: #f2f2f2;
    width: 65%;
    height: 500px;
    margin-left: 17.5%;
    margin-right: auto;
    overflow: auto;
    /*overflow: scroll;*/
    padding: 2px;
    margin-top: -523px;
    color: #0000A4;
    z-index: 100;
}

#maindatapanel2{
    position: relative;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    background-color: #f2f2f2;
    width: 98%;
    height: 500px;
    margin-left: 0;
    overflow: auto;
    /*overflow: scroll;*/
    margin-top: 0px;
    color: #0000A4;
    z-index: 100;
}

#dcenter{
    margin-left: 35%;
    
}
#tcenter{
    margin-left: 25%;
}
#datacenter{
    margin-left: 20%;
}

#goalmeter{
    position: relative;
    margin-left: 83.6%;
    margin-top: -510px;
    width: 15%;
    height: 500px;
}

#goalmessage{
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
    z-index: 101;
}

#footer{
    color: #FDD017;
    margin-left: 400px;
    margin-top: 35px;
}

#thermo{
    position: relative;
    margin-left: 5%;
    margin-top: 4px;
    height: 500px;
    width: 95%;
}

#hr1{
    size: 6px;
    width: 100%;
    color: #0000A4;
}

#hr2{
    size: 6px;
    width: 100%;
    color: #FFCC00;
}
    