/* mobilevideo.css */

body 
 {
 	margin: 0px;
 	padding: 0px;
 	font-size: 105%;
  font-family: Helvetica, sans-serif;
  -webkit-text-size-adjust: none;
 }
 
h1
 {
   font-size: 150%;
   font-famil: Verdana;
   color: white;
   margin: 0px;
   padding: 10px;
   text-align: center;
   background-image: -webkit-gradient(linear, left top, left bottom, from(#6e0e0e), to(#990000));
   
 }   
 h2
 {
   font-size: 125%;
   font-famil: Verdana;
   color: white;
   margin: 0px;
   padding: 10px;
   text-align: center;
   background-image: -webkit-gradient(linear, left top, left bottom, from(#071d69), to(#3366cc));
   
 }   
 h3
 {
   font-size: 105%;
   font-famil: Verdana;
   color: white;
   margin: 0px;
   padding: 10px;
   text-align: center;
   background-image: -webkit-gradient(linear, left top, left bottom, from(#234f32), to(#326342));
   
 }       
 
div#Instruction
  {
  	padding: 8px;
  }	
  
ul
  {
  	margin: 10px;
  	padding: 0px;
  	background-color: white;
  }

  
ul.rounded
 {
 	margin 0px 10px 17px 10px;
 	padding: 8px 0px 8px 0px;
 	font-weight: bold;
 	background-color: white;
 	
 	border-width: 1px;
 	border-style: solid;
 	border-color: rgb(217,217,217);
 	
 	-webkit-border-radius: 8px;
 }
 
 ul.rounded > li:last-child
   {
   	border-bottom: 0;	
   }
   
li
 {
 	 font-size: 60%;
        font-famil: Verdana;

        list-style-type: none;
 	 border-bottom: 1px solid rgb(217,217,217);
 	 padding-right: 20px;
 	 padding-left: 10px;
 	 height: 39px;
 	 line-height: 39px;
 } 
 
a
 {
   display: block;
   text-decoration: none;
   color: black;
   background-image: url(images/chevron.png);
   background-repeat: no-repeat;
   background-position: right;
   
   padding-right: 10px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
  } 
   
   
   
 
 
li img.list-icon
 {
 	 width: 50px;
 	 vertical-align: middle;
 	 
 	 padding-right: 5px;
 	 padding-left: 10px;
 }	  
a.list 
  {
  	display: block;
  	text-decoration: none;
  	color: black;
  	margin-right: 10px;
  	
  	background-image: url(images/moviecam.png);
  	background-repeat: no-repeat;
  	background-position: right;
  	
  	 padding-right: 10px;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
  	
  }	 
 	    	
 	  	  	  