/* 
    Document   : main
    Created on : Jan 8, 2014, 6:34:10 PM
    Author     : hp1
    Description:
        Purpose of the stylesheet follows.
*/

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


div#container{
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
/*    background: #BABBBC;*/
    height: auto;
    min-height: 400px;
}
div#container #topHeader{
    position: relative;
    clear: both;
    float: left;
    width: 100%;
/*    padding:2%;*/
    background-color: #44977B;
    text-indent: 2%;
    color: white;
    
}
div#container #topMenus{
    position: relative;
    clear: left;
    float: left;
    width: 20%;
    height: auto;
    background-color:white;

}
div#container #bottomContents{
    position:relative;
    clear: right;
    float: left;
    background: white;
    height: auto;
    width: 80%;
}
div#container #animations{
    position:relative;
    clear: right;
    float: left;
    background: white;
    height: auto;
    width: 80%;
}
div#container #animations #bottomContentsTop{
    position: relative;
    clear: right;
    height: 20%;
    float: left;
    width: 100%;
/*    border: 2px solid blue;*/
/*    background: red;*/
}
div#container #bottomContents #barGraphSide{
    position:relative;
    clear: left;
    float: left;
    background: white;
    height: auto;
    width: 50%;
    
}
div#container #bottomContents #pieChartSide{
    position:relative;
    clear: right;
    float: right;
    background: white;
    height: auto;
    width: 50%;
    
}
div.messageSuccess{
   background-color:white;
}


