/* General CSS */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#333333;
}
div, table, form, td, tr, h1, h2, h3, h4, input, select, textarea, fieldset, label, ul, li, img, p{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	border:none;
}
pre{
	font-family:Courier, Monospace;
	font-size:10pt;
	text-align:justify;
}
p{
	margin-left:0px;
	margin-right:0px;
	margin-top:2px;
	margin-bottom:2px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:justify;
}
ul{
	list-style-type:none;
}
a{
	font-weight:bold;
	font-size:10pt;
	color:#0066CC;
	text-decoration:none;
}
a:visited{
	color:#0066CC;
}
a:hover{
	color:#FF0000;
}
/* Menu */
#actions ul {
	text-align:center;
	vertical-align:middle;
}
#actions ul li a{
	color:#0066CC;
	font-size:11pt;
	font-weight:normal;
	width:100%;
	height:20px;
	padding-top:2px;
	display:block;
}
#actions ul li a.current{
	color:#a93534;
	font-weight:bold;
}
#actions ul li a:hover{
	color:#FF0000;
	font-weight:bold;
	background-color:#cce5ff;
}
/* Div placement */
div#frame{
	width:1000px;
	position:relative;
	margin:0 auto;
	padding-top:15px;
}
div#menu{
	position:relative;
	border-right:1px solid #999999;
	width:200px;
	float:left;
	overflow:hidden;
}
div#logo{
	position:relative;
	width:200px;
	height:130px;
}
div#actions{
	position:relative;
	width:200px;
	padding-top:10px;
}
div#ads{
	position:relative;
	width:200px;
	padding-top:10px;
	text-align:center;
}
div#content{
	position:relative;
	width:799px;
	float:right;
	text-align:center;
}
div#footer{
	position:relative;
	text-align:center;
	margin-left:200px;
	width:799px;
	clear:both;
	height:30px;
}
/* Stats admin */
#content .stats{
	text-align:left;
	padding-left:10px;
}
#content ul.stats{
	padding-bottom:10px;
}
/* Regsiter special */
#content div.register_why{
	width:380px;
	float:left;
	text-align:left;
}
#content div.register_form{
	width:380px;
	float:right;
	background-color:white;
}
#content div.register_examples{
	width:100%;
	clear:both;
}
#content p.register{
	padding-left:10px;
}
#content div.register_examples h2{
	text-align:left;
	padding-left:10px;
	padding-top:10px;
}
/* Whole document titles and styles */
.error{
	color:#FF0000;
}
.info{
	color:#00cc13;
}
#content h1{
	font-size:24pt;
	text-align:center;
	padding-left:10px;
	padding-bottom:15px;
}
#content h2{
	font-size:12pt;
	padding-left:10px;
	text-align:center;
	font-weight:bold;
	padding-bottom:15px;
}
#actions h2{
	font-size:12pt;
	background-color:#398fe5;
	color:#FFFFFF;
	text-align:center;
	margin-bottom:4px;
	margin-top:0px;
	padding-bottom:0px;
	padding-top:2px;
}
#footer h4{
	font-size:8pt;
	font-weight:normal;
	color:#CCCCCC;
	text-align:center;
	padding-top:15px;
}
/* About DNSKnife */
#content div.about h2{
	text-align:left;
	margin-top: 15px;
}
#content div.about p{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	text-align:justify;
}
#content div.about ul{
	list-style-type:disc;
	padding-left:50px;
	text-align:left;
	padding-bottom:10px;
}
#content div.about dl{
	margin-left: 15px;
	font-size: 10pt;
}
#content div.about dl dt{
	text-align:left;
	margin-top: 5px;
	font-weight: bold;
}
#content div.about dl dd{
	text-align:left;
	margin-left: 15px;
}
/* EULA */
ul.eula{
	list-style-type:disc;
	padding-left:10px;
	text-align:left;
}
/* Mini icons */
#content img.mini{
	width:16px;
	height:16px;
	padding-top:1px;
	padding-bottom:1px;
	vertical-align:middle;
}
/* General form configuration */
#content p{
	font-size:10pt;
	display:block;
}
#content ul{
	font-size:10pt;
}
#content legend{
	display:none;
}
#content fieldset{
	border:0;
	margin-left:5px;
	margin-right:5px;
	position:relative;
	margin:0 auto;
	text-align:left;
}
#content fieldset p{
	text-align:center;
}
#content label{
	font-weight:bold;
	font-size:11pt;
}
#content input{
	height:18px;
	font-weight:normal;
	font-size:10pt;
	vertical-align:middle;
	margin-left:5px;
	margin-bottom:5px;
	border:1px solid #999999;
}
#content select{
	font-weight:normal;
	font-size:10pt;
	vertical-align:middle;
	margin-left:5px;
	margin-bottom:5px;
	border:1px solid #999999;
}
#content textarea{
	font-weight:normal;
	font-size:10pt;
	vertical-align:top;
	margin-left:5px;
	margin-bottom:5px;
	border:1px solid #999999;
}
/* Forms submit */
#content #register_fieldset input#register, #content #save_report_fieldset input#save_report,#content #login_fieldset input#login, #content #change_fieldset input#change, #content #create_periodic_report_fieldset input#create_periodic_report, #content #report_fieldset input#report, #content #resend_fieldset input#resend{
	height:24px;
	font-size:11pt;
	text-align:center;
	border:1px solid #999999;
	background-color:#EEEEEE;
	font-weight:bold;
	display:inline;
}
/* Login form */
#content fieldset#login_fieldset{
	width:330px;
}
#content #login_fieldset input#login{
	width:60px;
}
#content #login_fieldset input#username, #content #login_fieldset input#password{
	width:180px;
}
#content #login_fieldset input#remember{
	border:none;
	width:20px;
	height:20px;
	margin-right:160px;
}
#content #login_fieldset label#username_label, #content #login_fieldset label#password_label, #content #login_fieldset label#remember_label, #content #login_fieldset label#login_label{
	width:140px;
	text-align:right;
	float:left;
}
/* Register form */
#content fieldset#register_fieldset{
	width:330px;
}
#content #register_fieldset input#register{
	width:75px;
}
#content #register_fieldset input#first_name, #content #register_fieldset input#last_name, #content #register_fieldset input#username, #content #register_fieldset input#mail, #content #register_fieldset input#password, #content #register_fieldset input#password2{
	width:180px;
}
#content #register_fieldset input#accept{
	border:none;
	width:20px;
	height:20px;
	margin-right:160px;
}
#content #register_fieldset label#first_name_label, #content #register_fieldset label#last_name_label, #content #register_fieldset label#username_label, #content #register_fieldset label#mail_label, #content #register_fieldset label#password_label, #content #register_fieldset label#password2_label, #content #register_fieldset label#accept_label, #content #register_fieldset label#register_label{
	width:140px;
	text-align:right;
	float:left;
}
/* Confirmation mail and password recovery forms */
#content #resend_fieldset{
	text-align:center;
}
#content #resend_fieldset input#resend{
	width:75px;
}
#content #resend_fieldset input#mail{
	width:250px;
	font-size:12pt;
	text-align:center;
}
/* Change user informations and password */
#content form#change_form{
	margin-top:30px;
}
#content fieldset#change_fieldset{
	width:330px;
}
#content #change_fieldset input#change{
	width:75px;
}
#content #change_fieldset input#first_name, #content #change_fieldset input#last_name, #content #change_fieldset input#mail, #content #change_fieldset input#password, #content #change_fieldset input#password2, #content #change_fieldset input#old_password{
	width:180px;
}
#content #change_fieldset label#first_name_label, #content #change_fieldset label#last_name_label, #content #change_fieldset label#mail_label, #content #change_fieldset label#password_label, #content #change_fieldset label#password2_label, #content #change_fieldset label#old_password_label, #content #change_fieldset label#change_label{
	width:140px;
	text-align:right;
	float:left;
}
/* Report form */
#content #report_fieldset{
	text-align:center;
}
#content #report_fieldset input#report{
	width:60px;
}
#content #report_fieldset input#domain{
	width:250px;
	font-size:12pt;
	text-align:center;
}
/* Create and change periodic report form */
#content #create_periodic_report_form{
	margin-top: 30px;
}
#content fieldset#create_periodic_report_fieldset{
	width:330px;
}
#content #create_periodic_report_fieldset input#create_periodic_report{
	width:75px;
}
#content #create_periodic_report_fieldset input#name, #content #create_periodic_report_fieldset input#domain_name{
	width:180px;
}
#content #create_periodic_report_fieldset input#maximum_memory{
	width: 50px;
	margin-right: 130px;
}
#content #create_periodic_report_fieldset input#time_hours, #content #create_periodic_report_fieldset input#time_minutes{
	width:25px;
	margin-right:5px;
}
#content #create_periodic_report_fieldset textarea#description{
	width:180px;
	height:60px;
	float:left;
}
#content #create_periodic_report_fieldset select#frequency, #content #create_periodic_report_fieldset select#categories, #content #create_periodic_report_fieldset select#week_day, #content #create_periodic_report_fieldset select#month_day{
	width:180px;
}
#content #create_periodic_report_fieldset input#active, #content #create_periodic_report_fieldset input#send_mail{
	border:none;
	width:20px;
	height:20px;
	margin-right:160px;
}
#content #create_periodic_report_fieldset label#name_label, #content #create_periodic_report_fieldset label#categories_label, #content #create_periodic_report_fieldset label#description_label, #content #create_periodic_report_fieldset label#domain_name_label, #content #create_periodic_report_fieldset label#frequency_label, #content #create_periodic_report_fieldset label#week_day_label, #content #create_periodic_report_fieldset label#month_day_label, #content #create_periodic_report_fieldset label#active_label, #content #create_periodic_report_fieldset label#send_mail_label, #content #create_periodic_report_fieldset label#time_hours_label, #content #create_periodic_report_fieldset label#maximum_memory_label, #content #create_periodic_report_fieldset label#create_periodic_report_label{
	width:140px;
	text-align:right;
	float:left;
}
/* Save report */
#content fieldset#save_report_fieldset{
	width:330px;
}
#content #save_report_fieldset textarea#description{
	width:180px;
	height:60px;
	float:left;
}
#content #save_report_fieldset input#save_report{
	width:60px;
}
#content #save_report_fieldset input#name{
	width:180px;
}
#content #save_report_fieldset label#name_label, #content #save_report_fieldset label#description_label, #content #save_report_fieldset label#save_report_label{
	width:140px;
	text-align:right;
	float:left;
}
/* Results table */
#content table.results{
	width:780px;
	position:relative;
	margin:0 auto;
	font-size:10pt;
	border-collapse:collapse;
}
#content table.results td{
	border:1px solid #999999;
	padding:1px 4px 1px 4px;
	vertical-align:top;
	text-align:center;
}
#content table.results thead{
	background-color:#EEEEEE;
}
#content table.results thead td{
	border:1px solid #999999;
	font-size:12pt;
	font-weight:bold;
}
#content table.results tbody td{
	text-align:left;
}
#content table.results tbody tr.failure td{
	background-color:#ffcece;
}
#content table.results tbody tr.critical td{
	background-color:#ffcece;
}
#content table.results tbody tr.warning td{
	background-color:#fffaab;
}
#content table.results tbody tr.missing td{
	background-color:#eeeeee;
}
#content table.results tbody tr.failure td.category{
	background-color:#FFFFFF;
}
#content table.results tbody tr.critical td.category{
	background-color:#FFFFFF;
}
#content table.results tbody tr.warning td.category{
	background-color:#FFFFFF;
}
#content table.results tbody tr.missing td.category{
	background-color:#FFFFFF;
}
#content table.results td.status{
	text-align:center;
}
#content table.results td.category{
	font-weight:bold;
}
#content table.results thead td.success{
	background-color:#55B05A;
}
#content table.results thead td.failure{
	background-color:#ffcece;
}
#content table.results thead td.warning{
	background-color:#fffaab;
}
/* Periodic reports table */
#content table.periodic_reports{
	width:780px;
	position:relative;
	margin:0 auto;
	font-size:10pt;
	border-collapse:collapse;
}
#content table.periodic_reports td{
	border:1px solid #999999;
	padding:1px 4px 1px 4px;
	vertical-align:top;
	text-align:center;
}
#content table.periodic_reports thead{
	background-color:#EEEEEE;
}
#content table.periodic_reports thead td{
	border:1px solid #999999;
	font-size:12pt;
	font-weight:bold;
}
#content table.periodic_reports tbody td.name{
	text-align:left;
}
#content table.periodic_reports tbody td.active, #content table.periodic_reports tbody td.send_mail{
	padding:0 0 0 0;
}
/* Reports table */
#content table.reports{
	width:780px;
	position:relative;
	margin:0 auto;
	font-size:10pt;
	border-collapse:collapse;
}
#content table.reports td{
	border:1px solid #999999;
	padding:1px 4px 1px 4px;
	vertical-align:top;
	text-align:center;
}
#content table.reports thead{
	background-color:#EEEEEE;
}
#content table.reports thead td{
	border:1px solid #999999;
	font-size:12pt;
	font-weight:bold;
}
#content table.reports tbody td.name{
	text-align:left;
}
/* Description table */
#content table.description{
	width:780px;
	position:relative;
	margin:0 auto;
	font-size:10pt;
	border-collapse:collapse;
}
#content table.description td{
	border:1px solid #999999;
	padding:1px 4px 1px 4px;
	vertical-align:top;
	text-align:left;
}
#content table.description thead{
	background-color:#EEEEEE;
}
#content table.description thead td{
	border:1px solid #999999;
	font-size:12pt;
	font-weight:bold;
}
/* Display periodic report */
#content span.periodic_reports{
	font-weight:bold;
	margin-right:10px;
}
#content ul.periodic_reports{
	text-align:left;
	position:relative;
	margin:0 auto;
	width:400px;
}
/* Display reports */
#content span.reports{
	font-weight:bold;
	margin-right:10px;
}
#content ul.reports{
	text-align:left;
	position:relative;
	margin:0 auto;
	width:400px;
}
/* Template styles */
span.template_primitive {
	display: block;
	font-weight: bold;
	margin: 0.4em 0 0 1em;
}
ul.template_array {
	display: block;
	font-weight: bold;
	text-align: left;
	padding: 0;
	margin: 0.4em 0 0 1em;
}
ul.template_array li {
	margin: 0;
	padding: 0;
}
ul.template_net_soa {
	display: block;
	margin: 0.4em 0 0 1em;
	padding: 0;
	text-align: left;
}
ul.template_net_soa li span.key {
	text-transform: uppercase;
	font-weight: bold;
}
ul.template_array_key_value {
	display: block;
	margin: 0.4em 0 0 1em;
	padding: 0;
	text-align: left;
}
ul.template_array_key_value li span.key {
	font-weight: bold;
}
ul.template_array_key_value li span.value {
	font-weight: bold;
}
