/* general styles */

*
{
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-style: none;
  border-width: 0;
}

html
{
  width: 100%;
  height: 100%;
}

body
{
  width: 100%;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.delve_hrule
{
  border-style: none;
  border-top-style: solid;
  border-color: #ececec;
  border-width: 1px;
  width: 100%;
  height: 0px;
}

#delve_layout_box
{
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 0;
  padding-bottom: 0;
  width: 820px;
  height: 720px;
}

#delve_content_box
{
  padding: 10px;
}

#delve_right_box
{
  padding-left: 10px;
}

.delve_right_box_item
{
}

.delve_button_bar
{
  width: 300px;
  height: 32px;
  margin-top: 2px;
  background-position: top center;
  background-image: url('../images/button-divider.png');
  background-repeat: repeat-x;
}

.delve_button_link
{
  float: left;
  width: 74px;
  height: 30px;
  text-align: center;
  margin-right: 1px;
  background-position: top center;
  background-image: url('../images/button-background.png');
  background-repeat: repeat-x;
}

.delve_button_link_last
{
  float: left;
  width: 75px;
  height: 30px;
  text-align: center;
  background-position: top center;
  background-image: url('../images/button-background.png');
  background-repeat: repeat-x;
}

.delve_button_link:hover,
.delve_button_link_last:hover
{
  background-position: top center;
  background-image: url('../images/button-background-over.png');
  background-repeat: repeat-x;
}

#delve_player_box
{
  padding: 5px;
  background-position: top center;
  background-image: url('../images/player-background.png');
  background-repeat: repeat-x;
  float: left;
}

#delve_ad_box
{
  width: 300px;
  height: 250px;
  background: #dddddd;
}

#delve_playlist_wrapper_box
{
  padding-top: 4px;
  float: left;
  width: 800px;
  height: 250px;
}

#delve_playlist_box
{
  padding-top: 2px;
  width: 100%;
  height: 100%;
  overflow: auto;
  text-align: left;
}

.delve_playlist
{
  position: relative;
  width: 100%;
  padding-top: 10px;
}

.delve_playlist_item
{
  position: relative;
  list-style-type:none;
  width: 98%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 5px;
  margin: 0;
}

.delve_playlist_item_box
{
  position: relative;
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
}

.delve_playlist_item_box_default
{
  background-color: #ffffff;
}

.delve_playlist_item_box_selected
{
  background-color: #dddddd;
}

.delve_playlist_item_box_hover
{
  background-color: #eeeeee;
}

.delve_playlist_item_overlay_box
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
  background-image: url('../images/transparent.png');
  background-repeat: repeat;
  cursor: pointer;
}

.delve_thumbnail_wrapper
{
  float: left;
  width: 78px;
  height: 58px;
  background: #ffffff;
  margin-right: 10px;
  border-style: solid;
  border-color: #999999;
  border-width: 1px;
}

.delve_thumbnail
{
  width: 100%;
  height: 100%;
}

.delve_media_title_box
{
  font-size: 17px;
  font-weight: bold;
  color: #384c8b;
}

.delve_media_publish_date_box
{
  font-size: 11px;
  color: #999999;
}

.delve_media_description_box
{
  font-size: 12px;
  color: #000000;
}

#delve_footer_box
{
  margin-left: 50px;
  margin-right: 50px;
  width: 720px;
  text-align: center;
  font-size: 9px;
  color: #303030;
}



/* jScrollPanel scrollbar styles */

.jScrollArrowUp {
    background: url(../images/scroll-up-arrow.png) repeat-x 0 0;
}

.jScrollArrowDown {
    background: url(../images/scroll-down-arrow.png) repeat-x 0 0;
}

body .jScrollPaneTrack {
    background: #ececec;
}

body .jScrollPaneDrag {
    background: #cccccc;
}

.scroll_pane {
    overflow: auto;
}

.jScrollPaneContainer {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.jScrollPaneTrack {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 100%;
    background: #aaa;
}
.jScrollPaneDrag {
    position: absolute;
    background: #666;
    cursor: pointer;
    overflow: hidden;
}
.jScrollPaneDragTop {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.jScrollPaneDragBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
a.jScrollArrowUp {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    text-indent: -2000px;
    overflow: hidden;
    height: 9px;
}

a.jScrollArrowDown {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    text-indent: -2000px;
    overflow: hidden;
    height: 9px;
}

