﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	margin-bottom: 30px;
	padding: 0px;
	background: #F89828 url(./images/body_bck.png) repeat-x scroll left top;
}
h1 { margin: 0 0 10px 0; font-size: 16px; font-weight: bold; line-height: 20px; }
h2 { margin: 0 0 10px 0; font-size: 14px; font-weight: bold; line-height: 9px; }
a, a:hover { color: #000000; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
p { text-align: justify; line-height: 20px; margin: 12px 0px 12px 0px; }
input[type="text"] { width: 150px; }
input[type="password"] { width: 150px; }
textarea { width: 450px; height: 70px; }
ol li { margin: 0 0 7px 0; text-align: justify; line-height: 20px; }
/*common classes*/
.formfields { font-size: 11px; margin: 0 auto; width: 900px; height: 40px; }
.formfields li { float: left; width: 200px; margin: 0 0 7px 0; font-weight: bold; font-style: italic; line-height: 17px; }
.formfields li.medium { width: 350px; }
.formfields li.large { width: 500px; }
.formfields li span { display: block; }
.formfields li span b {	color: #ff0000; }
.form-field-label { float: left; line-height: 17px; margin: 0 9px 0 0; font-weight: bold; font-size: 11px; }
.border-bottom { border-bottom: 1px #666 solid; padding: 0 0 7px 0; }
.border-bottom b { float: left; margin: 0 8px 0 0; }
.border-bottom span { cursor: pointer; }
.validation-summary > span { float: left; }
.validation-summary > div { padding: 5px 7px 7px 30px; }
.field-validation-error { color: #ff0000; }
.input-validation-error { border: 1px solid #ff0000; background-color: #ffeeee; }
.validation-summary-errors { font-weight: bold; color: #ff0000; }
ul.validation-summary-errors { display: none; }
.list { list-style-type: disc; padding: 0 0 0 15px; }
.list li { line-height: 20px; }
.loading_progress {
	height: 42px;
	width: 42px;
	display: block;
	background: transparent url(./images/ajax-loader.gif) no-repeat scroll center center;
	float: left;
}
.new-validation-summary{ background-color: #F89828; color: #fff; padding: 5px 0 0 5px; margin: 0 0 10px 0; }
.new-validation-summary > span { float: left; }
.new-validation-summary > div { padding: 2px 7px 7px 38px; }
span.new-validation-summary-errors { font-weight: bold; display: block; }
ul.new-validation-summary-errors { font-size: 10px; line-height: 15px; padding: 0 0 0 15px; list-style-type: circle; }
a.standardlink { text-decoration: underline; color: blue; }
/*background images*/
.ui-icon-s {
	height: 16px;
	width: 16px;
	display: block;
	overflow: hidden;
	background-image: url(./images/ui_icons_16x16.png);
	background-repeat: no-repeat;
}
.ui-icon-m {
	height: 24px;
	width: 24px;
	display: block;
	overflow: hidden;
	background-image: url(./images/ui_icons_24x24.png);
	background-repeat: no-repeat;
}
.ui-icon-s-info-callout { background-position: -32px 0; }
.ui-icon-s-help { background-position: -80px -16px; }
.ui-icon-s-info { background-position: -64px -80px; }
.ui-icon-s-warning { background-position: -128px -80px; }
.ui-icon-m-success { background-position: -24px -24px; }
.ui-icon-m-warning { background-position: -48px -24px; }
.vikram_gokhale { float: right; width: 170px; margin-left: 20px; height: 170px; background: transparent url(./images/vikramgokhale.png) no-repeat scroll center center; }
/*tooltip*/
.tooltip {
	background-color: #222;
	border: 4px #999 solid;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
    padding:10px 15px;
    width:400px;
    display:none;
    color:#fff;
    text-align:left;
    font-size: 10px;
}
.tooltip ol { padding: 0 0 0 15px; margin: 0; }
.tooltip ol li { margin: 0 0 7px 0; text-align: justify; line-height: 18px; }
/* content list table */
.contentlist { width: 100%; border-collapse: collapse; margin: 0; padding: 0; }
.contentlist tr th, .contentlist tr td {
	text-align: center;
	padding: 5px 8px;
	border-bottom: 1px #909090 solid;
	vertical-align: middle;
	line-height: 17px;
}
.noborder tr td { border-bottom: 0px none; }
.contentlist .headcolumn { width: 80px; }
.contentlist tr td a:hover { text-decoration: underline; }
.contentlist .smallcolumn { width: 15px; }
.contentlist tr th { border-bottom: 2px #000 solid; font-weight: bold; }
.contentlist tr.alternate td { background-color: #E1E1E1; }
.contentlist tfoot tr td { border-top: 2px #000 solid; border-bottom: 0px none; }
.contentlist tfoot tr td h3 { margin: 0 auto; height: 16px; width: 200px; }
/* Search Toolbar */
.toolbar { background-color: #E1E1E1; border: 1px #909090 solid; padding: 7px 10px; margin: 0 0 10px 0; font-size: 10px; }
.toolbar input[type="text"] { width: 120px; }
.toolbar .toolbartitle { padding: 0 0 5px; border-bottom: 1px #909090 dotted; margin: 0 0 5px; font-weight: bold; height: 11px; }
.toolbar .toolbarfield { float: left; padding: 0 10px 0 0; }
.toolbar .toolbarfield .small { width: 70px; }
.toolbar .toolbarbuttons { float: right; padding: 10px 0 0; }
.toolbar .toolbarbuttons button { border: 1px #909090 solid; background-color: #fff; }
.toolbar .toolbarbuttons button:hover {background-color: #F1F1F1; }
.toolbar .clearboth { height: 1px; clear: both; }
/*main layout*/
.page { width: 997px; margin: 0 auto; padding: 0; background-color: transparent; }
/* header and top menu */
#header { background-color: #fff; height: 120px; padding: 10px; margin: 0; }
#logo { background: transparent url(./images/logo.png) no-repeat scroll left center; height: 120px; width: 300px; }
#top { height: 25px; background-color: #7C4927; }
#menu { padding: 0 0 0 10px; }
#menu li { display: block; float: left; height: 25px; margin: 0 8px; }
#menu li.selected, #menu li:hover { background-color: #7F3300; }
#menu a { color: #fff; padding: 0 10px; line-height: 22px; outline: none; }
#dropdownMenu { background-color: #7C4927; width: 175px; display: none; position: relative; z-index: 1001; top: 3px; }
#dropdownMenu li { display: block; height: 25px; border-top: 1px #fff solid; cursor: pointer; margin: 0; float: none; }
#dropdownMenu li:hover { background-color: #7F3300; }
#dropdownMenu a { color: #fff; padding: 0 10px; line-height: 22px; outline: none; }
/* main contents */
#content { background-color: #fff; padding: 20px 20px 10px 20px; margin: 0; }
#main { height: 300px; height: auto !important; min-height: 300px; border-bottom: 1px #999 solid; }
/* all forms styling */
#loginform { margin: 30px 0 0 0 }
#loginform .form-field-label { width: 100px; }
#loginform li { padding: 0 0 10px 0; }
#accomodationform, #performanceform, #sponsorshipform, #bookingsform { margin: 20px 0 0 0 }
#accomodationform .form-field-label { width: 120px; }
#performanceform .form-field-label, #bookingsform .form-field-label { width: 180px; }
#sponsorshipform .form-field-label { width: 100px; }
#ticketoptionform .form-field-label, 
#fulleventform .form-field-label, 
#dailyeventform .form-field-label { width: 150px; }
#bankaccountdetails .form-field-label { width: 125px; }
#bookingsform li,
#accomodationform li, 
#performanceform li, 
#sponsorshipform li, 
#ticketoptionform li, 
#fulleventform li, 
#bankaccountdetails li,
#dailyeventform li { height: 15px; padding: 0 0 10px 0; }
/* booking wizard */
#wizard {
    overflow:hidden; 
    position:relative;
    border: 1px #112233 solid;
    border-top: 0px none;
	width: 957px;
	height: 475px;	
	margin: 20px 0;
}
#wizard button {
	background-color:#222222;
	color:#FFFFFF;
	cursor:pointer;
	font-size:11px;
	height:27px;
	border: 1px #ddd solid;
}
#wizard button.next { float: right; }
#wizard button.prev { float: left; }
#wizard .validation-summary-errors { float: right; display: none; margin-right: 15px; }
#wizard #status { height: 35px; background-color: #112233; padding-left: 25px !important; }
#wizard #status li { color: #fff; float: left; padding: 10px 30px; height: 15px; }
#wizard #status li.active { background-color: #F89829; }
#wizard .items { width:20000em; clear:both; position:absolute; }
#wizard .page { padding:10px 25px; width:907px; float:left; }
.wizardinstructions { border-bottom: 1px #666 solid; padding: 0 0 7px 15px; margin-bottom: 15px; }
#wizard .page .wizardinstructions li { line-height: 22px; }
#registrationsuccessref, #registrationsuccessamt { font-weight: bold; color: #FF0000; }
/* promotions and offers */
.accor { background: transparent url(./images/accor.jpg) no-repeat scroll center center; display: block; width: 160px; height: 70px; }
.novotel { background: transparent url(./images/novotel.gif) no-repeat scroll center center; display: block; width: 160px; height: 70px; }
.ibis { background: transparent url(./images/ibis.jpg) no-repeat scroll center center; display: block; width: 160px; height: 85px; }
.accesscar { background: transparent url(./images/access_car.jpg) no-repeat scroll center center; display: block; width: 250px; height: 80px; }
.accesscar1 { background: transparent url(./images/access_car1.gif) no-repeat scroll center center; display: block; width: 160px; height: 70px; }
#promotionindexcontainer { float: right; }
.promotionindex { margin: 0 0 10px 15px; padding: 10px; border: 1px #ccc solid; text-align: center; width: 250px; }
.promotionindex h1 { color: #ff0000; font-size: 15px; }
.promotionindex h1.blink { visibility: hidden; }
.promotionindex p { text-align: center; }
.promotionindex .accor, .promotionindex .accesscar1 { margin: 0 auto; }
#hallimages { height: 105px; width: 695px; padding: 7px; margin: 8px 0; border: 1px solid #ccc; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
#hallimages img {
	border: 1px solid #ccc;
	width: 104px;
	height: 71px;
	display: block;
	float: left;
	padding: 2px;
	margin-right: 7px;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	cursor: pointer;
}
/* Dialog box */
.dialog-box {
	display: none;
	padding: .2em; 
	background-color: #222;
	border: 4px #999 solid;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	color:#fff;
	width: 630px;
	height: 450px;
}
.dialog-box > h1 {
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
	height: 20px;
	background-color: #F6A828;
	color: #fff;
	margin: 0;
	padding: .3em .3em .3em 1em;
}
.dialog-box .close {
	position: absolute;
	right: .7em; 
	margin: 4px 0 0 0; 
	padding: 0 2px 0 0;
	height: 16px; 
	width: 16px;
	background: transparent url(./images/ui-icons_ffffff_256x240.png) no-repeat scroll -96px -128px;
	cursor: pointer;
}
.dialog-box .close:hover { background-image: url(./images/ui-icons_222222_256x240.png); }
.dialog-box .dialog-box-contents { padding: 15px; }
/* footer */
#footer {
	background: transparent url(./images/footer_bck.png) no-repeat scroll center bottom;
	padding: 0;
	margin: 0;
	height: 21px;
	text-align: center;
	font-size: 10px;
	color: #999;
}