/* Base Css file 'D:\internet\root\www\TourWebManta\www\bookingform\css\pricecalculation.css' */
/* Reservation overview */
.PriceCalcContent
{
	background-color:#DAF8FF;
	padding: 6px 0px 5px 7px;		
}

.PriceCalcContent table.PriceCalculation 
{
	table-layout:fixed;
	width:530px;
}

.PriceCalcContent table.PriceCalculation td.LeftColumn
{
	vertical-align: top;
	width:300px;
}

.PriceCalcContent table.PriceCalculation td.RightColumn
{
	padding: 0 0 0 5px;
	vertical-align: top;
	width:220px;
	float:left;
}

.PriceCalcContent div.Overview table
{
	background-color:#DAF8FF;
	margin: 0 0 5px 0;
}

.PriceCalcContent div.Overview tr.Header
{
	color:#111565;
	font-weight: bold;
}

.PriceCalcContent div.Overview tr.Header td
{
	padding: 0px 0px 5px 0px;
}

.PriceCalcContent div.Overview tr.Content
{
	background-color:#DAF8FF;
}

.PriceCalcContent div.Overview td.Price
{
	text-align: right;
	width: 80px;
	padding: 0;
	margin: 0;
}

.PriceCalcContent div.Overview tr.Content td
{
	/* padding: 0 0 0 5px; */
}

.PriceCalcContent div.Overview tr.SubContent td
{
	padding: 0 0 0 10px;
}

.PriceCalcContent div.Overview td.Spacer
{
	font-size: 5px;
}

.PriceCalcContent div.Overview table.PriceOverview
{
	width: 100%;
}

.PriceCalcContent div.Overview table.PriceOverview td.Price
{
	margin: 0;
	padding: 0 5px 0 0;
	text-align: right;
}

.PriceCalcContent div.Overview table.PriceOverview td.PriceBold
{
	font-weight: bold;
	border-top: 1px solid #000000;
	margin: 0;
	padding: 0 5px 0 0;
	text-align: right;
}

.PriceCalcContent div.Overview table.PriceOverview td.Bold
{
	font-weight: bold;
}

.PriceCalcContent div.Overview td.Warning
{
	color: Red;
	font-weight: bold;
}

.PriceCalcContent table.tripselectioncontrols td.label
{
	padding: 4px 5px 4px 0px;
	font-weight:bold;
}

.PriceCalcContent table.tripselectioncontrols td.selector
{
	position:relative;
}

.PriceCalcContent table.tripselectioncontrols td.selector select,
.PriceCalcContent table.tripselectioncontrols td.selector input
{
	width: 220px;
}

div.buttons
{
	background-color:#66CBFF;
	padding: 6px 9px 7px 5px;
	text-align:left;
}

div.buttons input
{
	width:auto;
	padding:2px 4px 0px 4px;
}

table.RoomTypes
{
	width:100%;
}

table.RoomTypes td.RoomTypesHeder 
{
	text-align:left;
	padding:5px 0px 5px 0px;
}

table.RoomTypes td.RoomTypesHeder input
{
	width:15px;
	margin-right:3px;
}

table.RoomTypes td.RoomTypesButton
{
	text-align:left;
	padding-top:5px;
}

table.RoomTypes td.RoomTypesButton input
{
	text-align:center;	
	width:auto;
	padding:2px 4px 0px 4px;
}

table.RoomTypes td.RoomTypesSelControl
{
	text-align:left;
}

table.RoomTypes td.RoomTypesSelControl div.ssmst table
{
	width:100%;
}

table.RoomTypes td.RoomTypesSelControl th.pcol,
table.RoomTypes td.RoomTypesSelControl td.pcol
{
	text-align:center;
	width:13px;
}


.PriceCalcContent table.tripselectioncontrols td.selector select.resizableNormal
{
	width: 220px;
} 

.PriceCalcContent table.tripselectioncontrols td.selector select.resizableExpanded
{
	width: 455px;			
}

/* Please wait div */
#PleaseWaitDiv
{
	position: absolute;
	top: 170px;
	left: 345px;
	width: 310px;
	height: 210px;
	background-image: url(../../Shared/Images/bittewarten.gif);
	background-position: left top;
	background-repeat: no-repeat;
	filter: Shadow(Color=#B3B3B3, Direction=135, Strength=5);
}

.PleaseWaitHidden
{
	display: none;
}

.PleaseWaitVisible
{
	display: block;
	z-index: 99;
}

.SpecialOffer
{
	color:Red;
}
