/* COMMON */
.small
	{ font-size: 11px; }
.comment
	{ font-size:11px; color:#606060; }
.error
  { color:#FF0000; }



/* ============================================================================
= CONTENT
============================================================================ */

/* paragraphs */
p.text
	{ margin-top:2px; margin-bottom:4px; }
p.chapter
	{ margin-top:4px; margin-bottom:15px; }

/* misc */
div#content a {
	color: #892e2e;
	text-decoration: underline;
}

div#content a:hover {
	color: #404040;
}

div#content .small {
	font-size: 0.913em;
}

div#content div.box {
	border: 1px solid #909090;
	background-color: #EEEEEE;
	padding: 5px;
	margin: 20px 0;
}

div#content ul {
	padding: 6px 0 5px 16px;
	margin: 0px 5px;
	list-style-image: url(../images/bullet_square_red.gif);
}

/* standard table */
table.standard {
	width: 100%;
}

table.standard td {
	padding: 2px;
}

table.standard td.line {
	padding: 1px 0 0 0;
	background-color: #AAAAAA;
}


/* table with div lines */
#content table.withlines {
	border-collapse: collapse;
}

#content table.withlines th {
	vertical-align: top;
	padding: 2px;
	text-align: left;
}

#content table.withlines td {
	vertical-align: top;
	padding: 2px;
}

#content table.withlines th.headline {
	font-weight: bold;
	text-align: center;
}

#content table.withlines td.div {
	height: 1px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #cccccc;
	padding: 0;
}

/* package table */
table#package th {
	text-align: left;
}
table#package td, table#package th.headline {
	text-align: center;
}

/* bordered table */
table.border {
	border-collapse: collapse;
	border: 1px solid #909090;
}

table.border td, table.border th {
	border: 1px solid #909090;
}

/* common table definition */
#content td.v1, #content tr.v1 {
	background-color: #eeeeee;
}

#content td.v2, #content tr.v2 {
	background-color: #dddddd;
}

#content td.inactive {
	color: #909090;
}



/* ============================================================================
= REPORT
============================================================================ */

div#report {
	text-align: center;
}

table#servicedetails td {
	border:1px solid #FAFAFA;
}

table#hostgroupoverview table#hostoverview {
	margin: 0;
	padding: 0;
}

/* status */
td.reportok
	{ background-color:#00CC00; }
td.reportcritical
	{ background-color:#E03030; }
td.reportwarning
	{ background-color:#E8E80F; }
td.reportunknown
	{ background-color:#A1A1A1; }
p.nodata, td.nodata	{
	background-color:#EEEEEE;
	border:1px solid red;
	padding: 4px;
}

/* tabs */
div#tabs span	{
	display:block;
	float:left;
	width:140px;
	height:29px;
	text-align:center;
	padding-top:9px;
}
div#tabs a, div#tabs a:hover, div#tabs a:active {
	text-decoration: none;
	color: #000000;
}
span.waiting {
	cursor: wait;
	background: #fff url(../images/tab_loading.gif) no-repeat top left;
}
span.selected	{
	cursor: pointer;
	background: #fff url(../images/tab_selected.gif) no-repeat top left;
}
span.unselected {
	cursor: pointer;
	background: #fff url(../images/tab_active.gif) no-repeat top left;
}
span.inactive	{
	background: #fff url(../images/tab_inactive.gif) no-repeat top left;
	color:#AAAAAA;
}


/* ============================================================================
= PATH NAVIGATION
============================================================================ */

div#content #pathnav {
	font-size: 0.913em;
	font-weight: bold;
	margin: 0 0 20px 0;
}

#pathnav span { float: right; }

div#content #pathnav a {
	text-decoration: none;
	font-weight: normal;
	color: #000;
}

div#content #pathnav a:hover {
	text-decoration: underline;
}

/* ============================================================================
= FORMS
============================================================================ */

/* form */
div#content form {
	margin: 10px 0 20px 0;
	display:inline;
}

div#content fieldset.form {
	width: 508px;
	margin: 0 0 10px 0;
	padding: 8px 13px 13px 13px;
	background: #fff url(../images/fsform_bkgrnd.png) no-repeat bottom left;
	border: 0;
}

div#content div.formtitle {
	width: 508px;
	margin-top: 10px;
	height: 19px;
	color: #fff;
	font-weight: bold;
	padding: 5px 13px 0px 13px;
	background: #fff url(../images/fsform_title.gif) no-repeat top left;
}

div#content div.formhead {
	width: 508px;
	padding: 0px 13px 0px 13px;
	margin: 0;
	height: 9px;
	background: #fff url(../images/fsform_head.gif) no-repeat bottom left;
}

/* static form */
div#content fieldset.static {
	width: 508px;
	margin: 0 0 10px 0;
	padding: 4px 13px 10px 13px;
	background: #fff url(../images/fsstatic_bkgrnd.png) no-repeat bottom left;
	border: 0;
}

div#content div.statictitle, div#content div.staticinactive {
	width: 508px;
	margin-top: 10px;
	height: 19px;
	color: #fff;
	font-weight: bold;
	padding: 5px 13px 0 13px;
}

div#content div.statictitle {
	position: relative;
	background: #ffffff url(../images/fsstatic_title.gif) no-repeat top left;
}

div#content div.staticinactive {
	background: #ffffff url(../images/fsstatic_inactive.gif) no-repeat top left;
}

div#content div.statichead {
	position: relative;
	width: 508px;
	padding: 0px 13px 0 13px;
	margin: 0;
	height: 9px;
	background: #fff url(../images/fsstatic_head.gif) no-repeat bottom left;
}

div#content div.staticsubheadline {
	font-weight: bold;
	text-decoration: underline;
	margin-top: 15px;
}

div.fstop {
	position: absolute;
	display: inline;
	top: 5px;
	left:513px;
}

/* form controls */
div#content form input, div#content form select, div#content form textarea {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	margin-right: 2px;
}

div#content input {
	border: 1px solid #5c5c5c;
	padding: 1px 2px;
	margin: 1px 0;
}

div#content select {
	border: 1px solid #5c5c5c;
	padding: 1px 2px;
	background: #fff url(../images/input_bkgrnd.gif) no-repeat top left;
	margin: 1px 0;
}

div#content textarea {
	border: 1px solid #5c5c5c;
	padding: 1px 2px;
	background: #fff url(../images/textarea_bkgrnd.gif) no-repeat top left;
	margin: 1px 0;
	font-size: 1em;
}

div#content input.checkbox {
	border: 0;
	margin: 0;
	padding: 0;
}

div#content input.radio {
	border: 0;
	margin: 0;
	padding: 0;
}

div#content input.buttonS, div#content input.buttonM, div#content input.buttonL, div#content input.buttonXL {
	margin-left: 0px;
	margin-right: 0;
	height: 28px;
	font-weight: bold;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 12px;
	border: 0px;
	cursor: pointer;
}

/* form table */
table.static, table.form {
	width: 508px;
	font-size: 1em; /* IE6 */
}

table.formfooter {
	width: 538px;
}

table.form th {
	padding: 2px;
	width: 180px;
	font-weight: normal;
	text-align: left;
}

table.form td {
	padding: 2px;
}

/* static form table */
table.static th {
	padding: 3px;
	width: 180px;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}

table.static td {
	padding: 3px;
	vertical-align: top;
}

table.static td.line, table.static td.form {
	padding: 1px 0 0 0;
	background-color: #AAAAAA;
}

div#content form table td.icon {
	width: 16px;
	vertical-align: middle;
	text-align: center;
	padding: 3px 3px 0 0;
}

div#content form table td.value {
	width: 305px;
}

div#content form label {
	margin: 2px 0;
	font-weight: normal;
}

div#content label.mandatory {
	font-weight: bold;
}

input.error, select.error, textarea.error {
	border: 1px solid red;
}

label.error {
	color: red;
}

div#content form td.error {
	color: red;
	padding: 3px 0 0 2px;
}

.formXXL
	{ width:435px; background: #fff url(../images/input_bkgrnd.gif) no-repeat top left; }
.formXL
	{ width:300px; background: #fff url(../images/input_bkgrnd.gif) no-repeat top left; }
.formL
	{ width:200px; background: #fff url(../images/input_bkgrnd.gif) no-repeat top left; }
.formML
	{ width:130px; background: #fff url(../images/input_bkgrnd.gif) no-repeat top left; }
.formM
	{ width:100px; background: #fff url(../images/input_bkgrnd.gif) no-repeat top left; }
.formS
	{ width:70px; background: #fff url(../images/input_bkgrnd.gif) no-repeat top left; }
.formXS
	{ width:50px; background: #fff url(../images/input_bkgrnd.gif) no-repeat top left; }
input.buttonS
	{ width:60px; background: transparent url(../images/button_bkgrnd_s.gif) no-repeat top left; }
input.buttonM
	{ width:85px; background: transparent url(../images/button_bkgrnd_m.gif) no-repeat top left; }
input.buttonL
	{ width:100px; background: transparent url(../images/button_bkgrnd_l.gif) no-repeat top left; }
input.buttonXL
	{ width:140px; background: transparent url(../images/button_bkgrnd_xl.gif) no-repeat top left; }
input.buttonS:hover {
	background: transparent url(../images/button_bkgrnd_on_s.gif) no-repeat top left;
}
input.buttonM:hover {
	background: transparent url(../images/button_bkgrnd_on_m.gif) no-repeat top left;
}
input.buttonL:hover {
	background: transparent url(../images/button_bkgrnd_on_l.gif) no-repeat top left;
}
input.buttonXL:hover {
	background: transparent url(../images/button_bkgrnd_on_xl.gif) no-repeat top left;
}