 
* {
	margin: 0;
	padding: 0;
}
/*h1 {
	line-height: 1em;
	font-family: "Times New Roman", Times, serif;
	color: #666;
	font-style: italic;
	text-align: center;
	padding: 50px 0 0 0;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.5em;
	margin: 0 0 14px 0;
	padding: 30px 0 0 0;
	clear: both;
	text-align: center;
	color: #666;
}*/
#container {
	background: #DFDFDF;
	margin: 0 auto 0 auto;
}
#navigation {
	list-style: none;
	background: #c9c8c8;
	height: 35px;
	width: 100%;
	margin: 50px auto 0 auto;
	border-left: solid 1px #b6b5b5;
}
#navigation li {
	float: left;
	border-right: solid 1px #b6b5b5;
	height: 35px;
}
#navigation li.first {
	border-left: solid 1px #b6b5b5;
}
#navigation li a, #navigation li a:link, #navigation li a:visited {
	text-decoration: none;
	display: block;
	float: left;
	height: 35px;
	color: #5a5a5a;
	line-height: 35px;
	padding: 0 9px 0 9px;
	border-right: solid 1px #b6b5b5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	outline: none;
}
#navigation li a:hover,#navigation li a.active, #navigation li a:focus, #navigation li a:active {
	background: #5a5a5a;
	color: #fff;
}

#sub-navigation{
	background: none repeat scroll 0 0 ;
    height: 35px;
    list-style: none outside none;
    margin: 0px auto 0;
    width: 100%;
}
#sub-navigation li{
    float: left;
    height: 35px;
}
#sub-navigation li a{
	text-decoration: none;
	display: block;
	float: left;
	height: 35px;
	color: #777;
	line-height: 35px;
	padding: 0 6px 0 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	outline: none;
}
#sub-navigation li a:hover{
	color:#000;
}
#sub-navigation li a:hover{
	color:#000;
}
#sub-navigation li a.active{
	color:#4a4949;
}
.wrapper{
	margin: 0 auto;
    overflow: hidden;
    width: 1010px;
	position:relative;
}
.header{
}
.content-area{
	background: none repeat scroll 0 0 #FFFFFF;
    margin: 5px 0 0;
    padding: 10px;
}
body{
	background:url(../../images/common/gray_jean.png);
	font:normal 12px Arial, Helvetica, sans-serif;
	color: #666;
	overflow-y:scroll;
}
.page-heading{
}
.page-tagline{
	border-bottom: 1px solid #F1F1F1;
    font: italic 12px arial;
    padding: 5px 0 10px;
}
.footer{
	background: none repeat scroll 0 0 #000000;
    border-top: 3px solid #999999;
    color: #FFFFFF;
    padding: 10px;
}
.logout-area{
	float: right;
    padding: 5px 0;
    text-align: right;
}
.logout-area span{
	padding: 0 5px;
}
.logout-area p{
	padding: 5px 0;
}
.logout-area a{
	color: #B60002;
} 
ul.tools{
	float: right;
    margin: 10px 0;
    overflow: hidden;
}
  
ul.tools li{
	float:left;
	list-style:none;
} 
ul.tools li a{
	background: none repeat scroll 0 0 #F1F1F1;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #777777;
    display: block;
    padding: 5px;
    text-align: center;
    text-decoration: none;
}


ul.tools li a:hover, ul.tools li a.active {
    background: none repeat scroll 0 0 #E0E0E0;
    font-style: italic;
}
ul.tools li a.first {
    border-left: 1px solid #CCCCCC; 
}
.info, .glob_sucess, .warning, .glob_error, .validation {
border: 1px solid;
margin: 10px 0px;
padding: 5px 10px 5px 5px;
background-repeat: no-repeat;
background-position: 10px center;
}
.glob_error{
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('error.png');
}
.glob_sucess{
	color: #4F8A10;
background-color: #DFF2BF;
background-image:url('success.png');
}
.alert-background{
	width: 100%;
background: #fff;
opacity: .5;
position: absolute;
top: -289px;
left: -11px;
z-index:100000;
}

.question {
	position: absolute;
display: inline;
text-align: center;
width: 174px;
height: 78px;
font-size: 13px;
line-height: 1.5em;
background: #000;
color: #fff;
padding: 10px 0 0 0;
text-shadow: 0px 1px 0px #fff;
top: 12px;
left: 349px;
opacity: 0;
z-index: 100001;
}

.yes, .cancel {
	margin-top: .5em;
	margin-right: .5em;
	cursor: pointer;
	display: inline-block;
	width: 63px;
	height: 21px;
	color: #fff;
	text-shadow: 0px 1px 0px #000;
	background: url('images/button.png') left top no-repeat;
}

.title {
	font-size: 30px;
	margin-bottom: 1.5em;
	font-weight: bold;
	font-style: italic;
	text-shadow: 0px 2px 0px #fff;
}

	table.booking_position
{
border: 1px solid black;
border-collapse:collapse;
width: 980px;
color:#000000;
}



table.booking_position td {
text-align:center;
border: 1px solid black;
}

table.booking_position th {
text-align:center;
width:0px;
border: 1px solid black;
padding: 2px 2px 2px 0;

}


table.booking_position tr:nth-child(odd){ background-color:#e5e5e5; }

table.booking_position tr:nth-child(even)    { background-color:#ffffff; }

table.booking_position td {

}

table.booking_position .CSSTableGenerator td{
	vertical-align:middle;
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:8px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}

table.booking_position td:hover { background: #FCF; } 

table.booking_position tr:last-child td{
	border-width:0px 1px 0px 0px;
}
table.booking_position  tr td:last-child{
	border-width:0px 0px 1px 0px;
}

.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
	