/* The customized CSS for doxygen */

body, table, div, p, dl {
	font-family: sans-serif;
	font-size: 14px;
	line-height: normal;
}

#titlearea
{
	background-image: url(tab_b.png);
	background-repeat: repeat-x;
	background-position: 0 -5px;
	height: 30px;
}

#projectlogo
{
	vertical-align: middle;
	padding-left: 20px;
	width: 80px;
	text-align: left;
}

#sourceforgelogo
{
	vertical-align: middle;
	padding-left: 5px;
	width: 80px;
	text-align: left;
	border-collapse: separate;
}

#sourceforgelogo img
{
	border: 0px none;
}

#projectname
{
	font-family: sans-serif;
	font-size: 97%;
	text-align: right;
	padding-right: 20px;
}

#projectnumber
{
	font-size: 75%;
}

h1 {
	font-size: 130%;
	text-align: center;
}

h2 {
	font-size: 113%;
}

h3 {
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
	margin-right: 0;
}

.title {
    font-size: 135%;
	text-align: center;
	margin: 0;
}

a {
	color: #3D578C;
	text-decoration: underline;
}

.contents a:visited {
	color: #3D578C;
}

a.qindex {
	text-decoration: none;
}

a.qindexHL {
	text-decoration: none;
}

a.el {
	text-decoration: none;
}

a.elRef {
	text-decoration: none;
}

a.code {
	text-decoration: none;
}

a.codeRef {
	text-decoration: none;
}

a.index_pointer, a.anchor, a.simple, dl.author a, span.simple a {
	text-decoration: none;
}

body {
	padding: 0;
}

div.contents {
	margin-left: 10px;
	margin-right: 10px;
}

div.headertitle
{
	padding: 5px;
}

.navpath ul
{
	height:20px;
	line-height:20px;
}

.navpath li.footer a
{
	text-decoration: none;
}

#nav-tree .label
{
    font-family: sans-serif;
    font-size: 12px;
    line-height: 22px;
}

#nav-table
{
    width: 100%;
    border-collapse: collapse;
    border: none;
    margin: auto;
    margin-bottom: 9px;
}

#nav-table td
{
    width: 50%;
    padding: 0;
}

#nav-table td:nth-child(1)
{
    text-align: left;
}

#nav-table td:nth-child(2)
{
    text-align: right;
}

#nav-table a
{
    text-decoration: none;
}

/* custom style for batch scripts colorization */

span.comment
{
    color: #008000;
}

span.keyword
{
    color: #224fff;
    font-weight: bold;
}
