a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #C90000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #C90000;
	text-decoration: none;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
strike {
	color: #FF0000;
}
.MAUbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #D50808;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;
	cursor: hand;
}
.MAUbutton2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #D50808;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;
	cursor: hand;
	text-align: left;
	height: 20px;
	width: 300px;
}


/** Danko **/


.status-panel-container {
	
	margin-bottom: 10px;
	width: 440px;
	border: solid 1px #999999;
	color: #333333;
}

.status-panel-header {
	border-bottom: 1px solid #999999;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	
	color: #333333;
}
.status-panel-item {
	font-size: 11px;
	font-style: italic;
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 4px;
	float: left;
	color: #333333;
}

.control-panel-container {
	padding-left: 60px;
}

.control-panel-header {
	border-bottom: 1px solid black;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	width: 200px;
}
.control-panel-item {
	font-size: 12px;
	padding-left: 30px;
	padding-top: 2px;
}
.control-panel-item a {
	text-decoration: none;
	color: black;
}
.control-panel-item a:hover {
	text-decoration: underline;
	color: blue;
}
.control-panel-button {
	padding-left: 30px;
	padding-top: 6px;
}
.control-panel-button a {
	text-decoration: none;
	color: black;
}
.control-panel-button a:hover {
	text-decoration: underline;
	color: blue;
}
.contenthighligted {
	font: normal 14px/normal Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #003300;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	text-align: left;
	display: block;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding: 10px;
	text-transform: none;
	text-decoration: none;
}
