/* PlanetMVS CSS */ 
/* 2005-04-02 Change from 10pt to 11px; Add table/th/td defaults */ 
BODY {
     font-family: Verdana, Arial, Helvetica, sans-serif; 
     font-size: 11px;
     background: #e8e8e8;
     color: black;
}

table, th, td { 
     font-family: Verdana, Arial, Helvetica, sans-serif; 
     font-size: 11px;
     }

CODE { font-family: "Courier New", Courier, Monaco, monospace ; font-size: 11px;}
PRE  { font-family: "Courier New", Courier, Monaco, monospace ; font-size: 11px;}
HR   { color: gray ; }

.navbar {
        font-size: 11px;
        font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
        background: #A8A8A8 ;
        border-style: none none solid none;
        border-width: thin;
        padding: 2;
}

.navarea { background: #FFFF66 ; }

.notrecommended { color: #666666 ; }

.deemphasized { color: #666666 ; }

TABLE.densetable { font-size: 80% ; }

td.article { border-collapse: collapse; 
             border: .05em solid #999999; 
             border-top-color: #999999;  
             border-right-width: 0px; 
             padding-bottom: 10px; 
             background-color: #d8d8d8;
}
p.articletitle { background-color: #A8A8A8;
                 color: #B22222; 
                 font-family: times;
                 font-size: 12pt;
                 font-weight: bold;
                 padding-left: 10px;
           
} 
p.articletext  { padding-left: 10px; 
                 font-family: courier; 
} 


TR.summaryrow { font-size: 90%; background: #00FFFF ; }

CAPTION { font-size: 100% ; }

.embeddedfloat {float: right; margin-left: 3em}


h1, h2, h3, h4, h5, h6 {
	color: black;
	background: none;
	font-weight: bold;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
}
h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 { font-size: 100%; }
h4 { font-size: 80%; }
h5 { font-size: 60%; }
h6 { font-size: 50%;  }


UL.referencelist, .footnote {
                  margin-left: 4em;
                  text-indent: -4em ;
                  font-size: 83%;
                  font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
                  list-style: none ;
}

a:link             { color: #B22222; }
a:link:hover       { background-color: #ffffff; font-weight: bold; }
a:visited          { color: #660000; }
a:visited:hover    { background-color: #ffffff; font-weight: italics;}

.overline { font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; margin-bottom: -2ex ; }

.updatecomment { font-size: 100%; background: #00FFFF ; }

.outsidecomment { font-size: 100%; background: #E9E9E9 ; }

.microtext { font-size: 10% ; }

/* Definition list: PMVSFAQ */ 
dl.pmvsfaq {
margin: 0;
padding: 0;
}

dl.pmvsfaq dt {
margin: 0;
padding: 0;
font-weight: bold;
}

dl.pmvsfaq dd {
padding-top: .5em;
padding-bottom: .5em;
}