/* ----------------------------------------------------------------
	www.autogrill.ch Standard CSS
	Autor: guycolle // Guy-Maurice Collé
	Version: 03.03.2008
	Fromular (Ihre Meinung)
---------------------------------------------------------------- */

.line {
	width: 550px;
	height:25px;
}
.row {
	width: 550px;
	height: 24px;
}
.rowHigh {
	width: 550px;
	height: 40px;
}
label.shortHeader {
	width: 33px;
	height: 25px;
	float: left;
	padding: 0 2px 0 2px;
	border-right: 1px #e1e1e1 solid;
}
label.shortHeaderMiddle {
	width: 27px;
	height: 25px;
	float: left;
	padding: 0 0 0 10px;
	border-right: 1px #e1e1e1 solid;
}
label.short {
	width: 30px;
	height: 25px;
	float: left;
	padding: 0 0 0 7px;
	border-right: 1px #e1e1e1 solid;
}
label.default {
	padding-top: 3px;
	width: 152px;
	float: left;
}
form textarea {
	width: 200px;
	height: 80px;
	margin-bottom: 2px;
	border: 1px #e1e1e1 solid;
	font: 1em Arial, Helvetica, sans-serif;
}
form .field {
	width: 200px;
	margin-bottom: 2px;
	border: 1px #e1e1e1 solid;
}
form .fieldShort {
	width: 166px;
	float: left;
	margin-bottom: 2px;
	border: 1px #e1e1e1 solid;
}

form .dropdown {
	width: 202px;
	*width: 204px;
	_width: 205px;
	margin-bottom: 2px;
	border: 1px #e1e1e1 solid;
}


/* Calendar: a Javascript class for Mootools that adds accessible and unobtrusive date pickers to your form elements <http://electricprism.com/aeron/calendar> */
/* Default CSS for Calendar (navigation: 1), Copyright (c) 2007 Aeron Glemann <http://electricprism.com/aeron> */

.hidden {
	opacity: 0;
	position: absolute;
}
.visible {
	opacity: 1;
}


/*input.calendar,
select.calendar {
	width: 99px;
}
*/
button.calendar {
	background: url(../images/calendar/calendar-icon.gif);
	border: 0;
	cursor: pointer;
	/*float: left;*/
	height: 20px;
	margin-left: 6px;
	width: 20px;
}
button.calendar:hover,
button.calendar.active {
	background-position: 0 20px;
}

div.calendar {
	background: url(../images/calendar/calendar.png);
	height: 195px;
	padding: 0 6px;
	text-align: center;
	width: 147px;
}	
div.calendar * {
	margin: 0;
	padding: 0;
}	
div.calendar div {
	background: none !important;
	cursor: move;
	height: 185px;
	overflow: hidden;
	padding-top: 10px;
	position: relative;
	width: 147px;
}	

div.calendar caption {
	color: #333;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	padding-top: 6px;
	text-align: center;
	width: 100%;
}
div.calendar caption a {
	cursor: pointer;
	display: block;
	height: 12px;
	overflow: hidden;
	position: absolute;
	text-indent: -100px;
	top: 17px;
	width: 11px;
}
div.calendar caption a.prev {
	background-image: url(../images/calendar/calendar-prev.gif);
	left: 0;
}
div.calendar caption a.next {
	background-image: url(../images/calendar/calendar-next.gif);
	right: 0;
}
div.calendar caption a:hover {
	background-position: 0 12px;
}
div.calendar caption span {
	height: 25px;
	position: relative;
	text-align: center;
}
div.calendar caption span.month {
	padding-right: 8px;
}
div.calendar caption span.month:after {
	content: ',';
}

div.calendar table {
	background: #FFF;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	cursor: default;
	margin: 0 auto;
	overflow: hidden;
	width: 147px;
}
div.calendar td,
div.calendar th {
	border: 0;
	color: #0597DB;
	font: normal 12px Arial, Helvetica, sans-serif;
	height: 21px;
	text-align: center;
	width: 21px;
}
div.calendar td {
	background: url(../images/calendar/calendar-td.gif);
	color: #FFF;
	font-size: 11px;
}
div.calendar td.invalid {
	color: #999;
}
div.calendar td.valid {
	background: url(../images/calendar/calendar-valid.gif);
	color: #0597DB;
	cursor: pointer;
}
div.calendar td.hilite {
	background: url(../images/calendar/calendar-hilite.gif);
}
div.calendar td.inactive {
	background: url(../images/calendar/calendar-td.gif) 0 100%;
	color: #FFF;
}
div.calendar td.active,
div.calendar td.hover {
	background: url(../images/calendar/calendar-valid.gif) 0 100%;
	color: #FFF;
	cursor: pointer;
}
