body 
{
    background-color: white;
    color: black;
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 15px;
    margin-left: 50px;
    margin-right: 50px;
    min-width: 1000px;
}

a 
{
    text-decoration: none;
}

a:link
{
    color: black;
    border-bottom: 1px dotted #666;
}

a:visited
{
    color: black;
    border-bottom: 1px dotted #DDD;
}

a:hover
{
    border-bottom: 1px solid #666;
}

a img {
    text-decoration: none;
    border: 0 none;
}

a.nou {
    border: 0 none;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 1.2em 0;
    font-family: Helvetica, Verdana, sans-serif;
    font-weight: normal;
}

h1
{
    font-size: 1.8em;
    margin-top: 1.0em;
    margin-bottom: 1.0em;
    overflow: auto;
}

h2
{
    font-size: 1.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-decoration: none;
}

h3
{
    margin-top: 0;
    margin-bottom: .4em;
}

p
{
    margin-top: 0;
    margin-bottom: 1.4em;
    text-align: justify;
    line-height: 1.5em;
}

pre {
    font-size: 12px;
    line-height: 1.5em;
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

ul, li
{
    list-style-type: square;
  /*margin: 0px;
    padding: 0px;
*/}

hr
{
    border: none;
    background-color: transparent;
    border-bottom: 1px dotted #CCC;
}

.data {
    font-size: 13px;
    line-height: 18px;
}

#header
{
/*    background-color: white;*/
    border-bottom:1px dotted #CCC;
    
    margin-top: 15px;
    
    padding-top: .3em;
    padding-bottom: .3em;
    padding-left: .3em;
    
    color: black;
    font-weight: normal;
}

#header h1 {
    font-size: 2.0em;
    padding: 0px;
    text-align: right;
}

#left
{
    float: left;
  /*min-width: 175px;*/
    width: 11%;
    border-right: 1px dotted #CCC;
}

#right
{
    float: right;
    width: 88%;
}

.pad
{
    padding: 1.2em;
}


/* Sidebar */
#navlist { 
    margin: 0; 
    padding: 0; 
    list-style-type: none; 
}

#navlist li { 
    font-size: 14px; 
    font-weight: normal;
    padding: 0px; 
    margin: 0px; 
    border-bottom: 1px dotted #CCC;
    list-style-type: none;
    display: block;
}

#navlist li.current {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-left: 1px solid black;
}

#navlist a { 
    display: block; 
    padding: 15px 25px;
    margin: 0px;

    border-bottom: 0px dotted #CCC; 
    background: white; 
    text-decoration: none;
}

#navlist p { 
  /*display: block inline; */
    padding: 15px 25px;
    margin: 0px;

    border-bottom: 0px dotted #CCC; 
    background: white; 
    color: #CCC;
    text-decoration: none;
}

#navlist a.current:hover, #navlist a:hover, #navlist a:active { 
    background-color: #CCC; 
    color: white;
    text-decoration: none;
}

/* table sorting */
tr.alternate {
    background-color:#eeeeee;
}
th {
    padding: 5px;
    spacing: 5px;
}
th.table-sortable {
    cursor:pointer;
}
th.table-sortable b:hover {
    color: black;
    background-color: yellow;
}
th.headerSortUp { 
    background-color: #3399FF; 
}
th.headerSortDown { 
    background-color: #3399FF; 
} 
th.header { 
    font-weight: normal;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -1px; 
}
