/* -- Tooltip -- */

.tip-icon { 
	background-image: url(../images/tooltip-sprite.png);
	background-position: bottom right;
	text-indent: -10000px;
	display: inline-block;
	width: 11px;
	height: 11px;
	cursor: pointer;
	}

h4 .tip-icon { 
	position: relative;
	top:2px;
	}



	/*
	
This is the new tooltip.  It will only work with SHORT tips, the way it should be.  the more button can link to some future FAQ.
	
HTML:

<div class="tooltip-pop">
	<div class="brand-bg"></div>
	<div class="tooltip-int">
		text				
		<a href="#" class="more">more</a>
	</div>
</div>
		
CSS:
*/
.tooltip-pop {
	background-image: url(../images/tooltip-sprite.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 124px !important;
	position: absolute;
	z-index: 1;
	margin: 12px 0 0 -6px !important;
	cursor: pointer;
	}

.tooltip-pop .tooltip-int {
	padding: 10px;
	background-image: url(../images/tooltip-sprite.png);
	background-position: -124px 0px;
	background-repeat: no-repeat;
	margin-top: -7px;
	position: relative;
	z-index: 3;
	font-size: 11px;
	}

.tooltip-pop .brand-bg {
	position: absolute;
	width: 14px;
	height: 14px;
	top:-5px;
	left:2px;
	z-index: 2;
	}

.tooltip-pop .more {
	display: block;
	height: 17px;
	background-image: url(../images/tooltip-sprite.png);
	background-position: -248px 0px;
	margin: 4px -10px -8px -10px;
	text-indent: -1000px;
	outline: none;
	}
	
.tooltip-pop .more:hover {
	background-position: -248px -22px;
	}
	
	




/* -- LOGIN MODALS -- */

#control_overlay {
    background-color: #ffffff;
	}
	
.modal {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #333;
	}

.simple_window {
    width: 250px;
    height: 50px;
    border: 1px solid #000;
    background-color: #fff;
    padding: 10px;
    text-align: left;
    font-family: "Lucida Grande", Verdana;
    font-size: 12px;
    color: #333;
	}

.window {
	background: url(../images/modal-border.png) top left repeat;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius:10px;
    padding: 8px;
    font-family: "Lucida Grande", Verdana;
    font-size: 12px;
    min-width: 150px;
    min-height: 100px;
	float: left;
	}

.window .window-wrap {
	background: url(../images/modal-bg.jpg) bottom left repeat-x #fff;
	border: 2px solid #4c4c4c;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius:8px;
    overflow: auto;
    color: #2b2b2b;
    padding: 25px;
    float: left;
	}
	
.window .window-wrap .left {
	float: left;
	width: 200px; /* overwrite this below */
	border-right: 1px solid #414141;
	padding-right: 13px;
	overflow: auto;
	}

.window .window-wrap .right {
	float: left;
	width: 200px; /* overwrite this below */
	padding-left: 13px;
	overflow: auto;
	}

.window .window-wrap .forms {
	overflow: hidden;
	clear: both;
	width: 180px;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	}
	
.window .window-wrap label {
	width: 40px;
	float: left;
	font-weight: 500;
	margin: 0px;}
	
.window .window-wrap input, .window .window-wrap select {
	width:125px;
	float: right;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	}

.window .window-wrap .float-wrap {
	overflow: auto;}

.window .window_contents {
    margin-top: 10px;
    width: 100%;
    height: 100%;
	}

.window .window_header {
    text-align: center;
	}

.window .window_title {
 	
    cursor: move;
	}

.window .window_close {
    display: block;
    position: absolute;
    top: 11px;
    right: 11px;
    height: 19px;
    width: 19px;
    background: url(/invite2/images/modal-close.gif) center center no-repeat;
    cursor: pointer;
    text-indent: -10000px;
	}


.window .window-wrap h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;}
	
.window .checkboxes {
	clear:both;
	overflow: hidden;
	padding-bottom:5px;
	padding-top: 5px;
	width: 450px;}
	
.checkboxes hr {
	margin: 5px 0px;
	clear: both;
	}

/* specific message styles */ 
#login-modal #login-email-section .fb-button {
	margin-top: 10px;}

#login-modal #login-email-section .float-wrap {
	width:400px;}
	
#login-modal #login-email-section .left, #login-email-section .right {
	width: 180px;
	}

#login-modal #login-email-section .graybutton {
	margin-right:5px;
	}
	
#login-modal #login-email-section .graybutton span {
	width:130px;padding:0px;
	}
	
#login-modal #shim {
	width: 400px;
	height: 0px;
	}

/* password */

.window #login-password-section .fb-button {
	margin-top: 10px;}

.window #login-password-section .float-wrap {
	width:420px;}
	
.window #login-password-section .left {
	width: 200px;
	}

.window #login-password-section .right {
	width: 180px;
	}

.window #login-password-section .graybutton {
	margin-right:5px;
	}

.window #login-password-section .fb-button {
	margin-top:28px;
	}
	
.window #login-password-section .graybutton span {
	width:130px;padding:0px;
	}
	
.window #login-password-section .forms {
	width: 200px;
	}

.window #login-password-section .password {
	margin-left: 65px;
	font-size: 10px;
	text-decoration: none;
	text-align: right;
	}
	
/* gather email modal */
.window #gather-email-modal {
	width:485px;}

.window #gather-email-modal .top {
	padding-top: 22px;}

.window #gather-email-modal .graybutton {
	margin-right: 5px;}
	
.window #gather-email-modal .graybutton span {
	width: 145px;
	padding: 0px;}
	
.window #gather-email-modal .fb-button {
	margin-top: 10px;}
	
.window #gather-email-modal .right .forms {
	width:200px;}
	
.window #gather-email-modal .right .forms input {
	width:140px;}
	
/* Registration modal */

.window #registration-section .right div {
	}

.window #registration-section .right .forms, .window #registration-section .right {
	width: 305px;
	margin-bottom: 0px;}

.window #registration-section label {
	width: 100px;
	text-align: right;}

.window #registration-section .terms {
	font-size: 10px;
	float: right;
	font-weight: 500;
	margin-top: 1px;
	width: auto;
	margin-bottom: 3px;
	}

.window #registration-section input[type="checkbox"] {
	left:3px;
	width: auto;
	margin: 1px 10px 0px 5px;} 
	
.window #registration-section .fb-button {
	margin-top: 8px;}
	
.window #registration-section .right {
	width: 180px; /* overwrite this below */
	}

.window #registration-section .left {
	width: 245px; /* overwrite this below */
	}

.window #registration-section .forms {
	width: 245px;}
	
/* GROUP PURCHASE MODALS */

#confirm-lock label, #confirm-unlock label, #confirm-cancel-ticket-request label, #confirm-ticket-buyer-quit label {
	display: block;
	font-weight: bold;
	float: none;
	clear: both;
	width: 300px;
	padding-top: 10px;
	}

#confirm-lock textarea, #confirm-unlock textarea, #confirm-cancel-ticket-request textarea, #confirm-ticket-buyer-quit textarea {
	clear: both;
	display: block;
	margin-bottom: 5px;
	}
	
/* Ticket buyer */

#ticket-buyer-modal #ticket-buyer-modal-content {
	width: 400px;}

#ticket-buyer-modal textarea {
	clear: both;
	display: block;
	margin: 0px 10px 0px 10px;}

#ticket-buyer-modal .optionalbox {
	border: 1px solid #919191;
	-moz-border-radius: 5px;
	-webit-border-radius:5px;
	overflow: auto;
	background: url(../images/modal-bg.jpg) bottom left repeat-x #fff;
	}

#ticket-buyer-modal .optionalbox .section {
	padding: 5px 8px;
	}
	
#ticket-buyer-modal .optionalbox strong {
	display: block;}

#ticket-buyer-modal .optionalbox span {
	display: block;
	padding-left: 40px;
	clear: both;
	font-size: 10px;}

#ticket-buyer-modal .optionalbox input {
	float: none;}
	
#ticket-buyer-modal .graybutton {
	margin: 10px 155px 10px 0px;
	}

#ticket-buyer-modal select {
	float: none;}

/* ticket settlement */ 

/* Ticket buyer */

#settlement-modal {
	width: 570px;}

#settlement-modal textarea {
	clear: both;
	display: block;
	margin: 0px 10px 0px 10px;}

#settlement-modal table {margin:0px;}
	
#settlement-modal .tix-calc {
	width: 515px;
	border: 1px solid #919191;
	-moz-border-radius: 5px;
	-webit-border-radius:5px;
	background: #f1f1f1;}

#settlement-modal .tix-calc td, #settlement-modal .tix-calc tr {
	padding: 0px; vertical-align: top;}

#settlement-modal .tix-calc .panel1, #settlement-modal .tix-calc .panel2 {
	width: 200px;}

#settlement-modal h4 {
	position: relative;
	}

#settlement-modal h4 input {
	float: none;
	vertical-align: middle;
	}

#settlement-modal h4 span {
	font-weight: 500;
	font-size: 12px;
	position: absolute;
	top:0px;
	right:0px;
	vertical-align: middle;
	}

#settlement-modal h4 #include-settlement-calculator {
	vertical-align: middle;
	}

#settlement-modal h4 span label {
	float: none;
	width: auto;
	vertical-align: middle;
	padding-top: 3px;
	}

/* panel1 */

#settlement-modal .panel1 {
	background: white;
	overflow: auto;
	border-bottom: 1px solid #9a9a9a;
	padding: 10px 0px 5px 0px;
	-moz-border-radius-topleft: 5px;
	}

#settlement-modal .panel1 label {clear: both; font-weight: bold; font-size: 13px; width: 120px; text-align: right;}

#settlement-modal .panel1 input, #settlement-modal .panel1 select {width: 60px;padding: 0px; float: none;margin-left: 5px;margin-bottom: 5px;}

/* panel 2 */

#settlement-modal .panel2 td {
	border-top: #dddddd 1px solid;
	text-align: right;
	padding-right: 10px;
	}

#settlement-modal .panel2 .highlight {
	background: #e7e7e7;
	width: 70px;
	border-left: #d4d4d4 1px solid;
	text-align: center;
	padding: 0px;}

#settlement-modal .panel2 tfoot td {
	font-style: normal;
	font-weight: bold;
	border-top: #acacac solid 1px;
	border-bottom: #acacac solid 1px;
	}

/* panel 3 */

#settlement-modal .panel3 {
	border-right: #fbfbfb 1px solid;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	}

#settlement-modal .panel3 thead th {
	background: #e7e7e7;
	border-bottom: #bebebe 1px solid;
	padding: 1px 0px 1px 5px;
	border-left: #b6b6b6 1px solid;
	border-top: #fbfbfb 1px solid;}

#settlement-modal .panel3 thead .highlight {
	background: #d1d1d1;}

#settlement-modal .panel3 td {
	background: #fff;
	padding: 1px 0px 1px 5px;
	border-bottom: #eaeaea 1px solid;
	border-left: #d1d1d1 1px solid;
	}

#settlement-modal .panel3 .highlight {
	background: #e7e7e7;
	text-align: center;}

#settlement-modal .panel3 .highlight input {
	float: none;}

#settlement-modal .panel3 .remainder td {
	border-top: #bebebe 1px solid;
	background: #fff;
	}

#settlement-modal .panel3 .remainder td {
	font-size: 11px;}

#settlement-modal .panel3 .remainder td strong {
	display: block;
	font-size: 12px;
	}

#settlement-modal .panel3 tfoot td {
	background: #e7e7e7;
	font-style: normal;
	font-weight: bold;
	border-top: #bebebe 1px solid;
	border-bottom: #d5d5d5 1px solid;}
	
/* Tweet This */

.tweet-box-wrap {
	background-image: url(../images/tweet-box.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 392px;
	position: relative;
	
	}

* HTML .tweet-box-wrap {
	background-image: url(../images/tweet-box.gif);
	}

.tweet-box {
	background-image: url(../images/tweet-box.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0px 15px 25px 15px;
	position: relative;
	top:23px;
	}

* html .tweet-box {
	background-image: url(../images/tweet-box.gif);
	}

.tweet-box .preview {
	border: 1px solid #aaaaaa;
	background: #fff;
	font-family: "Lucida Grande", tahoma, verdana, sans-serif;
	font-size: 13.5px;
	margin: 0px;
	padding: 3px;
	position: relative;
	top:-5px;
	min-height: 35px;
	}

.tweet-box .preview a {
	color: #000;
	}

.tweet-box .preview a:hover {
	color: #000;
	text-decoration: none;
	}
	
.tweet-box small {
	display: block;
	text-align: center;
	font-size: 11px;
	}

.tweet-box small a {
	color: #00929c;}
	
.tweet-button {
	display: inline-block;
	width: 115px;
	height: 32px;
	background: url(../images/tweet-button.gif) top left no-repeat;
	text-indent: -10000px;
	}

.tweet-button:hover {
	background: url(../images/tweet-button.gif) bottom left no-repeat;
	}
	
/* bank input */

.input-blank {
	background: none !important;
	border: 0px none !important;
	text-align: center !important;}