.video {
    width: 345px;
    height: 72px;
    margin: 0 10px 10px 0;
    float: left;
    overflow: hidden;
    position: relative;
    background-color: #f2f2f2;
}

.video .front,
.video .back {
    padding: 4px 6px;
}

.video:hover {
    background-color: #999;
}

.video img {
    width: 127px;
    height: 72px;
    float: left;
    margin: 0 5px 0 0;
}

.featured-video {
    background-color: black;
    color: white;
}

.video .featured-video {
    background-image: url('featured.png');
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 72px;
    background-repeat: no-repeat;
    background-position: center left;
}

.collection-t .video .featured-video {
    height: 92px;
    }
.collection-t .video {
    width: 162px;
    height: 236px;
}

.content-column-two .video {
    width: 300px;
}

.collection-t .video img {
    width: 165px;
    height: 92px;
}

.video-even {
    margin-right: 10px;
}

.video h3 {
    margin: 0;
    padding: 0;
    line-height: 21px;
}

.video p {
    margin: 0;
    padding: 0;
    line-height: 13px;
}

.video .back {
    display: none;
    margin-left: 127px;
}

.collection-t .video .back {
    margin-left: 0px;
    margin-top: 100px;
}

.play-button {
    position: absolute;
    width: 75px;
    height: 75px;
    background: transparent url("play.png") no-repeat scroll 0 8px;
    cursor: pointer;
    left: 30px;
    top: -9px;
    display: none;
    opacity: .8;
}

.collection-t .play-button {
    left: 40px;
    top: 0px;
}


.video:hover .play-button {
    display: block;
}

.num-views {
    padding: 3px 0 3px 30px;
    background: transparent url("num_views.png") no-repeat scroll 0 3px;
    border-bottom: 1px solid white;
    opacity: .5;
}

.num-comments {
    padding: 5px 0 5px 30px;
    background: transparent url("num_comments.png") no-repeat scroll 0 3px;
    border-bottom: 1px solid white;
    opacity: .5;
    width: 1
    
}
.stars {
    float: left;
    overflow: hidden;
    height: 20px;
    background: transparent url("stars.png") no-repeat scroll 0 0; 
    padding-left: 100px;
    line-height: 20px;
}


.stars-1 { background-position: 0 -20px; }
.stars-2 {  background-position: 0 -40px; }
.stars-3 {  background-position: 0 -60px; }
.stars-4 {  background-position: 0 -80px; }
.stars-5 {  background-position: 0 -100px; }

/** PLAYLIST **/
.playlist .video {
    width: auto;
    float: none;
    position: relative;
    height: 72px;
    margin-bottom: 10px;
}

.playlist .video img {
    position: absolute;

}

.playlist .video .info {
    position: absolute;
    left: 150px;
    width: 300px;
}
.playlist .video h3, .playlist .video p {
    margin: .5ex 0;
}

.button-up,
.button-down {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    left: 500px;
    top: 15px;
    text-decoration: none;
}

.button-down {
    top: 40px;
}

.playlist .selected {
    right: 140px;
    top: 30px;
    position: absolute;
}

.playlist .video .button-trash {
    text-decoration: none;
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 80px;
    top: 30px;
    background-position: 5px -320px;
}
    
.playlist .video .button-trash:hover {
    background-position: 5px -340px;
}

.playlist .video .position {
    position: absolute;
    right:20px;
    top: 0px;
    font-size: 36px;
    height: 72px;
    line-height: 72px;
}

body {
    margin: 0;
    padding: 0;
    background: #000000 url('bg.gif') repeat-x scroll;
    font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
    color: white;
    font-size: 11px;
}

a img {
    border: none;
}

#portal {
    width: 1020px;
    margin: auto;
}


/** HEADER */
#portal-header {
    clear: both;
    position: relative;
    height: 50px;
}


#logo {
    position: absolute;
    left: 0;
    bottom: 0;
}

#channel-select {
    position: absolute;
    right: 190px;
    bottom: -2px;
}


/** PORTAL NAVIGATION **/
#portal-navigation {
    position: absolute;
    right: 400px;
    bottom: 0px;
    margin: 0;
    padding: 0;
}

#portal-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline;
}

#portal-navigation h3 {
    display: inline;
    font-size: 18px;
    padding: 2px 20px 5px 0;
}

#portal-navigation li {
    display: inline;
}

#portal-navigation li a {
    text-decoration: none;
    font-size: 12px;
    color: #7d7d7d;    
}


li { 
    list-style-type: none;
    padding: 4px 10px 5px 25px;
    background-repeat: no-repeat;
    background-image: url('button_next.png'); 
    line-height: 18px;
}

li.selected,
li:hover {
    background-position: 0px -200px;
}

#portal-navigation li  a:hover, 
#portal-navigation li.selected  a { 
    color: #fff;
}


#portal-search  {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 11px;
    height: 25px;
    background-image: url('searchbox.png');
    background-repeat: no-repeat;
}

#portal-search form {
    margin: 0; padding: 0;
}

#portal-search .field {
    float: left;
    margin: 0;
}

#portal-search-q {
    width: 140px !important;
    height: 13px;
    padding: 4px;
    background-color: transparent;
    border: none;
}

#portal-search-submit {
    border: none;
    font-size: 0px;
    background-color: transparent;
    display: block;
    width: 30px;
    height: 20px;
}




/** CONTENT **/
#portal-content {
    clear: both;
    margin-top: 20px;
    position: relative;
}

.content-column-one {
    clear: both;
    width: 710px;
    float: left;
    margin-right: 10px;
}

.content-column-two {
    width: 300px;
    float: left;
    overflow: hidden;
}

.content-break {
    clear: both;
}


/** VIDEO PLAYER + INFO **/
#video-player {
    width: 700px;
    height: 393px;
    float: left;
    background-color: grey;
}

a.tab {
    display: block;
    float: left;
    height: 30px;
    padding: 0 20px;
    line-height: 30px;
    font-size: 18px;
    background-color: #6b6b6b;
    color: black;
}

a.tab-active {
    background-color: #151515;
    color: white;
}

.tab-content {
    display: none;
}

.tab-content-active {
    display: block;
}

#video-info {
    width: 320px;
    height: 393px;
    float: right;
    overflow: hidden;
    background-color: #151515;
}

#video-info .wrapper {
    padding:  0 10px;
}

.tab-content {
    margin: 0 15px;
}


#video-info h1 {
    font-size: 14px;
}



/** USER ACTIONS **/

.button  {
    color: #7b7b7b;
    background-position: 5px 0;
    background-repeat: no-repeat;
    cursor: pointer;
    text-decoration: none;
    line-height: 20px;
    height: 20px;
    padding: 0 5px 0 30px;
    background-image: url('buttons.png')
}

#video-user-data {
    clear: both;
    padding: 5px 0;
    height: 30px;
}

.button-rating,
.button-addthis {
    padding: 0 10px 0 0;
    background-image: none;
    float: left;
}

.button-rating-text {
    padding: 0;
    float: right;
    background-image: none;
}

.button-rating {
    float: right;
    position: relative;
    opacity: .7;
}

.button-mail { background-position: 5px -200px; border-left: 1px solid #999; float: left; }
.button-mail:hover { background-position: 5px -220px; }

.button-playlist-add { background-position: 5px -240px;  border-left: 1px solid #999; float: left; }
.button-playlist-add:hover { background-position: 5px -260px; }

.button-embed  { background-position: 5px -280px;  border-left: 1px solid #999; float: left;  }
.button-embed:hover  { background-position: 5px -300px;  }

.button-comments  {
    background-position: 5px 0px;
    float: right; border-left: 1px solid #999;  
}
.button-comments:hover  { background-position: 5px -20px; }

#video-user-data .stars,
.rate {
    background-repeat: no-repeat;
    height: 20px;
    width: 0px; 
}

.rate {
    background: transparent url('stars.png') no-repeat scroll 0 20px; 
    display: block;
    position: absolute;
}

#rate-1 { width: 20px; }
#rate-2 { width: 40px; }
#rate-3 { width: 60px; }
#rate-4 { width: 80px; }
#rate-5 { width: 100px; }

#rate-1:hover { background-position: 0 -20px; }
#rate-2:hover { background-position: 0 -40px; }
#rate-3:hover { background-position: 0 -60px; }
#rate-4:hover { background-position: 0 -80px; }
#rate-5:hover { background-position: 0 -100px; }


.comment {
    padding: 10px 0px;
}

.comment .info {
    font-weight: bold;
    padding: 5px 0;
}


/** FORMS **/
.close {
    display: block;
    width: 48px;
    height: 48px;
    float: right;
    opacity: .6;
    background-image: url('button_close.png');
}
.close:hover {
    opacity: 1;
}

.video-user-form {
    width: 700px;
    padding: 20px 0;
    display: none;
}

.field {
    margin: 10px 0;
}

.field label {
    display: block;
}

.formControls input,
.field textarea,
.field input {
    background-color: #7b7b7b;
    border: 1px solid #9d9d9d;
    color: black;
}
.formControls {
    text-align: right;
}

input[type="text"] {
    width: 300px;
}

textarea {
    width: 700px;
    height: 70px;
}



/** CHANNEL **/
.page { 
    display: none;
}

.page-selected {
    display: block;
}

/** PAGINATION **/

.pagination {
    clear: both;
    float: right;
}


/** PLAYLIST **/




/** FOOTER **/
#portal-footer {
    padding: 10px 0px;
    clear: both;
    margin-top: 20px;
    background-color: #1a1a1a;
    padding: 0 0px 20px;
    margin: 0 0 30px;
}


#portal-footer ul {
    float: left;
    margin: 10px 0  0 30px;
    padding: 0;
    list-style-type: none;
    width: 220px;
}


#portal-footer  h3 {
    font-size: 14px;
    color: #7d7d7d;
    margin: 0 2px;
    padding: 0;
}

#portal-footer li a {
    display: block;
    line-height: 14px;
    height: 14px;
    vertical-align: top;
}

#portal-footer li a:hover  {
    background-position: 0 -20px;
    }



.banner {
    padding: 20px 0;
}


#copyright {
    display: inline;
}


#footer-navigation {
    float: right;
}

#footer-navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#footer-navigation li {
    display: inline;
    padding: 0 0 0 10px;
    margin: 0;
}


.tooltip {
    overflow: visible;
}

.tooltip-text {
    display: none;
    position: absolute;
    border: 0 none;
    padding: 1em;
    background-color: #000;
    color: #fff;
    opacity: .5;
    filter: alpha(opacity = 50);
    /*-moz-border-radius: 5px;*/
}


.channel {
    clear: both;
}

a.play {
    display: block;
    text-align:right;
    margin: 10px 0;
}


.slider-range {
    top: 0 !important;
    width: 20px !important;
    background: #7b7b7b none !important;
    -moz-border-radius: 0 !important;
    border-width: 0px !important;
}
    
.ui-slider-handle {
    left: 0 !important;
    width: 20px !important;
    height: 80px !important;
    background: #5b5b5b none !important;
    -moz-border-radius: 0 !important;
    margin-bottom: -80px !important;
    border-width: 0px !important;
    cursor: pointer !important;
}   

.job,
.press-release {
    margin: 0 0 30px;
}

.press-release h2,
.job h2 {
    margin-top: 0;
    padding-top: 0;
}

.job p,
.press-release p {
    margin-bottom: 0;
}

.more {
    display: block;
    text-align: right;
    margin-right: 20px;
}

h1, h2, h3 {
    font-weight: normal;
}

a {
    color: #7d7d7d;
    text-decoration: none;
}

a:hover {
    color: white;
}

input, textarea  {
    font-size: 11px;
}



.button-close {
    background-image: url("button_close.png");
}

.formControls input,
.field textarea,
.field input {
    background-color: #7b7b7b;
    border: 1px solid #9d9d9d;
    color: black;
}

.pagination .pagenum {
    color: #7d7d7d;
    text-decoration: none;
    line-height: 20px;
    height: 20px;
    float: left;
    padding: 0 6px;
}

.pagination a:hover,
.pagination a.selected {
    color: white;
}

.button-next { background-position: 5px -120px; float: left; }
.button-next:hover { background-position: 5px -140px; }

.button-prev { background-position: 5px -160px; float: left; }
.button-prev:hover { background-position: 5px -180px;  }


.button-up { background-position: 5px -40px; }
.button-up:hover { background-position: 5px -60px; }

.button-down { background-position: 5px -80px;  }
.button-down:hover { background-position: 5px -100px;  }

.slider-range,
.slider { 
    background: #5b5b5b none !important;                                        
}                                                                               
    
.ui-slider-handle {
    background: #7b7b7b none !important;                                        
}   

.emphasized {
    color: #cf0;    
}


/*** SCROLLING ***/

.scroll .scrollbar {
    background-color: #ccc;
}

.scroll .handle {
    background-color: #666;
}
.scroll a.handle:hover {
    background-color: #888;
}

/** END SCROLLING **/ 

/** FORMS **/
.field ul {
    list-style-type: none;
}

.raffle .field {
    width: 345px;
    float: left;
}

.raffle .even {
    margin-right: 10px;
}

/** END FORMS **/

/** EVENTS **/

.event {
    position: relative;
}

.content-column-one .event {
    float: left;
    height: 154px;
    margin: 0 0 10px;
    width: 345px;
}

.content-column-two .RelatedEventsWidget .event {
    clear: both;
    height: 154px;
    margin: 0 0 10px;
}

.RelatedVideosWidget h2 {
    background: url('related_videos.png') scroll no-repeat 0 0 transparent;
    margin: 0;
    padding: 0 0 0 1000px;
}


.content-column-two .RelatedEventsWidget .front {
    padding: 0 4px;
    float: left;
    width: 160px;
}

.EventsWidget .event {
    height: 72px;
    margin: 0 0 1px;
}

.VideoCollectionWidget .event {
    background-color: #f2f2f2;
}

.VideoCollectionWidget .event:hover {
    background-color: #999;
}

.content-column-one .event-details {
    clear: both;
    width: 700px;
    height: 250px;
    border-bottom: 1px solid #999;
    padding: 0 0 4px 0;
    margin: 0 0 4px;
}

h1.imageheadline {
    border-color: #999;
    border-width: 1px 0;
    border-style: solid;
    margin-right: 10px;
}

h2.imageheadline {
    border-color: #999;
    border-width:  0 0 1px;
    border-style: solid;
    margin-right: 10px;
    
}

.button-maps { float: left; background-position: 5px -120px; }
.button-maps:hover { background-position: 5px -140px; }

.ical {
    padding: 2px 0 2px 20px;
    font-size: 11px;
    background: url("ical.png") no-repeat scroll 0 -2px transparent;
    display: block;
    float: left;
    margin: 0 10px;
}

.events-list .event {
    border-bottom: 1px solid #999;
    padding: 0 0 10px 0;
}

.event-actions a.maps:hover {
    background-position: 0 -100px;
}

.content-column-one .event .front {
    float: left;
    margin: 0 0 0 1px;
    width: 210px;
}
.content-column-one .event-details .front {
    float: left;
    margin: 0 0 0 1px;
    width: 444px;
}

.event-details .back {
    display: none;
    width: 440px;
    height: 250px;
}

.event-actions {
    clear: both;
    float: right;
    margin-right: 10px;
}
.event-entrance p,
.event-contact p {
    margin: 0;
}

.content-column-one .event.even {
    margin-right: 10px;
}

.event img {
    float: left;
    margin: 0 5px 0 0;
}

.VideoCollectionWidget .event img {
    float: right;
}

.event .day {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 2px;
    color: #caf900;
    font-size: 16px;
    font-weight: bold;
    background-color: black;
}
.event .month {
    position: absolute;
    left: 0px;
    top: 20px;
    padding: 2px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    background-color: black;
}

.VideoCollectionWidget .event .month,
.VideoCollectionWidget .event .day {
    left: auto;
    right: 0px;
}

.event .time {
    font-weight: bold;
}

.event .event-type {
    text-transform: uppercase;
}

.event h3 {
    font-weight: bold;
    margin: 3px 0;
    padding: 0;
}


#event .date {
    font-size: 14px;
}

#event .event-type {
    font-size: 12px;
    text-transform: uppercase;
}

#event .title{
    font-size: 11px;
}

#event {
    width: 1020px;
    height: 393px;
}

#event .image {
    width: 700px;
    height: 393px;
    float: left;
}

#event .info {
    float: left;
    width: 320px;
    height: 393px;
}


#event .info .content { background-color: #151515; padding: 10px; color: white; clear: both; height: 343px;}
#event .info .headline { background-color: #151515; padding: 0 10px; color: white; margin: 0;  float: left; display: block; height: 30px; line-height: 30px;}
#event .info h1,
#event .info h2,
#event .info p {
    margin:  5px 0;
    padding: 0;
}

#event .info a {
    color: white;
}


.dossier-text {
    margin: 20px 0;
}

.dossier-text-content {
    display: none;
}
body {
    background: #fff none;
    color: black;
}

a {    color: #7d7d7d; }
a:hover, .pagination a:hover { color: black; }


#portal-navigation li  a:hover, 
#portal-navigation li.selected  a { 
    color: #000;
}


#portal-search  {
    background-image: url('searchbox.png');
}

#portal-footer {
    background-color: #f2f2f2;
}


a.tab {
    background-color: #a4a4a4;
    color: black;
}


a.tab-active {
    background-color: #7d7d7d;
    color: white;
}

#video-info {
    background-color: #7d7d7d;
    color: white;
}

#video-info a {
    color: white;
}

#video-info a:hover { color: black; }

.formControls input,
.field textarea,
.field input {
    background-color: #ccc;
    border: 1px solid #9d9d9d;
    color: black;
}


.tooltip-text {
    background-color: #000;
    color: #fff;
}


#event .info .content { background-color: #7d7d7d; padding: 10px; color: white; clear: both; height: 343px;}
#event .info .headline { background-color: #7d7d7d; padding: 0 10px; color: white; margin: 0;  float: left; display: block; height: 30px; line-height: 30px;}


.partner {
    float: left;
    width: 240px;
    height: 240px;
    overflow: hidden;
    margin: 0 20px 20px 0;
}

.partner img:hover {
    margin-top: -240px;
}

.col4 {
    margin: 0 0 20px 0;
}

