/**********************************  JTIPS CSS  *****************************************/

span.formInfo {
	background: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 5px;
	text-align: center;
	float: left;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(/images/payment/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(/images/payment/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 14px;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(/images/payment/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: none;
}

.jTip{
cursor:help;
}

/**********************************  END JTIPS CSS  *****************************************/




/**********************************  JCAROUSEL CSS  *****************************************/

.jcarousel-skin-name {
width: 250px;
height: 300px;
}

.jcarousel-container {
    background: #F0F6F9;
    width: 245px;
    padding: 0;
		position: relative;
}

.jcarousel-clip {
    width:  245px;
    height: 75px;		
		z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    width:  250px;
    height: 251px;
		z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li {
    width: 75px;
    height: 75px;
    margin-right: 10px;
}


.jcarousel-item-placeholder {
    background: #fff url(jcarousel_loading.gif) 50% 50% no-repeat;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(jcarousel_next.png) no-repeat 0 0;
}

.jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(jcarousel_prev.png) no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-container-vertical {
    width: 250px;
    height: 300px;
    background: #fff;
}

.jcarousel-clip-vertical {
    top: 24px;
    width: 250px;
    height: 251px;
    margin: 0;
    z-index: 20;
}

#mycarousel li,
.jcarousel-item-vertical,
.jcarousel-item-placeholder-vertical {
    width: 250px;
    /*height: auto;*/
    margin: 0;
}

#mycarousel li {
	height: auto!important;
	height: 18px;
	min-height: 18px;
}
.jcarousel-item-vertical {
	height: 16px;
	margin: 1px;
}

.jcarousel-item-placeholder-vertical {
	height: 16px;
}

.jcarousel-item h3,
.jcarousel-item p {
    margin: 0;
    font-size: 90%;
}

.jcarousel-next-vertical {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 250px;
    height: 25px;
    cursor: pointer;
    background: #111 url(/images/calendar/arrow-down.png) no-repeat center;
}

.jcarousel-next-disabled-vertical {
    cursor: default;
    /*opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);*/
}

.jcarousel-prev-vertical {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 24px;
    cursor: pointer;
    background: #111 url(/images/calendar/arrow-up.png) no-repeat center;
}

.jcarousel-prev-disabled-vertical {
    cursor: default;
    /*opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);*/
}

.loading {
    background: transparent url(/images/calendar/loading.gif) 50% 50% no-repeat;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}


.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/**********************************  END JCAROUSEL CSS  *****************************************/


/**********************************  AUTOCOMPLETE CSS  *****************************************/
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	/*filter:mask();*/
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('../images/global/loader.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

/**********************************  END AUTOCOMPLETE CSS  *****************************************/


/**********************************  HRZACCORIDION CSS  *****************************************/

/* hide container until all is ready */
.feature-space {
	display: none;
	overflow: hidden;
	position: relative;
	width: 640px;
}
/*Main Container*/
.feature {
	width: 640px;
	overflow: hidden;
}
.feature ul{
	list-style-type: none;
	margin: 0;
	padding:0;	
}
.feature li{
	display: inline;
	margin: 0px;
	padding:0px;
}
/*Content Container*/
.contentContainer {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 202px;	
	overflow:hidden;
}
.contentWrapper{	
width: 558px;

}
.contentInnerWrapper{
	padding: 0;
}

/* Handle*/
.handle{
	float: left;
	width: 41px;
	height: 202px;
	margin: 0;
	position: relative;
	z-index: 999;
}
.handleOver{
}


#feature-spaceListItem0 .handleSelected {	
	background: url(/images/title-tabs/featured-artist-active.gif) no-repeat 0 0;
}
#feature-spaceListItem0 .handleSelected img {	
	display: none;
}

#feature-spaceListItem1 .handleSelected {	
	background: url(/images/title-tabs/featured-venue-active.gif) no-repeat 0 0;
}
#feature-spaceListItem1 .handleSelected img {	
	display: none;
}

/**********************************  END HRZACCORIDION CSS  *****************************************/



/**********************************  DATEPICKER CSS  *****************************************/



table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

/**********************************  END DATEPICKER CSS  *****************************************/