BODY, TD, TH, INPUT, SELECT, OPTION, BUTTON {
	font-family: Arial, Helvetica, sans-serif, sans;
	color: #666666;
	font-size: 11px;
}

INPUT.text {
	border: 1px solid #666666;
	background-color: #dddddd;
	color: #000000;
}

TEXTAREA {
	border: 1px solid #666666;
	background-color: #dddddd;
	color: #000000;
}

A {
	color: #66cc00;
	text-decoration: none;
}

A:hover {
	color: #33aa00;
}

.headGreen {
	color: #66cc00;
	font-size: 14px;
	font-weight: bold;
        padding-left: 10px;
}

.tube {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin-left: 1px;
	margin-right: 1px;
	padding-left: 10px;
	padding-right: 10px;
	background-repeat: repeat-x;
	height: 20px;
        text-align: left;
}

.orangeText {
        color: #ff6600;
}

.greenText{
	color: #66cc00;
}

.tube.red {
	background-image: url("/gfx/icons/tube_red.gif");
	color: white;
	height: 18px;
	border-right: 0px;
	border-left: 0px;
}

.tube.orange {
	background-image: url("/gfx/icons/tube_orange.gif");
}

.tube.green {
	background-image: url("/gfx/icons/tube_green.gif");
	margin-right: 0px;
}

.tube.grey {
	background-image: url("/gfx/menu/tube_backgr.gif");
	margin-right: 0px;
	color: #666666;
}

.tubeGrey {
	background-repeat: repeat-x;
	background-image: url("/gfx/icons/icon_tube.gif");
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.greyTubeIcon {
	margin-left: 5px;
}

.greyTubeContent {
	padding-top: 5px;
	padding-left: 15px;
}

.calendar {
	position: absolute;
        visibility: hidden;
}

#check_in {
	left: 10px;
	top: 50px;
}

#check_out {
	left: 300px;
	top: 50px;
}

#check_out_controls {
	visibility: visible;
}

.borderleft {
	border-left: 1px dotted #dddddd;
}

.borderright {
	border-right: 1px dotted #dddddd;
}

.bordertop {
	border-top: 1px dotted #dddddd;
}

.borderbottom {
	border-bottom: 1px dotted #dddddd;
}

.error {
	font-size: 12px;
	color: #000000;
        font-weight: bold;
        border: 1px solid #ff6600;
        margin-left: 1px;
        margin-right: 1px;
        padding: 5px;
        padding-right: 5px;
        background-repeat: repeat-xy;
        text-align: left;
	background-image: url("/gfx/icons/error_backgr.gif");
}

