/* Base Css file 'D:\internet\root\www\TourWebRhomberg\www\bookingform\css\pricecalculation.css' */
/* Reservation overview */
div.content
{
	float:left;
	background-color: #FFFFFF;
	background-image: none;
	padding: 0 0 0 10px;
	width:590px;
}

div.content select, div.content input
{
	font-size: 11px;
}

div.content table.PriceCalculation td.LeftColumn
{
	vertical-align: top;
}

div.content table.PriceCalculation td.RightColumn
{
	padding: 0 10px 0 10px;
	vertical-align: top;
	width: 48%;
}

div.content div.Overview table
{
	background-color: #FFFFFF;
	margin: 0 0 5px 0;
}

div.content div.Overview tr.Header
{
	color:#111565;
	font-weight: bold;
}

div.content div.Overview tr.Header td
{
	padding: 0px 0px 5px 0px;
}

div.content div.Overview tr.Content
{
	background-color: #FFFFFF;
}

div.content div.Overview td.Price
{
	text-align: right;
	width: 80px;
	padding: 0;
	margin: 0;
}

div.content div.Overview tr.Content td
{
	/* padding: 0 0 0 5px; */
}

div.content div.Overview tr.SubContent td
{
	padding: 0 0 0 10px;
}

div.content div.Overview td.Spacer
{
	font-size: 5px;
}

div.content div.Overview table.PriceOverview
{
	width: 100%;
}

div.content div.Overview table.PriceOverview td.Price
{
	margin: 0;
	padding: 0 5px 0 0;
	text-align: right;
}

div.content div.Overview table.PriceOverview td.PriceBold
{
	font-weight: bold;
	border-top: 1px solid #000000;
	margin: 0;
	padding: 0 5px 0 0;
	text-align: right;
}

div.content div.Overview table.PriceOverview td.Bold
{
	font-weight: bold;
}

div.content div.Overview td.Warning
{
	color: Red;
	font-weight: bold;
}

div.content table.tripselectioncontrols td.label
{
	padding: 4px 5px 4px 0px;
	vertical-align:top;
}

div.content table.tripselectioncontrols td.selector
{
	position:relative;
}

div.content table.tripselectioncontrols td.selector select,
div.content table.tripselectioncontrols td.selector input
{
	width: 230px;	
}

div.content table.tripselectioncontrols td.selector table.package td
{
	padding-bottom:3px;
}

div.content table.tripselectioncontrols td.selector table.package input
{
	width:auto;	
}

div.content div.buttons
{
	text-align: center;
	border-top: solid 1px #319C9C;
	border-bottom: solid 1px #319C9C;
	padding: 10px 0 10px 0;
	margin: 0 0 10px 0;
}

table.RoomTypes
{
	padding:10px 0px 5px 0px;
}

table.RoomTypes td.RoomTypesHeder
{
	padding:5px 0px 5px 0px;
}

table.RoomTypes td.RoomTypesButton
{
	text-align:center;	
	padding:5px 0px 5px 0px;
}

table.RoomTypes td.RoomTypesSelControl tr th.pcol,
table.RoomTypes td.RoomTypesSelControl tr td.pcol
{
	text-align:right;
	width:13px;
}

table.RoomTypes td.RoomTypesSelControl table td
{
	padding:2px 0 2px 0;
	width: 200px;
}

div.content table.tripselectioncontrols td.selector select.resizableNormal
{
	width: 230px;
	position:absolute;
} 

div.content table.tripselectioncontrols td.selector select.resizableExpanded
{
	width: 350px;			
	position:absolute;
}

.alternateColor
{
	background-color:#F2F2F2;
}

.nostock
{
	color: #B2B2B2;
}

.onrequest
{
	color:#36B4E6;
}

/* Please wait div */
#PleaseWaitDiv
{
	position: absolute;
	top: 170px;
	left: 345px;
	width: 310px;
	height: 210px;
	background-image: url(../../img/bittewarten.gif);
	background-position: left top;
	background-repeat: no-repeat;
	filter: Shadow(Color=#B3B3B3, Direction=135, Strength=5);
}

.PleaseWaitHidden
{
	display: none;
}

.PleaseWaitVisible
{
	display: block;
}

.SpecialOffer
{
	color:Red;
}

div.content table.tripselectioncontrols td.selector .package td
{
  /* width: 150px; */
  overflow: hidden;
}
