@charset "UTF-8";
/* ############################# dti_mediacenter_global.css ################################# */
/* ############################# dti_mediacenter_global.css ################################# */
/* ############################# dti_mediacenter_global.css ###################1707200901one */

* {
    padding: 0;
    margin: 0;
}

#mediacenter {
    margin: 10px auto;
    width: 979px;
    height:779px;
    border: 1px solid #ddd;
    background-color: #eee;
    color: #666;
    font-size: 12px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

#mediacenter h3 {
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    padding-top: 15px;
    padding-left:15px;
}

video {
    background-color: black;
}

a {
    text-decoration: none;
    color: #f00;
    outline: none;
}

a img {
    border: 0;
    outline: none;
}

label {
    display: block;
    margin-bottom: 2px;
}

.input_text {
    height:19px;
    background-color:#FFFFFF;
    border: 1px solid #bbb;
    padding:4px 0 0 7px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    line-height: 17px;
    color: #666;
    -webkit-border-radius:0px;
}

.input_submit {
    -webkit-border-radius:0px;
}

a.btn {
    border:0px !important;
    display: inline-block !important;
    background-color: #666 !important;
    line-height: 10px !important;
    font-weight: bold !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 1px !important;
    margin-left: 7px !important;
    float: left !important;
}

a.btn strong {
    display: inline-block !important;
    padding: 5px 6px 6px 6px !important;
    font-size: 10px !important;
    height:10px !important;
    border: #fff 1px solid;
}

.loader {
    background:transparent url('../themes/blank/images/loader.gif') center center no-repeat;
    height: 32px;
    width: 32px;
    margin: 0 auto;
}

#mediacenter_inner {
    width: 930px;
    height:694px;
    margin:15px;
    margin-top: 6px;
    background-color: #ccc;
    padding:10px;
}

#mc_left {
    width: 560px;
    height:694px;
    float: left;
}

#mc_right {
    width: 355px;
    height:694px;
    float: right;

}

#jw_player, #advert_player {
    width: 560px;
    height:466px;
    overflow: hidden;
    z-index: 201;
    background-color: black;
}

div#jw_player { height: 469px; }

#mc_player_info_container {
    width: 560px;
    background-color: #ddd;
}

.mc_player_info { /* THEME */
      padding: 9px 10px 10px 10px;
      border-bottom: #ccc solid 1px;
      border-top: #fff solid 1px;
}

.mc_player_info .left { float: left; width: 320px; }
.mc_player_info .right { float: right; width: 210px; }

.mc_player_info h2 {
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
}

#row_1 { height:28px; border-top: 0; }

#row_2 { height:41px; }
#videolink { color:#ccc; width: 311px; }
#send_to_email { width: 130px;}

#row_3 { height:14px; padding: 7px 10px 8px 10px; }

#row_4 { height: 86px; padding: 0; border-bottom: 0; }
#row_4 .left { width: 330px; }
#row_4 a.movie_link { border-left: 0 !important; border-right: 0 !important; }
#row_4 .right { padding: 10px 10px 10px 0;}
#row_4 .right a { font-size: 10px; text-decoration: underline; color: #666; line-height: 11px; }

a.movie_link {
    display: block;
    height: 64px;
    background:#b8b8b8 url('../themes/blank/images/movie_link_bg.jpg') top repeat-x;
    padding: 10px 8px 10px 11px;
    border: #bbb 1px solid;
    border-top: #dcdcdc 1px solid;
}
a.movie_link:hover, a.movie_link.active {
    background-position: bottom;
}

a.movie_link img {
    float: left;
    margin-right: 10px;
    width: 110px;
    height:62px;
    border: 1px solid #ddd;
}
a.movie_link h6 {
    margin-top: 3px;
    font-size: 10px;
    font-weight: normal;
    color: #999;
    padding:0px;
    line-height: 11px;
}
a.movie_link h2 {
    margin-top: 3px;
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
}


#mc_search {
    width: 335px;
    height:55px;
    padding: 13px 9px 0 9px;
    border: 1px solid #bbb;
    background: #c6c6c6 url('../themes/blank/images/mc_search_bg.jpg') repeat-x;
}

#mc_search h2 {
    font-size: 12px;
    font-weight: bold;
    margin-left: 2px;
    position: absolute;
}

#mc_search_box {
    margin-top: 21px;
    float: left;
}

#mc_search_box .input_text {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    width: 109px;
}

#mc_search_box .input_submit {
    background: url('../themes/blank/images/btn_mc_search_ok.jpg') no-repeat;
    border: #bbb 1px solid;
    width: 32px;
    height: 25px;
    border-left: 0px;
    float: left;
}

.mc_search_dropdown_box {
    margin-top: 21px;
    width: 176px;
}

.mc_search_dropdown {
    height:18px;
    border: 1px solid #bbb;
    padding-top:5px;
    padding-left:7px;
    font-family: Arial, Helvetica, sans-serif;
    cursor:pointer;
    background: #fff url('../themes/blank/images/dropdown.jpg') right 0px no-repeat;
    overflow: hidden;
    padding-right: 22px;
}

.mc_search_dropdown_layer {
    position: absolute;
    z-index: 200;
    width: 176px;
}

.mc_search_dropdown_layer a {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    margin-bottom: 3px;
}

.mc_search_dropdown_layer_bg {
    padding:10px;
    padding-bottom: 5px;
    background-color:#ffffff;
    border: 1px solid #bbb;
    border-top: 0px;
}

#mc_subcats_dropdown_box {
    margin-top: 0;
    float: right;
}

a#mc_search_reset_button {
    display: block;
    width: 104px;
    height: 15px;
    background-color: #ccc;
    float: right;
    margin-bottom: 6px;
}

#mc_video_select {
    width: 355px;
    height:516px;
    margin-top:10px;
}

#mc_video_select_box {
    margin:0px;
}

#mc_video_select_container {
    height:516px;
    overflow: hidden;
    margin:0px;
    padding:0px;
}

#mc_video_select_list {
    width: 355px;
    height:430px;
    overflow: hidden !important;
    position: relative;
}

.mc_video_select_btn_up {
    display: block;
    width: 355px;
    height:50px;
    background-image:url(../themes/blank/images/mc_videoselect_up.png);
    background-repeat: repeat-x;
    margin-bottom:-8px;
}

.mc_video_select_btn_down {
    display: block;
    width: 355px;
    height:42px;
    background-image:url(../themes/blank/images/mc_videoselect_down.png);
    background-repeat: repeat-x;
    margin-top:-1px;
}



#mc_sponsors_branding_head {
    width: 355px;
    height:20px;
    margin-top: 6px;

}

#mc_sponsors_branding_head  h3 {
    padding:0px;
    font-size: 10px;
    font-weight: normal;
    color:#7a7775;
    text-decoration: none;
    line-height: 17px;
    margin-left:10px;

}

#mc_sponsors_branding img {
    width: 353px;
    height:71px;
    border: #ddd 1px solid;
}

#mediacenter_loader {
    padding-top:200px;
    position: absolute;
    background-color: #eee;
    width: 979px;
    height:540px;
    z-index: 1000;
    text-align: center;
}

#mediacenter_loader h1, #mediacenter_loader h4, #mediacenter_loader div, #mediacenter_loader a {
    margin-bottom: 15px;
}

#mediacenter_loader h1 {
    font-size: 20px;
    color: #666;
    line-height: 17px;
    font-weight: normal;
}

#mediacenter_loader h4 {
    font-size: 10px;
    color: #666;
    line-height: 17px;
    font-weight: normal;
    font-family: Arial, "Times New Roman", Times, serif;
}

#advert_layer {
    width: 950px;
    height:715px;
    margin:15px;
    margin-top: 6px;
    position: absolute;
    z-index: 800;
}

#advert_overlay {
    width: 950px;
    height:715px;
    background-color: #ccc;
    position: absolute;
}

#advert_layer #advert_player {
    position: absolute;
    z-index: 850;
    margin: 10px 0 0 10px;
}

#message_layer {
    position:absolute;
    margin-top:200px;
    margin-left: 300px;
    padding:20px;
    width:300px;
    border: #676463 1px solid;
    background-color:#FCF1E7;
    z-index:10000;
    display:none;
}

#message_layer .close {
    float: right;
    padding-left: 17px;
    background-repeat: no-repeat;
    background-position: left;
}

.error_box {
    background-color:#ede3d9;
    border:#d9d2ce 1px solid;
    padding: 9px;
    margin-bottom:15px;
}
#mc_video_select_list .error_box {
    margin-top: 10px;
}

.error_box img {
    margin-bottom:9px;
}

.embed_video {
    padding: 8px 0;
}

.embed_video h3 {
    padding: 0 0 5px 0;
    font-size: 12px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.embed_video .link_arrow {
    float: right;
}

.embed_size_mobile h3 {
    margin-left: 8px;
    font-size: 16px;
}

.embed_size_mobile .link_arrow {
    margin-right: 8px;
    font-size: 16px;
    background-position: 0 50%;
}

/* ########### START VIDEO SNIPPET ############## */
.article_movie_snip {
	min-height:110px;
	margin:0px;
	padding:0px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #d9d2ce;
}

.article_movie_snip_mobile {
    margin: 10px;
}

.movie_snip_top {
	background-color:#ede3d9;
	height:21px;
	font-size: 12px;
	color: #413d3b;
	line-height:17px;
	font-weight: bold;
	margin:0px;
	padding:0px;
	padding-left:12px;
	padding-top:4px;
}

.movie_snip_bottom {
	min-height:85px;
	background-color:#FCF1E7;
	background-image:url(../themes/blank/images/movie_snip_bottom_bg.gif) ;
}

.movie_snip_bottom_img {
	width: 110px;
	height:62px;
	border: 1px solid #d9d2ce;
	float:left;
	padding:0px;
	margin:10px 10px 0px 10px;

}
.movie_snip_bottom_h6 {
	padding:0px;
	margin:0px;
	padding-top:8px;
	margin-left:2px;
	font-size: 10px;
	color: #7a7775;
	font-weight: normal;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.movie_snip_bottom_h1 a {
	font-size: 14px;
	color: #1a296b;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding:0px;
	margin:0px;

}

/***************** helper *******************/

.clear {
    clear:both; overflow:hidden; visibility:hidden; height:0px; width:0px;
}

.f-left { float:left; }
.f-right { float:right; }
