/* ------------------
 styling for the tables 
   ------------------   */


body
{
	line-height: 1.6em;
}




#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	width: 525px;;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #C6CBDE;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
}
#box-table-a td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}


#box-table-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: center;
	border-collapse: collapse;
	border-top: 7px solid #9baff1;
	border-bottom: 7px solid #9baff1;
}
#box-table-b th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #e8edff;
	border-right: 1px solid #9baff1;
	border-left: 1px solid #9baff1;
	color: #039;
}
#box-table-b td
{
	padding: 8px;
	background: #e8edff; 
	border-right: 1px solid #aabcfe;
	border-left: 1px solid #aabcfe;
	color: #669;
}

#box-table-c
{
	font-size: 12px;
	width: 700px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-c th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-c td
{
	padding: 8px;
	background-color:#F4F4F4;
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}

#box-table-agenda
{
	font-size: 12px;
	width: 740px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-agenda th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background-color:#CCCCCC;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-agenda td
{
	padding: 8px;
	background-color:#ffffff;
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
}

#box-table-e
{
	float:left;
	font-size: 12px;
	width: 740px;
	text-align: left;
	border-collapse: collapse;
	margin-bottom:20px;
}
#box-table-e th
{ 
	font-size: 13px;
	font-weight: normal;
	padding: 0.5em 1.0em 0.5em 1.0em;
	background-color:#e8edf1;
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#box-table-e td
{
	padding: 1em;
	background-color:#e8edf1;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}



#box-table-a2
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	width: 525px;;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a2 th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #C6CBDE;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
}
#box-table-a2 td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	border-top: 1px solid transparent;
}
#box-table-a2 tr:hover td
{
	background: #d0dafd;
	color: #339;
}

#box-table-booking
{ float:left;
	font-size: 12px;
	width: 550px;
	text-align: left;
	border-collapse: collapse;
	margin:10px;
	
}
#box-table-booking th
{
	font-size: 13px;
	font-weight: normal;
	padding: 2px;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-booking td
{
	padding:5px;
	background-color:#F4F4F4;
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}

