.publicMainBody {
    color: #fff;
    font-family: "Tahoma" , Arial, sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
    text-align: left;
    overflow: auto;    
    background-attachment: fixed;
    background-color: #242424;
    background-image: url("/images/dots-backgroundimage.jpg");
    background-position: center top;
    background-repeat: no-repeat;
}
A, Visited, Active {
    color: #fff;
    text-decoration: underline;
}
A:Hover {
    color: #fff;
    text-decoration: underline;
}

#body-wrap 
{
    position:absolute; 
    top: 0; 
    height:100%; 
    width:100%; 
    overflow: auto; 
    z-index: 1;
}
.formControl {
    border: solid 1px #000000;
    color: #333333;
    font-family: Tahoma;
    font-size: 11px;
    padding: 3px 2px 2px 2px;
    background: #c4c4c4;
}
SELECT.formControl {
    border: solid 1px #000000;
    color: #333333;
    font-family: Tahoma;
    font-size: 11px;
    height: 20px;
    padding: 0px;
    background: #c7c7c7;
}
.dataBoxBorder {
    border: solid 1px #fff;
    padding: 4px;
}

/*---------------------------------------------------------------------------------------------*/

.title {
    font-size: 14px;
    font-weight: bold;
}
.caption {
    font-size: 9px;
    color: #666666;
}
.error {
    color: #FF0000;
}
.notAvailable {
    color: #999999;
    text-decoration: line-through;
}

.style4 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
}
.style5 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
}

.style5-aqua {
    color: #29f6e5;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

.style5-aqua a, .style5-aqua a:active, .style5-aqua a:visited {
    color: #29f6e5;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
}

.style5-aqua a:hover {
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

.style6 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
}
.style7 {
    color: #FFFFFF;
}
.lt-blue-font {
    color: #64c7fd;
}

/*---------------------------------------------------------------------------------------------*/

.formButton_tiny {
    background-color: Transparent;
    background-image: url(images/buttonBG_tiny.gif);
    background-repeat: no-repeat;
    border: 0px;
    color: #000000;
    cursor: pointer;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    height: 17px;
    margin: 0px;
    padding: 1px;
    text-align: center;
    width: 34px;
}


#header {
    background: #252525 url("/images/skyline-small.png") no-repeat 0 0;
    display: block;
    float: left;
    height: 165px;
    
}
#background-holder {
    width: 983px;
    margin: 0 auto;
    min-height: 600px;
}
* html #background-holder {
    height: 800px;
}
#container {
    width: 983px;
    border-left: 1px solid #3e5dad;
    border-right: 1px solid #3e5dad;
    background: #252525;
}
.mainLogo 
{
    float:left; 
    width:200px;
    height: 90px;
    margin: 3px 0 17px 5px;
    display:block;    
}
.mainLogoTagline
{
    color:#838383; 
    font-size: 12px;
}
.topNav {
    background: #000;
    float:right;
    padding: 2px 2px 5px 2px;
    margin: 20px 12px 0 10px;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #394998; 
}
.topNavMember 
{
    float:right;
    font-size: 13px;
    margin: 25px 5px 0 0px;
}
.topNav ul {
    margin: 0 0 0 40px;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    list-style: none;
}
.topNav ul li {
    float: left;
}
.topNav ul li img {
    position: absolute;
    margin-top: -1px;
}
.topNav a {
    text-decoration: none;
    color: #fff;
}
* html .topNav ul li a {
   width: 1%;
   white-space: nowrap
}
.topNav a:hover {
    text-decoration: underline;
}
.topNav a.here {
    color: #3e5dad;
}
.topNav ul li a span {
    display: block;
    padding: 8px 0 0 0;
}
.secondaryHeader 
{
    width: 983px;
    height: 51px;
    float:left;
    position: relative;
    background-repeat: repeat-x;
    background-image: url(/images/secondary-header-gradient.png);
}
.secondaryHeader ul 
{
    margin: 4px 0 4px 40px;
    padding: 0;
    list-style: none;
}
.secondaryHeader ul li {
    float: left;
    padding: 5px 15px 4px 15px;
    background: url(/images/secondary-header-divider.png) repeat-y top right;
}
#home-content {
    min-height: 500px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    background-repeat: repeat-x;
    /*background-image: url(/images/main-background.jpg); */
    background-color: #252525;
}
* html #home-content {
    height: 300px;
}
#home-content-light {
    min-height: 720px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    background-repeat: repeat-x;
    background-image: url(/images/main-background.jpg);
    background-color: #252525;
}
* html #home-content-light {
    height: 720px;
}

#footer {
    margin:0;
    padding: 20px;
    background: #252525;
    color: #fff;
    text-align: center;
    min-height: 120px;
    font-size: 10px;
    line-height: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    
}
#footer .second-row {
    color: #bcbcbc;
}
#footer .second-row a, #footer .second-row a:visited {
    color: #bcbcbc;
}

#login {
    float: right;
    margin: 0px 10px 0 0;
    text-align: right;
    width: 650px;
    position: relative;
}
#login textbox {
    background: url(/images/form-background.jpg) repeat-x;
    border: none;
    width: 112px;
    height: 16px;
    font-size: 11px;
    padding: 2px 0 2px 5px;
    margin: 0;
}
.headerAction 
{
    float:right;
    padding:5px 15px 5px 15px;
    background: #474747;
    margin-left: 7px;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    line-height: 15px;
}
.headerAction a 
{

}
.headerPopup { 
    display:none; 
    width:350px; 
    height: 105px; 
    background:#bbb; 
    z-index: 10; 
    position: absolute;  
    top: 0px; 
    left: 280px; 
    opacity: .95; 
    filter:Alpha(Opacity=95);
    padding: 0 10px 10px 10px;
    color: #000;
    text-align: center;
    border: 1px solid #222;
    border-top:none;
}
.headerPopup A 
{
    color: #000;
}
.closePopup 
{
    text-decoration: underline;
    cursor: pointer;
    float:right;
    background: #999;
    margin-top:20px;
}
.headerOthersWrap 
{
    float: right;
    width: 775px;
    margin: 20px 0 0 0;
}
.headerSubscribe 
{
    float:right;
    padding: 15px 0 0px 0;
    width: 130px;   
}
.headerSubscribe ul 
{
    margin:0;
    padding: 0;
    list-style: none;
    float:right;
}
.headerSubscribe ul li
{
    float: left;
    margin-right:10px;
}    
#home-left {
    float: left;
    width: 640px;
}
#home-right {
    width: 299px;
    margin-left: 14px;
    float: left;
}

#flash-holder {
    margin: 0;
    padding: 18px 0 0 0;
}

#local-events {
    margin: 10px 0 12px 0;
}
#local-events-body {
    color: #fff;
    padding: 10px;
    background-color: #AEAEAE;
    background-image: url(/images/LE-body.jpg);
    background-repeat: no-repeat;
}
#local-events-footer {
    background-image: url(/images/LE-footer.jpg);
    background-repeat: no-repeat;
    height: 19px;
    width: 64px;
    padding-left: 250px;
    padding-top: 5px;
}

#local-events-body ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 20px;
}
#local-events-body li {
    margin-bottom: 16px;
}
#local-events-body a, #local-events-body a:visited {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
#local-events-body a:hover {
    text-decoration: underline;
}

#whos-hot {
    height: 187px;
    background: url(/images/whos-hot-background.jpg) no-repeat;
    margin: 30px 0 20px 0;
}

#whos-hot .cells-m {
    width: 86px;
    padding: 8px 8px 8px 9px;
    background-color: #dfdfdf;
    margin: 0 4px;
    float: left;
    height: 115px;
}
#whos-hot .cells-m img {
    border: 1px solid #666666;
}
#whos-hot .cells-m a, #whos-hot .cells-m a:visited {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

#music-store {
    margin: 20px 0;
    padding: 0;
}
.ms-cell img {
    border: 1px solid #fff;
}
.ms-cell {
    background: url(/images/ms-cell-1.jpg) no-repeat;
    height: 96px;
    margin: 10px 0 0 0;
}
.ms-cell table {
    height: 96px;
}
.ms-desc {
    color: #fff;
}
a.ms-title, a.ms-title:visited {
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}
#misc-stuff {
    margin: 20px 0 0 0;
}
#featured-artist {
    margin: 0;
    padding: 0;
    float:left;
}
.fa-cell {
    width: 188px;
    float: left;
    margin: 0 20px;
    text-align: center; 
}
.fa-title {
    color: #fff;
    font-size: 13px;
    padding: 5px 8px;
    font-weight: bold;
    font-family: "Tahoma" , Arial;
}
.fa-title a, .fa-title a:visited {
    color: #fff;
    text-decoration: none;
}
#fa-holder {
    margin: 10px 0 0 0;
}
#fa-holder img {
	border: 1px solid #ffffff;	
}

#store-left-col {
    width: 237px;
    float: left;
}
#prod-cats {
    margin: 0;
}
#prod-cats-body {
    padding: 20px 17px 20px 42px;
    font-weight: bold;
    background-color: #767676;
    background-image: url(/images/industry/na-background.jpg);
    background-repeat: repeat-x;
}
#prod-cats-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#prod-cats-body ul li {
    margin-bottom: 6px;
}
#prod-cats-body ul li a, #prod-cats-body ul li a:visited {
    color: #66d0f7;
}
#store-right-col {
    width: 702px;
    float: left;
    margin: 0 0 0 20px;
}
#new-releases {
    margin: 20px 0 0 0;
}
#new-releases-title {
    background: url(/images/store/other-titles_11.jpg) repeat-x;
}
#new-releases-body {
    padding: 20px 17px;
    background-color: #767676;
    background-image: url(/images/industry/na-background.jpg);
    background-repeat: repeat-x;
}
#new-releases-body img {
	border: 1px solid #ffffff;	
}
#featured-body {
    padding: 20px 17px;
    background-color: #767676;
    background-image: url(/images/industry/na-background.jpg);
    background-repeat: repeat-x;
}
#store-page-footer {
    padding: 16px 0;
    text-align: right;
}
#store-page-footer a, #store-page-footer {
    color: #fff;
}
#left-col {
    width: 242px;
    float: left;
    margin-left: 0px;
}
#home-photo-gallery {
    padding: 8px;
    background-color: #000000;
}
#home-photo-gallery img {
	border: 1px solid #fff;	
}
#right-col {
    width: 710px;
    float: left;
    margin: 0 0 0 8px;
	display: inline
}
#right-col-member {
    width: 675px;
    float: left;
    margin: 0 0 0 8px;
}
#middle-section {
    width: 462px;
    float: left;
}
#right-section {
    float: left;
    width: 232px;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 10px;
}
#middle-section {
    width: 462px;
    float: left;
}
#online-store {
    margin-top: 12px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #666666;
    background-image: url(/images/artist/store-bckgrnd.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
}
#online-store-body {
    padding: 8px 6px 0;
    background-color: #666666;
    min-height: 152px;
    width: 230px;
}
#online-store-body img {
	border: 1px solid #fff;	
}
#artist-mini-info {
    background: #444444 url(/images/artist/artist-info-bckgrnd.jpg) bottom repeat-x;
    min-height: 189px;
    padding: 10px 8px;
}

* html #artist-mini-info {
    height: 189px;
}
#top-sellers {
    margin-top: 12px;
}
#top-sellers-body {
    padding: 20px 17px;
    background-color: #767676;
    background-image: url(/images/industry/na-background.jpg);
    background-repeat: repeat-x;
}
#top-sellers-body ol {
    margin: 0 0 0 17px;
    padding: 0 0 0 6px;
}
#top-sellers-body ol li {
    margin-bottom: 7px;
}

.align-right {
    text-align: right;
}
.morelink {
    text-decoration: underline;
}
.aqua-blue {
    color: #29f6e5;
}
#clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 1%;
    visibility: hidden;
}

a.white-link, a.white-link:visited {
    color: #fff;
}

a.music-blue-link, a.music-blue-link:active, a.music-blue-link:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #64c7fd;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
}

a.music-blue-link:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    font-style: normal;
}


a.music-blue-link-large, a.music-blue-link-large:visited {
    color: #64c7fd;
    font-size: 14px;
}

a.music-blue-link-large:hover {
    color: #fff;
    font-size: 14px;
}

a.blue-link, a.blue-link:visited {
    color: #29f6e5;
}
a.white-link-normal, a.white-link-normal:visited {
    color: #fff;
    font-weight: normal;
}
.view-more {
    text-align: right;
    margin: 10px 0 0 0;
}
.view-more a, .view-more a:visited {
    color: #29f6e5;
    font-weight: bold;
}
.align-left {
    float: left;
    clear: left;
}

.clear {
    clear: both;
}
.aqua-blue-link-bold {
    color: #29f6e5;
    font-weight: bold;
}
.thumbnail-border {
    border: 1px solid #ccc;
}

#videoButton {
    background-image: url(/images/videoButtonBG.gif);
    background-repeat: no-repeat;
    height: 77px;
    width: 168px;
}
#videoButton_image {
    padding: 7px 5px 5px 7px;
    vertical-align: top;
    width: 1%;
}
#videoButton_text {
    color: #000000;
    padding: 7px 5px 7px 5px;
    vertical-align: top;
    text-align: left;
    width: 99%;
}
#videoButton_text a {
    color: #000000;
}


#artist-search {
    margin: 5px 12px 0 0;
    float: right;
}
#artist-search img {
    position: static;
}

#welcome-message {
    color: #FFF;
    float: right;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 0 0 0;
    margin: 0px 25px 0 0;
    text-align: right;
    line-height: 15px;
    
}
#welcome-message a 
{
    color: #fff;
    text-decoration: none;
}
#welcome-message a:hover 
{
    text-decoration: underline;
}
#fan-content {
    margin: 0;
    padding: 10px;
    min-height: 600px;
    background-color: #474747;
    background-image: url(/images/main-background.jpg);
    background-repeat: repeat-x;
}
#fan-content-light {
    margin: 0;
    padding: 10px;
    min-height: 500px;
    background-color: #606060;
    background-image: url(/images/main-background-light.jpg);
    background-repeat: no-repeat;
}

#left-col {
    width: 267px;
    float: left;
    margin-left: 8px;
}
#left-col-smaller {
    width: 245px;
    float: left;
    margin-left: 0;
}

#artist-mini-info {
    margin: 14px 0 0 0;
}
#recent-blog-comments {
    margin: 20px 0 0 0;
}
#recent-blog-comments-body {
    padding: 20px 16px;
    background-color: #767676;
    background-image: url(/images/industry/na-background.jpg);
    background-repeat: repeat-x;
}

#right-col {
    width: 705px;
    float: left;
    margin: 13px 0 0 10px;
}
#right-content {
    width: 261px;
    float: left;
    margin: 0 0 0 16px;
}
#my-orders {
    margin: 14px 0 0 0;
}
#my-orders-body {
    padding: 13px 15px 18px 15px;
    background-color: #767676;
    background-image: url(/images/industry/na-background.jpg);
    background-repeat: repeat-x;
}
#photo-gallery-body {
    padding: 13px 15px 18px 15px;
    background-color: #767676;
    background-image: url(/images/industry/na-background.jpg);
    background-repeat: repeat-x;
}
#photo-gallery-body img {
	border: 1px solid #ffffff;	
}
#my-calendar {
    margin: 20px 0 0 0;
}
#my-calendar-body {
    padding: 13px 15px;
    background-color: #757575;
    background-image: url(/images/industry/na-background.jpg);
    background-repeat: repeat-x;
}
#my-calendar-body img {
	border: 1px solid #fff;	
}
#my-friends {
    margin: 16px 0 0 0;
}
#my-friends-header {
    height: 35px;
    background: url(/images/artist-loggedin/title-background.jpg) repeat-x;
}
#my-friends-header span {
    float: right;
    margin: 10px 12px 0 0;
}
#my-friends-header span a, #my-friends-header span a:visited {
    color: #29f6e5;
    font-weight: bold;
}
#my-friends-body {
    margin: 8px 0 0 0;
}
#music-upload {
    float: left;
    margin: 13px 0 0 5px;
    width: 385px;
}
#music-upload-header {
    margin: 0;
    padding: 0;
}
#music-upload-body {
    padding: 6px 14px 14px 14px;
    min-height: 400px;
}
#photos-vids {
    margin: 14px 0 0 0;
}

#new-messages-body {
    padding: 6px 14px 14px 14px;
    color: #fff;
    font-weight: normal;
    min-height: 420px;
    background-color: #666666;
    background-repeat: repeat-x;
}
#new-messages-body img {
	border: 1px solid #ffffff;	
}
#new-messages-body tr td {
    padding: 6px 0;
}


.blue-links-right {
    text-align: right;
    margin-top: 8px;
}

.blue-links-right a, .blue-links-right a:visited {
    text-align: right;
    color: #29f6e5;
    text-decoration: underline;
    font-weight: bold;
}

#returnLink {
    float: right;
    font-weight: bold;
}
.artist-info-completion-tracker 
{
    border: 1px solid #ccc;
}
.artist-info-completion-tracker td.filledTD,  .artist-info-completion-tracker td.blankTD
{    
    width: 44px;
}
.artist-info-completion-tracker td.filledTD
{
    background: #009900;
}
.artist-info-completion-missing
{
    margin: 0 5px 0 15px;
    padding: 0 0 0 10px;
    list-style-type:circle;
}
.artist-info-completion-missing li
{
    padding: 4px 0 0 0;
    color: #ffaa99;
}
.artist-info-completion-complete
{
    width: 100%;
    padding: 5px 5px 5px 10px;
    color: #66cc99;
}
.featuredMember, .featuredMember-blank, .featuredAlbum, .featuredAlbum-blank
{
    margin-top: 5px;
    background: #2b2b2b;
    width: 290px;
    height: 75px;
    position: relative;
}
.featuredMember-blank
{
    background: none;
}
.featuredMemberTitle 
{
    color:#fff;
    font-size:16px;
    font-weight: normal;
}
.featuredMembersMore
{
    float:right;
    padding: 5px;
}
.featuredMembersMore a
{
    color: #fff;
    text-decoration: none;
}
.featuredMembersMore a:hover
{
    text-decoration: underline;
}
.featured-albums 
{
    float:left;
    margin-left:10px;
}
.featuredAlbumsTabs
{
    float:left;
}
.featuredAlbum, .featuredAlbum-blank
{
    background: none;
}
.featuredAlbumPrice 
{
    float:right;
    color: #00fe00;
}
.featuredAlbumPrice a 
{
    text-decoration: none;
    color: #00fe00;
}
.featuredAlbumPrice a:hover 
{
    text-decoration: underline;
}
.homeTabsWrap
{
    float:left; 
    margin-top: 15px;
    height: 380px;
}
.featured-social
{
    float:left;
    margin-left: 10px;
}
.homeActionsStrip
{
    width: 100%;
    background: #434343;
    float:left;
}
.homeActions
{
    float:right;
}
.footerTable th 
{
    font-size: 16px;
    color: #bcbcbc;
    padding-bottom: 5px;
}
.footerTable td
{
    padding-top: 2px;
}
.footerTable a, .footerTable a:visited
{
    class: #bcbcbc;
    text-decoration: none;
    font-size: 14px;
}
.footerTable a:hover
{
    text-decoration: underline;
}
#homeMediaGallery
{
    float: left; 
    width:610px; 
    height: 390px; 
    margin: 0 0 0 4px;
}
.homeIntroText
{
    float:left;
    padding: 15px 10px 10px 0;
    width: 960px;
    font-size: 12px;
}
.featured-member-tooltipzz {
	display:none;
	background:url(http://static.flowplayer.org/tools/img/tooltip/black_arrow_big.png);
	height:163px;
	padding:40px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#fff;
	z-index: 25;
}
.featured-member-tooltip {
	position: absolute;
    display:none;
	z-index: 3000;
	background-color: #000;
    background: url('/images/test3.png') no-repeat 0 0;
	padding: 10px 0 0 20px;
	opacity: 1;
	color:#fff;
	font-family:arial,helvetica,verdana,sans-serif; 
	font-size: 12px;
	width: 216px;
	height: 98px;
	top: -10px;
	left: 280px;
	
	border-left: none;
}

.featuredMemberTooltipContent
{
    height: 95px;
}
a.creators
{
    text-decoration: none;
}
a.creators:hover
{
    text-decoration: underline;
}
.youtube-widget
{
    width: 100%;
    height: 353px;
    background: #333333;
}
.youtube-widget-header
{
    width:100%;
    height:45px;
    padding: 5px 0 0 0;
}
a.youtube-hd-link
{
    font-size: 15px;
    text-decoration: none;
    font-weight:bold;
}
a.youtube-hd-link:hover
{
    text-decoration:underline;
}
#youtube-widget-videos
{
 width: 100%; 
 height: 268px; 
 border: none;
 overflow-x: hidden; 
 overflow-y:scroll;   
 width: 100%;
 background: #000;
}
.youtube-video
{
    padding: 3px 0 3px 0;
    border-bottom: 1px dotted #434343;
}
.youtube-widget-footer
{
    width:100%;
    height: 33px;
    padding: 5px 10px 5px 0;
}
.youtube-widget-footer img
{
    float:left;
    margin-left:5px;
}
.homePlayer
{
    float:left; 
    width:330px; 
    height: 218px; 
    border:1px solid #434343; 
    margin: 0px 0 0 35px;
}
#player
{
    display:block;
    width:330px;
    height:218px;
}
.homeIntroText
{
    width:380px; 
    float:left; 
    padding: 7px 0 0 5px;
}
.welcomeSlideshow {
	width: 610px;
	height: 390px;
	border: 1px solid #01305f;
	display:block;
	position: relative;
	margin: 0px 0 0px 0px;
}	
#ssMain {
	float:left;
	width: 610px;
	height: 390px;
	/*border: 1px solid green;*/
	position: relative;
	z-index:0;
}
#ssMain img {
	z-index: 2;
}
#ssMainText {
	width: 580px;
	height: 60px;
	opacity:0.86;
	filter:alpha(opacity=86);
	z-index:15;
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: #292625;
	color: #e6e6e6;
	font-weight:bold;
	padding: 5px 5px 5px 5px;
	border: #999;
}
.ssMainTitle 
{
    width: 573px;
	height: 22px;
	background: #322e2e;
	color: #5a77d0;
	padding: 3px;
	font-size: 19px;
	margin: 0 0 5px 0;
}
#ssControls 
{
    display:none;
	position: absolute;
	width: 124px;
	height: 480px;
    right: 10px;
    top: 15px;
	background: none;
	z-index: 55;
	/*border: 1px solid blue;*/
}
#ssControls ul {
	list-style: none outside none;
	margin: 0 0 0 2px; 
	padding: 0;
}
#ssControls ul li {
	float:left;
	width: 122px;
	height: 78px;
	border: 1px solid #888;
	cursor: pointer;
	margin: 0 0 15px 0;
	padding: 0;
}
#ssControls ul li:hover {
	border: 1px solid #bbb;
}
#ssControls ul li.active {
	border: 1px solid #01305f;
}
#ssControls .slideDesc, #ssControls .slideTitle  {
	display: none;
}
img.controlThumb 
{
    opacity:0.75;
	filter:alpha(opacity=75);
}
.homeNav 
{
	float:left; 
	padding: 15px 0 0 15px;
}
.homeNav img 
{
	border:1px solid #777;
	margin: 0 5px 0 0;
}
.nextShowHolder, .theBuzzHolder
{
    float:left;
    padding: 0;
    margin: 10px 0 0 20px;
    background: #434343;
    width: 320px;
}
.nextShowHeader, .theBuzzHeader
{
    padding: 3px 5px 3px 3px;
    background: #2e2e2e;
    width: 238px;
}
.nextShowList, .theBuzzList
{
    padding: 5px;
    background: #252525;
}
.nextShowList ul, .theBuzzList ul
{
    list-style: none;
    margin: 5px 0 5px 0;
    padding: 0;
}
.nextShowList li, .theBuzzList li
{
    margin: 0;
    padding: 5px 0 5px 0;
    font-size: 15px;
}
.theBuzzList li A, .theBuzzList li A:Visited, .theBuzzList li A:Active, .nextShowList li A, .nextShowList li A:Visited, .nextShowList li A:Active
{
    font-size: 15px;
    text-decoration:none;
}
.theBuzzList li a:hover, .nextShowList li a:hover
{
    text-decoration:underline;
}
.upcomingEventDate, .blogPostDate
{
    color: #394998;
    font-weight:bold;
}
.theBuzzHeader
{
    width: 140px;
}
.videoSectionFeatured, .videoSubSection 
{
    float:left;
    padding: 0;
    position: relative;
    width: 315px;
    background: #2B2B2B;
    /*border: 1px dotted cyan;*/
}
.videoSubSection 
{
    height: 385px;
}
.videoSectionFeatured 
{
   width: 960px;
   margin: 0 0 15px 0;
}
.videoSectionFeaturedHeader, .videoSubSectionHeader 
{
    float:left; 
    width:305px; 
    background: #434343; 
    padding:4px 0 4px 10px;
}
.videoSectionFeaturedHeaderWrap {
    width:960px; 
    background: #434343; 
    float:left;
}
.videoSectionFeaturedHeader 
{
    width: 150px;
    padding: 4px 0 4px 10px;
    background: #2B2B2B;
}
.videoSectionFeaturedBody 
{
    float:left; 
    background: #2B2B2B;
} 
.videoSubSectionBody
{
    position:relative;
    width: 315px;
    height: 353px;
    margin: 2px 0 0 0;
    overflow-x: none;
    overflow-y: auto;
}  
.videosSubSection2, .videosSubSection3 
{
    margin-left: 8px;
}
.video
{
    float:left; 
    width:305px; 
    background: #434343; 
    padding:4px 0 4px 10px;
}
.videoFeaturedSectionItem, .videoSubSectionItem
{
    position: relative;
    margin-top: 5px;
    padding: 0 0 0 10px;
}
.videoFeaturedSectionItem 
{
    float:left;
    width: 305px;
}
.videoMainDisplay 
{
    width:960px; 
    padding:25px 25 0 25px;
    margin: 0 0 15px 0;
}
a.freeDownload, a.freeDownload:visited  
{
    text-decoration: none;
}

.videoCategoryMain
{
    float:left;
    padding: 0;
    position: relative;
    width: 315px;
    background: #2B2B2B;
   width: 960px;
   margin: 0 0 15px 0;
}
.videoCategoryHeaderWrap {
    width:960px; 
    background: #434343; 
    float:left;
}

.videoCategoryHeader
{
    float:left; 
    width: 200px;
    background: #2B2B2B; 
    padding:4px 0 4px 10px;
}

.videoCategoryBody 
{
    float:left; 
    background: #2B2B2B;
} 
.videoCategoryItem
{
    position: relative;
    margin-top: 5px;
    padding: 0 0 0 10px;
    float:left;
    width: 300px;
    min-height: 65px;
    /*border: 1px dotted cyan;*/
}
.moreVideosLink 
{
    float:right;
    padding: 0 5px 5px 0;
}
.moreVideosLink a, .moreVideosLink a:visited, .moreVideosLink a:active
{
    text-decoration: none;
}
.moreVideosLink a:hover
{
    text-decoration: underline;
}

/* 
    homepage featured videos strip 
*/

.homeFeaturedVideosPlaylistWrap
{
    position: relative;
    width: 610px;
    float:left;
    margin: 15px 0 0 4px;
    background-color:#252525;
    border: 1px solid #434343;
}
a.playlistBrowse 
{
    color: #535353;
	display:block;
    float:left;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	margin:35px 5px 5px 5px;
	cursor:pointer;
	text-decoration: none;	            
}

a.playlistBrowse:hover
{
	color: #777;
}

a.playlistBrowse.disabled {
	visibility:hidden;		
}
#homeFeaturedVideosPlaylist 
{
    border: 0px solid green; 
    margin: 0 0 0 4px; 
    position:relative; 
    overflow:hidden; 
    width: 440px; 
    min-height:70px; 
    padding: 5px; 
    float:left;
}
.homeFeaturedVideosPlaylistItemsSection {
	float:left;
	margin: 0 3px 0 0;
	position: relative;
}
.homeFeaturedVideoItem
{
    border: 0px dashed red;
    float:left;
    text-align:center;
    padding: 3px;
    position: relative;
}
.homeFeaturedVideoItem img
{
    display: block;
    cursor: pointer;
}
.homeFeaturedVideoItem table
{
    width: 75px;
    height: 65px;
}
.homeFeaturedVideoTooltip 
{
    display: none;
    padding: 10px;
    position: absolute;
    border: 1px solid #434343;
    background: none repeat scroll 0 0 #2B2B2B;
    opacity: .95; 
    filter: Alpha(Opacity=95);
    width: 150px;
    /*height: 50px;*/
    z-index: 500;
    line-height: 20px;
}
.homeFeaturedVideoItem img
{
    border: 1px solid #535353;
}
.homeFeaturedVideoItem img:hover 
{
    border: 1px solid #777;
}
.zon26_jukebox
{
    float: right;
    margin: 0 35px 0 0 ;
    /*border: 1px solid #535353;*/
    cursor: pointer;
}
.zon26_jukebox_tooltip
{
    display: none;
    padding: 10px;
    position: absolute;
    text-align:center;
    border: 1px solid #2b2b2b;
    background: none repeat scroll 0 0 #777;
    opacity: .95; 
    filter: Alpha(Opacity=95);
    width: 150px;
    /*height: 50px;*/
    z-index: 500;
    line-height: 20px;
    right: -20px;
    top: 45px;
}
#audio_play_button 
{
    padding: 5px;
    width: 60px;
    height: 30px;
    border: none;
    background: #404040 url('/images/player-v4.png') 50% 5px no-repeat;
    /*border: 1px solid #999;
    border-right: none;
    border-left: none;*/
}
/*#audio_play_button:hover
{
    background: #404040 url('/images/player-v2-white.png') 5px 5px no-repeat;
    border: 1px solid #aaa;
    border-right: none;
    border-left: none;
}*/

.homeFeaturedVideosTag {
    position:absolute; 
    z-index: 100; 
    width:150px;
    height: 25px; 
    top: -10px; 
    left: 10px
}

.artist-my-calendar
{
    float:left; 
    width: 267px; 
    margin: 20px 0 0 8px;
}
.artist-my-calendar-body {
    padding: 13px 15px 18px 15px;
    background-color: #767676;
    background-image: url(/images/industry/na-background.jpg);
    background-repeat: repeat-x;
}
