/* CSS Document */

/* This CSS is for use when printing an HTML page. */

<!--
.noPrint {
	display: none !important;
}
#CONTENT {
	padding-bottom: 15px;
	text-align: left;
	vertical-align: top;
	width: 820px;
	background-color: #FFF;
}
body {
	font-family: Verdana, Arial, Helvetica, "Adobe Helvetica", sans-serif;
	background-color: #FFF;
	color: #000;
	font-size: 10px;
	line-height: normal;
	text-decoration: none;
	text-transform: none;
	background-color: #FFF;
	font-style: normal;
	font-variant: normal;
}
a {
	line-height: normal;
	text-transform: none;
	color: #000;
	text-decoration: underline;
}
a:link {
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
a:visited {
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.title {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	text-transform: none;
	color: #000;
}
.title2 {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	text-transform: none;
	color: #000;
}
.title3 {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	text-transform: none;
	color: #000;
}

.highlight {
	color: #F90;
	font-weight: bold;
}
.command {
	font-family: Monaco, Monospace, "Courier New", Courier, mono;
	font-size: 10px;
	color:#006000;
	background-color: #FFF;
}
.attention {
	color: #F00;
	font-weight: bold;
}
.copyright {
	/*padding-top: 5px;*/
	/*position: absolute;*/
	/*top: inherit;*/
	font-size: 9px;
}
.code {
	color: #000;
	font-family: Monaco, Monospace, "Courier New", Courier, mono;
	font-weight: bold;
	background-color: #FFF;
	font-size: 10px;
}

/* For customer quotes and positive feedback */
.quote {
    width: 550px;
				padding: 5px;
				margin-left: 50px;
				margin-top: 35px;
				margin-bottom: 35px;
	   vertical-align: middle;
}
.quote_signature {
    text-decoration: none;
				font-style: italic;
				text-align: right;
				padding-top: 5px;
}


/********************************************
	Product link border styles for the product
	description pages.
*********************************************/
.product_links {
	padding-right: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 3px;
	padding-left: 0px;
	background-color: #E9E9E9;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}

/*****************************************************
	The two styles below are used on the product pages.
*****************************************************/
.cell_padding_right {
	padding-right: 8px;
}
.cell_padding_left {
	padding-left: 10px;
}

/***************************************************
	These entries are for use on the download pages
	to show users what row the mouse is currently
	overing over.
***************************************************/
.tableRollOverEffect1 {
	background-color: #FF0;
	color: #000;
}
.tableOnClickEffect1 {
	background-color: #F90;
	color: #000;
}

/***************************************************
  This is for the Holiday Closure page background
	image (Christmas Holly).  This ensures its
	position on the page.
***************************************************/
.holly {
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom;
}

/* For Product Comparisson Matrix */
#MATRIX td {
	height: 25px;
	border-bottom: 1px #000 solid;
	font-weight: bold;
	vertical-align: middle;
}
#MATRIX thead {
	vertical-align: bottom;
	font-weight: bold;
}
#MATRIX_BS_CLIENTS td {
	height: 25px;
	border-bottom: 1px #000 solid;
	font-weight: bold;
	vertical-align: middle;
}
#MATRIX_BS_CLIENTS thead {
	vertical-align: bottom;
	font-weight: bold;
}

/*************************************************
	Adding a border to tables.
*************************************************/
.border_bottom { border-bottom: 1px #000 solid; }
.border_top { border-top: 1px #000 solid; }
.border_right {	border-right: 1px #000 solid; }
.border_left { border-left: 1px #000 solid; }
.border_div { border: 1px #000 solid; }
-->