/* body */

div#calendar-wrapper div.performance div.content span { cursor: pointer; }

#iso-body {
    
}

#calendar {
	position: relative;
    height: 188px;
    background: #e9eee8;
    z-index: 1;
	width: 756px;
	overflow: hidden;
}

#calendar-wrapper {
	width: 1000000px;
	position: absolute;
}

#calendar .performance {
	width: 108px;
	float: left;
}

#calendar .performance-details {
	width: 108px;
	height: 72px;
	background: #e1e7e1; /* panel light */
	font-size: 10px;
	line-height: 12px;
	color: #616861; /* dark grey */
	z-index: 2;    
}

#calendar .performance-details-hover {
    background: #d2dcda; /* panel dark */
    }

#calendar .performance-details .drop {
	position: absolute;
    z-index: 3;
}

#calendar .performance-details .callout {
    color: #f23511; /* dark banner color */
}

#calendar div.content {
    padding: 6px ;
}

#calendar td.first .performance-details .drop {
    display: none;
}

#calendar .photo {
    z-index: 5;
    position: absolute;
}

#calendar .day {
    z-index: 7;
    position: absolute;
}

#calendar .month {
    position: absolute;
    z-index: 8;
    color: #e1e7e1; /* panel light */
    font-weight: bold;
    padding-top: 18px;
    padding-left: 6px;
}

#calendar .date {
    z-index: 9;
    position: absolute;
}

#calendar .loading {
	position: absolute;
	z-index: 4;	
}

#calendar .overlay {
    z-index: 5;
    position: absolute;
}

#calendar-bar {
    width: 756px;
    background: #6a808d; /* ID */
    margin-bottom: 32px;
    height: 38px;
}

#calendar-bar img {
    display: block;
}

#calendar-bar img#l7 {
    position: absolute; left: 18px; top: 402px;
    z-index: 500;
	display: none;
}

#calendar-bar img#l {
    position: absolute; left: 32px; top: 402px;
    z-index: 500;
	display: none;
}

#calendar-bar img#r7 {
    position: absolute; left: 748px; top: 402px;
    z-index: 500;
}

#calendar-bar img#r {
    position: absolute; left: 735px; top: 402px;
    z-index: 500;
}

#calendar-bar img#buy {
    position: absolute; left: 303px; top: 402px;
    z-index: 500;
    cursor: pointer;
}

#calendar-left-bumper {
    position: absolute;
    width: 12px;
    left: 0; 
    height: 226px;
}

#calendar-right-bumper {
    position: absolute;
    width: 12px;
    height: 226px;
    left: 768px;
    top: 226px;
}

/* sidebar */

div#home-sidebar {
    position: absolute; 
    padding-top: 32px;
    font-size: 11px;
    line-height: 14px;
}

div#home-sidebar  a {
    color: #616861; /* dark grey */
}

div#home-sidebar a:hover {
    color: #000000;
}

div#home-sidebar a.login,
div#home-sidebar a.login:hover {
    color: #f23511; /* dark banner color */
}

/* news items */

/* h4#curtain {
    background-image: url(/assets/images/curtain.gif);
    background-repeat: no-repeat;
    background-position: 6px 0px;
}
*/

/* dots */

.dots {
    height: 9px;
}

.dot {
    height: 9px;
    width: 9px;
    float: left;
    margin-right: 3px;
}

.dot img {
    display: block;
    border: 0;
    margin: 0;
}

.dot img.hour {
    position: absolute;
    z-index: 12;
}

.dot img.minute {
    position: absolute;
    z-index: 11;
}

.dot img.dot-border {
    position: absolute;
    z-index: 12;
}
.orange {
    background: #f23511; /* dark banner color */
}

.grey {
    background: #333; 
}

/* recipe card */

div#recipe-card {
 	background: #e1e7e1; /* panel light */
 	width: 540px;
 	height: 252px;
 	position: absolute;
 	left: 95px;
 	top: 298px;
 	display: none;
 	z-index: 1000001;   
}

div#recipe-card strong {
    font-weight: bold;
}

div#recipe-card .title-bar {
    background: #f23511; /* dark banner color */
    width: 540px;
    height: 32px;
    line-height: 11px;
    color: #fff;
    font-weight: bold;
}

div#recipe-card .title-bar .day {
	position: relative;
    margin-top: 0px;
	top: -2px;
}

div#recipe-card .title-bar .date {
/*	position: relative;
	top: -2px;
*/    padding-left: 6px;
    font-weight: normal;
}

div#recipe-card div.performance-title {
    padding-left: 6px;
    padding-top: 6px;
    width: 588px;
}

div#recipe-card .x {
    right: 0px;
    position: absolute; 
    top: 0px;
    height: 32px;
    line-height: 32px;
    padding-right: 12px;
}

div#recipe-card .x a {
    color: #FFF;
    text-decoration: none;
}

div#recipe-card div.performance-image {
    position: absolute;
    right: 0;
    top: 32px;
	z-index: 12;
}

div#recipe-card div.performance-loader {
	z-index: 11;
	position: absolute; 
	left: 450px; 
	top: 120px;
}

a.audio-preview-home {
    position: relative;
	background-image: url(/assets/images/sample.gif);
	background-repeat: no-repeat;
	padding-right: 20px;
	background-position: 75px -1px;
}

.audio-player {
    position: absolute;
	margin: 0;
	padding: 0;
	margin-left: 6px;
	margin-top: 7px;
	top: 0;
	left: 250px;
}

div#recipe-card div.performance-options {
    position: absolute; bottom: 0; left: 0;
    height: 32px;
    border-top: 1px #d2dcda solid; /* panel dark */
    line-height: 32px;
    margin-left: 6px;
    width: 370px;
}

div#recipe-card div.performance-options a {
    font-size: 11px;
    color: #465e63; /* news link */
}

div#recipe-card div.performance-options a:hover {
    color: #000;
}

div#recipe-card div.performance-info {
    padding: 6px;
    width: 350px;

    font-size: 11px;
    line-height: 15px;
    color: #606f73; /* news body */
}

/* veil */

div#veil {
    display: none;
    top: 298px;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 100000; 
}

/* search */

#search {
    position: absolute;
    left: 234px;
    top: 432px;
    font-size: 11px;
}

#search ul li {
	display: inline;
} 

#search ul {
    position: inline;
	height: 18px;
}

#search ul li {
	line-height: 18px;
	padding: 0;
	margin: 0;
}

#search ul li a {
	line-height: 18px;
}

#search ul li a {
    background-image: url(/assets/images/seperator.gif);
    background-repeat: no-repeat;
    background-position: 0 -10px;
    padding-left: 6px;
    padding-right: 6px;
    color: #444;
}

#search ul li a:hover,
#search ul li a.active {
	color: #000000;
    font-size: 11px;
}

#search ul li a.first {
    background-image: none;
    padding-left: 0;
}

#music-name,
#composer-name,
#performer-name,
#genre-name {
    font-weight: bold;
    padding-right: 3px;
    display: none;
}

#music-select,
#composer-select,
#performer-select,
#genre-select {
    display: none;
	position: relative;
	font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

.line1, .line2 {
	font-weight: bold;
}

div#performance-sidebar {
    top: 460px;
}