@charset "utf-8";
/* CSS Document */

/* ROUNDED BOX */
.rbContainer
	{width:100%; background: url(/Images/RoundedBox/Filling.gif) repeat;}
.rbInnerContainer
	{width:100%;}
.rbTopLeft
	{width:100%; background: url(/Images/RoundedBox/TopLeft.gif) no-repeat top left;}
.rbTopRight
	{width:100%; background: url(/Images/RoundedBox/TopRight.gif) no-repeat top right;}
.rbBotttomLeft
	{width:100%; background: url(/Images/RoundedBox/BottomLeft.gif) no-repeat bottom left;}
.rbBotttomRight
	{width:100%; background: url(/Images/RoundedBox/BottomRight.gif) no-repeat bottom right;}

/* GENERIC BOOKING FORM */
.gbfLabelColumn_A, .gbfLabelColumn_B, .gbfLabelColumn_C
	{font-family:Arial, Helvetica, sans-serif;
	font-size:11px;}
.gbfLabelColumn_A
	{width:95px;}
.gbfLabelColumn_B
	{width:60px;}
.gbfLabelColumn_C
	{width:90px;}
.gbfFieldColumn_A
	{width:40px;}
.gbfFieldColumn_B
	{width:100px;}
.gbfFieldColumn_C
	{width:100px;}
/*
.gbfSpacer
	{min-width:20px;
	width:auto;}
.gbfFieldArea
	{width:200px;}
.gbfFieldParador
	{width:150px;}
*/
.gbfField
	{font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:100%;}
.gbfCalendarField
	{font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:72px;}
.gbfSubmit
	{width:95px;}