/* Style sheets for the main pages of the PVCDROM 
Stuart Bowden 1998
*/

BODY {
 background: white;
}

/*
TD {
 font-family: Verdana, Arial, helvetica, sans-serif;
 background: #FFFFCC;
}
*/

TD.footer {
 background: #FFFFFF;
 color: black;
/* font-size: 60%; */
}

TD.footerpagenum{
 background: #FFFFFF;
 color: red;
 font-size: 60%;
}


TH {
 font-family: Verdana, Arial, helvetica, sans-serif;
 font-weight: bold;
 background: orange;
 color: blue;
}


TD.figure {
 background: #FFFFFF;
 color: black;
 }

TD.caption {
 background: #FFFFFF;
 color: green;
 font-size: 80%;
}

TD.director {
 background: #FFFFFF;
 color: green;
 font-size: 80%;
}

TD.paragraph {
	background: #FFFFFF;
	color: black;
}


TABLE {
	font-family: Verdana, Arial, helvetica, sans-serif;
}

p.table {
 margin-left: 10%;
}

DIV.t {
 margin-left: 10%;
}

/*
p.footer{
	text-align: center;
	color: blue;
}
*/

P {
 font-family: Georgia, Verdana, Arial, helvetica, sans-serif;
 text-align: justify; 
/* font-size: 100%;*/
 margin-left: 2%;
 margin-right: 2%;
}

PRE {
 margin-left: 2%
}

p.indent{
  margin-left:10%;
}
/*
SUB{
 font-size: smaller;
}

SUP{
 font-size: smaller;
}
*/

p.caption {
 margin-right: 10%;
 margin-left: 10%;
 margin-top: 3pt;
 font-style: normal;
 font-size: small;
 text-align: justify;   	
 color: green; 
}

p.nojustify {
 margin-right: 2%;
 margin-left: 2%;
 margin-top: 3pt;
 font-style: normal;
 font-size: small;
 text-align: left;   	 
}


p.figure, p.javagraph{
 text-align: center;
 margin-bottom: 3pt;
}



img.figure{
 margin-bottom: 0pt;
 text-align: center;

}

img.equation{
 margin-left: 5%;

 vertical-align: middle;
 }

p.equation{
 margin-left: 5%;

 vertical-align: middle;
 }
p.director{
 text-align: center;
 margin-bottom: 3pt;
}

p.copyright{
 font-size: 75%;
 font-style: normal;
 color: red;
/*
 background-color: #FFFFCC;
 margin-right: 0pt;
 margin-left: 0pt;
 padding-left: 5%;
*/
}

h2 {
 font-family: Verdana, Arial, helvetica, sans-serif;
 margin-left: 0pt; 
 font-size: 150%;
 font-weight: bold;
 color: #FF0000;
/* background-color: #330066;
 margin-right: 30%;
 padding-bottom: 4pt;
 padding-top: 4pt;
 padding-left: 10pt;  
 border-style:none;
 border-width: 1pt;
 font-weight: bold;
 color: gray;*/
}

h3 {
 font-family: Verdana, Arial, helvetica, sans-serif;
 font-weight: bold;
 color: #FF6600; 
}

h4,h5 {
 font-family: Verdana, Arial, helvetica, sans-serif;
 font-size: 100%;
 margin-left: 0pt;
 color: #FF6600; 
}

FORM{
 font-family: Verdana, Arial, helvetica, sans-serif;
 margin-left: 5%;
 margin-right: 2%;
}

/* Make links bold green and turn off the underline */
A:link{
 font-style: normal;
 text-decoration: none;
 color: blue;
/* font-weight: bold;*/
}

A:visited{
 font-style: normal;
 color: blue;
/* font-weight: bold;*/
 text-decoration: none;
}



/* color when we are over a link. Only works in IE4 */
A:hover{
 background-color: yellow;
}
/* give bulleted lists a graphic (IE4 only) */

A.ref{
 color: red
}

UL{
 font-family: Georgia, Verdana, Arial, helvetica, sans-serif;
 list-style-image: url("Sun01.GIF");

}

OL{
 font-family: Georgia, Verdana, Arial, helvetica, sans-serif;
}

LI{
 font-family: Georgia, Verdana, Arial, helvetica, sans-serif;
}

/* Definition Lists (IE4 only) */
/* NS4 requires the span.dt tags as well*/

dt,span.dt {
 font-family: Verdana, Arial, helvetica, sans-serif;
 font-weight: bold;
}

dd,span.dd {
 font-family: Verdana, Arial, helvetica, sans-serif;
 margin-left: 30pt;
 padding-bottom: 8pt;
}

INPUT{
 font-family: Verdana, Arial, helvetica, sans-serif;
}

INPUT.enter {
 background-color: #CCFFFF;
}

INPUT.result {
 font-family: Verdana, Arial, helvetica, sans-serif;
 font-weight: bold;
 background-color: #FFFF99;
}

INPUT.button{
 font-family: sans-serif;
 font-weight: bold;
/* background-color: #CC0000;*/
 color:  blue;

}
