/**
*	CSS styly používané v PopUp okně pro výpočet přibližné celkové ceny zájezdu
*
*	@package	CSS
*	@author		Jan Mazánek <jan.mazanek@abeo.cz>
*	@copyright	1993-2005 Abeo s.r.o.
*	@since		20050311, verze 1.0.1
*	@todo		20050312 mazanek@abeo.cz: provést revizi všech CSS definic. Odstranit nepoužívané.
*	@internal	charset: windows-1250
*	@version	SVN: $Id: new_window_calculator.css 7330 2007-08-11 19:25:57Z jan-mazanek $  
*/
table .Calculator{
	width:				500px;
	
}

td.CalculatorNote{
	font-size:			9px;
}

td.CalculatorHotel{
	font-weight:		bold;
}
td.CalculatorDatum{
	font-weight:		bold;
	text-align:			right;
}


th.RowPopis, th.RowPrice, th.RowMultiplier, th.RowSubtotal{
	font-weight:		normal;
	text-align:			center;
	background-color:	#ffffff;
	color:				#000000;
	white-space:		nowrap;
}


td.RowPopis{
	border-bottom:		dotted 1xp #999999;
	vertical-align:		bottom;
}
td.RowPrice{
	border-bottom:		dotted 1xp #999999;
	text-align:			right;
	white-space:		nowrap;
	vertical-align:		bottom;
}

td.RowMultiplier{
	border-bottom:		dotted 1xp #999999;
	text-align:			center;
	white-space:		nowrap;
	vertical-align:		bottom;
}

td.RowMultiplier input{
	text-align:			right;
	background-color:	#99CCFF;
	width:				30px;
	border:				none 0px #99CCFF;
}

td.RowSubtotal{
	border-bottom:		dotted 1xp #999999;
	text-align:			right;
	white-space:		nowrap;
	vertical-align:		bottom;
}


td.CalculatorTotalTitle{
	background-color:	#ffffcc;
	font-weight:		bold;
	padding:			5px 0px;
}
td.CalculatorTotal{
	background-color:	#ffffcc;
	font-weight:		bold;
	text-align:			right;
	color:				red;
	padding:			5px 0px;
	white-space:		nowrap;
	vertical-align:		bottom;
}
