﻿

h1
{
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;	
	margin: 0;    
    padding: 6px 15px 3px 15px;    
    background-image: url(../../Images/h1_bg.png);
    background-repeat: no-repeat;
    width: 704px;
    height: 29px;
}
div#GroupContentLeft
{
	width: 236px;
	float: left;	
	padding: 10px 0px 10px 0px;		
}
div#GroupContentRight
{		
    padding: 10px 0px 30px 0px;    
	width: 734px;
	float: right;	
}
div#NavigationHeader
{
	font-weight:bold;
	font-size: 0.9em;	
	color: #ffffff;	
	margin: 0 0 -10px 0;
    padding: 6px 15px 3px 28px;    
    background-image: url(../../Images/left-menu_header.png);
    background-repeat: no-repeat;
    width: 191px;
    height: 26px;
    border-left: solid 1px #dddddd;
    border-right: solid 1px #dddddd;
}
ul#Navigation
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-left: solid 1px #dddddd;
    border-right: solid 1px #dddddd;
    border-bottom: solid 1px #6a6a6a;            
}

ul#Navigation li
{
    border-top: solid 1px #ffffff;
    background-color: #e4e4e4;     
    margin: 0;
    padding: 0;
}

ul#Navigation li a
{   
    text-decoration: none;
    padding: 5px 15px 5px 13px;
    margin: 0;
    color: #000;
    display: block;
}

ul#Navigation li a:hover
{
    background-color: #ffffff;
}

ul#Navigation li a img
{
    border: 0;
    padding-right:10px;
}


table.GroupBookingTable
{
	width:100%;	
	border-right: 1px solid #828282;
	border-bottom: 1px solid #828282;
}

table.GroupBookingTable td.item
{
  font-size: 10px;	  
  color: #000;
  border-top: 1px solid #828282; /*#474747;*/
  border-left: 1px solid #828282; /*#474747;*/
	padding-top:5px;
	padding-bottom:5px;
  padding-left: 13px;
  padding-right: 13px;
  line-height:15px;
  height: 15px;
  text-align: left;
	background: #f5f5f5;
	vertical-align:top;
  }

  
 table.GroupBookingTable td.item select
{
  font-size:10px; 
	
}

  
 table.GroupBookingTable td.item input
{
  font-size:10px; 
	
}
  

table.GroupBookingTable th.th1 {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
   padding-left: 13px;
  padding-right: 13px;
  line-height:26px;
  height: 26px;
  text-align: left;
  background-image:url('th1_bg.png');
  background-repeat: repeat-x;
  } 
  
table.GroupBookingTable th.th2 {
  font-size: 11px;
  font-weight: normal;
  color: #fff;
  border-top: 1px solid #828282; /*#474747;*/
  border-left: 1px solid #828282; /*#474747; */
  padding-left: 13px;
  padding-right: 13px;
  line-height:25px;
  height: 25px;
  text-align: left;
  background-image:url('th2_1_bg.png');
  background-repeat: repeat-x;
  }