/* 
    Document   : standard
    Created on : Apr 7, 2012, 3:43:28 PM
    Author     : sven-uwejanietz
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

body {
    margin:0px;
    padding:0px;
    font-family:verdana, arial, helvetica, geneva, sans-serif;
    font-size: 11px;
    color: black;
    text-align: left;
}

a {
    color: #ff9900;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
h1 {
   font-size: 13px;
   font-weight: bold;
}
h2 {
   font-size: 12px;
   font-weight: bold;
}
h3 {
   font-size: 10px;
   font-weight: bold;
   padding: 3px;
   margin: 0px;
}
#headbox {
    background-color:#333333;
    padding:10px;
    color: #ffffff;
    font-size: 14px;
}

#leftbox {
    position:absolute;
    left: 0px;
    background-color: #e8e7e7;
    padding:10px;
    margin: 0px;
    width: 175px;
    overflow: hidden;
}

#mainbox {
    position:absolute;
    left: 200px;
    padding:10px;
    margin: 0px;
}
.imagelist_grey {
    background-color: #e8e7e7;
}
.imagelist_white {
    background-color: #ffffff;
}

