.printbutton {   
  visibility: hidden;
  display: none;
}

DIV.pageBreak { page-break-before: always; }

.padding
	{
	padding-top:0px;
	padding-bottom:0px;
	padding-right:5px;
	padding-left:5px;
	}

.myFloatBar{
  background-color: red;
  background-image:url('images/High Resolution redhawk-15px high.jpg'); 
  background-repeat: no-repeat;
  background-position: 0% 0%; */
  height: 70px;
  text-align: center;
  color:black;
  font-family:Verdana;
  padding-top: 10px;
  width: 100%; 
  position:fixed;
  left: 0px;
  bottom: 0px;
}
/*  font-size:10px; took out from above */

/*  Begin Code for countdown timer */
.background {
    border-style: none;
    width: 31px;
    height: 15px;
}

.numbers {
    border-style: none;
    background-color: #292929;
    padding: 0px;
    width: 31px;
    height: 5px;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;    /* options are normal, bold, bolder, lighter */
    color: #FFFFFF;     /* change color using the hexadecimal color codes for HTML */
}

.title {    /* the styles below will affect the title under the numbers, i.e., “Days”, “Hours”, etc. */
    border: none;   
    padding: 1px;
    margin: 0px 2px;
    width: 16px;
    text-align: center;
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;    /* options are normal, bold, bolder, lighter */
    color: black;    /* change color using the hexadecimal color codes for HTML */
    background-color: red; 
}

.form {    /* the styles below will affect the outer border of the countdown timer */
    width: 100px;  /*Doesnt seem to affect anything */
    height: 25px;
    border-style: ridge;    /* options are none, dotted, dashed, solid, double, groove, ridge, inset, outset */
    border-width: 1px;
    border-color: black;  /* change color using the hexadecimal color codes for HTML */
    background-color: red;
    padding: 1px;
    width: 100%; 
  position:fixed;
  left: 0px;
  bottom: 0px;
}

.line {
    width: 31px;
    height: 1px;
    z-index: 8;
}
/* End code for countdown timer */

/* Begin code for enlarging image on rollover */
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: yellow;
background-repeat: no-repeat;
background-size:  800px 600px;
padding: 1px;
right: 0px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
width: 800px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 400px; /*position where enlarged image should offset horizontally */

}

</style>
/* End code for enlarging image on rollover */

.menu_button {
	background-repeat:no-repeat;
	border-width:3px;
	background-color:transparent;
	height:36px;
	width:130px;
	cursor:crosshair;
	font-weight:bold;
	font-size:13px;
	font-family:Verdana;
	color:; 
	background-image:url('images/ROvlBW.gif');
	} 
	
.menu_medium_button {
	background-repeat:no-repeat;
	border-width:3px;
	background-color:transparent;
	height:44px;
	width:160px;
	cursor:crosshair;
	font-weight:bold;
	font-size:16px;
	font-family:Verdana;
	color:; 
	background-image:url('images/ROvlBW_160_x_44.gif');
	} 

.header_menu_button {
	background-repeat:no-repeat;
	border-width:3px;
	background-color: transparent;
	height:25px;
	width:140px;
	cursor:crosshair;
	font-weight:bold;
	font-size:13px;
	font-family:Verdana;
	color: black; 
	background-image:url('images/ROvlBW_red_textured.gif');
	} 


.normalblackbordertableyellowbackground
	{
	height:100%;
	width:100%;
	vertical-align:top;
	text-align:center;
	border-collapse:collapse;
	border-spacing:0px;
	border:solid;
	border-width:1px;
	border-color:black;
	background-color:yellow;
	}
.middlecolumnoftable
	{
	height:100%;
	width:45%;
	vertical-align:top;
	text-align:center;
	border-collapse:collapse;
	border-spacing:0px;
	border:solid;
	border-width:0px;
	border-color:red;
	background-color:#ffff00;
	BORDER-BOTTOM: red 2px solid;
	BORDER-LEFT: red 2px solid;
	BORDER-TOP:	red 0px solid;
	BORDER-RIGHT: red 2px solid;
	}
	
.inputbox
	{
		color:black;
		font-weight:normal;
		font-size: 12px;
		background-color:yellow;
		text-align:center;
	}
	
	
.inputboxlarge
	{
		color:black;
		font-weight:normal;
		font-size: 24px;
		background-color:yellow;
		text-align:center;
	}
	
.inputboxleftalign
	{
		color:black;
		font-weight:normal;
		font-size: 12px;
		background-color:yellow;
		text-align:left;
	}
	
.inputboxleftalign16
  {
    color:black;
    font-weight:normal;
    font-size: 16px;
    background-color:yellow;
    text-align:left;
  }
  
.inputboxdescription
	{
		color:black;
		font-size: 12px;
		font-weight:normal;
		border:hidden;
		text-align:center;
	}
	
.smallinputboxdescription
	{
		color:black;
		font-size: 2px;
		font-weight:normal;
		height: 2px;
		border:hidden;
		text-align:center;
	}

.inputboxdescriptionredbg
  {
    color:black;
    background-color: red;
    font-size: 12px;
    font-weight:normal;
    border:hidden;
    text-align:center;
  }
  
.inputboxdescription16
  {
    color:black;
    font-size: 16px;
    font-weight:normal;
    border:hidden;
    text-align:center;
  }

.inputboxdescriptionbold
	{
		color:black;
		font-size: 12px;
		font-weight:bold;
		border:hidden;
		text-align:center;
	}

.inputboxdescriptionbold16
  {
    color:black;
    font-size: 16px;
    font-weight:bold;
    border:hidden;
    text-align:center;
  }
  
.inputboxdescriptionbold24
  {
    color:black;
    font-size: 24px;
    font-weight:bold;
    border:hidden;
    text-align:center;
  }  

.red14textcentered
  {
  font-size:14px;
  color:red;
  text-align:center;
  }
  
.red16textcentered
	{
	font-size:16px;
	color:red;
	text-align:center;
	}
	
.red24textcentered
	{
	font-size:24px;
	color:red;
	text-align:center;
	}

.blue16textcentered
	{
	font-size:16px;
	color:blue;
	text-align:center;
	}
	
.blue14textcentered
	{
	font-size:14px;
	color:blue;
	text-align:center;
	 line-height: 90%;  
  }
 
 .blue16boldtextcentered
  {
  font-size:16px;
  color:blue;
  text-align:center;
  font-weight:bold;
  } 
 
.blue20boldtextcentered
  {
  font-size:20px;
  color:blue;
  text-align:center;
  font-weight:bold;
  } 
  
.blue24boldtextcentered
  {
  font-size:24px;
  color:blue;
  text-align:center;
  font-weight:bold;
  }

.blue32boldtextcentered
  {
  font-size:32px;
  color:blue;
  text-align:center;
  font-weight:bold;
  }
	
.blue12boldunderlinedtextcentered
	{
	font-size:12px;
	color:blue;
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
	}

.black16boldtextcentered
	{
	font-size:16px;
	color:black;
	text-align:center;
	font-weight:bold;
	}

	
.black24boldtextcentered
	{
	font-size:24px;
	color:black;
	text-align:center;
	font-weight:bold;
	}

.red20boldtextcentered
	{
	font-size:20px;
	color:red;
	text-align:center;
	font-weight:bold;
	}

.red24boldtextcentered
  {
  font-size:24px;
  color:red;
  text-align:center;
  font-weight:bold;
  }
  
.black12textcentered
	{
	font-size:12px;
	color:black;
	text-align:center;
	font-weight:normal;
	}
	
.black12textleft
	{
	font-size:12px;
	color:black;
	text-align:left;
	font-weight:normal;
	}

.black14textcentered
  {
  font-size:14px;
  color:black;
  text-align:center;
  font-weight:normal;
  }
  
.black16textcentered
	{
	font-size:16px;
	color:black;
	text-align:center;
	font-weight:normal;
	}
	
.black16textleft
	{
	font-size:16px;
	color:black;
	text-align:left;
	font-weight:normal;
	}	

.black14text
  {
  font-size:14px;
  color:black;
  font-weight:normal;
  } 

.black16leftlowrow
  {
  font-size:16px;
  color:black;
  text-align:left;
  font-weight:normal;
  line-height: 95%; 
  } 

.black14textleftbold
  {
  font-size:14px;
  color:black;
  text-align:left;
  font-weight:bold;
  line-height: 90%; 
  } 

.black16textleftbold
	{
	font-size:16px;
	color:black;
	text-align:left;
	font-weight:bold;
	}	


.black16textindented
	{
	font-size:16px;
	color:black;
	text-indent:0px;
	text-align:left;
	font-weight:normal;
	}

.black20textindented
	{
	font-size:20px;
	color:black;
	text-indent:0px;
	text-align:left;
	font-weight:normal;
	}

.tdmiddlecenter12blackbggrayulb
{
	font-size:12px;
	color:black;
	vertical-align:middle;
	text-align:center;
	background-color: gray;
	text-decoration:underline;
	font-weight:bold;
	text-decoration:underline;
}


div.red16textcentered
	{
	font-size:16px;
	color:red;
	text-align:center;
	}
	
.black20textcentered
	{
	font-size:20px;
	color:black;
	text-align:center;
	font-weight:normal;
	}



td.selected{
					 background-color: #000000;
					 border: 1px #000000 solid;
					 padding-left:8px;
					 padding-right:8px;
					 padding-top:2px;
					 padding-bottom:2px;
					 vertical-align:middle;
}
a.selected,a.selected:hover,a.selected:visited, a.selected:active{
					 font-size:12px;
					 color:white;
					 font-family:Serif;
 					 font-weight:bold;
					 text-decoration:none;
}

td.nselected {
 					 background-color: #FFFFFF;
					 border: 1px #000000 solid;
					 padding-left:8px;
					 padding-right:8px;
					 padding-top:2px;
					 padding-bottom:2px;
					 vertical-align:middle;
}

a.nselected,a.nselected:hover,a.nselected:visited, a.nselected:active{
					 font-size:12px;
					 color:black;
					 font-family:Serif;
 					 font-weight:bold;
					 text-decoration:none;
}

td {
    font-family: Verdana, Arial, sans-serif;
    font-size:10px;
}


.nomargin {
    margin: 0px 0px 0px 0px;
}

.banner {
    background-color: #FFFFFF;
}

.page_name {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #8E1919;
}

.top {
    background-color: #FFFFFF;
}

.secondary {
    background-color: #E5E5E5;
}

.content {
    background-color: #FFFFFF;
}

.normal-cp {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}

.normal-text-header {
	font-size: 18px;
	font-weight: bold;
}

.normal-product-name {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.normal-product-desc {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.normal-product-image {
	float: left;
	margin: 0 15px 10px 0;
}

.normal-pp-name {
    font-size: 24px;
    font-weight: bold;
}

.normal-pp-image {
	float: left;
	margin: 0 15px 10px 0;
}

.normal-pp-desc {
    font-size: 12px;
}

.normal-pp-option {

}

.normal-big-message {
    font-size: 24px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.edit-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: 17px;
    color: #0000FF;
}
a.blue:link {
    color: #000000;
}
a.blue:visited {
    color: #000000;
}
a.blue:active {
    color: #000000;
}
a.blue:hover {
    color: #000000;
}

.message {
    font-size: 12px;
    text-align: center;
    color: red;
}

/* Additional Style Definitions: */

/* Default Template Style (Not working?)*/

.normal-text {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
                padding: 5px 5px 5px 5px;
}

.normal-text-header {
                color: #000000;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 16px;
                font-weight: bold;
                padding: 3px 5px 3px 5px;
}

/* this is fairly generic for each style */

.generic-lt-image {
                margin: 0px 5px 0px 0px;
                float: left;
}

/* "Comment" */

.comment-text {
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 12px;
                padding: 5px 5px 5px 5px;
                border-top: solid 1px #000000;
                border-left: solid 1px #000000;
                border-right: solid 1px #000000;
                border-bottom: solid 1px #000000;
}

.comment-text-headless {
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 12px;
                padding: 5px 5px 5px 5px;
                border-top: solid 1px #000000;
                border-left: solid 1px #000000;
                border-right: solid 1px #000000;
                border-bottom: solid 1px #000000;
}

.comment-header {
                background-color: #000000;
                color: #ffffff;
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 16px;
                font-weight: bold;
                padding: 3px 5px 3px 5px;
                border-top: solid 1px #000000;
                border-left: solid 1px #000000;
                border-right: solid 1px #000000;
}

/* "Commentdark" */

.inverse-text {
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 12px;
                padding: 5px 5px 5px 5px;
                border-top: solid 1px #000000;
                border-left: solid 1px #000000;
                border-right: solid 1px #000000;
                border-bottom: solid 1px #000000;
}

.inverse-text-headless {
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 12px;
                padding: 5px 5px 5px 5px;
                border-top: solid 1px #000000;
                border-left: solid 1px #000000;
                border-right: solid 1px #000000;
                border-bottom: solid 1px #000000;
}

.inverse-header {
                background-color: #000000;
                color: #000000;
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 16px;
                font-weight: bold;
                padding: 3px 5px 3px 5px;
                border-top: solid 1px #000000;
                border-left: solid 1px #000000;
                border-right: solid 1px #000000;
}

/* "Highlight" */

.highlight-text {
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 12px;
                padding: 5px 5px 5px 5px;
                border-top: solid 1px #000000;
                border-left: solid 1px #000000;
                border-right: solid 1px #000000;
                border-bottom: solid 1px #000000;
}

.highlight-text-headless {
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 12px;
                padding: 5px 5px 5px 5px;
                border-top: solid 1px #000000;
                border-left: solid 1px #000000;
                border-right: solid 1px #000000;
                border-bottom: solid 1px #000000;
}

.highlight-header {
                background-color: #ffffff;
                color: #000000;
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 16px;
                font-weight: bold;
                padding: 3px 5px 3px 5px;
                border-top: solid 1px #000000;
                border-left: solid 1px #000000;
                border-right: solid 1px #000000;
}

/* "Highlight" */

.dark-text {
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 12px;
                padding: 5px 5px 5px 5px;
                border-top: solid 1px #000000;
                border-left: solid 1px #000000;
                border-right: solid 1px #000000;
                border-bottom: solid 1px #000000;
}

.dark-text-headless {
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 12px;
                padding: 5px 5px 5px 5px;
                border-top: solid 1px #000000;
                border-left: solid 1px #000000;
                border-right: solid 1px #000000;
                border-bottom: solid 1px #000000;
}

.dark-header {
                background-color: #000000;
                color: #000000;
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 16px;
                font-weight: bold;
                padding: 3px 5px 3px 5px;
                border-top: solid 1px #000000;
                border-left: solid 1px #000000;
                border-right: solid 1px #000000;
}

      .graph {
        background-color: #C8C8C8;
        border: solid 1px black;
      }
      
      .graph td {
        font-family: verdana, arial, sans serif;
      }
      
      .graph thead th {
        border-bottom: double 3px black;
        font-family: verdana, arial, sans serif;
        padding: 1em;
      }
    
      .graph tfoot td {
        border-top: solid 1px #999999;
        font-size: x-small;
        text-align: center;
        padding: 0.5em;
        color: #666666;
      }

      .bar {
        background-color: white;
        text-align: right;
        border-left: solid 1px black;
        padding-right: 0.5em;
        width: 400px;
      }
      
      .bar div { 
        border-top: solid 2px #0077DD;
        background-color: #004080;
        border-bottom: solid 2px #002266;
        text-align: right;
        color: white;
        float: left;
        padding-top: 0;
        height: 1em;
      }
      
      body {
        background-color: white;
      }

