/*   video101.css
 last tweak 26 Nov 2007  */

.noD {display:none;}

body, div {
 border-style:solid;border-width:0px;
 margin: 0px;padding:0px;
 background-color:transparent;
 }
/*RGB(2,2,230)*/ 
body {color: RGB(80,80,230);background-color: black;
 font-family: Verdana, sans-serif;font-size: 22px;
 }

div.container {
 width:90%;
 margin-left:auto;
 margin-right:auto;
 }
 
div.topbox {
 border-style: solid;
 border-width: 0px;
 }
 
div.left { 
 width:218px;
 float: left;
 padding-top: 20px;
 }  

div.center1 { 
 width:580px;
 float: left;
 padding-top: 20px;
 margin-left: 20px;
 } 
  
div.center2 { 
 width:690px;
 float: left;
 padding-top: 20px;
 margin-left: 20px;
 }   
 
div.right { 
position: relative;
/* width:70%; */
/* max-width: 0px; */
/* margin-left: 223px;*/
 float: right;
 }  
  
div.foot {
 padding:5px;
 clear:both;
 background-color: transparent; /*RGB(55,26,0);*/
 }

div.smelly {
 padding:5px;
 margin-top: 10px;
 clear:both;
 background-color: RGB(55,26,0);
 } 
 
div.button5 {
 position: relative;
 top: 0px; left: 0px;
 width: 200px;
 border-width: 8px;
 border-color: RGB(55,56,56);
 border-bottom-color:RGB(55,70,105) ;border-right-color:RGB(55,90,125) ;border-left-color: RGB(55,06,0);
 background-color: RGB(55,26,0); 
 } 

div.para {
 background-color: RGB(20,20,20);
 padding: 10px;
 border-bottom-width: 1px;border-right-width:1px;
 border-bottom-color:RGB(55,70,105) ;border-right-color:RGB(55,90,125) ;
 margin-bottom: 15px;
 }

div.diag { padding: 5px; background-color:#ddddff;float: right;} 
 
/*a { color: black; background-color: black; text-decoration: none;}*/
a { color: black; background-color: RGB(55,26,0); text-decoration: none;}

/*a               { color: #86551c }*/
a:link          { color:rgb(80,80,230); } 
a:active        { color:rgb(80,80,230); }
a:visited       { color:rgb(80,80,230); }
a:hover         { color: #ff9900; background-color: RGB(55,26,0) }

/* emphasis span 1 */
span.e  {color:RGB(105,140,175);background-color:black;font-size: 20px;font-family: Verdana, sans-serif;  }

p, h2, h3, h4 {
 margin: 0px; padding: 0px;
 background-color: transparent;
 }

h2  {font-family: Arial, sans-serif;font-size: 30px;font-weight: bold;  } 
p { font-family: Verdana, sans-serif; }

p.dev { color: black; font-size: 20px; }

p.main {
 color:rgb(80,80,230); /* #00ccff;*/
 font-size: 20px;
 }

p.mainpara {
 color: RGB(55,90,125); /*blue; #00ccff;*/
 font-size: 20px;
 }
 
p.button {
 color: RGB(120,120,255);color:rgb(80,80,230);
 margin: 0px;
 text-align: center;
 font-family: sans-serif;font-weight: bold;font-size: 22px; /*23px;*/ /*26px*/
 }

p.copyright {
 color: rgb(80,80,230); /* blue #00ccff;*/
 clear: both;
 font-size: 14px; font-family: Verdana, sans-serif;
 }


