/* PlanetMVS CSS */ 
/* 2005-04-02 Change from 10pt to 11px; Add table/th/td defaults */ 
BODY {
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
     font-size: 16px;
     background-color: #f5f5f5;
     color: black;
}

table, th, td { 
     font-family: Verdana, Arial, Helvetica, sans-serif; 
     font-size: 16px;
     }

CODE { font-family: "Courier New", Courier, Monaco, monospace ; font-size: 16px;}
PRE  { font-family: "Courier New", Courier, Monaco, monospace ; font-size: 16px;}
HR   { color: black; }

 pre.command {
    border: solid 1px black;
    font-family: "Courier New", Courier, Monaco, monospace ; 
 	margin: 10px; 
	padding: 10px; 
	color: blue; 
	background: #F0F8FF 
	}
pre.output {
    border: 1px dashed #353e62;
    font-family: "Courier New", Courier, Monaco, monospace ; 
	margin: 10px; 
	padding: 10px;
	background-color: #FFFFFF;
    }
pre.code {
	font-family: "Courier New", Courier, Monaco, monospace ;
	color: #00FF00;
	background-color: #000000; 
	margin: 10px; 
	padding: 10px;
	}

.navbar {
        font-size: 11px;
        font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
        background: lightsteelblue ;
        border-style: none none solid none;
        border-width: thin;
        padding: 2;
}

.navarea { background: lightsteelblue; }

.notrecommended { color: #666666 ; }

.deemphasized { color: #666666 ; }

TABLE.densetable { font-size: 80% ; }


td.article { border-collapse: collapse; 
             border: 1px solid black; 
             background-color: white;
             padding: 5;
}
p.articletitle { background-color: lightsteelblue;
                 color: black; 
                 font-family: times;
                 font-size: 18pt;
                 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;
}

.w3-container {padding:0.01em 16px}
.w3-card      {box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.w3-white     {color:#000!important;background-color:#fff!important}
.w3-round     {border-radius:4px}
.w3-margin    {margin:16px!important}

#ShadeGreen   {
              border: 1px solid;
              padding: 10px;
              box-shadow: 5px 10px green;
              } 

#ShadeBlack   {
              border: 1px solid;
              padding: 10px;
              box-shadow: 5px 10px black;
              } 