/* 
    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;
   padding: 5px;
   background-color:#cccccc;
}
h1.article_title {
   font-size: 15px;
   font-weight: bold;
   padding: 5px;
   background-color: #666666;
   color: #ffffff;
}
h2 {
   font-size: 13px;
   font-weight: bold;
   padding: 3px;
}
h2.article_subtitle {
   font-size: 12px;
   font-style: italic;
   padding: 2px 0px 5px 30px;
}
h3 {
   font-size: 10px;
   font-weight: bold;
   padding: 3px;
   margin: 0px;
   padding: 1px;
}
#headbox {
    background-color:#333333;
    padding:10px;
    color: #ffffff;
    font-size: 14px;
}

#mainbox {
    position:absolute;
    left: 0px;
    padding:10px;
    margin: 0px;
}

#articleform {
    padding:0px 20px 20px 20px;
    margin: 0px;
}
.alert {
    color: red;
    font-size: 20px;
    padding: 30px;
}
.tooltip {
    color: navy;
    font-size: 10px;
    padding: 5px;
}
.private {
    background-color:#999999;
}
.protected {
    background-color:#cccccc;
}
.public {
    
}
.toplink {
   font-size: 16px;
   font-weight: bold;
   padding: 10px 0px 10px 0px;
}
.pager{
    padding: 10px 20px 10px 20px;
}