/*--------------------------------------------
	Document: Cascading Style Sheets (CSS 2.0)
	Project: InstantReg.Com. Events Registration Application Interface
	Author: Tahir Iqbal - tahirikbal@gmail.com
	Date: Tuesday, November 28, 2006
	Copyrights: © Tahir Iqbal
---------------------------------------------*/

/** {
	margin: 0;
	padding: 0;
}
*/
body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
}

img{
	border: none;
}

div, p, td, label, li, a{
	font-size: 12px;
}
div.msg-container{
	margin: 10px 0;
	text-align: center;
}
p.err-msg{
	border: 1px #ff0000 solid;
	padding: 5px 3px 5px 25px;
	color: #ff0000;
	background: url(../images/layout/icon_info.gif) no-repeat left center;
	background-position: 4px;
	font-size: 0.8em;
	text-align: center;
/*	margin: 4px auto;*/
	white-space: nowrap;
/*	position: relative;*/
	display: block;
}
div.err-msg{
	border: 1px #ff0000 solid;
	padding: 5px 3px 5px 25px;
	color: #ff0000;
	background: url(../images/layout/icon_info.gif) no-repeat left center;
	background-position: 4px;
	font-size: 0.8em;
	text-align: center;
/*	margin: 4px auto;*/
	white-space: nowrap;
/*	position: relative;*/
	display: block;
}
hr{
	height: 1px;
	color: #ccc;
	border: 1px #ccc dashed;
}
td.labels{
	background: #f5f5f5 /*url(../images/layout/form_label_bg.gif) no-repeat*/;
	width: 185px;
	padding: 0 5px;
	height: 23px;
	color: #000;
}

td.labelpayment{
	width: 25%;
	padding: 0 5px;
	height: 23px;
	color: #000;
	
}


.labelnobackground{
	/*font-weight:bold;*/
	/*width: 25%;*/
	height: 23px;
	color: #000;
	
}

.marginleft
{
	margin-left: 10px;
	
	}
td.labels span{
	color: #f00;
}

form{
	margin: 0;
	padding: 0;
}

span.err-msg{
	display: block;
	/*border: 1px #f00 solid;*/
	font-size: 14px;
	text-align: center;
	padding: 5px 0;
	margin: 5px 0;
	color: #f00;
}

p.button-wrapper{
	text-align: right;
}

input.buttonSubmit,
input.buttonSubmit2,
input.buttonSubmit3,
input.btnBack{
	border: none;
	font-weight: bold;
	color: #fff;
	height: 29px;
	padding-bottom: 2px;
	cursor: pointer;
}
input.buttonSubmit,
input.btnBack{
	width: 103px;
}
input.buttonSubmit2{
	background: url(../images/layout/btnSubmit2.gif) no-repeat;
	color: #fff;
	width: 135px;
}
input.buttonSubmit3{
	background: url(../images/layout/btnSubmit3.gif) no-repeat;
	color: #fff;
	width: 204px;
}
input.btnBack{
	background: url(../images/layout/btnBack.gif) no-repeat;
}

div#wrapper-inner{
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

/*Header styles
-----------------------------------------*/
div#wrapper-inner div#header{
	overflow: hidden;
}

/* Changed on March 12, 2007
--------------------------------
div#header div#header-inner{
	padding: 16px;
	text-align: right;
}
*/
div#wrapper-inner div#header img{
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}
div#header span{
	top: 70px;
	position: absolute;
	margin-left: 400px;
	background: url(../images/icons/themes_bg.gif) no-repeat;
	width: 261px;
	padding: 4px 0;
	padding-left: 60px;
	
}
/*Registration Steps
------------------------------------*/
/* Changed on March 12, 2007
--------------------------------
div#reg-steps{
	position: absolute;
	top: 75px;
	width: 760px;
}

div#reg-steps ul,
div#reg-steps li{
	list-style: none;
	margin: 0;
	padding: 0;
}

div#reg-steps li{
	padding: 10px 0px 8px 0px;
	float: left;
	font-weight: bold;
	color: #CCE8C7;
	font-size: 12px;
	width: 106px;
	text-align: center;
}

div#reg-steps li.visited-tab{
	background: url(../images/layout/tab_visited.gif) no-repeat right;
}
*/
/*Event Title
----------------------------------------*/

/*div#event-title{
	width: 500px;
	margin-left: 235px;
	text-align: center;
}
*/
* html div#event-title{
	margin-left: 0px;
}

div#event-title h1,
div#event-title h4{
	font-family: Georgia, Garamond, 'Times New Roman', Arial;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

div#event-title h1{
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

div#event-title h4{
	font-size: 14px;
}

/* Changed on March 12, 2007
--------------------------------
div#contents{
	margin-top: 35px;
}
*/

div#contents div#left-pane{
	width: 400px;
	float: left;
	vertical-align: top;
}
div#contents div#right-pane{
	margin-left: 410px;
	vertical-align: top;
	padding-top: 1px;
}

div#contents h2{
	color: #D45252;
	margin: 0;
	padding: 0px 0;
	font-size: 25px;
	font-weight: normal;
	/*padding-left: 8px;*/
	display: none;

}

div#contents h3{
	font-size: 16px;
	font-weight: bold;
	margin: 7px 0 2px 0;
	/*background: url(../images/layout/form_section_title_bg.gif);*/
	background: #EFF7FF;
	padding: 5px 0;
	padding-left: 8px;

}

fieldset{
	width: 347px;
	float: left;
	margin: 0 2px;
	margin-top: 10px;
	/*border: 1px #ccc solid;*/
	border: none;
	padding: 0;
}

fieldset legend{
	font-weight: bold;
	margin: 0;
	padding: 0;
}

fieldset ul{
	margin: 10px 0 0 15px;
	padding: 0;
}

fieldset li{
	line-height: 150%;
	font-size: 12px;
	margin-bottom: 5px;
}

fieldset table{
	width: 100%;
}

div#cat-msg{
	color: #f00;
	display: none;
	padding: 0 0;
}


div#hotel-details{
	margin: 0 auto;
}

table#room-types,
table#rooms-list{
	width: 400px;
	margin: 0 auto;
}

table#rooms-list td{
	width: 50%;
}

/*table#hotel-other-info{
	margin: 0 auto;
}
*/
table.listing-table{
	margin: 2px;
	margin-bottom: 10px;
}

table.listing-table,
table.listing-table th,
table.listing-table td{
	border: 1px #ccc solid;
	border-collapse: collapse;
	padding: 2px;
}

table.listing-table th{
	background: #efefef;
	text-align: center;
}

table.charges-summary{
	width: 100%;
	border: none;
}

table.charges-summary td{
	width: 25%;
}

table#conf-table1,
table#conf-table2,
table#conf-table3{
	width: 100%;
}
span.hotel-sold,
span.hotel-available{
	font-weight: bold;
	font-style:normal;
	text-transform: capitalize;
}

span.hotel-sold{
	color: #ff0000;
}

span.hotel-available{
	color: #0000ff;
}

table#hotels-table{
	width: 100%;
}
table#hotels-table tr.labels{
	background: #f5f5f5;
}
table#hotels-table td.hotel-name-col{
	width: 80%;
}

table#hotels-table td.hotel-status-col{
	width: 20%;
}

div#hotels{
	text-align: center;
}
table.hotel-tables{
	width: 500px;
	margin: 0 auto;
	text-align: left;
}

select.DDLRooms{
	width: 70px;
}

div.hotel-policies{
	width: 500px;
	margin: 10px auto;
	text-align: left;
}

table#payment-table{
	width: 100%;
}

table#payment-table td.labels{
	width: 25%;
}
table#payment-table td.vsign{
	width: 30%;
	text-align: center;
}

table.confirmation-lists{
	width: 100%;
}


/*Styles for Form Fields.
--------------------------------------------------------------*/
label{
	cursor: pointer;	
	padding-left: 2px;
}

table{
	margin-top: 0px;
}

td.label{
	background: url(../images/layout/form_label_bg.gif) no-repeat;
	width: 209px;
	padding: 3px;
}
/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}
input, textarea{
	border: 0;
}

input, select, textarea{
	font-size: 14px;
	color: #000;
}

input.txt-phone1,
input.txt-phone1Hovered{
	background: url(../images/layout/input_phone1.gif) no-repeat left top;	
	width: 62px;
	padding: 3px 4px;
	height: 17px;
	border: 0;
	font-size: 14px;
	color: #000;
}

input.txt-phone1Hovered{
	background-position: left bottom;
	font-weight: bold;
}

* html input.txt-phone1{
	background-attachment: fixed;	
}

input.txt-phone2,
input.txt-phone2Hovered{
	background: url(../images/layout/input_phone2.gif) no-repeat left top;
	width: 127px;
	padding: 3px 4px;
	height: 17px;
	border: 0;
	font-size: 14px;
	color: #000;
}

input.txt-phone2Hovered{
	background-position: left bottom;
	font-weight: bold;
}

* html input.txt-phone2{
	background-attachment: fixed;	
}


input.textAddress,
input.textAddressHovered{
	background: url(../images/layout/input_address.gif) no-repeat left top;
	width: 317px;
	padding: 3px 4px;
	height: 17px;
	border: 0;
	font-size: 14px;
	color: #000;
}

input.textAddressHovered{
	background-position: left bottom;
	font-weight: bold;
}

* html input.textAddress{
	background-attachment: fixed;	
}

input.textCity,
input.textCityHovered{
	background: url(../images/layout/input_city.gif) no-repeat left top;
	width: 147px;
	padding: 3px 4px;
	height: 17px;
	border: 0;
	font-size: 14px;
	color: #000;
}

input.textCityHovered{
	background-position: left bottom;
	font-weight: bold;
}

* html input.textCity{
	background-attachment: fixed;	
}

.radioAreaUnchecked,
.radioAreaChecked{
	position: absolute;
	width: 15px;
	height: 15px;
	z-index: 5;
	cursor: pointer;
}

.radioAreaUnchecked{
	background: url(../images/layout/input_radio.gif) no-repeat left top;
}

.radioAreaChecked{
	background: url(../images/layout/input_radio.gif) no-repeat left bottom;
}

* html .radioAreaUnchecked,
* html .radioAreaChecked,
* html .checkboxAreaUnchecked, 
* html .checkboxAreaChecked{
	margin-top: 11px;
}
.checkboxAreaUnchecked, .checkboxAreaChecked {
	z-index:5;
	position:absolute;
	width:16px;
	height:16px;
	cursor:pointer;
}
.checkboxAreaUnchecked {
	background:url(../images/layout/input_checkbox.gif) no-repeat left top;
}
.checkboxAreaChecked {
	background:url(../images/layout/input_checkbox.gif) no-repeat left bottom;
}


.selectArea{
	cursor: pointer;
	width: 209px;
	height: 23px;
	background: url(../images/layout/input_select_middle.gif) repeat-x left top;
	overflow: hidden;
}

.selectArea .left{
	width: 5px;
	height: 23px;
	background: url(../images/layout/input_select_left.gif) no-repeat left top;
	float: left;
}

.selectArea .right{
	width: 26px;
	height: 23px;
	background: url(../images/layout/input_select_right.gif) no-repeat right top;
	float: right;
}

.selectArea .right a {
	display:block;
	width:26px;
	height:21px;
}
.selectArea .right i {
	display:none;
}
.selectArea .center {
	/*width:160px;*/
	margin-left:5px;
	margin-right:20px;
	color:#666;
	padding-top:3px;
}
/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:3px;
	margin-left:3px;
	/*width:166px;*/
	background:#fff;
	padding:2px;
	font-size:11px;
	z-index:20;
	border: 1px #999 solid;
	top: -20px;
}

* html .optionsDivInvisible, 
* html .optionsDivVisible {
	margin-top:12px;
}

.optionsDivInvisible {
	display:none;
}
.optionsDivVisible {
	display:block;
}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#666;
	text-decoration:none;
	display:block;
	padding:1px 4px;
}
.optionsDivVisible a:hover {
	color:#666;
	background: #ccc;
	border-color:#cfd0d6;
}

input.textZip,
input.textZipHovered{
	background: url(../images/layout/input_zip.gif) no-repeat left top;
	width: 82px;
	padding: 3px 4px;
	height: 17px;
	border: 0;
	font-size: 14px;
	color: #000;
}

input.textZipHovered{
	background-position: left bottom;
	font-weight: bold;
}
* html input.textZip{
	background-attachment: fixed;	
}

input.textInput,
input.textInputHovered{
	background: url(../images/layout/input.gif) no-repeat right top ;
	width: 201px;
	padding: 3px 4px;
	height: 17px;
	border: 0;
	font-size: 14px;
	color: #000;
	overflow-x:hidden;
}
input.textDepName{
	background: url(../images/layout/input_dep_name.gif) no-repeat right top ;
	width: 112px;
	padding: 3px 4px;
	height: 17px;
	border: 0;
	font-size: 14px;
	color: #000;
}
input.textAge{
	background: url(../images/layout/input_age.gif) no-repeat left top;
	width: 32px;
	padding: 3px 4px;
	height: 17px;
	border: 0;
	font-size: 14px;
	color: #000;
}

input.textInputHovered{
	background-position: left bottom;
	font-weight: bold;
}

* html input.textInput{
	background-attachment: fixed;	
}

input.disabled{
	background: url(../images/layout/input_disabled.gif) no-repeat left top;
	width: 201px;
	padding: 3px 4px;
	height: 17px;
}

input.disabled2{
	background: url(../images/layout/input_disabled2.gif) no-repeat left top;
	width: 82px;
	padding: 3px 4px;
	height: 17px;
}


.textarea,
.textareaHovered{
	width: 450px;
	background: url(../images/layout/textarea.gif) no-repeat left top;
	padding: 3px 4px;
	height: 104px;
	font-family: arial;
}

.textareaHovered{
	background-position: left bottom;
}

* html .textarea{
		background-attachment: fixed;
}

input.btn-add-dep{
	background: url(../images/layout/btn_add_dep.gif);
	cursor: pointer;
	border-top: none;
	border-bottom: none;
	border-left: 1px #83B3D8 solid;
	border-right: 1px #83B3D8 solid;
	padding: 3px 5px 2px 5px;
}

#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}

/*End of Form Fields Styles
Some CSS is courtsy of:
Lucian Slatineanu
http://www.badboy.ro/
------------------------------*/

div.clear{
	clear: both;
	height: 10px;
}
div#footer{
	text-align: left;
	height: 50px;

}
div#footer ul,
div#footer li{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-weight: normal;
}

div#footer li{
	float: left;
	line-height: 170%;
}

div#footer li,
div#footer li a,
div#footer li a:visited{
	font-size: 12px;
	color: #666;
}

div#footer li.right-align{
	text-align: right;
}

#mem-benefits-container{
	background: url(../images/layout/callout_arrow.gif) no-repeat bottom;
	margin: 0;
	padding: 0 0 70px 0;
	position: absolute;
	clear: both;
	z-index: 1;
	width: 350px;
	text-align: left;
	top: 200px;
	left: 53%;
	display: none;
	font-size: 11px;
}

#mem-benefits-container #mem-benefits{
	background: #fff;
	padding: 0;
	margin-bottom: 4px;
	margin-right: 4px;
	border: 3px #5891BB solid;
	z-index: 2;
}

#mem-benefits-container #mem-benefits h1{
	background: #7B8EC6;
	padding: 2px 4px;
	margin: 0;
	font-size: 12px;
	color: #fff;
	border: 1px #fff solid;
}

#mem-benefits-container #mem-benefits h1 a,
#mem-benefits-container #mem-benefits h1 a:visited{
	margin-left: 190px;
}

#mem-benefits-container #mem-benefits h1 img{
	/*margin-left: 190px;*/
	vertical-align: middle;
	border: none;
}

* html #mem-benefits-container #mem-benefits h1 img{
	margin-left: 140px;
}

#mem-benefits-container #mem-benefits p{
	font-size: 12px;
	padding:4px;
	margin:0;
}

#mem-benefits-container #mem-benefits ul{
	font-size:11px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#mem-benefits-container #mem-benefits li{
	margin: 0 auto;
}
div.alert-message{
	width: 300px;
	border: 1px #ff0000 solid;
	font-size: 18px;
	font-weight:bold;
	background: url(../images/layout/alert_msg_icon.gif) no-repeat left center;
	background-position: 15px;
	padding: 15px 0;
	color: #ff0000;
	text-align: center;
	margin: 10px auto;
}
#contents #reg-refund-policy{
	 border: 1px #fc0000 solid;
	 padding: 5px;
	 margin: 12px 2px 0 2px;
	 font-weight:bold;
	 color: #f00;
	 text-align: center;
}
.cc-msg{
	color: #900;
	display:inline;
	font-size: 10pt;
	padding: 0 0;
	font-weight: bold;	
}

p.gen-msg{
	border: 1px #ff0000 solid;
	padding: 5px 3px 5px 25px;
	color: #ff0000;
	font-weight: bold;
	background: url(../images/layout/icon_info.gif) no-repeat left center;
	background-position: 4px;
	font-size: 0.8em;
	text-align: left;
	display: block;
}
.message{
	color: #900;	
	
	padding: 5px;
	display: block;
	border: thin solid;
	
}
.err-msg p{
	margin: 0;
}
textarea{
	border:1px solid #999999;
}
.btn-general {
		display:inline-block;
		font-size:18px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
		text-decoration:none;
		border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
		background-color: #1f5da5;
		color: #ffffff;
    padding: 8px 12px 6px;
	}
.btn-general:hover {
		background-color: #548AB9 !important;

	}