body, table, input, select, textarea {
	font: normal 11px Tahoma;	
}

body {
	background-color: #ffffff;
/*	font-family: Verdana;	*/
	font-family: Tahoma;
	font-size: 11px;
}

th {
	font-family: Verdana;
	font-size: 10px;
	text-transform: uppercase;
	text-align: left;
	background-color: #555555;
	color: #ffffff;
}

input, select, textarea {
	font-family: Tahoma;
	font-size: 11px;
}

th.field-title {
	text-transform: none;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	text-align: right;
}

.sub-th {
	color: #000;
	background-color: #ddd;
	text-transform: none;
}

.blue {
	color: #ffffff;
	background-color: #336699;	
}

a:link, a:visited {
	color: #003366;
}
	
a:active {
	color: #000099;
}

td {
/*	font-family: Verdana;	*/
	font-family: Tahoma;
	font-size: 11px;
}


h1 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}

.tab-title {
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	padding: 6px;
	background-color: #dddddd;
	margin-right: 6px;
	margin-bottom: 0px;
	white-space: nowrap;
}

.tab-current {
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	padding: 6px;
	margin-right: 6px;
	background-color: #a6b3d2;
	white-space: nowrap;
}

.tab-title a:link, .tab-title a:visited, .tab-current a:link, .tab-current a:visited {
	color: #000;
}
	
.row-highlight {
	background-color: #ffff99;
}

.service-allow {
	background-color: #CEE1CE;
}

.service-deny {
	background-color: #D8BFD8;
}

.service-inspect {
	background-color: #ffff99;
}

.service-undefined {
	background-color: #cccccc;
}

.inherited {
	font-style: italic;
	color: #999999;
}

.list-header {
	background-color: #555555;
	color: #ffffff !important;
	padding: 2px;
}

.ip-setting {
	background-color: #ddd;
}

ul
{
	margin-top: 0.5em;
}


