@import "frmStyle.css";

html {
	overflow: hidden;
}

body {
	font-family: Arial;
	font-size: 10px;
	background-color: #BFD5FF;
	overflow: hidden;
	margin:0;
	padding:0;
}

#main {
	width: 1280px;
	/* background-color: #efefef; */
	/* border: 1px solid #666; */
}

#nav {
	/*float: left;*/
	width: 250px;
	overflow: scroll;
	background-color: #49FF21;
}


/* Detail1 Template */
.detail1 {
	width: 605px;
	float: left;
}

.detailSpalte1 {
	width: 200px;
	margin-bottom: 10px;
	float: left;
	
}

.detailSpalte2 {
	width: 200px;
	margin-bottom: 10px;
	float: left;

}

.detailSpalte3 {
	width: 200px;
	margin-bottom: 10px;
	float: left;

}


#debugbar {
    background-color: #CCCCCC;
    border-top: 1px solid #EFEFEF;
    bottom: 0;
    font-size: 14px;
    height: 200px;
    padding: 4px;
	padding-left: 60px;
	padding-right: 60px;
    position: fixed;
    width: 100%;
	overflow: scroll;
	font-size: 11px;
}

#debugbar textarea {
	width: 100%;
	height: 60px;
}

/* dynElement */
.hide{ display: none; }
.show{display:block;}


/* cockpitPreview */
#cockPitPreview a {
	text-decoration: none;
	color: #000;
}

.cockpitPreviewLink1 {
	background-color: #FF6347;
}

.cockpitPreviewLink2 {
	background-color: #FFA500;
}

.cockpitPreviewLink3 {
	background-color: yellow;
}

.cockpitPreviewLinkT {
	background-color: #90EE90;
}


/* std list */
.icnList {
	width: 6px;
	height: 8px;
	background-color: green;
	float: left;
	line-height: 30px;
}

.ui-widget-header-alert {
	border: red;
    background: red;
    color: #ffffff;
    font-weight: bold;
}

.ui-widget-content2 {
    background: #ccc;
    border: 1px solid #a6c9e2;
    color: #222222;
}

.btnActive {
	color: red !important;
}