<link rel="stylesheet" type="text/css" href="msu_h264_2011.css" />

div.active_view
{ 
    color:#009900;
    /*background-color:#aaaaaa;*/
    cursor: pointer;
}

div.passive_view
{
    cursor: pointer;
    /*background-color:#dddddd;*/
} 

#authors{
text-align: right;
}

#version_comparison td, .normal td{
	WIDTH:15%;
	text-align: center; 
	border-color:gray;
        font-size: 80%;
}

#version_comparison tr, .normal tr{
  vertical-align:middle;
}

.normal2 th{
	text-align: center; 
	border-color:gray;
        font-size: 80%;
	background-color:#DFEFFF;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

.normal2 td{
	text-align: center; 
	border-color:gray;
        font-size: 80%;
}

.normal2 tr{
  vertical-align:middle;
}

#version_comparison th, .normal th{
	WIDTH:15%;
	text-align: center; 
	border-color:gray;
        font-size: 80%;
	background-color:#DFEFFF;
	font-family: Arial, sans-serif;
	font-weight: bold;
}


.note{
	background-color:#DFEFFF;
	font-style: italic;
	border-color: gray;
	border: 1px solid;
	padding:5 5 5 10;

}

.pro_version{
	background-color:#FFF0F0;
	text-align:center;
	border-color: gray;
	border: 1px solid;

}

div.horiz_selector_div
{
    float: left;
    margin-right: 10px

}

#viewer_rd_mv td, #viewer_rd_hd td, #viewer_rd_vc td, #viewer_bitrate_mv td, #viewer_bitrate_hd td, #viewer_bitrate_vc td, #viewer_time_mv td, #viewer_time_hd td, #viewer_time_vc td, #viewer_tradeoff_mv td, #viewer_tradeoff_hd td, #viewer_tradeoff_vc td{
    border: 0px solid;
    vertical-align : top;
}


.horiz_selector_div {
  display: block;
  float: left;
  font: bold 12px arial, sans-serif;
  color: #555;
  text-decoration: none;
  background: url(common/button_r.gif) top right no-repeat;
  padding-right: 25px;
  outline: none;
}
.horiz_selector_div span {
  display: block;
  line-height: 13px;
  background: url(common/button_l.gif) no-repeat;
  padding: 7px 0 13px 23px;
  
}

div.passive_view:hover {
  background-position: 100% -33px;
}
div.passive_view:hover span {
  background-position: 0% -33px;
  color: #222;
  
}

#prices td{
font-size: 120%;
}


div.active_view{
  background-position: 100% -66px;
}

div.active_view span {
  background-position: 0% -66px;
  color: #222;
  padding: 8px 0 12px 23px;
}

/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul.nav{
	display: table;
}
ul.nav>li{
	display: table-cell;
	position: relative;
	padding: 2px 6px;
}


ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 40ex;
	margin-left: -6px;
	margin-top: 2px;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}

/*** Menu colors (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	background-color: #fff;
	color: #369;
}


ul.nav li:hover,
.nav ul li a:hover{
	background-color: #369;
	color: #fff;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #036;
	color: #fff;
}

ul.nav,
.nav ul{
	border: 1px solid #369;
}

.nav a{
	text-decoration: none;
}

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(common/glossyback.gif) repeat-x bottom left;
font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}

* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(common/glossyback2.gif);
}

.new li a{
background: white url(common/glossyback_new.gif) repeat-x bottom left;
font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}

.new li a:hover{
background-image: url(common/glossyback2_new.gif);
}

/* CSS for html graph */
html{
    font-size: 16px;
}
.level {
    float: left;
    margin-right: 0.3em;
    margin-bottom: 0.5em;
}
.level span{ 
    margin-right : 0.5em;
}

.level:after {
    margin-left: 0.3em;
    content : "\21D2"; 
    font-weight: bold;
    font-size: 1.1em;
}

.level:last-child:after {
    visibility: hidden;
}
.level select {
    font-size: 14px;
}

#menu_graph {
    border: 1px solid black;
    margin: 20px;
    padding-left: 20px;
    background: #f0f0f0;
    clear: both;
}

#menu_graph:before,
#menu_graph:after {
  content:"";
  display:table;
}
#menu_graph:after {
  clear:both;
}
#menu_graph {
  zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


#container {
    width: 100%;
    height: calc(100vh - 13rem);
}

#header{
    float: left;
    text-align: center;
    width: calc(92% - 10px);
    max-width: calc(100% - 110px);
    min-wdth: clalc(200% - 200px);
}

#hint {
    margin-left: 100px;
    font-style: italic;
    font-size: 1.1rem; 
}
</style>
