.SiFormTable
{
	width				:	100%;
}

.SiFormTable .CategoryTable
{
	width				:	100%;
}
.SiFormTable .CellInfo
{
	font-family			:	Arial, Verdana;;
	font-size			:	12px;
	height              :   12px;
	vertical-align      :   middle;
}
.SiFormTable .CellFullRow
{
	font-family			:	Arial, Verdana;;
	font-size			:	12px;
	width				:	100%;
    padding-left: 6px;
    padding-right: 6px;
}

.SiFormTable .CellFullRow  a
{
    color : #38240B;
}

.SiFormTable .CellFullRow  a:hover
{
    color : #007a94;
}


.SiFormTable .CellInput, .euInput
{
	font-family			:	Arial, Verdana;;
	font-size			:	12px;
	padding-top         :   1px;
	padding-bottom      :   1px;
}	

.SiFormTable .CellInput img
{
    margin-left: 3px;
}

.SiFormTable .CellHeader
{
	font-family			:	Arial, Verdana;;
	font-size			:	12px;
	background-color	:	#E9E5D9;
	color               :   #38240B;
	padding				:   3px;
}	
.SiFormTable .CellEmpty
{
	height				:	11px;
}	
.SiFormTable .CellError
{
	font-family			:	Arial, Verdana;;
	font-size			:	11px;
	color				:	#CC0000;
	padding-left: 6px;
}
.SiFormTable .CellCategory
{
	font-family			:	Arial, Verdana;;
	font-size			:	11px;
	background-color	:	#C0C0C0;
	width				:	100%;
	border-bottom		:	5px solid white;
	border-top			:	5px solid white;
	padding				:	3px;
	vertical-align		:	top;
}
/* Common Style for the Table */
.SiFormTable .dvInput
{
	font-family			:	Arial, Verdana;;
	font-size			:	12px;
	width				:	150px;
	border				:	1px solid #D8D5CA;
}

.SiFormTable .Adults
{
	width				:	114px;
}
.SiFormTable .Children
{
	width				:	114px;
}
.SiFormTable .Date
{
	width				:	90px;
	float				:	left;
	margin-top			:	4px;
}
.SiFormTable .Message
{
	width				:	300px;
}

.SiFormTable .dvButton
{
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Verdana;
    FONT-SIZE:12px;
    BACKGROUND-COLOR:#38240B;
    border              : 1px solid #38240B;
}

.SiFormTable .Over
{
	background-color	:	#E9E5D9;
	color               :   #000000;
}

.SiFormTable .dvButton:hover
{
	background-color	:	#007a94;
	color               :   #C6AE90;
    border              : 1px solid #007a94;
}

.SiFormTable .Content
{
	text-align			:	left;
}
.SiFormTable .Image
{
	width				:	50px;
}
.SiFormTable .CategoryImage
{
	border				:	1px solid black; 
	width				:	100px;
}
.SiFormTable .Inputs
{
	width				:	50px;
}

.SiFormTable hr
{
    padding: 0px !important;
}

#Btn_DateFrom, #Btn_DateTo
{
    margin-top: 2px !important;
}