#Media\+FrAi table#VideoBrowser {
border: 1px solid rgb(156,0,0,0);
margin: 2px;
}
#MediaLinkList .search-result-list {
display: table;
margin: 0 auto;
text-align: left;
list-style: none;
}
#MediaLinkList .search-result-item{
margin: 10px;
}
#MediaLinkList .search-result-item a.inactive{
display: block;
width: 100%;
border: 2px outset rgba(156,0,0,0.6);
color: #9C0000;
text-decoration: none;
background-color: rgba(255,255,255,0.1);
}
#MediaLinkList .search-result-item a.inactive:hover{
color: #4A0000;
border: 2px outset rgb(200,80,60);
background-color: rgba(156,0,0,0.2);
}
#MediaLinkList .search-result-item a.active{
display: block;
width: 100%;
border:2px inset rgb(156,0,0);
color: #FFFFFF;
text-decoration: none;
background-color: rgba(156,0,0,0.6);
}
#MediaLinkList .search-result-item a.active:hover{
text-decoration: underline;
border: 2px inset rgb(255,0,0);
}
#MediaVideoView {
width:640px;
height: 480px;
overflow: auto;
text-align: center;
border: 1px solid rgb(156,0,0);
line-height: 180px;
font-size: 20px;
}