/*
 * This CSS by the IS Dept. at Fire Research Corp. started March 2005
 * $Id: fire5.css,v 1.2 2011-10-24 20:30:52 nberry Exp $
 * 
 */


body {
	background-color: #6D0000;

        background-repeat:no-repeat;
        background-size: 100%;
	padding: 0px;
}

img.pad {
    display: block;
    padding: 7px 7px 7px 7px ;
}

img.padtop {
    display: block;
    padding: 7px 0px 0px 0px ;
}

img.padtbottom {
    display: block;
    padding: 0px 0px 7px 0px ;
}

img.padleft {
    display: block;
    padding: 0px 0px 0px 7px ;
}

img.padright {
    display: block;
    padding: 0px 30px 0px 0px ;
}

.padbottom {
    padding: 0px 0px 25px 0px;
}

#frame {
	background-color: #000000;
	background-image: none;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 0;
        height: 100%;
	width: 742px;
	border:  solid 10px #000000;

	}

#frame0 {
	background-color: #000000;
	}


#logo {

	float: left;
	top: 0px;
	left: 0px;
	width: 211px;
        padding: 10px 0px 1px 0px;
	border-color: #000000;
	background-color: transparent;
	background-image: none;
}


#frame2 {
	border: 3px solid #000000;
	float: left;
	height: 104px;
	width: 740px;
      background-image:url('images/frc-logobg.gif');

	background-color: #000000;
}

#frame4 {
      top:0px;
	border: 0px dotted #FFFFFF;
	float: left;
        height: 100%;
	width: 211px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: #000000;
	background-image: none;
}

#menu1 {
	float: right;
	border: 0px solid #000000;
	width: auto;
	font-family: arial, sans-serif;
	background-color: transparent;
	background-image: none;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
}

#menu1 ul {
	margin: 0px;
	padding-top: 0px;
	padding-left: 20px;
	list-style-type: none;
}

#menu1 li {
	float: left;
	padding-right: 1em;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
	background-image: none;
	font-size: 11px;
	text-align: left;
}

#menu1 a {
	display: block;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
}

#menu1 a:link, a:visited {color: #FFFFFF; text-decoration: none; font-weight: bold;}
#menu1 a:hover {color: #FF0000; text-decoration: none; font-weight: bold;}

#menu1 li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#menu1 li li {
	margin: 0 0 0 -1.75em;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
	width: 12em
}

#menu1 ul li ul li ul{
    margin-left: 135px;
    display: block;
}


#menu1 li ul ul {
	margin: -1.75em 0 0 14em;
}

#menu1 li:hover ul ul, #menu1 li:hover ul ul ul, #menu1 li.sfhover ul ul, #menu1 li.sfhover ul ul ul {
	left: -999em;
	clear: left;
}

#menu1 li:hover ul, #menu1 li li:hover ul, #menu1 li li li:hover ul, #menu1 li.sfhover ul, #menu1 li li.sfhover ul, #menu1 li li li.sfhover ul {
	left: auto;
	clear: left;
}

#menu1 li:hover, #menu1 li.sfhover {
	background: none repeat scroll 0 0 #000000;

}

#menu2 {
	 margin-left:auto;
	margin-right:auto;
	border: 0px solid #000000;
	width: 100%;
	font-family: arial, sans-serif;
	background-color: #D5D5D5;
	background-image: none;
	padding-top: 1px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	color: #FFFFFF;
	display: block;
	line-height: 1;
    border-radius: 5px 0px 0px 8px; 
}

#menu2 ul {
    margin-left: 5px;
	padding-top: 0;
	padding-left: 0px;
	list-style: none;
	display:block;
}

#menu2 ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
#menu2 ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#menu2 ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
}
#menu2 ul li ul li {
    margin-left: -5px;
  max-height: 0;
  position: relative;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #D5D5D5;
}
#menu2 ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000000;
  z-index: 1;
  top: 5px;
  right: 15px;
}
#menu2.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
#menu2 ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 7px;
  right: 15px;
}
#menu2.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #ffffff;
}
#menu2 ul li ul li a {
  font-size: 12px;
  font-weight: 600;
  text-transform: none;
  color: #6D0000;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0;
  display: block;
  width: 170px;
  padding: 5px 10px 5px 10px;
}
#menu2 ul li ul li:hover > a,
#menu2 ul li ul li.active > a {
  color: #FF0000;
  background-color: #EBEBEB;
}
#menu2 ul li ul li:hover:after,
#menu2 ul li ul li.active:after {
  background: #4cb6ea;
}
#menu2 ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
#menu2 ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#menu2 > ul > li {
  float: left;
}

#menu2.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
#menu2.align-right ul ul li a {
  text-align: right;
}
#menu2 > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #ffffff;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#menu2 > ul > li.has-sub > a {
  padding-right: 40px;
}
#menu2 > ul > li.has-sub > a:after {
  display: block;
  content: "";
  background: #ffffff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
}
#menu2 > ul > li.has-sub > a:before {
  display: block;
  content: "";
  border: 4px solid transparent;
  border-top-color: #4cb6ea;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}
#menu2 > ul > li > a {
  color: #6D0000;
  padding: 9px 9px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  z-index: 2;
  position: relative;
}
#menu2 > ul > li:hover:after,
#menu2 > ul > li.active:after {
  height: 100%;
}
#menu2 > ul > li:hover > a,
#menu2 > ul > li.active > a {
  color: #000000;
}
#menu2 > ul > li:hover > a:after,
#menu2 > ul > li.active > a:after {
  background: #000000;
}
#menu2 > ul > li:hover > a:before,
#menu2 > ul > li.active > a:before {
  border-top-color: #ffffff;
}
#menu2 > ul > li:hover > ul {
  left: 0;
}
#menu2 > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#menu2 #menu-button {
  display: none;
}
#menu2 > ul > li > a {
  display: block;
}
#menu2 > ul > li {
  width: auto;
}
#menu2 > ul > li > ul {
  width: 170px;
  display: block;
}
#menu2 > ul > li > ul > li {
  width: 170px;
  display: block;
}
@media all and (max-width: 300px){
  #menu2 > ul {
    max-height: 0;
    overflow: auto;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #menu2 > ul > li > ul {
    width: 100%;
    display: block;
  }

  #menu2 > ul > li > ul > li {
    width: 100%;
    display: block;
  }

  #menu2 > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }
  #menu2 ul li ul li a {
    width: 100%;
  }

  #menu2 > ul.open {
    max-height: 1000px;
  }
  #menu2 ul {
    width: 100%;
  }
  #menu2 ul > li {
    float: none;
    width: 100%;
  }
  #menu2 ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #menu2 ul > li:after {
    display: none;
  }
  #menu2 ul li.has-sub > a:after,
  #menu2 ul li.has-sub > a:before,
  #menu2 ul li ul li.has-sub:after,
  #menu2 ul li ul li.has-sub:before {
    display: none;
  }
  #menu2 ul li ul,
  #menu2 ul li ul li ul,
  #menu2 ul li ul li:hover > ul,
  #menu2.align-right ul li ul,
  #menu2.align-right ul li ul li ul,
  #menu2.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  #menu2 ul li ul li,
  #menu2 ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #menu2 ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #ffffff;
  }
  #menu2 ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #menu2 ul li ul li:hover > a {
    color: #000000;
  }
}




#frame3 {
        float: right;
	border: 0px solid #ACACAC;
        height: 100%; 
	width: 531px;

	margin-left: 0px;
	margin-right: 0px;
	padding:0px;
	text-align:center;
	background-color: #FFFFFF;
	background-image: none;
}


#content {

	float: right;
        height: 100%; 
	width: 511px;
	margin-left: 0px;
	font: 14px Verdana, sans-serif;
	text-align: left;
	border: 0px solid #FFFFFF;
	background-color: #FFFFFF;
	background-image: none;
	color: #000000;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}


.contentpara {
	clear: both;
	float: right;
	width: 100%;
	margin-left: 0px;
	color: #000000;
	font: 14px Verdana, sans-serif;
	text-align: left;
	background-color: #FFFFFF;
	background-image: none;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}


#contentbottom {
	clear: both;
  width: 531px;
  display:block;
}

#contentbottom u.rtop, u.rbottom { 
  display:block;
  background-image: none; 
}
#contentbottom u.rtop u, u.rbottom u { 
  height: 1px; 
  overflow: hidden; 
  background-image: none;
}
#contentbottom u.r1 { 
  background-color: #FFFFFF;
  margin: 0 5px 
}
#contentbottom u.r2 {
  background-color: #FFFFFF;
  margin: 0 3px 
}
#contentbottom u.r3 {
  background-color: #FFFFFF;
  margin: 0 2px 
}
#contentbottom u.rtop u.r4, u.rbottom u.r4 { 
  background-color: #FFFFFF;
  margin: 0 1px; 
  height: 2px; 
}






#flash {
	top: 0px;
	left: 0px;
	width: 742px;
	padding: 0px;
	margin: 0em;
	background-color: #000000;
	background-image: none;
	font-family: arial, helvetica, verdana;
	border-left-style: none;
}


#product {
	clear: both;
	float: right;
	width: 511px;
	margin-left: 0px;
	font: 14px verdana, sans-serif;
	text-align: left;
	border: 0px solid #000000;
	background-color: #FFFFFF;
	background-image: none;
	color: #000000;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}


#product h1 {
	color: #CC0000;
	font-weight: bold;
	font-family: arial, helvetica, verdana;
	font-size: 16px;
	text-align: left;
}


#product h2 {
	color: #CC0000;
	font-weight: bold;
	font-family: arial, helvetica, verdana;
	font-size: 14px;
	text-align: left;
}

#product dl { font: 14px verdana, sans-serif; font-weight: bold;}
#product dt { text-decoration: underline; font-weight:normal; }
#product dd { font-size: 12px;  font-weight:normal; }

#product a {
	color: #6D0000; 
	text-decoration: none; 
	font-weight: bold;
}

#product em {
	font-size: 10px;
}


#models {
	clear: both;
	float: right;
	width: 511px;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-image: none;
	color: #000000;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}


#models h1 {
	color: #CC0000;
	font-weight: bold;
	font-family: arial, helvetica, verdana;
	font-size: 14px;
	text-align: left;
}


#models table {
	border: 1px solid #FFFFFF;
	font: 11px arial, sans-serif;
	text-align: left;
	width: 100%;
}


#models th {
	font: 12px arial, sans-serif;
	font-weight: bold;
	text-align: left;
}

#models a:link {color: #6D0000; text-decoration: none; font-weight: bold;}
#models a:visited {color: #6D0000; text-decoration: none; font-weight: bold;}
#models a:hover {color: #FF0000; text-decoration: none; font-weight: bold;}



tr.normal {
    background-color: #FFFFFF ;
    color: #000 ; 
}

tr.highlighted {
    background-color: #E0E0EB ;
    color: #000 ; 
}


.section {
	font: 14px Verdana, sans-serif;
	font-weight: bold;
	background: #D5D5D5;
	color: #000000;
}

.section2 {
	font: 11px Verdana, sans-serif;
	font-weight: bold;
	background-color: #D5D5D5;
	background-image: none;
	color: #000000;
}


        /* The overview styles provide the content formatting for static menu pages */

#overview {
	clear: both;
	float: right;
	width: 511px;
	margin-left: 0px;
	font: 14px Verdana, sans-serif;
	text-align: left;
	border: 0px solid #FFFFFF;
	background-color: #FFFFFF;
	background-image: none;
	color: #000000;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}

#overview h1 {
	color: #CC0000;
	font-family: arial, helvetica, verdana;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

#overview h2 {
	color: #CC0000;
	font-family: arial, helvetica, verdana;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

#overview a {color: #6D0000; text-decoration: none; font-weight: bold;}


#overview ul {
	font: 12px Verdana, sans-serif;
	font-weight: bold;
	margin: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	list-style-type: disc;
}

#overview li {
	font: 12px Verdana, sans-serif;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 10px;
	color: #000000;
	text-align: left;
}

#overview table.pcn {
	border-width: 2px 2px 2px 2px;
	border-spacing: 1px;
	border-style: hidden hidden hidden hidden;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: rgb(250, 240, 230);
}
#overview table.pcn th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
#overview table.pcn td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}


#overviewtitle {
	clear: both;
	float: right;
	width: 511px;
	margin-left: 0px;
	color: #cc0000;
	font-family: arial, helvetica, verdana;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-bottom: 4px solid #000000;
	background-color: #FFFFFF;
	background-image: none;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#overview em {
	font-size: 10px;
}


.overviewpara {
	clear: both;
	float: right;
	width: 100%;
	margin-left: 0px;
	color: #000000;
	font: 14px Verdana, sans-serif;
	text-align: left;
	background-color: #FFFFFF;
	background-image: none;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}

.overviewpara a { color: #6D0000; text-decoration: none; font-size: 14px; font-weight: bold;}

.overviewpara tt { color: #000000; background-color: #FFFF00}




		/* This concludes the overview style showcase. */

#list {clear: both;
	float: right;
	width: 510px;
	margin-left: 0px; font-size: 12px;}
#list h2 { border-bottom: 1px dotted #000000; padding-bottom: 0px; padding-top: 5px; color: #000000; margin-bottom: 0px;}
#list ul { list-style-type: none;}
#list li { padding-bottom: 5px; font-size: 12px;}


#backhome {
	width: 531px;
	padding-left: 0px;
	text-align: left;
	background: #FFFFFF;
}

#date {
	float: right;
	color: #FF0000;
	background-color: #FFFFFF;
	background-image: none;
	font-family: arial, helvetica, verdana;
	font-size: 9px;
	font-style: italic;
	text-align: right;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
}

#motd  { 
	   clear: none;
	   font: 12px arial, sans-serif;
	   color: #CCCCCC;
	   background-color: #333333;
	   background-image: none;
	   text-align: center;
	   margin: 10px 0 5px 0;
	   width: 190px;
	   float: left;
	   border-style: solid;
	   border-width: 1px 8px;
	   border-color: #000000;
	 
	    }
#motd h1 { color: #FF0033; font-size: 13px; font-family: arial, sans-serif; font-weight: bold; background-color: #333333; background-image: none; padding: 0px 7px 0px 10px  }
#motd h2 { color: #FFFFFF; font-size: 13px; font-family: arial, sans-serif; font-weight: bold; background-color: #333333; background-image: none; padding: 0px 7px 0px 10px  }
#motd a { color: #FFFFFF; text-decoration: underline; font-weight: bold }
#motd p { color: #CCCCCC; padding: 0px 7px 0px 10px  }
#motd b.rtop, b.rbottom { display:block; background-color: #000000; background-image: none; }
#motd b.rtop b, b.rbottom b { display:block; height: 1px; overflow: hidden; background-color: #333333; }
#motd b.r1 {margin: 0 5px }
#motd b.r2 {margin: 0 3px }
#motd b.r3 {margin: 0 2px }
#motd b.rtop b.r4, b.rbottom b.r4 {margin: 0 1px;height: 2px}

#logo-md {
	float: left;
	background: none;
	left: 0px;
	top: 10px;
	width: 206px;
	margin-right: 2px;	
	margin-left: 2px;	
}

#logo-md img {


	padding-top: 10px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}

		/* Manual Div is new and should be used for Product Manual Link box */
#manual {
	   color: #CCCCCC;
	   font: 12px arial, sans-serif;
	   font-weight: bold;
	   background-color: transparent;
  	   background-image: none;
	   text-align: left;
	   margin: 0px 0 12px 0;
	   padding: 3px 10px 10px;
	   width: 170px;
	   float: left;
	   clear: none;
	   border-style: solid;
	   border-width: 1px 8px;
	   border-color: #000000;
}

#manual h2 { color: #FFFFFF; font: 16px arial, sans-serif; font-weight: bold; text-align: center; word-spacing: +3px; background: #000000; background-image: none;}

		/* Catalog.thtml displays on most overview pages*/
#catalog {
           clear: both;
	   color: #CCCCCC;
	   font: 12px arial, sans-serif;
	   font-weight: bold;
	   background-color: transparent;
  	   background-image: none;
	   text-align: left;
	   margin: 0px 0 2px 0;
	   padding: 3px 2px 2px;
	   width: 170px;
	   float: left;
	   clear: none;
	   border-style: solid;
	   border-width: 1px 8px;
	   border-color: #000000;
}

#catalog h2 { color: #CCCCCC; font: 14px arial, sans-serif; font-weight: bold; text-align: center; word-spacing: +3px; background: #000000; background-image: none;}


#facebook {
           clear: both;
	   color: #CCCCCC;
	   font: 12px arial, sans-serif;
	   font-weight: bold;
	   background-color: transparent;
  	   background-image: none;
	   text-align: right;
           width: 170px;
           margin: 5px;
	   padding: 0px 2px 0px 10px;
	   float: left;
	   clear: none;
	   border-style: solid;
	   border-width: 1px 0px;
	   border-color: #000000;
}

#google_translate_element {
           text-align: right;
         
	   background-color: transparent;

}




.goog-te-gadget-simple {

}


		/* Related (-r1) has been used for for IETM*/
#related  { 
	   clear: none;
	   background-color: #333333;
	   color: #CCCCCC;
	   background-image: none;
	   font: 12px arial, sans-serif;
	   font-weight: bold;
	   text-align: left;
	   margin: 10px 0 12px 0;
	   width: 190px;
	   float: left;
	   border-style: solid;
	   border-width: 1px 8px;
	   border-color: #000000;
}
#related h2 {color: #738899; font: 15px arial, sans-serif; font-weight: bold; text-align: center; word-spacing: +3px; }
#related img { padding: 2px 7px 0px 7px ; }
#related img.related { float:left; padding: 2px 7px 0px 7px ; }
#related p { text-align: center; word-spacing: +3px;}
#related hr { color: #738899; width:60%;}
#related i.notfound { color: #AAAAAA;}
#related a:link {color: #FFFFFF; text-decoration: none; font-weight: bold;}
#related a:visited {color: #FFFFFF; text-decoration: none; font-weight: bold;}
#related a:hover {color: #FF0000; text-decoration: none; font-weight: bold;}

#related b.rtop, b.rbottom { display:block; background-color: #000000; }
#related b.rtop b, b.rbottom b { display:block; height: 1px; overflow: hidden; background-color: #333333; background-image: none; }
#related b.r1 {margin: 0 5px }
#related b.r2 {margin: 0 3px }
#related b.r3 {margin: 0 2px }
#related b.rtop b.r4, b.rbottom b.r4 {margin: 0 1px;height: 2px}



		/* Related2 (-r2) is used product-line links */
#related2  {  
       clear: none;
	   background-color: #D5D5D5;
	   background-image: none;
	   font: 12px arial, sans-serif;
	   font-weight: bold;
	   text-align: left;
	   margin: 10px 0 12px 0;
	   width: 190px;
	   float: left;
	   border-style: solid;
	   border-width: 1px 8px;
	   border-color: #000000;
	 
	    }
#related2 h2 {color: #000000; font: 12px arial, sans-serif; font-weight: bold; text-align: center; word-spacing: +3px; line-height: 3px;}
#related2 h3 {color: #666666; font: 12px arial, sans-serif; font-weight: bold; text-align: left; word-spacing: +3px; line-height: 1px; padding: 0px 0px 0px 6px}
#related2 a {color: #6D0000; text-decoration: none; font-weight: bold; padding: 0px 7px 0px 10px}
#related2 a:hover {color: #FF0000; text-decoration: none; font-weight: bold; padding: 0px 7px 0px 10px}
#related2 tt.rtop, tt.rbottom { display:block; background-color: #000000; }
#related2 tt.rtop tt, tt.rbottom tt { display:block; height: 1px; overflow: hidden; background-color: #D5D5D5; background-image: none; }
#related2 tt.r1 {margin: 0 5px }
#related2 tt.r2 {margin: 0 3px }
#related2 tt.r3 {margin: 0 2px }
#related2 tt.rtop tt.r4, tt.rbottom tt.r4 {margin: 0 1px;height: 2px}


		/* Related3 (-r3) is used for Errata */
#related3  { 
       clear: none;
	   background-color: #999999;
	   background-image: none;
	   font: 12px arial, sans-serif;
	   font-weight: normal;
	   text-align: center;
	   margin: 10px 0 10px 0;
	   width: 190px;
	   float: left;
	   border-style: solid;
	   border-width: 1px 8px;
	   border-color: #000000;
}
#related3 h2 { color: #FFFFFF; font: 14px arial, sans-serif; font-weight: bold; text-align: center; word-spacing: +3px; line-height: 3px;}
#related3 p { padding: 0px 10px 0px 10px  }
#related3 em { font: 9px arial, sans-serif; color: #6D0000;  }
#related3 a:link {color: #6D0000; text-decoration: none; font-weight: bold;}
#related3 a:visited {color: #6D0000; text-decoration: none; font-weight: bold;}
#related3 a:hover {color: #FF0000; text-decoration: none; font-weight: bold;}
#related3 s.rtop, s.rbottom { display:block; background-color: #000000; 	background-image: none; }
#related3 s.rtop s, s.rbottom s { display:block; height: 1px; overflow: hidden; background-color: #999999;	background-image: none; }
#related3 s.r1 {margin: 0 5px }
#related3 s.r2 {margin: 0 3px }
#related3 s.r3 {margin: 0 2px }
#related3 s.rtop s.r4, s.rbottom s.r4 {margin: 0 1px;height: 2px}


		/* related4 (-r4) is used for Literature */
#related4  { 
       clear: none;
	   background-color: #000000;
	   background-image: none;
	   font: 12px arial, sans-serif;
	   font-weight: normal;
	   text-align: center;
	   margin: 10px 0 10px 0;
	   width: 190px;
	   float: left;
	   border-style: solid;
	   border-width: 1px 8px;
	   border-color: #000000;
}
#related4 h2 { color: #AAAAAA; font: 14px arial, sans-serif; font-weight: bold; text-align: center; word-spacing: +3px; line-height: 3px;}
#related4 p { padding: 0px 10px 0px 10px; 
	   color: #FFFFFF;
 }
#related4 em { font: 9px arial, sans-serif; color: #6D0000;  }
#related4 a:link {color: #6D0000; text-decoration: none; font-weight: bold;}
#related4 a:visited {color: #6D0000; text-decoration: none; font-weight: bold;}
#related4 a:hover {color: #FF0000; text-decoration: none; font-weight: bold;}
#related4 s.rtop, s.rbottom { display:block; background-color: #000000; 	background-image: none; }
#related4 s.rtop s, s.rbottom s { display:block; height: 1px; overflow: hidden; background-color: #999999;	background-image: none; }
#related4 s.r1 {margin: 0 5px }
#related4 s.r2 {margin: 0 3px }
#related4 s.r3 {margin: 0 2px }
#related4 s.rtop s.r4, s.rbottom s.r4 {margin: 0 1px;height: 2px}

#lightlinks { 
       clear: none;
	   background-color: #D5D5D5;
	   background-image: none;
	   font: 12px arial, sans-serif;
	   font-weight: bold;
	   text-align: left;
	   margin: 10px 0 12px 0;
	   width: 190px;
	   float: left;
	   border-style: solid;
	   border-width: 1px 8px;
	   border-color: #000000;
	  
	    }
#lightlinks h2 { color: #000000; font: 12px arial, sans-serif; font-weight: bold; text-align: center; word-spacing: +3px; line-height: 3px;}
#lightlinks a { color: #6D0000; text-decoration: none; font-weight: bold; padding: 0px 7px 0px 10px}
#lightlinks a:hover {color: #FF0000; text-decoration: none; font-weight: bold; padding: 0px 7px 0px 10px}
#lightlinks u.rtop, u.rbottom { display:block; background-color: #000000;	background-image: none; }
#lightlinks u.rtop u, u.rbottom u { display:block; height: 1px; overflow: hidden; background-color: #D5D5D5; background-image: none; }
#lightlinks u.r1 {margin: 0 5px }
#lightlinks u.r2 {margin: 0 3px }
#lightlinks u.r3 {margin: 0 2px }
#lightlinks u.rtop u.r4, u.rbottom u.r4 { margin: 0 1px; height: 2px;}


#archive  { 
	   clear: none;
	   background-color: #333333;
	   background-image: none;
	   font: 12px arial, sans-serif;
	   text-align: left;
	   margin: 10px 0 12px 0;
	   width: 190px;
	   float: left;
	   border-style: solid;
	   border-width: 1px 8px;
	   border-color: #000000;
	
	    }
#archive h2 { color: #FFFFFF; font-size: 13px; font-family: arial, sans-serif; font-weight: bold; background-color: #333333; background-image: none; padding: 0px 7px 0px 10px }
#archive a {color: #FF0000; text-decoration: none; font-weight: bold; padding: 0px 7px 0px 10px }
#archive a:hover {color: #FFFFFF; text-decoration: none; font-weight: bold; padding: 0px 7px 0px 10px }
#archive p { color: #CCCCCC; text-align: left; padding: 0px 7px 0px 10px}
#archive b.rtop, b.rbottom { display:block; background-color: #000000; background-image: none; }
#archive b.rtop b, b.rbottom b { display:block; height: 1px; overflow: hidden; background-color: #333333;	background-image: none; }
#archive b.r1 {margin: 0 5px }
#archive b.r2 {margin: 0 3px }
#archive b.r3 {margin: 0 2px }
#archive b.rtop b.r4, b.rbottom b.r4 { margin: 0 1px; height: 2px; }

#info  { 
	   clear: none;
	   background-color: #333333;
	   background-image: none;
	   font: 12px arial, sans-serif;
	   text-align: left;
	   margin: 10px 0 12px 0;
	   width: 190px;
	   float: left;
	   border-style: solid;
	   border-width: 1px 8px;
	   border-color: #000000;
	   
	    }
#info h1 { color: #FFFFFF; font-size: 13px; font-family: arial, sans-serif; font-weight: bold; background-color: #333333; background-image: none; padding: 0px 7px 0px 10px }
#info h2  { color: #FF0000; font-size: 13px; font-family: arial, sans-serif; font-weight: bold; line-height: 1px; background: #333333; background-image: none; padding: 0px 7px 0px 10px }

#info h3
{
margin-top: 3px;
margin-right: 5px;
margin-bottom: 0px;
margin-left: 3px;
color: #ff0000;
text-align: center;
font-size: 13px;
font-family: arial,sans-serif;
font-weight: bold;
background-color: #333333;
background-image: none;
}

#info a { color: #FFFFFF; text-decoration: underline; }
#info p { color: #CCCCCC; text-align: left; padding: 0px 7px 0px 10px}
#info b.rtop, b.rbottom { display:block; background-color: #000000; background-image: none; }
#info b.rtop b, b.rbottom b { display:block; height: 1px; overflow: hidden; background-color: #333333; background-image: none;}
#info b.r1 {margin: 0 5px }
#info b.r2 {margin: 0 3px }
#info b.r3 {margin: 0 2px }
#info b.rtop b.r4, b.rbottom b.r4 { margin: 0 1px; height: 2px; }

#info ul
{
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 2px;
padding-left: 0px;
background-color: #333333;
text-align: left;
list-style-type: none;
border-top-width: 0px;
border-top-style: solid;
border-top-color: #333333;
}

#info ul s
{
	text-align: right;
text-decoration: none;
font-weight: normal;
display: block;
padding-top: 0pt;
padding-right: 10px;
padding-bottom: 2pt;
padding-left: 00px;
color: #666666;
}

#info ul li a
{
font-weight: normal;
display: block;
padding-top: 0pt;
padding-right: 10px;
padding-bottom: 2pt;
padding-left: 10px;
color: #CCCCCC;
text-decoration: none;
}

#info ul li a:hover
{
font-weight: normal;
color: #ff0000;
background-color: transparent;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
}


#footer {
	clear: both;
	border: 1px solid #000000;
	left: 0px;
	width: 740px;
	padding: 0px;
	margin: 0em;
	color: #FFFFFF;
	background-color: #000000;
	background-image: none;
	font: 11px verdana, sans-serif;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 4px;
}

