body{
    background-color: #ddd;
    color: #222;
    font-family: Helvetica;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
#header{
    background-color: #ccc;
    background-image: -webkit-gradient(linear,left top,left bottom,
        from(#ccc), to(#999));
    border-color: #666;
    border-style: solid;
    border-width: 0 0 1px 0;
}
#header h1{
    color:#222;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    text-shadow: 0px 1px 1px #fff;
   
}
ul{
    list-style: none;
    margin: 10px;
    padding: 0;
}
ul li a{
    background-color: #fff;
    border: 1px solid #999;
    color: #222;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
}
ul li:first-child a{
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
ul li:last-child a{
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}
ul li a:active,ul li a:hover{
    background-color: blue;
    color: white;
}
#content{
    padding: 10px;
    text-shadow: 0px 1px 1px #fff;
}
#content a{
    color: blue;
}
#progress {
    -webkit-border-radius: 10px;
    background-color: rgba(0,0,0,.7);
    color: white;
    font-size: 18px;
    font-weight: bold;
    height: 80px;
    left: 60px;
    line-height: 80px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 120px;
    width: 200px;
}
#header ul.hide {
    display: none;
}
#header div.leftButton{
    position: absolute;
    top: 7px;
    left: 6px;
    height: 30px;
    font-weight: bold;
    text-align: center;
    color: white;
    text-shadow: rgb(0,0,0,0.6) 0px -1px 1px;
    line-height: 28px;
    border-width: 0 8px 0 8px;
    -webkit-border-image: url(images/button.png) 0 8 0 8;
    -moz-border-image: url(images/button.png) 0 8 0 8;
    -o-border-image: url(images/button.png) 0 8 0 8;
}
#header div.pressed {
    -webkit-border-image: url(images/button_clicked.png) 0 8 0 8;
        
    -moz-border-image: url(images/button_clicked.png) 0 8 0 8;
    -o-border-image: url(images/button_clicked.png) 0 8 0 8;
}
    div.mainContent {
            width:88%;
             
             padding:10px;
             -webkit-border-radius: 10px;
             /*float:LEFT;*/
            
             font-weight:600;
             font-style:normal;
             margin:10px;
             color:rgb(50,130,140);
             background-color:rgb(250,250,250);
             border-style:solid;
             border-color:rgb(230,230,230);
             border-width:thin;
             
             overflow: hidden;
             }
             img {
                 width: 15%;
                 height: auto;
                 padding:2px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17-Jan-2016, 21:05:22
    Author     : James
*/

