#popModule {top:30px;}
#mmg_container {}
#mmg_container_inner {padding:5px;}

.mp4Link {display:none;}

h2#media_center{clear:both;padding:0;margin:0;height:41px;background:url(/mlb/images/mediacenter/media_center_grey.gif) center center no-repeat;text-indent:-999em;}
h2#media_center_es {clear:both;padding:0;margin:0;float:left;width:213px;height:41px;background:url(/es/mlb/images/mediacenter/media_center.gif) no-repeat;text-indent:-999em;}
h3#display_date{ font-weight:bold;font-size:15px;color:#666;padding:0;margin:0;float:left;}
h4.grid_label { font-weight:bold;font-size:13px;padding:3px 10px;margin:0;clear:both;}

#archive_alert {background-color:#ffcc33;text-align:center;padding:3px;font-weight:bold;text-transform:uppercase;}
#archive_alert a {color:#000;text-decoration:none;}

#media_center_nav {position:relative;float:right;font-size:13px;font-weight:bold;margin:5px 0;}
#media_center_nav a {margin:0;}


.errorMessage { margin-bottom:140px; }
.gridContainer {padding:0;margin:0;}

.mediaLinkContainer {clear:both;margin-top:20px;}

table.mmg_table {
	clear:both;width:100%;border:none;
	margin:0 0 40px 0;
}
table.mmg_table thead tr th {
	padding:1px 3px;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	background:#000;
text-align:center;
}
table.mmg_table thead tr#mmg_th_top th {
	background:#000;
text-align:center;
}
table.mmg_table thead tr#mmg_th_bot th {

}
table.mmg_table tbody tr td {
	padding:2px 3px;
	font-size:10px;
	border:1px solid #fff;
	border-collapse:collapse;
white-space:nowrap;

}
table.mmg_table tbody tr.free td.mmg_matchup span {
	font-size:9px;
}

table.mmg_table tbody tr#mmg_spring td {
background:#c90 url(/mlb/images/mediacenter/grid_bg_cc9900.gif) 0px -3px repeat-x;
font-weight:bold;
font-size:11px;
padding-left:62px;
}
table.mmg_table tbody tr#mmg_exhibition td {
background:#b2b2b2 url(/mlb/images/mediacenter/grid_bg_b2b2b2.gif) 0px -3px repeat-x;
font-weight:bold;
font-size:11px;
padding-left:62px;
}

table.mmg_table tbody tr td.mmg_time,
table.mmg_table tbody tr td.mmg_matchup,
table.mmg_table tbody tr td.mmg_audio
{
	background-color:#ededed;
}

table.mmg_table tbody tr.odd td {
	background-color:#eee;
}

table.mmg_table tbody tr.odd td.mmg_time,
table.mmg_table tbody tr.odd td.mmg_matchup,
table.mmg_table tbody tr.odd td.mmg_audio
{
	background-color:#dddddd;
}

table.mmg_table tbody tr.free td,
table.mmg_table tbody tr.free td.mmg_time,
table.mmg_table tbody tr.free td.mmg_matchup,
table.mmg_table tbody tr.free td.mmg_audio
{
	background-color:#fad191;
}

table.mmg_table tbody tr td img {
	margin:1px 2px;
}
table.mmg_table th.mmg_time {text-align:left;}
table.mmg_table th.mmg_matchup {text-align:left;border-left:1px solid #fff;border-right:1px solid #fff;}
table.mmg_table th.mmg_mlbtv {border-left:1px solid #fff;border-right:1px solid #fff;}
table.mmg_table th.mmg_mlbtv_premium_away { }
table.mmg_table th.mmg_condensed {border-left:1px solid #fff;border-right:1px solid #fff;}
table.mmg_table th.mmg_mlbtv_premium_group { }
table.mmg_table th.mmg_highlights {}


table.mmg_table td.mmg_time {width:6%;}
table.mmg_table td.mmg_matchup {width:18%;}
table.mmg_table td.mmg_mlbtv {width:8%;}
table.mmg_table td.mmg_mlbtv_premium_home {width:8%;}
table.mmg_table td.mmg_mlbtv_premium_away {width:8%;}
table.mmg_table td.mmg_mlbtv_premium_national {width:8%;}
table.mmg_table td.mmg_condensed {width:8%;text-align:center;}
table.mmg_table td.mmg_away_audio {width:7%;}
table.mmg_table td.mmg_home_audio {width:7%;}
table.mmg_table td.mmg_alt_away_audio {width:7%;}
table.mmg_table td.mmg_alt_home_audio {width:7%;}
table.mmg_table td.mmg_highlights {width:8%;text-align:center;}



#media_center_customer_service {font-size:11px;text-align:center;margin:5px 0 10px 0;}
#media_center_customer_service p {padding:1px 0;margin:0;}
#media_center_links {font-size:11px;text-align:center;margin:0 0 7px 0;}
#media_center_links a {margin:0 7px;}

/* KEYS */
#media_center_keys {clear:both;overflow:auto;}

#key_broadcast,
#key_product {margin-bottom:10px;}
#key_broadcast {}
#key_product {}


#key_broadcast h5,
#key_product h5 {color:#fff;margin:0;padding:5px 10px;font-weight:bold;font-size:12px;background:url(/mlb/images/mediacenter/key_bg.gif) repeat-x;}

#key_broadcast ul,
#key_product ul {list-style-type:none;margin:0;padding:0;}

#key_broadcast ul li,
#key_product ul li {padding:2px 0 2px 5px;border-bottom:1px dotted #ccc;font-size:11px;}



/* Date Selector */
#dsContainer       {
        display:none;
        position:absolute; top:5px; left:-250px; z-index: 99;
        width:200px; padding:0 4px;
        background:#fff;
        border:1px solid #999; -moz-border-radius:5px; -webkit-border-radius:5px;
        border-radius:5px;
        box-shadow:2px 2px 2px #ccc; -moz-box-shadow:2px 2px 2px #ccc; -webkit-box-shadow:2px 2px 2px #ccc;
    }
#dsContainer table {width:100%;}
#dsContainer .curMonth           {font:bold 11px helvetica neue,arial; text-align:center; height:20px; padding-top:4px;}
#dsContainer .monthNav           {margin-bottom:2px;}
#dsContainer .monthLink a        {font:10px verdana; color:#369; padding:3px; text-decoration:none;}
#dsContainer .monthLink a:hover  {text-decoration:underline;}
#dsContainer .monthDays thead td {
    font:bold 10px verdana; color:#eee; text-align:center; height:12px;
    background-color:#666;
    background-image:-moz-linear-gradient(top, #888, #333); /* FF3.6 */
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0, #888888),color-stop(1, #333333)); /* Saf4+, Chrome */
                    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#888888', EndColorStr='#333333'); /* IE6,IE7 */
                    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#888888', EndColorStr='#333333')"; /* IE8 */
    padding:2px 0px;
}
#dsContainer .monthDays tbody td       {font:10px verdana,arial; text-align:right; background-color:#ccc; width:26px; height:20px;}
#dsContainer .monthDays .blank         {background-color:#eee;}
#dsContainer .monthDays .day           {background-color:#ddd; color:#666;}
#dsContainer .monthDays .day.today     {background-color:#ccc; font-weight:bold;}
#dsContainer .monthDays .day a         {padding:3px; border:1px solid #ddd; color:#369; text-decoration:none; display:block;}
#dsContainer .monthDays .day a:hover   {border:1px solid #666; font-weight:bold;}
#dsContainer .monthDays .selectedDay   {background-color:#999;}
#dsContainer .monthDays .selectedDay a {color:#fff;}
#dsContainer .monthDays .day .dateSel-outOfRange {color:#ccc;}
#dsContainer .subLinks a       {font:10px verdana; color:#369; text-decoration:none;}
#dsContainer .subLinks a:hover {text-decoration:underline;}

