/* CSS for ezV24
 * --> the homepage is generated with txt2tags
 */

body {
    color: #000000;
    background: #f0f0f0;
    padding: 0px;
    margin: 0px;
    font-family: Sans-Serif, 'Bitstream Vera Sans', Verdana, Arial, Helvetica, 'Luxi Sans';
}

a:link, a:visited, a:hover {
    font-weight: bold;
    color: #0081ac;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #ac0011;
}

/* not used here */
/*
div.top {
    background:#0081ac;
    width: 100%;
    height: 100px;
    border-bottom: 1px black solid;
}

div.top a.logo,
div.top a.logo:link,
div.top a.logo:hover,
div.top a.logo:visited
 {
     color: #ffffff;
     background: transparent;
     border: none;
     text-decoration: none;
}

div.top h1 {
    color: #ffffff;
    background: transparent;
    font-size: 40px;
    font-family: arial;
    margin: 0px;
    padding: 20px;
    float: left;
}
*/

div.header {
    background: #0081ac url(logo.png) no-repeat right;
    width: 100%;
    height: 100px;
    border-bottom: 1px black solid;
}

div.header a.logo,
div.header a.logo:link,
div.header a.logo:hover,
div.header a.logo:visited
 {
     color: #ffffff;
     background: transparent;
     border: none;
     text-decoration: none;
}

div.header h1 {
    color: #ffffff;
    background: transparent;
    font-size: 40px;
    font-family: arial;
    margin: 0px;
    padding: 5px 0 0 20px;
}
div.header h2 {
    color: #ffffff;
    background: transparent;
    font-size: 20px;
    font-family: arial;
    margin: 0px;
    padding: 0 0 0 20px;
    border: none;
}

img.logo {
    float: right;
    padding: 15px;
    border: none;
}

#menu {
    float: left;
    border: 1px #999999 solid;
    width: 150px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#menu li.sub {
    color: #000000;
    background: #d6d6d6;
    font-weight: bold;
    padding: 0px;
}

#menu .title {
    padding: 4px;
    text-align: center;
}

#menu .selected {
    background-image: url('scanlines.png');
    padding: 4px;
    padding-left: 10px;
}

#menu ul.sub {
    padding: 0px;
    margin: 0px;
    border-top: 1px #999999 solid;
    border-bottom: 1px #999999 solid;
    list-style: none;
}

#menu li a {
    display: block;
    background: #f0f0f0;
    background-image: url('scanlines.png');
    color: #0081ac;
    border-top: 1px #d6d6d6 solid;
    border-bottom: 1px #d6d6d6 solid;
    margin: 0px;
    padding: 4px;
    padding-left: 10px;
    width: 100%;
}
#menu li a:visited {
    color: #0081ac;
}

html>body #menu li a {
    width: auto;
}

#menu li.item a:hover, ul.sub li.item a:hover {
    display: block;
    background: #ac0011;
    /*background: #DC878F;*/
    color: #ffffff;
    border-top: 1px #6F000B solid;
    border-bottom: 1px #6F000B solid;
    text-decoration: none;
}

#sourceforge {
    text-align: center;
    border: none;
}

html>body #sourceforge {
    width: auto;
}

div.content {
    padding: 20px;

    /* this is a hack */
    margin-left: 160px;
    margin-right: 20px;
}


#skipnav {
    display: none;
}

#togglecss {
    position: absolute;
    top: 110px;
    right: 10px;
}

div.news {
}

div.news div.item {
}

div.news div.item img {
    margin: 10px;
}

div.news div.item img.right {
    float: right;
    margin-right: 0px;
}

div.news div.item img.left {
    float: left;
    margin-left: 0px;
}

img.thumb {
    border: 1px #999999 solid;
}

div.news div.item h3 {
   font-weight: bold;
   border-left: 10px #999999 solid;
   padding-left: 4px;
   margin-bottom: 4px;
}

div.news div.item p {
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 20px;
}

p {
    text-align: justify;
}

h2 {
    border-bottom: 1px #000000 solid;
}

pre {
    border: 1px #006F02 solid;
    background: #B0E4AE;
    padding: 4px;
}


/* File Releases */

div.rss-files {
}

div.rss-files div.file {
    background: #f0f0f0;
    color: #000000;
    border: 1px #999999 solid;
    padding: 2px;
    margin: 20px;
}

div.rss-files div.file div.title {
    font-weight: bold;
    padding: 4px;
    padding-top: 2px;
}
div.rss-files div.file div.description {
    font-weight: normal;
    border: 1px #999999 solid;
    background: #ffffff;
    color: #000000;
    padding: 4px;
}

#footer {
    text-align: center;
    width: 100%;
    border-top: 1px #000000 solid;
    border-bottom: 1px #000000 solid;
    padding-top: 4px;
    padding-bottom: 4px;
    background:#0081AC;
    color: #ffffff;
    clear: both;
}

#footer img {
    border: none;
}


/* Doxygen Specific */

div.doxygen {
}

div.doxygen pre {
    background: #F8F8C6;
    background: #fffff0;
    color: #000000;
    border: 1px #808000 solid;
}

div.doxygen pre a:hover {
}

div.doxygen pre .preprocessor {
    font-weight: bold;
    color: #006809;
}

div.doxygen pre .keyword {
    color: #68005F;
}

div.doxygen pre .keywordflow {
    color: #120053;
    font-weight: bold;
}

div.doxygen pre .keywordtype {
    font-weight: bold;
    color: #495300;
}

div.doxygen pre .comment {
    font-style: italic;
    font-weight: bold;
}



table {

    margin-left:            auto;
    margin-right:           auto;
    width:                  100%;

    clear:                  both;

    border-collapse:        collapse;

    background:             none;

/*    font-family: Sans-Serif, Arial, Helvetica, 'Bitstream Vera Sans', 'Luxi Sans', Verdana; */
    font-size: 13px;

}

td {
    padding:                8px;
    vertical-align:         top;
}


table.roadmap {
    background:             #eee;
}

table.roadmap td {

    border:                 1px solid #999;
}

tr.header {
    font-weight:            bold;
    background:             #ddd;
}

td.title {
    text-align:             center;
    font-size:              16px;
    font-weight:            bold;
    background:             #ddd;
}
