/* LSU Electrical and Computer Engineering Department Style Sheet */
/* For pages hosted on www.ece.lsu.edu. */

/*
 * Colors
 *
 Official   Spirit     Business
 (Darker)   (Medium)   (Lighter)
 #2f0462    #580da6    #7f5ca2   LSU Purple
 #fdd023    #f9b237    #fff5be   LSU Gold

 #fb9f00   LSU ECE Gold (Not official)

*/

/* Generic Settings */

  /*  BODY { font-family:"Helvetica",sans-serif;  font-size:large }     */

body
{ 
  margin-top:16pt;
  margin-left:16pt;
  margin-right:16pt;
  width:705px;
}

h1, h2, h3, h3
{ 
  font-family:"Helvetica",sans-serif;
  color:#580da6;
}

a:link {text-decoration:none; }
a:link:hover {  text-decoration:underline;  color:#f80da6;  }
a:visited { text-decoration:none; color:#08f; }
a:visited:hover {  text-decoration:underline;  color:#f80da6;  }

p.not-too-wide { max-width:40em; }
div.narrow p 
{ 
  /*  margin-left:5%;  */
  width:30em;
}

/* Horizontal Rules */

div.hr-sine
{ background:white 
  url(images/sine-light-15.png) repeat-x;  padding:5pt;
  margin-top:10pt;  margin-bottom:5pt;}

div.hr-resistor
{ background:white url(images/resistor.png) repeat-x;  padding:5pt;
  margin-top:10pt;  margin-bottom:10pt;}

div.hr-ground
{ background:white url(images/ground.png) repeat-x;  padding:10pt;
  margin-top:10pt;  margin-bottom:10pt;}


/* Bottom Names */

div.bottom-names
{ 
  font-size:9pt;
  font-family:sans-serif;
  text-align:center;
  color:#80729d;
  line-height:1.6em;
}

div.bottom-names a { color:#5261a3;}
div.bottom-names a:link { color:#5261a3;}
div.bottom-names a:visited { color:#5261a3;}

div.disclaimer
{ 
  font-size:8pt;
  text-align:center;
  margin-top:8pt;
  color:#666;
  margin-left:15%;
  margin-right:15%;
}


/* News Items */
/* Page-specific style also appears in beta_index.html and news.html */

div.newsitems h2
{
  color:white;
}

/* Used for food or other lagniappe. */
div.newsitems em { font-style:normal; background:#ffc; }

/* Used around names unless the name is linked. */
div.newsitems dfn { font-style:normal; color:#007b00;  }

/* Used to announce closings, or other important unscheduled events. */
div.newsitems strong
{ font-style:normal; color:#ff0000; font-weight:bold; font-family:sans-serif;
}

div.newsitems strong:hover
{ text-decoration:blink;
  color:#00ff00;
  background-color:#ff0000;
  }

span.newsitems-time-relative-separator
{
  color: #fb9f00;
  padding-left:5pt;
  padding-right:5pt;
}
span.newsitems-time-relative-text
{
  font-style: italic;
  color: #7f5ca2;
}

span.time-relative
{
  color: #fb9f00;
}


div.sem-reefer
{
 /*  background:#f8f8f8;  */
 font-family:sans-serif;
 font-weight:bold;
 font-size:9pt;
 padding-left:6pt;
 padding-right:6pt;
 padding-top:2pt;
 padding-bottom:2pt;
 margin-top:1pt;
 margin-right:10pt;
 text-align:center;
 color:white;
}

div.sem-reefer a
{
 margin-left:2pt;
}
a.sem-reefer-sem
{
  padding-left:10pt;
}

a.isolated-link
{ 
  margin-left:10pt;
  margin-right:10pt;
  font-family:sans-serif;
}
