﻿div.BookingButton
{
	float:right;
	margin-right:10px;
	}


input.BookingButton
{
	/*
	background-color:#F72820;
	border:1px ridge #4A4A4A;
	color:White;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.82em;
	margin-bottom:10px;
	*/
	font-size:10px;
	}

div.StatusOk
{
    background-image: url(/Images/icon_accept.png);
    background-repeat: no-repeat;
    background-position: left center;    
    padding: 15px 0px 15px 60px; 	
	background-color: #69b83e;
	border: 1px ridge #4A4A4A;
	color:white;
	font-weight:bold;
	margin:10px 0 0 0;
	
}
div.StatusError
{
    background-image: url(/Images/icon_stop.png);
    background-repeat: no-repeat;
    background-position: left center;    
    padding: 15px 0px 15px 60px;
	background-color: #F71B0E;
	border: 1px ridge #4A4A4A;
	color:white;
	font-weight:bold;	
	margin:10px 0 10px 0;
	
}


div.StatusError li
{
	color:white;
	font-weight:bold;
}



a.ErrorLink
{
	color:White;
	text-decoration:underline;
	}
	
a.ErrorLink:hover
{
	color:White;
	text-decoration:underline;	
	}
	


table.MyBookingTable
{
	width:732px;	
	border:0; 
}

table.MyBookingTable td.item, td.item-left
{
  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;
  }
 
table.MyBookingTable td.item-left
{
	border-top: 1px solid #828282; /*#474747;*/
	border-left:0;
  }
  
 table.MyBookingTable td.item select, td.item-left select 
{
  font-size:10px; 
	
}
  

table.MyBookingTable 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.MyBookingTable th.th2, th.th2-left {
  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;
  }
  
 table.MyBookingTable th.th2-left 
 {
	border-top: 1px solid #828282; /*#474747;*/
	border-left: 0;	
	} 
 
  
 table.pricingTable
 {
	border-collapse:collapse;
	width:100%;	
	margin-bottom:10px;
	}

 table.pricingTable td.item, td.item-right
 {
	padding:10px 10px 0	0;
	border-bottom: 1px solid #939393;	
	font-size:10px;
	}
 
 table.pricingTable td.item-strong,  td.item-strong-right
 {	
	padding:20px 10px 0 0;
	font-weight:bold;
	font-size:10px;	
	border-bottom: 1px solid #939393;			
	}

table.pricingTable td.item-right,  td.item-strong-right
 {
	text-align:right;
	}
	
div#BlueBox
{
	background-image:url(../../Images/mybooking/blue_gradient.png);
	width:206px; 
	height:48px;
	margin-bottom:9px;
	color:White;
	padding: 10px 15px 3px 15px;  
	font-weight:bold;
	text-align:center;
}

div#BlueBox a
{
		color:White;
}

div#BookingGradient
{
	background-image:url(../../Images/mybooking/gray_gradient.png); 
	width:206px; 
	height:46px;
	margin-bottom:9px;
	color:Black;
	padding: 15px 15px 0px 15px;  
	font-weight:bold;
	border:1 px solid black;
}

ul#TopNavigation2 li.logout
{
	border:0;
	height:60px;
	}

ul#TopNavigation2 li.logout a
{
	color:White;
	background-image:url(../../Images/mybooking/red_gradient_logout.png);
	background-repeat:no-repeat;
	font-weight:bold;	
	}

ul#TopNavigation2 li.logout a:hover
{
	cursor:pointer;
	color:White;
	background:#C3C3C3;
	font-weight:bold;
	}
	
table.LoginTable
{
	border-collapse:collapse;
	}

table.LoginTable  td.Header, td.Item, td.Error
{
	padding-bottom:5px;
	}

table.LoginTable td.Header
{
	width:150px;
	}
	
table.LoginTable td.Item
{
	width:150px;
	text-align: right;
	}

table.LoginTable td.Error
{
	width:200px;
	}
	
table.ajaxLoaderTable
{
	width:100%;
	height:100%;
	background-image:url(../../Images/ajax-loader.gif);
	background-repeat:repeat-y;
	background-position:center top;
	background-color:#F5F5F5;
}

table.ajaxLoaderTable td
{
	border:0;
	width:100%;
	height:100%;
} 
