/* CSS Document */
body
{
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  margin-bottom:0px;
  background-color:#ffffff;
  /*height:621px;*/
  
}
img
{
  border-width:0px;
}
div,td,p,a{

 font-family: arial, helvetica;
 font-size:11px;
 color:#333333;
}
a
{
  text-decoration:underline;
  color:#5C83BC;
}
.linkContainer
{
  width:325px;
  text-align:center;
  margin-top:8px;
  margin-bottom:8px;
}
a:hover
{
  text-decoration:none;
}
#playerSelection
{
  position:relative;
  left:20px;
}

#bandwidthSelection
{
 position:relative;
  left:0px;
}

label
{
  color:#5C83BC;
  width:180px;
}
label.bandwidthLabel
{
  width:200px;
}

#mainContent
{
  margin-left:10px;

  margin-top:10px;

  border-width:2px;
  border-color:#153B71;
  border-style:solid;
  height:560px;
  width:412px;
  background-color:#ffffff;
  /*padding:1px 1px 1px 1px;*/
  /*background-image:url(../images/background_big.jpg);
  background-position:center center;
  background-repeat:no-repeat;
  */
}
#mediaSelection
{
  position:relative;
  left:0px;
  padding-left:20px;
  top:10px;
  background-color:#F4F4F4;
  width:325px;
}

#middleContent
{

  position:relative;
  left:47px;
  top:5px;
  width:325px;
  
/*
  border-left-width:9px;
  border-left-color:#b788e4;
  border-left-style:solid;

  border-right-width:9px;
  border-right-color:#b788e4;
  border-right-style:solid;*/
/*  height:452px;*/
  
}
#videoContent
{
  text-align:center;
  position:relative;
  top:20px;
}
.mediaIcon
{
  align:absmiddle;
}
#playBtn
{
  position:relative;
  left:220px;
  top: 15px;
  border-style:none;
  background-color:#5C83BC;
  color:#ffffff;
  
 
}
#playBtnDiv
{
 background-color:#5C83BC;
  width:325px;
  height:35px;
}


#footer
{
  position:absolute;
  top: 541px;
  left:12px;
  width:412px;
  text-align:center;
}

.subtitleSelect_Hide
{
  display:none;
}
.subtitleSelect_Show
{
  display:all;
}
.subtitleBar
{
  background-color:#000000;
  color:#ffffff;
  width:320px;

}
.subtitleBar p div 
{
  color:#ffffff;

}
#CapText
{
	color:#ffffff;

}
.subtitleHolder
{
  background-color:#000000;
  width:100%;
  text-align:center;


}

#langselect
{
   text-align:center;
}

