/* 
    Document   : style
    Created on : Oct 4, 2013, 4:42:12 PM
    Author     : Elton
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body {
margin:0;
padding:0;
background-color: #ddd;
font-family: Verdana,Arial,Helvetica,sans-serif;

    font-size: 12px;
}

#dialogcontainer {
    background-color: #444;
    opacity:0.5;
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: absolute;
    display: none;
}
#dlgBottom {
    padding: 10px;
    background-color: #89c;
    text-align: right;
}
#dlgBottom input[type=button]{
    padding: 8px;
    background-color:#569;
    border: 0;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
}
#dialogs {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2000;
    display: none;
    padding-top: 60px;
}
#dlgCloseBtn{
    padding: 4px;
    float: right;
    display: block;
    background-color:#b43; 
}
#dlgHead {
    clear: both;
    font-size: large;
}
#dlgBody {
    padding: 10px;
}
#dlgWindow{
    background-color: #fff;
    width: 50%;
    margin: auto;
    display: none;
}
#dlgSummary, #dlgSummary div {
    padding: 10px 0;
}
#header {
    width: 100%;
    background-image: url('bg.png');
    background-repeat: repeat-x;
    background-position: bottom;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}

#bodycontainer {
    background-color: #fff;
    width: 100%;
}
#head, #body, #footer {
    width: 70%;
    margin: auto;
    min-width: 900px;
}
#body {
    padding: 20px 0;
    padding-bottom: 40px;
}
#pageBanner img {
    width: 100%;
}

#head img{
    display: block;
    float: left;
}
#toplinks {
    text-align: right;
}
#toplinks a {
    text-decoration: none;
    color: #46a;
}
#navbar{
    float: right;
    margin-left: 20px;
}
#navbar ul{
list-style-type:none;
margin:0;
padding:0;
min-width: 128px;
    display: block;
    padding-top: 20px;
    
}
#navbar ul li{
    float: left;
    margin: 2px;
}
#navbar ul li a.links, #navbar ul li.active{
    text-decoration: none;
    font-weight: bold;
    background-color: #889;
    padding: 8px 10px;
    color: #eee;
    display: block;
    text-transform: uppercase;
}
#navbar ul li a.links_edit{
    text-decoration: none;
    font-weight: bold;
    color: #eee;
    display: block;
}
p, div {
    line-height: 160%;
}

.tables p, .tables div{
    margin: 0;
}
.tables td{
    margin: 4px;
    border: 1px solid #e6e6e6;
}

.tables td {
    padding: 4px 6px;
}

li {
    line-height: 130%;
}

#navbar ul li a.index{
    padding: 2px;
    display: block;
    background-color: none;
}

#navbar ul li a.links:hover, #navbar ul li.active{
    background-color: #e82;
    color: #fff;
    background-image: url('nav_arr.png');
    background-repeat: no-repeat;
    background-position: bottom center;
}

h1 {
    font-size: large;
    font-weight: bolder;
    text-transform:uppercase;
    color: #d86;
}

#navPagesBar {
    text-transform:capitalize;
    padding: 4px;
    padding-left: 0;
    text-decoration: none;
}
#maincontent {
    color: #444;
}
.clearall{
    clear: both;
}

#footercontainer {
    background-color: #ddd;
    background-image: url('footer_bg.png');
    background-repeat: repeat-x;
    padding: 10px;
}

#footer {
    width: 70%;
    margin: auto;
    font-size: small;
    color: #444;
    padding-top: 6px;
}