body {
	font-family: arial, verdana, serif;
	font-weight: normal;
	font-size: 10pt;
	}


/* navbar */
body.navbar {
	background-color: black;
	color: white;
	font-family: verdana,arial,serif;
	}

.navbarlogo {
	margin: 0 0 10px 0;
	}

.navsection {
	margin: 5px 0 10px 0;
	color: #DEE7C6;
	}

.navsectiontitle {
	font-size: 10pt;
	font-weight: bold;
	border:1px solid #DEE7C6;
	padding: 2px;
	}

div.navsectionlinks {
	margin: 3px 0 0 0;
	}

ul.navsectionlinks {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

ul.navsectionlinks li {
	}

ul.navsectionlinks li ul {
	margin: 0px;
	padding: 0 0 0 30px;
	list-style: disc;
	}

ul.navsectionlinks li ul li {
	}

ul.navsectionlinks li ul li a {
	color: #DEE7C6;
	background: none;
	padding: 0;
	}

ul.navsectionlinks li ul li a:hover {
	color: #FFC47F;
	background: none;
	}

ul.navsectionlinks li ul li ul {
	margin: 0px;
	padding: 0 0 0 15px;
	list-style: circle;
	}


.navbarsearch {
	margin: 5px 0 0 0;
	}

.navbarsearch fieldset {
	border: none;
	}

.navbarsearch fieldset legend {
	font-size: 8pt;
	}

.navbarsearch input{
	font-size: 8pt;
	color: black;
	background-color: white;
	}



/* main page */
#splashpage{
	text-align: center;
	}

#mainbrandsplash{
	font-size: 12pt;
	font-weight: bold;
	margin: 0 0 35px 0;
	}

#maincopy{
	margin: 0 0 15px 0;
	}

#currentversioninfo{
	font-size: 12pt;
	}
#currentversioninfo .version{
	font-size: 14pt;
	font-weight: bold;
	}
#currentversioninfo .releasedate{
	font-size: 11pt;
	margin: 5px 0 0 0;
	}
#currentversioninfo .whatsnew{
	font-size: 11pt;
	font-weight: bold;
	margin: 10px 0 0 0;
	}

#developer{
        font-size: 10pt;
        }
#developer .doxygen{
        font-size: 10pt;
        font-weight: bold;
	margin: 10px 0 0 0;
	}

#updateversioninfo{
	margin: 15px auto 50px auto;
	width: 400px;
	}
.updatechecksdisabled{
	background-color: #FF9F9F;
	border: 1px solid red;
	padding: 10px;
	}
.updatechecksdisabled div.warningmessage{
	font-weight: bold;
	}
#updateversioninfo div.submessage{
	clear: left;
	}
.updateavailable{
	background-color: #9FD4FF;
	border: 1px solid blue;
	padding: 10px;
	}
.updateavailable div.updatemessage{
	font-size: 12pt;
	font-weight: bold;
	}

#splashpage #mainfooter{
	margin: 25px 0 0 0;
	font-size: 8pt;
	}
#splashpage #mainfooter .disclaimer{
	width: 80%;
	margin: auto;
	}
#splashpage #mainfooter .logos{
	margin: 15px 0 0 0;
	}


a img {
	border: none;
	}

.csv_export_link{
	text-align: right;
}

.errorBox {
	border:1px red solid;
	background-color: #FFE5E5;
	width:600px;
}

.errorMessage {
	text-align:left;
	font-weight: bold;
	margin:1em;
	font-size: 10pt;
}

.errorDescription,
.successMessage {
	text-align:left;
	margin:1em;
	font-size: 10pt;
}

.linkBox { border: 0; }
table.linkBox { margin-top: 20px; }
td.linkBox a { color: #000; margin-left: 5px;  padding-left: 10px;  background: url(../images/menu_li1.gif) 0 0.35em no-repeat;  }
td.linkBox a:hover { color: #6e7475; background: url(../images/menu_li2.gif) 0 0.35em no-repeat;  }

.tac { margin: 0px; }

.tac_banner {
	width: 100%;
	height: 70px;
	line-height: 70px;
	background: #ededed url(../images/Icinga_Header_Webinterface_Pixel.jpg) top left repeat-x;
}
