html {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	height:100%;
}

body {
	margin:2px 24px 2px 0;
	padding:0;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #f0f0f0;
	color: #333366;
}
#map {
	width: 1000px;
	height: 800px;
}


#origingen {
	float:left;
	margin:0 0 8px 4px;
}
#originref {
	float:right;
	margin:0 0 0 0;
}
#originname a {
	padding:0 0 4px 0;
	color: #ffffff;
	text-decoration:none;
	font-size: .7em;
	margin:0 0 0 0;
}
a { 	text-decoration:none; 
	color: #333366;	
}
a:hover {	text-decoration:underline;
}

.container {
	display: flex;
}
.fixedrack {
	width: 200px;
}
.flexrack {
	flex-grow: 1;
}

.rack {
	float:left;
	width: 20%;
	height: 400px;
}
.clearfix {
	content: "";
	clear: both;
	display: table;
}


.main_tab {
	/*color: #6C0000;*/
	color: #00ff00;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333366;
	border-left-color: #333366;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333366;
	border-bottom-color: #333366;
	background-color: #7C5232;
}

.main_tab_on {
	color: #000070;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333366;
	border-left-color: #333366;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333366;
	border-bottom-color: #f0f0f0;
	background-color: #A8612B;
}

.main_tab_link {
    color: #F5E0D1;
	text-decoration:none;
}
.main_tab_link:link {
    color: #f0f0f0;
	text-decoration:none;
}
.main_tab_link:hover {
    color: #F5E0D1;
	text-decoration:none;
}
.main_tab_link:visited {
    color: #f0f0f0;
    text-decoration:none;
}

.image_tab {
	height:23px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #32485F;
	border-left-color: #708599;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #708599;
	border-bottom-color: #32485F;
	background-color: #FFFFFF;
}

.section_tab {
	height:23px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333366;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #32485F;
	border-left-color: #708599;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	/*border-top-color: #708599;*/
	/*border-bottom-color: #32485F;*/
	border-bottom-color: #999999;
	background-color: #f0f0f0;
}

.field_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #32485F;
	border-left-color: #32485F;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #32485F;
	border-bottom-color: #32485F;
	background-color: #ffffff;
}

.field_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

.section_tab_on {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #32485F;
	border-left-color: #ADB8C2;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	/*border-top-color: #ADB8C2;*/
	border-top-color: #999999;
	border-bottom-color: #FFFFFF;
}

.tab_link {
	text-decoration:none;
}

.colorrow_light {
	background-color: #FFFFFF;
}

.colorrow_mid {
	background-color: #DADADA;
}

.colorrow_dark {
	color: #FFFFFF;
	background-color:  #f0f0f0;
}

.PageNav {
	color: #003366;
	background-color:  #f0f0f0;
	font-size:12px;
	padding-bottom:5px;
}

.PageTitle {
	color: #333366;
	font-size:12px;
}

.ProfileHeader {
	color: #336699;
	font-size:11px;
}

.StatusMessage {
	color: #ffffff;
	font-size:12px;
	padding-bottom:5px;
}

.GUIHeader {
	background-color: #f0f0f0;
	color: #FFFFFF;
	font-size:25px;
	/*font-family:tahoma;*/
	padding-top:10px;
	padding-bottom:18px;
}
.GUICreds {
	background-color: #f0f0f0;
	color: #FFFFFF;
	font-size:14px;
	text-align:right;
	/*font-family:tahoma;*/
	padding-top:10px;
	padding-left:100px;
	padding-bottom:18px;
}

.hostdown {
	background-color: #cc0000;
	color: #ffffff;
	font-size:12px;
	text-align:left;
	white-space: nowrap;
}
.hostdownack {
	background-color: #fc3333;
	color: #ffffff;
	font-size:12px;
	text-align:left;
	white-space: nowrap;
}
.hostunk {
	background-color: #cc00cc;
	color: #ffffff;
	font-size:12px;
	text-align:left;
	white-space: nowrap;
}
.hostup {
	background-color: #f0f0f0;
	color: #ffffff;
	font-size:12px;
	text-align:left;
	white-space: nowrap;
}
.nagioslink {
	text-decoration:none;
	font-size:10px;
	text-align:center;
	/*color: #333366;*/
	color: #ffffff;
}
.nagioslinksvc {
	text-decoration:none;
	font-size:12px;
	text-align:center;
	/*color: #333366;*/
	color: #ffffff;
}
.hostdownbg {
	background-color: #cc0000;
	color: #ffffff;
	text-size:20px;
	width:20px;
	white-space: nowrap;
}
.hostdownackbg {
	background-color: #fc3333;
	color: #ffffff;
	text-size:20px;
	width:20px;
	white-space: nowrap;
}
.hostunkbg {
	background-color: #00cc00;
	color: #ffffff;
	text-size:20px;
	width:20px;
	white-space: nowrap;
}
.hostupbg {
	background-color: #479048;
	color: #ffffff;
	text-size:20px;
	width:20px;
	white-space: nowrap;
}

.svcunkn {
	background-color: #333366;
	text-decoration:none;
	text-align:right;
	color: #ffffff;
	text-size:8px;
}
.svccrit {
	background-color: #9b0606;
	text-decoration:none;
	text-align:right;
	color: #ffffff;
	text-size:8px;
}
.svcwarn {
	background-color: #aca22d;
	text-decoration:none;
	text-align:right;
	color: #ffffff;
	text-size:8px;
}
.svcok {
	background-color: #479048;
	text-decoration:none;
	text-align:right;
	color: #ffffff;
	text-size:8px;
}
.mod {
	width:20px;
}
.time {
	text-decoration:none;
	color: #ffffff;
	text-size:8px;
	width:190px; 
}
.breakdetail {
	text-decoration:none;
	color: #ffffff;
	text-size:6px;
	white-space: -moz-pre-wrap !important;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
}
hr { 
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #333366;
	margin: 0;
	padding: 0;
	text-align: center
}

.greenbutton {
	background-color: #333366;
	border: 8px solid #336633;
	font-size: 18px;
}
.redbutton {
	background-color: #333366;
	border: 8px solid #ff0000;
	font-size: 18px;
	color: #f0f0f0;
}

.cstable col:nth-child(2n+3) { background-color: #333366; }
