html
{
  /*overflow: hidden;*/
  height: 99%;
}
                         
body
{
  background: rgb(0, 0, 0);
  height: 99%;
  margin: 0;
  padding: 0;
  line-height: 150%;
  text-align: center;
}

img
{
    border:none;
    text-decoration:none;
}

hr
{
    color: rgb(100,0,0);
    background-color: rgb(100,0,0);
    margin: 5px 10px 0px 10px;
    border-color: rgb(100,0,0);
}

h3
{
  margin-bottom:3px;
  margin-top:20px;
  font-size: 11pt;
  text-decoration: underline;
}

td
{
    vertical-align:top;
}

*
{
  font-size: 8pt; 
  font-family: Tahoma, Verdana, sans-serif; 
  color: #000000;
  text-align: left;
}

.list
{
  margin: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}




/* === Containers === */



#first_container
{
  margin: 75px auto 0px auto; 
  display: table; 
  height: 100%;  
  position: relative; 
  overflow: hidden; 
  width: 660px;
}

#second_container
{
  position: absolute; 
  top: 50%;
  vertical-align: middle;
  width: 100%; 
}

#video_box
{
  position: absolute; 
  margin: 0px auto 0px auto; 
  padding: 0px 0px 0px 0px;
  width: 650px;
  height: auto;
  background-color: rgb(192,192,192);
  border: 5px solid rgb(100,0,0);
  /*display:none;*/
}



/* === Menu === */



#menu
{
  height: 31px;
  padding-right: 2px;
  margin: 0;
  list-style: none;   
}

#menu li
{
  float: right;
  display: block;
  width: 82px;  height: 31px;  
}

#menu a
{
  display: block;
  width: 75px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 31px;
  text-align: center;
}

#menu a:link, #menu a:visited
{
  color: rgb(188,145,145); 
  background-color: rgb(0,0,0);
}

#menu a:hover, #menu a:active
{
  background-image: url('../images/top_tab2_v2.gif');
  color: #ffffff; 
}

#menuselected
{
  display: block;
  width: 75px;  height: 31px;  
  background-image: url('../images/top_tab_v2.gif');    
  text-decoration: none;
  line-height: 31px;
  color: #ffffff;
  text-align: center;
}



/* === Language menu === */



#submenu
{
  float: left;
  height: 31px;
  width: 300px;
  padding-left: 10px;
  margin: 0;
  list-style: none;   

}

#submenu li
{
  float: left;
  display: block;
  width: 82px;  height: 31px;  
}

#submenu a
{
  display: block;
  width: 75px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 25px;
  text-align: center;
}

#submenu a:link, #submenu a:visited
{
  color: rgb(188,145,145); 
  background-color: rgb(0,0,0);
}

#submenu a:hover, #submenu a:active
{
  background-image: url('../images/bottom_tab2_v2.gif');
  color: #ffffff; 
}

#submenuselected
{
  display: block;
  width: 75px;  height: 31px;  
  background-image: url('../images/bottom_tab_v2.gif');    
  text-decoration: none;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
}

#tv_top
{
  clear:both;
  background-image: url('../images/tv_top.gif');
  height:10px;
  width:370px;
  margin:0px 0px 0px 0px;
  padding:0px;
  overflow:hidden;
}

#tv_left
{
  clear:both;
  float:left;
  background-image: url('../images/tv_left.gif');
  height:250px;
  width:10px;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  overflow:hidden;
}

.video_player
{
  float:left;
  height:250px;
  width:350px;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  overflow:hidden;
}

#tv_right
{
  float:left;
  background-image: url('../images/tv_right.gif');
  height:250px;
  width:10px;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  overflow:hidden;
}

#tv_bottom
{
  clear:both;
  background-image: url('../images/tv_bottom.gif');
  height:30px;
  width:370px;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  overflow:hidden;
}


/* === Other Divs === */
 
.social
{
  margin: 0px;
  float: left;
}

.border
{
  /*background-color: #ffffff;*/
  background-color: rgb(100,0,0);
  padding: 15px 15px 15px 125px;
  height: 338px;
  background-image: url('../images/back.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
}

.title
{
  position: absolute;
  margin-left: 15px;
  margin-top: 15px; 
  width: 103px;
  height: 338px;
  background-image: url('../images/side_title2.gif');
  border:1px solid rgb(0,0,0);
}

.content
{
  height: 328px;
  overflow: auto;
  padding: 5px;
}

.designinfo
{
  margin-top: 5px;
  text-align: right;
  color: rgb(188,145,145); 
  background-color: inherit;
}

.designinfo a:link, .designinfo a:visited
{
	color: rgb(188,145,145);
	text-decoration:underline;
}

.designinfo a:hover
{
	color: rgb(188,145,145);
	text-decoration:none;
}


/* === Inline Text Styles === */



h1
{
  margin: 10px 0 -40px -2px;
  padding: 0 10px 40px 9px;
  font-size: 16px;
  color: rgb(100,0,0);
  background-color: inherit;
  border-left: 5px solid rgb(255, 255, 255);

}

.details
{
  display: none;
  font-size: 9px;
  color: #6E7468;
}

.text
{
  display: block;
  margin: 5px 5px 20px 12px;
}

.text a
{
  /*color: #666F53;*/
  color:rgb(100,0,0);
  text-decoration: underline;
  font-weight: bold;
}

.text a:hover, .text a:active
{
  color: #000000;
  text-decoration:none;
}

blockquote
{
  margin: 3px 0 3px 0;
  padding: 5px 10px 5px 10px;
}

.note
{
  	display: block;
	margin: 10px 15px 10px 15px;
	color: #555555;
}

.bold
{
  font-weight: bold;
}

.float_left
{
	float:left;
	margin: 0px 5px 0px 0px;
}

.float_right
{
	float:right;
	margin:0px 5px 0px 0px;
}

.clear_float
{
    clear:both;
}

.zero_margin_bottom
{
	margin-bottom:-5px;
	padding-bottom:0px;
}

.video_container
{
    float:left;
    clear:both;
    margin:25px 25px 25px 25px;
}

.player_controls
{
    float:left;
    margin: 25px 0px 0px 0px;
}

.video_links
{
    clear:both;
    margin: 25px 25px 25px 25px;
}

.td_small_right
{
    width:50px;
    text-align:right;
    vertical-align:top;
    padding-right:10px
}

.td_date
{
    width:75px;
    text-align:left;
    vertical-align:top;
}

.td_medium
{
    width:100px;
    text-align:left;
    vertical-align:top;
}

.td_large
{
    width:200px;
    text-align:left;
    vertical-align:top;
}

.td_larger
{
    width:225px;
    text-align:left;
    vertical-align:top;
}

.right_pad
{
    padding-right: 50px;
}

.thumbnail
{
    width:50px;
    height:50px;
    border:1px solid white;
}

.Tall
{
    width:200px;
    height:300px;
}

.Wide
{
    width:400px;
    height:300px;
}

.Square
{
    width:300px;
    height:300px;
}

#thumbnails_div
{
    float:left;
    overflow:auto;
    height:325px;
    width:80px;
}

#image_div
{
    width:410px;
    height:300px;
    text-align:center;
}

#image_description
{
    width:410px;
    height:25px;
    text-align:center;
    font-weight:bold;
}
