p.formError{
	color: red;
	font-size: 10px;
	}

p.formMessage{
	color: green;
	font-size: 10px;
	}

.globalErrorMessage p.formError, .globalMessage .formMessage {
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 10px;
}
.formfield {
	padding:9 0 5 0;
	width:400px;
	clear:both;
}
.formfield .formlabel {
	float:left;
	font-weight: bold;
}
.formfield .formelement {
	float:right;
}


h1 {
	text-align: center;
	}

/*	Begin Headers */
h1 {
	padding-bottom: 10px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

.clientTitle {
	margin-top: 10px;
}
.client table {
	font-size: inherit;
}
.partner {
	font-size: inherit;
	margin-bottom: 10px;
}
.monitoring a, .partnerTitle a, .clientTitle a, .hostGroupTitle a, .hostTitle a, .serviceGroupTitle a, .breadcrumb a{
	text-decoration:none;
	color:black;
	padding: 1px 0px 0px 0px;
	border-bottom:1px solid black;
}
th { letter-spacing: normal ! important; }
table strong { letter-spacing: normal ! important; }
.serviceUnknown, .hostUnknown {
	background-color: #0000d0;
	color: #000;
}
.serviceCritical, .hostCritical, .hostDown {
	background-color: #d00000;
	color: #000;
}
.serviceOk, .hostOk , .hostUp {
	background-color: #00d000;
	color: #000;
}
.serviceWarning, .hostWarning, .hostUnreachable {
	background-color: #d0d000;
	color: #000;
}

.monitoring table, table .hostTitle a, table .hostGroupTitle a, table .serviceGroupTitle a   {
    color: black;
}
.monitoring table .hostTitle a, table .hostGroupTitle a, table .serviceGroupTitle a {
	border-bottom:1px solid black;
}

/* data tables */
table.data caption,
table.data th,
table.data td {
    padding: 0.1em 0.5em 0.1em 0.5em;
    margin: 0;
    margin: 0.1em;
    vertical-align: top;
}

table.data th {
    background-color: #D3DCE3
}

/* odd table rows 1,3,5,7,... */
table tr.odd th,
table tr.odd {
    background-color: #E5E5E5;
    text-align: left;
}

/* even table rows 2,4,6,8,... */
table tr.even th,
table tr.even {
    background-color: #D5D5D5;
    text-align: left;
}

.monitoring table tbody tr td :not(.dijit),
.monitoring table tbody tr th :not(.dijit), {
    border: 2px solid white;
}

.monitoring {
	text-align: left;
}

.question {
        display: inline-block;
        height: 10px;
        width: 10px;
        line-height: 10px;

        -moz-border-radius: 5px; /* or 50% */
        border-radius: 5px; /* or 50% */

        background-color: #f4944e;
        color: white;
        text-align: center;
        font-size: 8px;
        position: relative;
        top: -2px;
        cursor: help;
}