<style type="text/css">
  <style type="text/css">
		html {
		height: 100%;
		width: 100%;
		margin: 0;
		padding: 0;
		}
	
	body {
		font: 12px/1.5 Arial,Sans-Serif; 
		background-color:#033190;
		height: 100%;
		width: 100%;
		margin: 0 0 0 0;
		padding: 0;
		text-align: center;
		}
	
	div {
		padding: 0;
		margin: 0;
		scrollbar-3dlight-color:;
    scrollbar-arrow-color:gray;
    scrollbar-track-color:gray;
    scrollbar-darkshadow-color:black;
    scrollbar-face-color:white;
    scrollbar-highlight-color:;
    scrollbar-shadow-color:white;
		}
		
		#silverlightControlHost {
			width: 955px;
			height: 600px;
			margin-left: auto; 
			margin-right: auto; 
			text-align: left;
		}
		
		#mediatablediv {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 330px;
    height: 240px;
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold
    }

		#menurow {
		  font: 12px/1.5 Arial,Sans-Serif;
      font-weight: bold; 
		  text-align: left;
		  color: White;
    }
    
    #mediatable {
      background-color:#555555;
	  	font: 11px/1.5 Arial,Sans-Serif; 
		  text-align: left;
		  color: White;
    }
    
    #mediatableheader {
	  	font: 11px/1.5 Arial,Sans-Serif; 
		  text-align: left;
		  color: White;
    }
    
    .mediarow {
      text-decoration:none;
      background-color:#002250;
	  	font: 11px/1.5 Arial,Sans-Serif; 
		  text-align: left;
		  color: White;
    }

    .mediacell1 {
      text-decoration:none;
		  color: White;
    }

    .mediacell2 {
      text-decoration:none;
		  color: White;
    }

    .mediacell3 {
      text-decoration:none;
		  color: White;
    }

    .mediacell4 {
      text-decoration:none;
		  color: White;
    }

    .mediacol1 {
		  width: 55px;
    }

    .mediacol2 {
		  width: 120px;
    }

    .mediacol3 {
		  width: 70px;
    }

    .mediacol4 {
		  width: 10px;
    }

    .mediacell4_gray {
      text-decoration:none;
		  color: Gray;
    }
    
    .mediacell4_red {
      text-decoration:none;
	  	font: 14px/1.5 Arial,Sans-Serif; 
      font-weight:bold;
		  color: Red;
    }
    
    .mediacell4_green {
      text-decoration:none;
		  color: Green;
    }
    
		#errorLocation {
			font-size: small;
			color: Gray;
		}

		#chatout {
			font-size: small;
			color: white;
		}

		#installmessage {
		  font: 12px/1.5 Arial,Sans-Serif;
      font-weight: bold; 
		  text-align: left;
		  color: White;
    }
	</style>
