/**
 * LICENSE: This source-code is NOT free. You are NOT allowed to
 * redistribute it and/or modify it.
 *
 * @author     Henning Spilker 
 * @copyright  2006 Hostserver GmbH, http://www.hostserver.de
 *
 * Siehe meta.php für .typeText,.typeRadio,.typeCheckbox da der css-selecktor [type="text"] nicht im ie funktioniert
 *	$('input[type="text"]').addClass('typeText');
 *	$('input[type="radio"]').addClass('typeRadio');
 *	$('input[type="checkbox"]').addClass('typeCheckbox');
 *
 */

*{
	font-size:12px;
}


.ui-th-column span div.ui-jqgrid-sortable{
	background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
}

body#bodyWithBackground{
	margin: 0px;
	padding:0px;
	background-image:url("../images/body.gif");	
	background-repeat:repeat-y;
}

div#main {
	width:98%;
	/*min-width: 950px;*/
	/*margin: 3px;*/
	padding:2px;
	text-align:left;
	position:absolute;
	left: 0px;
	background-image:url("../images/1.gif");
	background-repeat:no-repeat;
	padding-left:18px;
}


.ui-pg-table *{
	font-size:10px;
}

.ui-state-highlight{
	background:none !important;
	background-color: #E2FFC4 !important;
	border:1px solid #AAAAAA !important;
	color:#363636;
}

.ui-jqgrid-bdiv .ui-state-hover{
	background:none !important;
	background-color:#E8F7FF !important;
	color:#363636;
}

img{
	border:0;
	padding:0px;
	margin:0px;
} 
 
 #footer {
    clear: none;
    font-size: 9px;
    padding-bottom: 5px;
    position: relative;
}
 
 
a, a:link, a:visited, a:hover, a:active {
    color: #094E95;
    line-height: 18px;
}

a:hover {
    color: #094E95 !important;
}

* {
    font-family: Verdana,Arial,sans-serif;
} 
 
 
h1 {
    color: #094E95;
    font-size: 15px;
}

h2 {
    color: #09004F;
    font-size: 13px;
}


#nav2 {
    float: left;
    left: 185px;
    line-height: normal;
    position: absolute;
    top: 0px;
}

#nav ul {
    list-style-type: none;
    margin: 0 0 0 10px;
    padding: 0;
}

#nav li {
    display: inline;
    margin: 0;
    padding: 0;
}

#nav a {
    background: url("../images/menue-left.gif") no-repeat scroll left top transparent;
    float: left;
    margin: 0 0 0 2px;
    padding: 0 0 0 9px;
    text-decoration: none;
}

#nav a span {
    float: none;
}

#nav a span {
    background: url("../images/menue-right.gif") no-repeat scroll right top transparent;
    color: #094E95;
    display: block;
    float: left;
    font-size: 0.8em;
    padding: 3px 14px 3px 5px;
    text-decoration: none;
}


#nav #current a span {
    background-position: 100% -125px;
    border-bottom: 0 none;
    font-weight: bold;
}

#nav #current a {
    background-position: 0 -125px;
    border-bottom: 0 none;
}

label label.error{
	margin-left:10px;
	padding:1px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 10.6667px;
}

.error { 
	background-color: #FFFFD5;
	clear: none;
	display: inline;
	vertical-align: top;
	font-weight: bold;
	padding:2px;
}

.checked { 
	background-color:#E3FFC4;
	margin-left:10px;
	padding:1px;
}

form label, .labeltext{
	margin:10px 0 10px 0;
	display: block;
}

form label *, .labeltext *{
	margin:0;
}

form label span, .labeltext .text, .labeltext->span{
    background-color: #F1F1F1;
    display: block;
    float: left;
    margin:0;
    margin-left: 5px;
    margin-right: 5px;
    width: 200px;
    font-size:12px;
}


form label span.sub{
	padding-left:40px;
	width: 160px;
	background-color: #FFFFFF;
}

hr.light{
    border-color: gray;
    border-style: dotted;
    border-width: 0 0 1px;
    height: 1px;
}

hr.small{
	/*width:375px;*/
	text-align:left;
	align:left;
}

*{
	font-family: Verdana, Arial, sans-serif;
}


/*------------------textes -----------------------*/
div.state_error, div.state_ok, div.state_nodata, div.state_warning, div.state_loading, div.state_info {
	background-position:3px 3px;
	padding:3px;
	padding-left:20px;
	width:560px;/*golden ratio of 960*/
	color: black;
	background-color:#FBFBFB;
	background-repeat:no-repeat;
	
	
	position:absolute;
	right:10px;
	top:125px;
}

div.state_error p, div.state_ok p, div.state_nodata p, div.state_warning p, div.state_loading p, div.state_info p{
	padding:0;
	margin:0;
	
}

div.state_error p span, div.state_ok p span, div.state_nodata p span, div.state_warning p span, div.state_loading p span, div.state_info p span{
	display:block;
	font-weight: bold;
}


div.state_error, .state_nodata {
	border:1px solid red;
	background-image:url("../images/nagios2/2.png");
}

div.state_error span, .state_nodata span{
	color: #CC0000;
}

div.state_warning {
	border:1px solid #FF9B0D;
	background-image:url("../images/nagios2/1.png");
}
div.state_warning span{
	color: #FF9B0D;
}

div.state_ok {
	border:1px solid green;
	background-image:url("../images/nagios2/0.png");
}
div.state_ok span{
	color: green;
}

.state_info{
	background-image: url("../images/nagios2/3.png");
	border:1px solid blue;
}
div.state_info span{
	color: blue;
}

/*
 * ajax-loading
*/
.state_loading{
	background-image: url("../images/loader_blue_16.gif");
	border:1px solid blue;
}
div.state_loading span{
	color: blue;
	display:block;
	font-weight: bold;
}



/*
 * inputs
*/
.typeText{
	width:250px;
	border: 1px solid #7D7D7D;
	font-size:12px !important;
}

select{
	width:250px;
	border: 1px solid #7D7D7D;
	background-color:white;
	font-size:12px !important;
}

form textarea{
	width:250px;
	border: 1px solid #7D7D7D;
	font-size:12px !important;
}

input {
	font-size:12px !important;
}

tr.ui-search-toolbar input {
	margin: 1px 0 0;
    border: 1px solid #7D7D7D;
}

.module_jqgridTable .ui-widget-header,.module_jqgridTable .ui-state-default,.module_jqgridTable .ui-widget-content,.module_jqgridTable .ui-state-default,.module_jqgridTable .ui-widget-header,.module_chooseserver .ui-widget-header,.module_chooseserver .ui-state-default,.module_chooseserver .ui-widget-content,.module_chooseserver .ui-state-default,.module_chooseserver .ui-widget-header{ 
	background:none !important;
	
}













.password_strength {
	display: none;
}

/*
	.password_strength {
		padding: 0 5px;
		display: inline-block;
		float: none;
		width:auto;
	}
	.password_strength_1 {
		background-color: #fcb6b1;
	}
	.password_strength_2 {
		background-color: #fccab1;
	}
	.password_strength_3 {
		background-color: #fcfbb1;	
	}
	.password_strength_4 {
		background-color: #dafcb1;
	}
	.password_strength_5 {
		background-color: #bcfcb1;
	}
*/