@charset "utf-8";
/* CSS Document */

body {
    background-image: url('bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;

	width:100%;
	height:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	
	
}
.wrapper{
	padding: 10px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: rgb(255,255,255);
	height: auto;
	
	box-shadow:0px 0px 5px #666666;
	
}
.header{
	background-color: rgb(255,255,255);
	text-shadow:0px 0px 1px #999999;
	
	background-repeat: no-repeat;
	background-position: 10px;
	
}
.button{
	height: 40px;
	border-radius:4px;
	background-image: url(butt0000.jpg);
	background-repeat: repeat-x;
	padding-left: 5px;
}
.wel{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
	color: rgb(255,102,0);
}
.banner-wrapper{
	margin-bottom: 20px;
	overflow:hidden;
}
.booking-form{
	height: auto;
	overflow:hidden;
	width: 570px;
	margin-right: 10px;
	float: left;
	background-color: rgb(153,153,153);
	border-radius:5px;
	padding: 10px;
}
.slider{
	height: 370px;
	width: 400px;
	float: right;
	
	border-radius:5px;
}
.tabbed-wrapper{
	width: 1000px;
	height:auto;
	overflow: visible;
	margin-bottom: 10px;
}
a.ex1:link,a.ex1:visited,a.ex1:active {
	color: rgb(0,153,204);
	text-decoration: none;
}
a.ex1:hover{
	color: rgb(51,51,51);
	text-decoration: none;
}
a.ex2:link,a.ex2:visited,a.ex2:active {
	color: rgb(51,51,51);
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
a.ex2:hover{
	color: rgb(255,51,0);
	text-decoration: underline;
}

a.ex3:link,a.ex3:visited,a.ex3:active {
	color: rgb(0,153,204);
	text-decoration: none;
	font-size: 11px;
}
a.ex3:hover{
	color: rgb(0,153,204);
	text-decoration: underline;
}
a.ex4:link,a.ex4:visited,a.ex4:active {
	color: rgb(0,104,138);
	text-decoration: underline;
	font-size: 11px;
}
a.ex4:hover{
	color: rgb(0,153,204);
	text-decoration: underline;
}
.li{
	list-style-position: inside;
	list-style-image: url(http://www.suvidhatravel.com/images/Red-Arrow.png);
}
.ui-tabs-vertical { width: 55em; }
.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; }
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
.ui-tabs-vertical .ui-tabs-nav li a { display:block; }
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 40em;}
.rounded-corner{
	border-radius:6px;
	border:#CCC 1px solid;
	box-shadow:inset 0px 0px 10px rgba(0,0,0,.1);
	-webkit-box-shadow:inset 0px 0px 10px rgba(0,0,0,.1);
	-moz-box-shadow:inset 0px 0px 10px rgba(0,0,0,.1);
	background-color: #FFF;
	color: #666;
	
	}
.heading-holiday-package{
	background: rgba(11,11,11, 0.5);
	border-radius:6px;
	padding:5px;
	text-shadow:0px 0px 2px #000000;
	color:#FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
	}
.hotel-detail-tabbed-wrapper{
	
	height:auto;
	overflow: visible;
	margin-bottom: 10px;
	padding-top:10px;
}

.book-now-button{
	border: 1px inset #FF6600;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #F60;
	cursor: pointer;
	text-shadow:0px 0px 1px #333333;
	border-radius:5px;
	height: 30px;
}

.save-now-button{
	border: 1px inset #A42900;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #C30;
	cursor: pointer;
	text-shadow:0px 0px 1px #333333;
	border-radius:5px;
	height: 30px;
}

.available-hotel{
	height: 130px;
	width: 105px;
	border: 1px solid #BBDBFF;
	background-color: #f2f2f2;
	padding: 5px;
	border-radius:4px;
	float: left;
	margin-top: 10px;
	margin-right: 7px;
	margin-bottom: 10px;
	margin-left: 7px;
}

.available-hotel a{
	color: #333;
	text-decoration: none;
}

.available-hotel:hover{
	
	border: 1px solid #A6E2FF;
	background-color: #CAE3FF;
}

.available-hotel-img{
	height: 60px;
	width: 60px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

.availabe-hotel-heading{
	background-color: #99CC66;
	border: 1px solid #86C249;
	padding: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;	
	font-weight: bold;
}
.add-room-button{
	border: 1px inset #0093C4;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background-color: #09C;
	cursor: pointer;
	text-shadow:0px 0px 1px #333333;
	border-radius:5px;
	height: 25px;
}
