﻿/*
 * Stylesheet template for EX pages
 * $Id: elec.css.m4,v 1.11 2008/08/11 14:31:32 d02t202 Exp $
 */

BODY { 
  background-color: #FFFBE4;
}

.content { 
  background-color: #FFF5CA;
  padding: 1ex 3em 2em 1ex;
  margin: 1ex 1ex;
}


H1, H2, H3 {
/** SEASON **/
  padding: 0.7ex 0.2ex 0.7ex 1ex;
  border-left-width: 20px;
/** SEASON **/
  margin-left: 0px;
}

H1 {
  background-color: #FFFFFF; 
  // margin-right: 3%;
  font-size: xx-large;
  border: 2px #FFA215 dotted;
  text-align: center;
}

H2 { 
  background-color: #FFFEF5; 
  // margin-right: 3%;
  font-size: large;
  border-left: 10px #FFA215 dotted;
  border-bottom: 10px #FFA215 double;
}

H3 {
  background-color: #FFFCEC; 
  font-size: normal;
  border-left: 6px #FFA215 dotted;
  border-right: 6px #FFA215 dotted;
  margin:10px 0px 0px 0px;
  //margin-right: 5%;
}

H4 {
  padding: 0.7ex 0.2ex 0.7ex 1ex;
  background-color: #ECFCFF; 
  border-left-width: 20px;
  font-size: normal;
  border: 8px #669966 groove;
  text-align: center;
  margin-left: 25%;
  margin-right: 25%;
  margin-bottom: 0px;

}

H5 {
  padding: 0.7ex 0.2ex 1ex 0.7ex;
  background-color: #CCCCFF;

  border-left-width: 20px;
  font-size: larger;
  border: 1px #669966 dotted;
  text-align: left;
  width: 30%;
  margin:10px 0px 0px 0px;
}

H6 {
  padding: 0.7ex 0.2ex 1ex 0.7ex;
  background-color: #FFCCFF;

  border-left-width: 20px;
  font-size: smaller;
  border: 1px #669966 dotted;
  text-align: left;
  width: 30%;
  margin:20px 0px 10px -10px;
}

P {
   text-indent: 1em;
   margin-left: 0.5em;
   margin-right: 5%;
}

EM {
/** SEASON **/
  color: #FF5F5F;
  font-weight: bold;
  font-style: normal;
} 

A:link {
/** SEASON **/
   color: #0000FF;
}

A:visited { 
/** SEASON **/
  color: purple;
}

A:hover { 
/** SEASON **/
  background-color: #ecd5cd;
}

.example {
  background:#fff none repeat right bottom scroll;
  color:#333;
  width:90%;
  border:thin solid #ccc;
}

* >.example
{
  padding:.5% 2% .5% 2%; 
  margin:.5% 1% .5% 4%;
}

@font-face {
  font-family: 'Conv_Georgia_modified';
  src: url('fonts/Georgia_modified.eot');
  src: local('☺'), url('fonts/Georgia_modified.woff') format('woff'), url('fonts/Georgia_modified.ttf') format('truetype'), url('fonts/Georgia_modified.svg') format('svg');
  font-weight: normal;
  font-style: normal; }

.code {
  padding: 0px 0px 0px 10px;
  background:#fff none repeat right bottom scroll;
  color:#333;
  width:95%;
  border:thin solid #ccc;
  font-size: 20px;
  font-family:'Conv_Georgia_modified',Sans-Serif;
  margin:0px 0px 10px 30px;
  line-height: 1.05em;
}

.sample {
  padding: 0px 0px 0px 10px;
  background:#fff none repeat right bottom scroll;
  color:#333;
  width:95%;
  border:thin solid #ccc;
  font-size: 20px;
  margin:0px 0px 10px 30px;
  line-height: 1.05em;
}


.codefont {
  font-family:'Conv_Georgia_modified',Sans-Serif;
  font-size: larger;
}

.box {
  padding: 10px 10px 10px 0px;
  background:#ffffcc none repeat right bottom scroll;
  color:#333366;
  //width:805px;
  border-left:thin solid #ccc;
  border-right:thin solid #ccc;
  border-bottom:thin solid #ccc;
  margin:0px 0px 0px 30px;
  line-height: 1.25em;
}

.box1 {
  padding: 10px 10px 10px 0px;
  background:#ffffcc none repeat right bottom scroll;
  color:#333366;
  //width:805px;
  border-left:thin solid #ccc;
  border-right:thin solid #ccc;
  border-bottom:thin solid #ccc;
  margin: -14px 0px 0px 30px;
  line-height: 1.25em;
}

.box2 {
  padding: 10px 10px 10px 0px;
  background:#ffffff none repeat right bottom scroll;
  color:#333366;
  //width:805px;
  border-left:thin solid #ccc;
  border-right:thin solid #ccc;
  border-bottom:thin solid #ccc;
  margin: -39px 0px 0px 30px;
  line-height: 1.25em;
  font-size: 90%;
}

P {
  margin:0px 00px 00px 30px;
}

.button A:link {
  margin: -40px 0px 0px 0px;
  float: right;
  padding: 3px 7px;
  background:#ccffcc;
  border: double 4px #FFFFFF;
  color: #330033;
}

.button A:visited {
  margin: -40px 0px 0px 0px;
  float: right;
  padding: 3px 7px;
  background:#aaccaa;
  border: double 4px #FFFFFF;
  color: #aaccaa;
}
     
