html {
}

@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:local('Open Sans'),local('OpenSans'),url(open_sans.ttf) format('truetype');}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;src:local('Open Sans Bold'),local('OpenSans-Bold'),url(open_sans_bold.ttf) format('truetype');}@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;src:local('Open Sans Italic'),local('OpenSans-Italic'),url(open_sans_italic.ttf) format('truetype');}

body {
    background: #004;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

dt {
  font-weight: bold;
}

#wrapper {
    background: #fff;
    padding: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 50px #004 solid;
	max-width: 980px;
	min-height: 1140px;
}

a:link, a:visited, a:hover {
    font-weight: bold;
    color: #0081ac;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #ac0011;
}

div.top a:visited {
    color: #ffffff;
}

div.top a:link {
    color: #ffffff;
}

div.top {
    background:#0D3153 url('banner.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 100%;
    height: 200px;
    border-bottom: 10px #004 solid;
    border-top: 10px #004 solid;
}

table.tutorial		{ width:auto; margin-top:10px; } /* margin-left:0px */
table.tutorial td	{ border:thin solid #cccccc; }
table.tutorial td.empty	{ border:none; }
table.tutorial td.head	{ background-color:#eeeeff;}

table.status		{ width:auto; } /* margin-left:0px */
table.status td		{ border:thin solid #cccccc; }
table.status td.empty	{ border:none; }
table.status td.head	{ background-color:#eeeeff; }

div.top h1 {
    color: #ffffff;
    background: transparent;
    font-size: 40px;
    margin: 0px;
    padding-left: 20px;
    padding-top: 20px;
}

#menu {
    float: left;
    width: 150px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
    padding: 0px;
}

#menu img {
  margin-top: 10px;
}

#menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#menu li.sub {
    color: #000000;
    background: #d6d6d6;
    font-weight: bold;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    height: 18px;
    line-height: 18px;
}

#menu .title {
    padding: 5px;
    margin: 10px 0px 0px 0px;
    text-align: center;
    font-weight: bold;
    background: #eef;
    color: #004;
}

#menu ul.sub {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    list-style: none;
}

#menu li a {
    display: block;
    background: #ddf;
    color: #008;
    margin: 0px;
    padding: 4px;
    padding-left: 10px;
    width: 100%;
    line-height: 18px;
    height: 18px;
    font-size: 11px;
}
#menu li a:visited {
    color: #008;
}

#menu li a {
    width: auto;
    color: #008;
}

#menu li.item a:hover, ul.sub li.item a:hover {
    background: #ac0011;
    color: #ffffff;
    text-decoration: none;
}

#menu img {
    border: 0;
}

#sourceforge {
    text-align: center;
    border: none;
}

#sourceforge {
    width: auto;
}

div.content {
    padding: 20px;
    padding-right: 5px;

    /* this is a hack */
    margin-left: 160px;
    margin-right: 20px;
}


#skipnav {
    display: none;
}

#togglecss {
    position: absolute;
    top: 110px;
    right: 10px;
}

img.thumb {
    border: 1px #999999 solid;
}

p {
    text-align: justify;
}

h2 {
    clear: right;
}

pre {
    border-top: 1px #006F02 solid;
    border-bottom: 1px #006F02 solid;
    background: #B0E4AE;
    padding-left: 10px;
    min-width: 500px;
}

.call {
    overflow-x: visible;
}


/* 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;
}

#footer a {
    color: white;
}

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:                  90%;
    clear:                  none;
    border-collapse:        collapse;
    background:             none;
}

td {
    padding:                8px;
    vertical-align:         top;
}


table.roadmap {
    background:             #eee;
}

table.roadmap td {

    border:                 1px solid #999;
    /* width:                  50%; */


}

tr.header {
    font-weight:            bold;
    background:             #ddd;
}

td.title {
    text-align:             center;
    font-weight:            bold;
    background:             #ddd;
}



img.float {
    float:                  right;
    margin-top:             7px;
    margin-left:            10px;
    /* margin-right:           10px; */
    margin-bottom:          10px;
}


.alert
{
    color:          red;
}


div.alert
{
    border:         1px solid red;
    padding:        8px;
}

.preview,
.message
{
    border:         1px solid #ccc;
    padding:        8px;
}


#navbar
{
    padding:        8px;
    background:     #ccc;
}

#navbar a
{
    padding-right:  12px;
}

.caption
{
    float:          left;
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 10px;

}

div.top h2 {
    color: #ffffff;
    background: transparent;
    font-size: 21px;
    margin: 0px;
    padding-left: 20px;
    border-bottom: none;
}

div.top h3 {
    color: #ffffff;
    background: transparent;
    margin: 0px;
    padding-left: 20px;
    border-bottom: none;
}

.draft-alert {
  padding: 20px;
  margin: 20px;
  background: #888;
  color: #fff;
  border-radius: 20px;
  font-size: 200%;
  text-align: center;
  font-weight: bold;
  text-shadow: 0px 0px 5px black;
}

.figure .figure-art {
  text-align: center;
}

.figure .figure-caption {
  margin: 0 auto;
  display: table;
  background: #555;
  color: white;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px;
}

dl {
  padding-left: 10px;
  margin-left: 40px;
  border-left: 3px solid #aaa;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.titly {
  font-weight: bold;
}

.figure-art img {
  width: 100%;
}
