﻿body 
{
    font-family: Verdana;
	font-size:12px;
	margin: 0px;
	padding: 0px;
	background-color: #212025;
	color: #cbcbcd;
}

A:active{color: #edc31b;text-decoration:none;}
A:visited{color: #edc31b;text-decoration:none;}
A:link{color: #edc31b;text-decoration:none;}
A:hover
{
	color: #edc31b;
	text-decoration: none;
	font-weight: bold;
}


/* Container Area */
.MediaShow_Container
{
}

.MediaShow_PlayerContainer
{
}

.MediaShow_SeparatorContainer
{
    margin-top:10px;
    padding-top:10px;
    border-top:solid 1px #E5E5DC;
}

.MediaShow_ListContainer
{
}


/* Player Area */
.MediaPlayer_Container
{
    border: solid 0px red;
}

.MediaPlayer_Player
{
    margin-left:0px;
}

.MediaPlayer_Title
{
    color: #edc31b;
    padding-left:0px;
    font-size:1.3em;
    font-weight:bold;
    margin-bottom:5px;
    margin-top:0px;
}

.MediaPlayer_Summary
{
    padding-left:0px;
    margin-top:5px;
    color: #cbcbcd;
}

.MediaPlayer_Eventinfo
{
    color: #cbcbcd;
}

.MediaPlayer_EventTime
{
    color: #cbcbcd;
    font-style:italic;
    font-size:x-small; 
    float:left;
}

.MediaPlayer_Length
{
    text-align:right;
    font-style:italic;
    font-size:x-small;
    padding-right:0px;
}

.MediaPlayer_Downloads
{
    border:solid 0px red;
    margin-top:2px;
    font-style:italic;
    font-size:x-small;
    float:left
}

.MediaPlayer_Links
{
    border:solid 0px red;
    margin-top:2px;
    font-style:italic;
    font-size:x-small;
    text-align:right;
}

.MediaPlayer_BreadCrumb
{
    padding-left:0px;
}
.MediaPlayer_BreadCrumb A:active{color: #edc31b;text-decoration:none;}
.MediaPlayer_BreadCrumb A:visited{color: #edc31b;text-decoration:none;}
.MediaPlayer_BreadCrumb A:link{color: #edc31b;text-decoration:none;}
.MediaPlayer_BreadCrumb A:hover
{
	color: #edc31b;
	text-decoration:none;
	font-weight:normal;
}





/* List Area */
.MediaList_ListItemContainer
{
    float:left;
    margin-right:15px;
    margin-bottom:10px;
    border:solid 0px red;
    overflow:hidden;

}

.MediaList_ListItemThumbContainer
{
    border:solid 0px green;
    
}

.MediaList_ListItemTitle
{
    border:solid 0px blue;
}

.MediaList_ListContainer
{
    border:solid 0px black;
}

.MediaList_ListItemSummary
{
    font-style:italic;
    color:#cbcbcd;
}

.MediaList_ListItemEventInfo
{
    color: #cbcbcd;
}

.MediaList_ListItemEventTime
{
    color: #cbcbcd;
    font-style:italic;
    font-size:x-small;
}

