﻿.SiFormTable
{
	width				:	100%;
}

.SiFormTable .CategoryTable
{
	width				:	100%;
}
.SiFormTable .CellInfo
{
	font-family			:	Verdana;
	font-size			:	11px;
	height              :   12px;
	vertical-align      :   middle;
}
.SiFormTable .CellFullRow
{
	font-family			:	Verdana;
	font-size			:	10px;
	width				:	100%;
    padding-left: 6px;
    padding-right: 6px;
}

.SiFormTable .CellFullRow  a
{
    color : #011F33;
}

.SiFormTable .CellFullRow  a:hover
{
    color : #0075C2;
}


.SiFormTable .CellInput
{
	font-family			:	Verdana;
	font-size			:	11px;
	padding-top         :   1px;
	padding-bottom      :   1px;
}	

.SiFormTable .CellInput img
{
    margin-left: 3px;
}

.SiFormTable .CellHeader
{
	font-family			:	Verdana;
	font-size			:	11px;
	background-color	:	#e8ead3;
	color               :   #011f33;
	padding				:   3px;
}	
.SiFormTable .CellEmpty
{
	height				:	10px;
}	
.SiFormTable .CellError
{
	font-family			:	Verdana;
	font-size			:	10px;
	color				:	#CC0000;
}
.SiFormTable .CellCategory
{
	font-family			:	Verdana;
	font-size			:	10px;
	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			:	Verdana;
	font-size			:	11px;
	width				:	150px;
	border				:	1px solid #0075c2;
}

.SiFormTable .Adults
{
	width				:	114px;
}
.SiFormTable .Children
{
	width				:	114px;
}
.SiFormTable .Date
{
	width				:	90px;
	float				:	left;
	margin-top			:	4px;
}
.SiFormTable .Message
{
	width				:	300px;
}

.SiFormTable .dvButton
{
    COLOR: #011F33;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE:11px;
    BACKGROUND-COLOR:#D7DE94;
    border: 1px solid #0075C2;
}

.SiFormTable .Over
{
	background-color	:	#d7e9f4;
	color               :   #000000;
}

.SiFormTable .Content
{
	text-align			:	left;
}
.SiFormTable .Image
{
	width				:	50px;
}
.SiFormTable .CategoryImage
{
	border				:	1px solid black; 
	width				:	100px;
}
.SiFormTable .Inputs
{
	width				:	50px;
}
