/* TPM TV Styles */
#video-area-main{
	float: left;
	position: relative;
	border-bottom: 1px solid #dedede;
	padding-bottom: 15px;
	margin: 15px;
}
/* ie6 hack */
* html #video-area-main {
	margin: 15px 7px;
}

div.tpmtv #election-sidebar-right {
	float:right;
	padding: 15px;
	border-left: 1px solid #dedede;
}

div.tpmtv #election-sidebar-left {
	padding: 0px;
	border-right: 0;
        width:230px;
}

/* top right ad styles */

#toprightmetadata {
width:118px; 
height:260px; 
background-color:#FFF; 
float:left; 
margin-left:10px;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
}

.dctopleftbigbox {
color:#9c9c9c;
font:bold 10px Arial, Helvetica, sans-serif;
text-transform:uppercase;
text-align: center;
}
.dctopleftbigbox img {
margin-top:15px;
}

.dctopleftbigbox .box-content {
/* border: 2px solid #9c9c9c; */
padding: 2px;
width: 305px;

}


#adblocker {
width: 300px;
height: 250px;
background-color: #000;
}

/* Styles specific to the vodpod widget on the TPM TV homepage */
#vodpod_widget {
	font-family: arial, helvetica, sans-serif;
  width:755px;
  height:520px;
  overflow:hidden;
  position:relative;
  background:#fff;
  padding:5px;
  -moz-border-radius:10px;
}
  #vodpod_widget a {
    color:#AA0000;
  }
  #vodpod_widget #powered_by {
    position:absolute;
    bottom:0px;
    right:60px;
  }
  /* The top pane that holds the video and title, description */
  #vodpod_widget #video_pane {
    height:380px;
    margin-bottom:1px;
    background:url(http://www.talkingpointsmemo.com/tpmtv_archive/images/video_pane_bg.png);
    overflow:hidden;
    position:relative;
  }
    #vodpod_widget #video_pane #video_embed {
      float:left;
      width:450px;
      height:360px;
      margin:16px 0px 0px 15px;
      border:1px solid #333;
    }
    #vodpod_widget #video_pane #video_details {
      float:left;
      width:270px;
      margin-left:16px;
      margin-top:0px;
      overflow:hidden;
    }
    #vodpod_widget #video_pane #video_details h2#video_title {
	color: #000;
		
      font-size:16pt;
      font-weight:bold;
      line-height:1em;
      white-space:normal;
      max-height:66px;
      overflow:hidden;
    }
    #vodpod_widget #video_pane #video_details div#video_description {
      font-size:14px;
      font-family:"Times New Roman",Times,serif;
      max-height:160px;
      overflow:hidden;
      margin-bottom:10px;
    }
    #vodpod_widget #video_pane #video_details #video_views {
      display:none;
    }
    #vodpod_widget #video_pane #video_details div#video_tags {
      background:transparent url(http://www.talkingpointsmemo.com/tpmtv_archive/images/tag.png) no-repeat scroll 0% 4px;
      margin-top:10px;
      padding-left:23px;
    }
  /* The bottom pane that contains 5 thumbnails */
  #vodpod_widget #selector_pane {
    height:125px;
    margin-top:20px;
    overflow:hidden;
    position:relative;
  }
  #vodpod_widget #selector_pane #video_arrow_left {
    position:absolute;
    top:30px;
    left:8px;
  }
  #vodpod_widget #selector_pane #video_arrow_right {
    position:absolute;
    top:30px;
    right:8px;
  }
  #vodpod_widget #selector_pane #video_arrow_left.inactive,
  #vodpod_widget #selector_pane #video_arrow_right.inactive {
    display:none;
  }
  #vodpod_widget #selector_pane #video_thumbnails {
    width:690px;
    margin-left:55px;
    overflow:hidden;
  }
  #vodpod_widget #selector_pane #video_thumbnails .video_thumb {
    float:left;
    display:inline;
    position:relative;
    width:120px;
    height:90px;
    overflow:hidden;
    margin-right:10px;
  }
    #vodpod_widget #selector_pane #video_thumbnails .video_thumb img.thumbnail {
      width:100%;
      height:100%;
      border:1px solid #fff;
      cursor:pointer;
    }
    #vodpod_widget #selector_pane #video_thumbnails .video_thumb .video_title_box {
      position:absolute;
      bottom:0px;
      left:1px;
      width:100%;
      height:42px;
      background:#000;
      opacity:0.6;
      filter:alpha(opacity=60) !important;
      -moz-opacity:0.60 !important;
      cursor:pointer;
    }
    #vodpod_widget #selector_pane #video_thumbnails .video_thumb .video_title {
      position:absolute;
      bottom:0px;
      left:4px;
      width:98%;
      color:#fff;
      margin:0px;
      line-height:13px;
      height:39px;
      overflow:hidden;
      cursor:pointer;
    }
    #vodpod_widget #selector_pane #video_thumbnails .video_thumb .video_stats {
      display:none;
      position:absolute;
      bottom:0px;
      left:2px;
      width:98%;
      color:#fff;
      line-height:13px;
      height:39px;
      overflow:hidden;
      cursor:pointer;
    } 