/* scsi-2015c1_prn.css  last edited on Tuesday, May 5, 2015 at 4:55 p.m. ET
   Copyright 2007-2013, Sonoff Consulting Services, Inc. All Rights Reserved.
   Changes made on or after 1 March 2015:
   
   5 May 2015 - Changed img element to have display: inline; attribute
   01mar2015 - Added gallery class.
   
   27jan2013 - 
               Added border and border2 classes.
               Modified description in this file's comment area;
               Removed table-related elements and classes.
               Changed color for hrule and hrule2 to Black (from Gray).
   26jan2013 - Added img element to remove borders around printed images.
             - Added hrule2 to allow for different color and to have the
               option to force hrule2 be a non-printing class on print out.
   
   Prior changes made in cloned file scsi_style09b_prn.css are as indicated:
   14july2009 - Added greenlight and italics classes
   25feb2007 - Added navbarcolor class in display: noprint
   31oct2007 - modified display:none entry for .navbarcolor; arranged items in
                         alphabetical order for easier reading of source code.
   */
b{
	font-size: 100%;
	background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight : bold;
	}

body{
	background : White;
	color : Black;
	}
/*
img {
	max-width: 100%;
	display: block;
	border: none;
}
*/

img {
	max-width: 100%;
	display: inline;
	border: none;
}

dl{
	font-size: 100%;
	background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	}

h1{
	font-size : 110%;
	background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	}

h2{
	font-size : 100%;
	background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	}

h3{
	font-size: 95%;
	background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	}

h4{
	font-size: 90%;
	background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	}

h5{
	font-size: 85%;
	background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	}
	
h6{
	font-size: 80%;
	background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	}
	
hr{
	font-size: 80%;
	background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	}

.gallery {
	list-style-type: none;
	margin: 1em 0 1em 0;
	padding: 0;
}

li{
	font-size: 100%;
	background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	}

ol{
	font-size: 100%;
	background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	}

p{
	font-size: 100%;
	background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	}

strong{
	font-size: 100%;
	background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight : bold;
	}

ul{
	font-size : 100%;
	background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	}

pre{
	font-size: 80%;
	background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, monospace, sans-serif;
	font-weight : bold;
	}

.bcenter{
	font-size: 90%;
    background : White;
	color : Black;
	font-family : Trebuchet, Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight : bold;
	text-align: center;
	}

.blacklight{
	font-size: 100%;
	background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	}
	
.bluelight{
	font-size: 100%;
	background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	}
	
.bold{
	font-size: 90%;
	background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight : bold;
	}

.boldlight{
	font-size: 100%;
	background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight : bold;
	}

.breadcrumbs{
	font-size: 90%;
	background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	}

.border{
   border-style: none none none none;
   background: #f0f8ff;
   color: Black;
   width: 0px;
   border: 0px;
}

.border2{
   border-style: none none none none;
   background: #f0f8ff;
   color: Black;
   width: 1px;
   border: 1px solid #999;
   padding: 5px 4px 5px 3px;
}

.caption{
	font-size: 90%;
	background : White;
	color : Black;
	font-family : Trebuchet, Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight : bold;
	}

.contact{
	font-size: 90%;
	background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	}

.copyright{
	font-size: 80%;
    background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	text-align: center;
	}
	
.details{
	font-size: 90%;
	background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	}

.greenlight{
	background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 100%;
	}
	
.highlight{
	font-size: 100%;
	background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	}
	
.hrule{border-style: solid;
	background : White;
   color: Black;
   }

.hrule2{border-style: solid;
	background : White;
   color: Black;
   }

.italics {
	background : White;
	Color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-style : italic;
	font-size: 80%;
	}

.keyword{
	font-size: 100%;
    background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	}

.navbarcolor{
	font-size: 90%;
	background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	}

.nonlink{
	font-size: 90%;
	background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight : bold;
	}

.nonprintboldlink{
	font-size: 90%;
	background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight : bold;
	}

.noprint{
	font-size : 100%;
	background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	}
	
.redlight{
	font-size: 100%;
	background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	}
	
.search{
	font-size : 100%;
	background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	text-align: right;
	}

.sectionheading{
	font-size: 90%;
	background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight : bold;
	}
	
.slogan{
	font-size: 80%;
	background : White;
	color : Black;
	font-family : Trebuchet, Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight : bold;
	}

.subhead{
	font-size: 90%;
	background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight : bold;
	}

.unhighlight{
	font-size: 100%;
	background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	}

.validations {
    font-size: 100%;
    background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	}

.website{
	font-size: 80%;
	background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight : bold;
	}

.whitelight{
	font-size: 100%;
	background : White;
	color : Black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	}
	
.border2, .navbar, .navbox, .noprint, .navtips, .search, .searchbutton, .validations, .tips, .breadcrumbs, .details, .navbarcolor, .nonprintboldlink, .hrule2{
	 display:          none;
    }
