@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}
a {
	color: #003d4c;
	text-decoration: underline;
	/*font-weight: bold;*/
}
a:hover {
	color: #367889;
	text-decoration:none;
}
a img {
	border:none;
}

#header {
	position: fixed;
	top:0em;
	width:100%;
	z-index:100;
}
#header_left {
	float:left;
	width: 190px;
	height:100%;
	padding:3px 0px 0px 5px;
}
#header_filter {
	float:left;
	height:56px;
}
#header_global {
	width:100%;
	padding-top:2px;
	height:24px;
	clear:both;
	position:relative;
}
#header_right {
	right:0px;
	position:absolute;
	width:251px;
	height:100%;
	text-align:right;
}
#content_left {
	background-color:#ffffff;
	float:left;
	width:150px;
	height:100%;
	border:1px solid;
	padding: 10px 10px;
	position:fixed;
	z-index:1;
	overflow:auto;
}
#content_right {
	clear:none;
}

/** Layout **/
#container {
	text-align: left;
	display: flex;
}
#container.menu-visible {
	background:url('../../img/layout/bg_ul.jpg') no-repeat scroll left top rgba(0, 0, 0, 0);
	background-size:240px 100%;
}

#customview_select {
}

#customview_global {
	/*background-color: lightgrey;*/
	border:1px dotted black;
}
#customview_global.droppable {
	min-width:500px;
	height:100%;
}
#customview_headline {
	/*border-bottom:1px solid #000000;*/
	position: sticky;
	top: 91px;
	margin: 0px;
	padding: 0px;
	background-color:#D7D7D7;
	z-index: 1;
}
.customview_content {
	position: relative;
	margin: 0px;
	padding: 0px;
}
.customview_accordion {
	border:1px solid #0000FF;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.customview_accordion_head{
	cursor: pointer;
	position:relative;
	margin:0px;
	padding:0px;
	width:16px;
}
.customview_flight {
	margin:0px;
	padding:0px;
	/*border-top:none;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;*/
	display:block;
	border-top:1px solid #D7D7D7;
}
.customview_flight.alt{
	/*background-color:#EEEEEE;*/
}
.customview_flight.active{
	border-top:1px solid #000000;
	border-right:2px solid #000000;
	border-bottom:2px solid #000000;
	border-left:2px solid #000000;
}


/** Flights that are in final approach (NOW() > ETA - 5min) **/
.customview_flight.final_approach{
	background-color: #40E0D0;
}
.customview_flight.touchdown {
	background-color: rgb(175,225,250);
}
.customview_flight.onblock {
	background-color: rgb(100,225,75);
}
.customview_flight.offblock {
	background-color: rgb(225,250,175);
}
.customview_flight.airborne {
	background-color: #FFFF00;
}
.customview_flight.finished{
	background-color: #DDDDDD;
}
/** Flights with invalid Timestamps (Airborne > ATD > ATA > Touchdown)**/
.customview_flight.error{
	background-color: rgb(250,125,125);
}

/*not at increment fields*/
div#customview_flights div.customview_content div.changed:not(.number){
	background-color:darkblue !important;
	color:white !important;
}
div#customview_flights div.customview_content div.changed input{
	background-color:darkblue !important;
	color:white !important;
}
div#customview_flights div.customview_content div.changed select{
	background-color:darkblue !important;
	color:white !important;
}

/*
.flight_taken_off.final_approach{
	background-color: #40E0D0;
}
.flight_taken_off.finished_flight{
	background-color: #DDDDDD;
}
.final_approach.finished_flight{
	background-color: #DDDDDD;
}
.flight_taken_off.final_approach.finished_flight{
	background-color: #DDDDDD;
}
*/

#customview_flights {
	/*background:#ffffff;*/
	margin: 0px;
	padding: 0px;
}
#customview_fields {
	margin: 0px;
	padding: 0px;
}

#header h1 {
	line-height:20px;/*
	background: #003d4c url('../img/cake.icon.png') no-repeat left;
	color: #fff;
	*/padding: 0px 30px;
}
#header h1 a {
	/*color: #fff;
	*/background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	/*color: #fff;
	*/background: #003d4c;
	text-decoration: underline;
}
#content{
	/*background: #fff;
	clear: both;*/
	color: #333;
	padding: 72px 0 40px 0;/*
	margin-top: 150px;
	*/overflow: visible;
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}

/** containers **/
div.form,
div.index,
div.view {
	/*float:right;
	width:76%;
	border-left:1px solid #666;*/
	padding:10px 2%;
}


div.actions {
	float:left;
	width:16%;
	padding:10px 1.5%;
}
div.actions h3 {
	padding-top:0;
	color:#777;
}


/** Tables **/
table.default {
	background: #fff;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
table.default th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
}
table.default th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
table.default th a.asc:after {
	content: ' ⇣';
}
table.default th a.desc:after {
	content: ' ⇡';
}
table.default tr td {
	background: #fff;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
}
table.default tr:nth-child(2n) td {
	background: #f5f5f5;
}
table.default .altrow td {
	background: #f5f5f5;
}
table.default td.actions {
	text-align: center;
	white-space: nowrap;
}
table.default td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}

.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

/** Paging **/
div.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
div.paging span.disabled {
	color: #ddd;
	display: inline;
}
div.paging span.current {
	color: #c73e14;
}
div.paging span a {
}

/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl .altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/** Forms **/
form {
	/*clear: both;
	margin-right: 20px;
	*/padding: 0;
	/*width: 95%;
	*/
}
fieldset {
	border: 1px solid #ccc;
	margin-bottom: 1em;
	padding: 0 20px 16px 20px;
}
fieldset legend {
	background:#fff;
	/*color: #e32;*/
	font-size: 130%;
	font-weight: bold;
}
fieldset p.fsmargin {
	margin-top:16px;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0 10px 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset p:first-child {
	margin-top:16px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	/*clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;*/
}
form .input {
	color: #444;
}
form .required {
	/*font-weight: bold;*/
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;/*
	margin-top: 10px;*/
}
label {
	display: block;
	/*font-size: 110%;*/
	margin-bottom:3px;
}
select {
	/*clear: both;
	font-size: 120%;
	vertical-align: text-bottom;*/
}
select[multiple=multiple] {
	width: 100%;
}
option {
	/*font-size: 120%;
	padding: 0 3px;*/
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 3px 2px;
	width: auto;
}
div.checkbox label {
	display: static;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
.form input[type=submit] {
	/*display: inline;
	font-size: 110%;
	width: auto;*/
	min-width:100px;
}
.form button {
	min-width:100px;
}

/*form .submit input[type=submit] {
	background:#62af56;
	background: -webkit-gradient(linear, left top, left bottom, from(#a8ea9c), to(#62af56));
	background-image: -moz-linear-gradient(top, #a8ea9c, #62af56);
	border-color: #2d6324;
	color: #000;
	text-shadow: #8cee7c 0px 1px 0px;
}
form .submit input[type=submit]:hover {
	background:#4ca83d;
	background: -webkit-gradient(linear, left top, left bottom, from(#85e573), to(#4ca83d));
	background-image: -moz-linear-gradient(top, #85e573, #4ca83d);
}*/

/** Notices and Errors **/
div.message {
	/*clear: both;*/
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	background: #c73e14;
	padding: 5px;
}
div.error-message {
	clear: both;
	color: #fff;
	font-weight: bold;
	background: #FF0000;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/**  Actions  **/
div.actions ul {
	margin: 0;
	padding: 0;
}
div.actions li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
}
div.actions ul li a {
	font-weight: normal;
	display: block;
	clear: both;
}
div.actions ul li a:hover {
	text-decoration: underline;
}

/*input[type=submit],
div.actions ul li a,
td.actions a {
	font-weight:normal;
	padding: 4px 8px;
	background:#e6e49f;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1d4), to(#e6e49f));
	background-image: -moz-linear-gradient(top, #f1f1d4, #e6e49f);
	color:#333;
	border:1px solid #aaac62;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	text-decoration:none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
}
input[type=submit]:hover,
div.actions ul li a:hover,
td.actions a:hover {
	background: #f0f09a;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7e1), to(#eeeca9));
}
*/

/** Related **/
div.related {
	clear: both;
	display: block;
}

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
	padding-top:120px;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}


/*GENERAL FORMULAR ELEMENTE*/
input[type=text], select{
	height:auto;
	/*border:0;
	border:none;*/
	background:none;
	background-color:#fff;
	/*border:1px solid #333333;*/
	color:#000;
	font-size:10px;
}
input.button, input[type="submit"], button{
	/*background:none;
	background-color:#F0F0F0;*/
	color:#333333;
	font-size:100%;
	height: auto;
	line-height:auto;
	vertical-align:middle;
	padding-left:5px;
	padding-right:5px;
	background-color:none;
}






#customview_select input, #customview_select select, #customview_select button {
	font-size: 100%;
	padding: 0px;
}



.label {
	margin: 0px;
	padding: 0px;
	position:absolute;
	height: 19px;
}
.labelText {
	margin: 0px;
	padding: 0px;
}
.field {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 19px;
	position:absolute;
}
.field input, .field textarea {
	font-size: 100%;
	padding: 0px;
	border: 1px solid #8c8c8c;
	outline: 0px;
	height:17px;
	vertical-align: top;
	width:100%;
}

.field input {
	text-transform: uppercase;
}


.field select {
	font-size: 100%;
	padding: 0px;
	border: 1px solid #8c8c8c;
	outline: 0px;
	height:19px;
}
.field input[type="checkbox"], .field checkbox {
	font-size: 100%;
	padding: 0px;
	border: 0px;
	outline: 0px;
	height:17px;
}
.function {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 19px;
	position:absolute;
}

.draglabel {
	margin: 0px;
	padding: 0px;
	position:absolute;
}
.draglabelText {
	margin: 0px;
	padding: 0px;
}
.draglabelArrow {
	margin: 0px;
	padding: 0px;
	display: none;
}
.dragfield {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 19px;
	position:absolute;
}
.dragfield input, .dragfield textarea {
	font-size: 100%;
	padding: 0px;
	border: 1px solid #8c8c8c;
	outline: 0px;
	height:17px;
	vertical-align: top;
}
.dragfield select {
	font-size: 100%;
	padding: 0px;
	border: 1px solid #8c8c8c;
	outline: 0px;
	height:19px;
}
.dragfield input[type="checkbox"], .dragfield checkbox {
	font-size: 100%;
	padding: 0px;
	border: 0px;
	outline: 0px;
	height:17px;
}
.dragfunction {
	margin: 0px;
	padding: 0px;
	position: absolute;
}
.dragfunction input[type="submit"], .dragfunction button {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 1px solid #8c8c8c;
	background-color:#e9e9e9;
}

.hovertip {
		position: absolute;
		padding: 10px 13px;
		z-index: 2;
		max-width: 300px;

		color: #303030;
		background-color: #f5f5b5;
		border: 1px solid #DECA7E;

		font-family:verdana,helvetica,arial,sans-serif;
	font-size: 12px;
		line-height: 18px;
		text-align: left;
}

div.ui-datepicker {
	font-size: 12px;
}
div.ui-dialog {
	font-size: 12px;
}
div.ui-accordion {
	font-size: 12px;
}
div.ui-tabs {
	font-size: 12px;
}
.ui-autocomplete {
	max-height: 250px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.datepicker {
	width: 100px;
}
.datacapture {
	padding:0 0;
}
div#customview_flights .field input, div#customview_flights .field textarea {
	font-family: "Courier New",Courier,monospace;
}
div#customview_flights .field input {
	text-align:center;
}
/*
html.busy, html.busy * {
	cursor: wait !important;

}
 */
#statusbar {
	position:fixed;
	top:69px;
	right:0px;
	z-index:200;
	display:block;
	width:200px;
}

div#statusbar div#ajaxstatus {
	background-color: #D4A017;
	display:none;
}

html.busy div#statusbar div#ajaxstatus {
	display:block;
}

div#statusbar div.status {
	font-weight:bold;
	color:#000000;
	padding:2px 2px;
}
div#statusbar div.status.success {
	background-color:#00FF00;
}
div#statusbar div.status.warning {
	background-color:#FFFF00;
}
div#statusbar div.status.error {
	background-color:#FF0000;
}

form#CustomviewHeaderViewForm div{
	float:left;
	clear:none;
	padding:0;
	margin:3px 3px 0 0;
}
form#CustomviewHeaderViewForm div.submit{
	margin-top:0px;
}
form#CustomviewHeaderViewForm div label{
	float:left;
	clear:none;
	padding:0;
	margin:3px 2px 0 0;
}
form#CustomviewHeaderViewForm a.loadpage.active {
	font-weight:bold;
}

div#FlightSeparator {
	width: 100%;
	height:10px;
	background-color:#D7D7D7;
}

div.label.required:after {
	color:#EE3322;
	content: "*";
}

.canxbutton {
	background-color:#FF0000 !important;
}


/*HEADER GLOBAL*/
#header{
	height:91px;
	background-image:url(../../img/layout/header_middle.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	min-width: 1265px;
}
#header .left{
	width:286px;
	height:29px;
	background-image:url(../../img/layout/header_left_clock.jpg);
	/*background-image:url(../../img/layout/header_left.jpg);*/
	background-position: left top;
	background-repeat: no-repeat;
	font-size:12px;
	color:#fff;
	padding-top:62px;
	padding-left:29px;
}
#header .left a:link,#header .left a:visited{
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
}
#header .left a:hover,#header .left a:active{
	font-size:12px;
	color:#ffffff;
	text-decoration: underline;
	text-transform:uppercase;
}

#header div.leftclock {
	margin-top: -25px;
	word-spacing: -0.07em;
}

#header .middle{
	height:86px;
	padding-top:5px;
}
#header .right{
	width:391px;
	height:91px;
	background-image:url(../../img/layout/header_right.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	position:absolute;
	right:0px;
}

/*MENÜ*/
#left{
	width:240px;
	background-color:#d7d7d7;
	position: sticky;
	left: 0;
}
#left .top{
	width:240px;
	height:70px;
	background-image:url(../../img/layout/left_top.jpg);
	background-position:left top;
	background-repeat: no-repeat;
}
#left .ul_container{
	margin:0;
	padding:0;
	width:180px;
	padding:15px 30px 15px 30px;
	background:url(../../img/layout/bg_ul.jpg) left top no-repeat;
	border-top:1px solid #ffffff;
}
#left .ul_container:last-child {
	border-bottom:1px solid #ffffff;
}
#left .ul_container h2{
	cursor: pointer;
	cursor: hand;
	font-size:18px;
	color:333333;
	margin:0 0 5px 0;
	padding:0;
}
#left ul{
	margin:0;
	padding:0;
	width:180px;
	list-style:none;
	list-style-type:none;
}
#left ul li{
	width:180px;
	min-height:18px;
}
#left ul li a:link, #left ul li a:visited{
	display:block;
	width:161px;
	min-height:18px;
	padding-left:19px;
	font-size:13px;
	color:#555555;
	text-decoration:none;
	background: none;
	line-height:18px;
	vertical-align:middle;
}
#left ul li a:hover{
	display:block;
	width:161px;
	min-height:18px;
	padding-left:19px;
	font-size:13px;
	color:#333333;
	text-decoration:none;
	background-image: url(../../img/layout/listpoint.gif);
	background-position:left center;
	background-repeat: no-repeat;
	line-height:18px;
	vertical-align:middle;
}
#left ul li a:active, #left ul li a.active{
	display:block;
	width:161px;
	min-height:18px;
	padding-left:19px;
	font-size:13px;
	color:#cc0000;
	text-decoration:none;
	background-image: url(../../img/layout/listpoint_active.gif);
	background-position:left center;
	background-repeat: no-repeat;
	line-height:18px;
	vertical-align:middle;
}

#footer{
	height:62px;
	background-image:url(../../img/layout/footer.jpg);
	background-position:left top;
	background-repeat: repeat-x;
	background-color: #ffffff;
}

/*HEADER FORMULAR ELEMENTE*/
#header input.big{
	width:100px;
}
#header input.small{
	width:33px;
}

#top{
	margin:0;
	padding:0;
	width:100%;
}

.fleft{
	float:left;
}
.fright{
	float:right;
}
.clear{
	clear:both;
	clear:all;
}
.menuebutton, .user, .logout{
	height:25px;
	line-height:25px;
	vertical-align:middle;
	margin-right:33px;
}
div.logout {
	width: 50px;
	white-space: nowrap;
}
#main {
	display: inline-block;
	height: fit-content;
	width: 100%;
}
#container {
	margin-top:91px;
}
#container.menu-visible > #main {
	padding-left: 1em;
}
.user.fleft{
	width:70px;
	text-align:center;
}
#left .top{
	cursor:pointer;
}
input[disabled] {
	background-color:#EFEFEF;
	color:#000;
}

#ApplyButton.changed {
	/*background-color: lightgreen;*/
	font-weight: bold;
}

#header_filter select {
	font-size:			100%;
	border:			1px solid #797979;
	border-radius:		3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	-o-border-radius:		3px;
	background-color:		#fafafa;
	box-shadow:			inset 0px 0px 1px 1px #fff;
	-moz-box-shadow:		inset 0px 0px 1px 1px #fff;
	-webkit-box-shadow:		inset 0px 0px 1px 1px #fff;
	-o-box-shadow:		inset 0px 0px 1px 1px #fff;
	height:			18px;
}
#header_filter input,
#header_filter button {
	font-size:			100%;
	border:			1px solid #797979;
	border-radius:		3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	-o-border-radius:		3px;
	background-color:		#fbfbfb;
	background-image:		-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(251, 251, 251)), to(rgb(187, 187, 187)));
	background-image:		-moz-linear-gradient(top,#fbfbfb 0,#bbb 100%);
	background-image:		-webkit-gradient(linear,left top,left bottom,color-stop(0,#fbfbfb),color-stop(100%,#bbb));
	background-image:		-o-linear-gradient(top,#fbfbfb 0,#bbb 100%);
	background-image:		linear-gradient(top,#fbfbfb 0,#bbb 100%);
	box-shadow:			inset 0px 0px 1px 1px #fff;
	-moz-box-shadow:		inset 0px 0px 1px 1px #fff;
	-webkit-box-shadow:		inset 0px 0px 1px 1px #fff;
	-o-box-shadow:		inset 0px 0px 1px 1px #fff;
	height:			18px;
}
#header_filter #ApplyButton.reload-page {
	background-color:		#ff0;
	background-image:		-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 0)), to(rgb(255, 255, 0)));
	background-image:		-moz-linear-gradient(top,#ff0 0,#ff0 100%);
	background-image:		-webkit-gradient(linear,left top,left bottom,color-stop(0,#ff0),color-stop(100%,#ff0));
	background-image:		-o-linear-gradient(top,#ff0 0,#ff0 100%);
	background-image:		linear-gradient(top,#ff0 0,#ff0 100%);
}
@-moz-document url-prefix() {
	#header_filter select {
		height:		20px;
	}
	#header_filter input[type="submit"],
	#header_filter button {
		padding-bottom:	3px;
	}
}
#header_filter select,
#header_filter input,
#header_filter button { /*Content follows box model*/
	-moz-box-sizing:		content-box;
	-webkit-box-sizing:		content-box;
	box-sizing:			content-box;
}
#header_filter select::-moz-focus-inner,
#header_filter input::-moz-focus-inner,
#header_filter button::-moz-focus-inner { /*Remove padding in FF*/
	border:			0;
	padding:			0;
}
#header_filter select:not([disabled="disabled"]):hover {
	background-color:		#eaeaea;
}
#header_filter input:not([disabled="disabled"]):hover,
#header_filter button:not([disabled="disabled"]):hover {
	background-color:		#bbb;
	background-image:		-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(187, 187, 187)), to(rgb(251, 251, 251)));
	background-image:		-moz-linear-gradient(top,#bbb 0,#fbfbfb 100%);
	background-image:		-webkit-gradient(linear,left top,left bottom,color-stop(0,#bbb),color-stop(100%,#fbfbfb));
	background-image:		-o-linear-gradient(top,#bbb 0,#fbfbfb 100%);
	background-image:		linear-gradient(top,#bbb 0,#fbfbfb 100%);
}
#header_filter #CustomviewHeaderAutoscroll {
	box-shadow:			inset 0px 0px 0px 0px #fff;
	-moz-box-shadow:		inset 0px 0px 0px 0px #fff;
	-webkit-box-shadow:		inset 0px 0px 0px 0px #fff;
	-o-box-shadow:		inset 0px 0px 0px 0px #fff;
	width:				20px;
}
#header_filter #CustomviewHeaderDatefilter {
	background-color:		#fafafa;
	background-image:		none;
	border-radius:		0px;
	border-left-width:		0px;
	border-right-width:		0px;
}
@-moz-document url-prefix() {
	#header_filter #CustomviewHeaderDatefilter {
		height:		21px;
	}
}
#header_filter #CustomviewHeaderDatefilter:hover {
	background-color:		#eaeaea;
	background-image:		none;
}
#header_filter [name="date_prev"] {
	border-top-right-radius:	0px;
	border-bottom-right-radius:	0px;
}
#header_filter [name="date_next"] {
	border-top-left-radius:	0px;
	border-bottom-left-radius:	0px;
}

#header_global select {
	font-size:			100%;
	border:			1px solid #797979;
	border-radius:		3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	-o-border-radius:		3px;
	background-color:		#fafafa;
	box-shadow:			inset 0px 0px 1px 1px #fff;
	-moz-box-shadow:		inset 0px 0px 1px 1px #fff;
	-webkit-box-shadow:		inset 0px 0px 1px 1px #fff;
	-o-box-shadow:		inset 0px 0px 1px 1px #fff;
	height:			20px;
	margin-top:			1px;
}
#header_global input,
#header_global button {
	font-size:			100%;
	border:			1px solid #797979;
	border-radius:		3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	-o-border-radius:		3px;
	background-color:		#fbfbfb;
	background-image:		-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(251, 251, 251)), to(rgb(187, 187, 187)));
	background-image:		-moz-linear-gradient(top,#fbfbfb 0,#bbb 100%);
	background-image:		-webkit-gradient(linear,left top,left bottom,color-stop(0,#fbfbfb),color-stop(100%,#bbb));
	background-image:		-o-linear-gradient(top,#fbfbfb 0,#bbb 100%);
	background-image:		linear-gradient(top,#fbfbfb 0,#bbb 100%);
	box-shadow:			inset 0px 0px 1px 1px #fff;
	-moz-box-shadow:		inset 0px 0px 1px 1px #fff;
	-webkit-box-shadow:		inset 0px 0px 1px 1px #fff;
	-o-box-shadow:		inset 0px 0px 1px 1px #fff;
	height:			20px;
	margin-top:			1px;
}
@-moz-document url-prefix() {
	#header_global input[type="submit"],
	#header_global button {
		padding-bottom:	3px;
	}
}
#header_global select,
#header_global input,
#header_global button { /*Content follows box model*/
	-moz-box-sizing:		content-box;
	-webkit-box-sizing:		content-box;
	box-sizing:			content-box;
}
#header_global select::-moz-focus-inner,
#header_global input::-moz-focus-inner,
#header_global button::-moz-focus-inner { /*Remove padding in FF*/
	border:			0;
	padding:			0;
}
#header_global select:not([disabled="disabled"]):hover {
	background-color:		#eaeaea;
}
#header_global input:not([disabled="disabled"]):hover,
#header_global button:not([disabled="disabled"]):hover {
	background-color:		#bbb;
	background-image:		-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(187, 187, 187)), to(rgb(251, 251, 251)));
	background-image:		-moz-linear-gradient(top,#bbb 0,#fbfbfb 100%);
	background-image:		-webkit-gradient(linear,left top,left bottom,color-stop(0,#bbb),color-stop(100%,#fbfbfb));
	background-image:		-o-linear-gradient(top,#bbb 0,#fbfbfb 100%);
	background-image:		linear-gradient(top,#bbb 0,#fbfbfb 100%);
}
#header_global {
	padding-top:			1px;
}
@-moz-document url-prefix() {
	#header_global {
		padding-top:		0px;
	}
}
.jGrowl-message ul,
.jGrowl-message ol {
	margin-inline-start: 2em;
}