/* Request a song module */
.requestsongModule {
    height:287px;
    width: 456px;
}

 #requestsonglist-header{
     height:41px;
     width:452px;
     background-image: url('../images/requestasong/requestBar.png');
    background-repeat:no-repeat;
    clear:both;
    position:relative;
    top:-15px;
}

p.playlist-header-copy{
    padding-top:8px;
    font-size:8px;
    text-transform: uppercase;
    color: #898888;
}

 #requestsonglist-containter{
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.65);
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.65);
    overflow:hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px ;
    border: 1px solid #cdcdcd;
    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');
    width:450px;
     height:175px;
     position:relative;
     top:-33px;
     z-index:100;     
}

.requestsongModule > #requestsonglist-containter > .playlist-grid >.playlist-item-center >  p.artistName {
    font-weight:normal;
    text-transform:uppercase;
    font-size:12px;
     color: #ef000c;
}

.requestsongModule > #requestsonglist-containter > .playlist-grid >.playlist-item-center >  p.songName {
    font-weight:normal;
    font-size:12px;
     color: #898888;
}

 .requestsongnumberbox {
    display:inline-block;
    padding:0 2px;
    color:#d2d2d2;
     font-weight:bold;
     font-size:24px;
}

.playlist-grid{
    display: table;
    width: 100%;
    list-style-type: none;
    padding:2px 0;
    margin:0;
    background-color: #ededed;
}

.playlist-item-column{
    text-align:center;
    float:left;
    padding:2px 0;
}

.playlist-item-number{
    width:10%;
}

.playlist-item-info{
    text-align:left;
    width:60%;
}

.playlist-item-preview, .playlist-item-request, .playlist-item-lyrics{
    text-align:center;
    width:10%;
}

 .playlist-item-lyrics{
     visibility:hidden;
     width:0%;
 }

.playlist-item-info p.artistName{
    padding:2px 0 0;
}

.playlist-item-info p.songName{
    padding:0 0 2px;
}

.even-numbers{
    background-color: #f6f6f6;
}

.requestsong-default{
    z-index: 0;
    position: absolute;
    height: 28px;
    width: 265px;

    -webkit-border-radius: 15px 0 0 15px;
    -moz-border-radius:  15px 0 0 15px;
    -o-border-radius:  15px 0 0 15px;
    border-radius:  15px 0 0 15px;
}

.requestsong-default {
    padding-top: 7px;
    font-size: 13px;
}

.requestsong-searchArea{
    width:58%;
    float: left;
    margin-left:10px;
    position: relative;
    /* Hide until we implement the search feature. This keeps layout under control. */
    visibility: hidden;
}

/* Search area*/
.requestsong-searchArea .copy{
    color: #808080;
    font-size:14px;
    font-weight: bold;
    position: relative;
}

input.searchField {
    border: 1px;
    border-style: solid;
    z-index: 1;
    position: relative;
    height: 24px;
    width: 60%;
    padding-left: 10px;
    color: #898888;
    font-style: italic;
    font-size: 11px;
    background-color: #f1f1f1;

    -webkit-border-radius: 15px 0 0 15px;
    -moz-border-radius:  15px 0 0 15px;
    -o-border-radius:  15px 0 0 15px;
    border-radius:  15px 0 0 15px;
}

.requestsong-sortArea{
    width:38%;
    float: left;
}

.requestsong-sortArea .copy{
    color: #808080;
    font-size:14px;
    font-weight: bold;
    position: relative;
    top: 5px;
}
input.sortButton[type="button"] {
    border: 0px;
    background-color: #E82C2E;
    float: right;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    z-index: 1005;
    width: 100px;
    padding: 0px 0px 3px 10px;
    cursor: pointer;
    text-align:left;
    position:relative;

    -webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius:  15px 15px 15px 15px;
    -o-border-radius:  15px 15px 15px 15px;
    border-radius:  15px 15px 15px 15px;

    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');

    background: -moz-linear-gradient(top, #f13c47 0%, #ec3948 50%, #d22531 51%, #be2034 100%); /* FF3.6+ E52729 DD0E28*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f13c47), color-stop(50%,#ec3948), color-stop(51%,#d22531), color-stop(100%,#be2034)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* IE10+ */
    background: linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* W3C */

}
input.sortButton[type="button"]:hover {

}
.sortIcon{
    display:block;
    width:16px;
    height:14px;
    position: absolute;
    top: 10px;
    left: 70px;
    background-image: url('../images/requestasong/downArrow.png');
    background-repeat: no-repeat;
    z-index:1006;
    cursor: pointer;
}

/*Drop down Menu*/
#requestsong-dropdown-div{
    position:relative;
    top: -81px;
    left: -11px;
    z-index:1000;
}

ul.toplevel {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 90px;
    top:61px;
    width: 88px;
}

#requestsong-dropdown-containter ul {
    padding: 0;
    margin: 0;
    list-style: none;
     z-index:1004;
}

#requestsong-dropdown-containter li {
    width: 88px;
    padding:4px;
}

#requestsong-dropdown-containter li ul {
    display:none;
    position: absolute;
    width: 88px;
     top:30px;
    left: -4px;
    z-index: 999;
    background-color: #f8f8f8;
    border: 1px;
    border-style: solid;
    border-color:#cccccc;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius:  5px 5px 5px 5px;
    -o-border-radius:  5px 5px 5px 5px;
    border-radius:  5px 5px 5px 5px;
     behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');
    -webkit-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.55);
    box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.55);
}

#requestsong-dropdown-containter a {
    display: inline-block;
    width: 88px;
    color: #666666;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

#requestsong-dropdown-containter a:hover{
    color: #E82C2E;
}


/* Oval Buttons */
.requestasongButton{
    width:40px;
    height: 25px;
    margin-left: .2em;
    border: 0px;
    background-color: #E82C2E;
    position:relative;

    -webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius:  15px 15px 15px 15px;
    -o-border-radius:  15px 15px 15px 15px;
    border-radius:  15px 15px 15px 15px;

    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');

    background: -moz-linear-gradient(top, #f13c47 0%, #ec3948 50%, #d22531 51%, #be2034 100%); /* FF3.6+ E52729 DD0E28*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f13c47), color-stop(50%,#ec3948), color-stop(51%,#d22531), color-stop(100%,#be2034)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* IE10+ */
    background: linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* W3C */
}

 .requestasongButton span{
    width:52px;
    height:20px;
    display:block;
    padding-top:5px;
    text-indent:9999px;
    background-image: url('../images/requestasong/requestSongIcons.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

 .requestasongButton span.request{
    background-position:4px 0;
}

 .requestasongButton span.lyrics{
    background-position:4px -52px;
}

.requestasongSearchButton{
    width:40px;
    height: 28px;
    margin-left: .2em;
    border: 0px;
    background-color: #E82C2E;
    position:relative;
    float:right;
    top:-28px;
    z-index: 1005;
    
    -webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius:  15px 15px 15px 15px;
    -o-border-radius:  15px 15px 15px 15px;
    border-radius:  15px 15px 15px 15px;

    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');

    background: -moz-linear-gradient(top, #f13c47 0%, #ec3948 50%, #d22531 51%, #be2034 100%); /* FF3.6+ E52729 DD0E28*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f13c47), color-stop(50%,#ec3948), color-stop(51%,#d22531), color-stop(100%,#be2034)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* IE10+ */
    background: linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* W3C */
}

 .requestasongSearchButton a{
    width:52px;
    height:25px;
    display:block;
    text-indent:-9999px;
    background-image: url('../images/requestasong/search_icon.png');
    background-repeat: no-repeat;
    background-position: 12px 3px;
}

#scrollbar1 { width: 450px; clear: both; }
#scrollbar1 .viewport { width: 450px; height: 175px; overflow: hidden; position: relative;}
#scrollbar1 .overview { list-style: none; position: relative; left: 0; top: 0; }
#scrollbar1 .thumb .end,
#scrollbar1 .thumb { 
    background: #E82C2E; 
    position: absolute;
    width: 16px;
    height: 16px;
    margin-left: -2px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 15px;
    -moz-border-radius:  15px;
    -o-border-radius:  15px;
    border-radius:  15px; 
     behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');
    background: -moz-linear-gradient(top, #f13c47 0%, #ec3948 50%, #d22531 51%, #be2034 100%); /* FF3.6+ E52729 DD0E28*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f13c47), color-stop(50%,#ec3948), color-stop(51%,#d22531), color-stop(100%,#be2034)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* IE10+ */
    background: linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* W3C */
}
#scrollbar1{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#scrollbar1 .scrollbar { position: relative; z-index: 1007; }
#scrollbar1 .track { 
    position: absolute;
    left: 420px;
    top:-170px;
    width: 10px;
    height: 160px;
    float: left;    
    cursor: pointer;
    border: 1px solid #cdcdcd;
    background-color: #f8f8f8;
    -webkit-border-radius: 5px;
    -moz-border-radius:  5px;
    -o-border-radius:  5px;
    border-radius:  5px;
    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');
    }
#scrollbar1 .thumb { height: 16px; cursor: pointer; position: absolute; top: 0; }
#scrollbar1 .thumb .end { }
#scrollbar1 .disable{ display: none; }

/*Thank you Message box*/
#requestsongThankyou {
    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');
   display:none;
    color: #808080;
    background-color: #FFFFFF;
    font-size: 13px;
    height: 75px;
    padding: 5px 5px 0 20px;
    position: absolute;
    width: 281px;
    line-height: 16px;
    z-index: 9998;
    left: 97px;
    top: 136px;
    
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius:  5px 5px 5px 5px;
    -o-border-radius:  5px 5px 5px 5px;
    border-radius:  5px 5px 5px 5px;
     behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');
    -webkit-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.55);
    box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.55);
}

#requestsongThankyou span{
    font-size: 19px;
    float: right;
    color: #E82C2E;
    font-weight: bold;
    cursor: pointer;
    z-index:9999;
}
