
body {
    color: #000000;
    background: #ffffff;
    padding: 0px;
    margin: 0px;
	font-family : verdana, arial, sans-serif; 
	font-size : 12px; 
	}

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

a:hover, a:active {
    text-decoration: underline;
	color: #ac0011;
}

a.jump { text-align: right; }

div.bot {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 20px;
}

div.top {
    background:#0171FF;
	text-align: center;
    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;
}

img.logo {
    float: right;
    border: none;
}

#menu {
    position: absolute;
	left: 10px;
	top: 190px;
    border: 1px #999999 solid;
    width: 150px;
}

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

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

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

#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;
    color: black;
    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: #DE2C18;
    color: #ffffff;
    border-top: 1px #6F000B solid;
    border-bottom: 1px #6F000B solid;
    text-decoration: none;
}


div.content {
    padding: 20px;
    margin-left: 80px;
    margin-right: 80px;
}


#skipnav {
    display: none;
}

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;
   
   clear: right;
}

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

p {
    text-align: justify;
}

h2 {
    border-bottom: 1px #cccccc solid;
    clear: right;
}

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;
}
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;
}

#footer a {
    color: white;
}

#copy {
	text-align: center;
    color: #000000;
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, 'Bitstream Vera Sans', 'Luxi Sans', Verdana, Sans-Serif;
    font-size: 80%;
}





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;
}


img.float {
    float:                  right;

    margin-top:             7px;
    margin-left:            10px;
    /* margin-right:           10px; */
    margin-bottom:          10px;
}



/*@import: url(wiki.css)*/



/* FORM STUFF */

SELECT, option, textarea, input  {

    color:                  #000000; 
    font-size:              10px; 
    text-decoration:        none; 
    background:             white; 
    border:                 1px solid #666666;
    
    margin:                 2px 0px 2px 0;
    padding:                2px;

}

/* now make them all have nice hovers */



SELECT:hover, option:hover, textarea:hover, input:hover {
    background:             #ddd; 
}


form.search {
    background:             #f0f0f0;
    text-align:             center;
    display:                block;
    background:             #f0f0f0;
    color:                  #0081ac;
    border-top:             1px #d6d6d6 solid;
    border-bottom:          1px #d6d6d6 solid;
    margin:                 0px;
    padding:                4px;
    padding-left:           10px;
  
    
}


