/* CSS Document */

/* This CSS is for the page when it's viewed on a screen. */

/*	For the background of the pages to be different from the content. This also places a black border around the content. */
.container {
	background-color: #FFF;
	width: 820px;
	border: solid 1px #000;
	margin: 6px auto 6px auto;
	padding: 8px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Adobe Helvetica";
	font-size: 10pt;
	color: #666;
	background-color: #DADADA;
	font-size: 10px;
	margin: 6px 6px 6px 6px;
}
a, a:link, a:visited {
	color: #666;
	text-decoration: none;
}
a:hover, a:visited:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}
a:active {
	color: #000;
	text-decoration: underline;
}

sup {
	font-size: 6pt;
}


/* For the Title tags throughout the site */
.title, .title2, .title3, th { font-weight: bold; }
.title {	font-size: 14pt; }
.title2, th {	font-size: 12pt; }
.title3 { font-size: 10pt; }

.caption_title {
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	padding-bottom: 5px;
}

/* For orange text when needed. */
.highlight {
	color: #F90;
	font-weight: bold;
}

/* For the Apple Safari Download Notice */
.safari_note { border: 1px #000 solid; }

/* Use this for align images in "absmiddle" without using the proprietary HTML tag. 
   This goes as a class assignment in the img tag. */
.absmiddle { text-align: left; vertical-align: middle; display: inline-block; }

/* Make the source code sections look like a terminal session. */
.command {
	font-family: Monaco, Monospace, "Courier New", Courier, mono;
	font-size: 9pt;
	color: #0F0;
	background-color: #000;
	padding: 4px 2px 4px 4px;
	white-space: nowrap;
}

/* Used to indicate a command in the middle of a paraphraph where the command line output is unsuitable. */
.code {
	color: #000;
	font-family: Monaco, Monospace, "Courier New", Courier, mono;
	font-weight: bold;
	background-color: #FFF;
	font-size: 9pt;
	/*white-space: nowrap;*/
}

/* Most commonly uzed for the MD5Sum values */
.monospace {
	font-family: Monaco, Monospace, "Courier New", Courier, mono;
	font-size: 9pt;
	padding-right: 3px;
}

.attention {
	color: #F00;
	font-weight: bold;
}
.copyright {
	background: #FFF;
	float: left;
	text-align: left;
	padding: 3px;
	font-size: 7pt;
}
.finePrint {
	font-size: 7pt;
	font-style: italic;
}
.printerFriendly {
	border: 1px #000 solid;
	padding: 5px;
	width: 750px;
	text-align: left;
	margin: 15px 1px 15px 15px;
}
.printerFriendly img {	padding: 0 8px 15px 0; }

/* For black text when needed. */
.black {
	color: #000;
	font-weight: bold;
	background-color: #FFF;
}

/* For yellow text when needed. */
.yellow {	color: #FF0 }

/* For green text when needed -- mostly during the holidays. */
.holiday {
	color: #090;
	font-weight: bold;
}

.image_border {
	border: hidden;
	background-color: #FFF;
	padding: 8px;
}

/* Headline for press releases. */
.headline {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-transform: capitalize;
	padding: 8px;
}

/* For the link box on the product pages */
.product_link_title {
	text-align: right;
	color: #F90;
	font-weight: bold;
	font-size: 9pt;
}

.search {
	float: right;
	background-color: #FFF;
	border: 5px #FFF solid;
	padding-bottom: 3px;
	height: 25px;
	white-space: nowrap;
	display: inline-table;
}

/* For Horizonal Rules throughout the TOLIS Site */
hr {
	border: none;
	/*color: #333;*/
	background-color: #333;
	height: 2px;
}

/* Most commonly for support closure notices. */
.notice { 
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #F00;
	text-align: center;
	padding: 2px;
}

.white_bg {	background-color: #FFF; }
.orange_bar_bg {	background-color: #FFDDAD; }
.search_url {	color: #090; }

/* These are for Telephone Support */
.open, .closed { text-transform: uppercase; font-weight: bold; }
.open { color: #090; }
.closed { color: #F00; }

/* These are for the Mailing List page */
.low, .med, .high { font-weight: bold; }
.low { color: #060; }
.med { color: #00F; }
.high { color: #F00; }


/* For customer quotes and positive feedback */
.quote {
    width: 550px;
				padding: 5px;
				margin: 35px 0 35px 50px;
	   vertical-align: middle;
}
.quote_signature {
    text-decoration: none;
				font-style: italic;
				text-align: right;
				padding-top: 5px;
}

/* For Bookmark-It Button on Pages */
.bookmarkit {
	padding-top: 5px;
	padding-bottom: 3px;
	text-align: center;
}

/* Apply NOBR to all forms */
.nobr {
	white-space: nowrap;
	display: inline-table;
}

/* 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; }

/***************************************************************************
****************************************************************************
****************************************************************************
									Below is the replacement of the table_bg.css file
****************************************************************************
****************************************************************************
***************************************************************************/

/* Table ID's */
#CONTENT {
	padding-bottom: 15px;
	text-align: left;
	vertical-align: top;
	width: 820px;
	background-color: #FFF;
}
#TOLIS_Group_Logo {
	float: left;
	vertical-align: middle;
}
#Link_Bar {
	width: 820px;
	background: #FFF url('/images/theme/topbar.gif') top right;
	background-repeat: no-repeat;
	margin-bottom: 8px;
}
#Link_Bar_Links {
	text-align: center;
	font-weight: bold;
	font-size: 1.0em;
}
#Prod_Updates {
	background-image: url('/images/theme/orangefade_small.gif');
	background-repeat: no-repeat;
}
#Copyright td{
	background: url('/images/theme/bottombar.png') top left;
	background-repeat: no-repeat;
	height: 85px;
}
#Copyright a, a:link, a:hover, a:visited, a:active { font-weight: bold; }

/* For Product Comparisson Matrix */
#MATRIX {
	font-weight: bold;
}
#MATRIX td {
	height: 25px;
	border-bottom: 1px #000 solid;
	vertical-align: middle;
}
#MATRIX thead {	vertical-align: bottom; }
#MATRIX_BS_CLIENTS { font-weight: bold; }
#MATRIX_BS_CLIENTS td {
	height: 25px;
	border-bottom: 1px #000 solid;
	vertical-align: middle;
}
#MATRIX_BS_CLIENTS thead {	vertical-align: bottom; }

/* Other ID's */

#HEADIMG {
	width: 820px;
	height: 154px;
	padding-bottom: 2px;
}

/* Below are the specifications for tabel rows. */
.orange_fade_right {
	background-image: url('/images/theme/orangefade_full.png');
	background-repeat: repeat-Y;
	font-weight: bold;
	color: #666;
	text-align: left;
	text-indent: 2px;
	padding: 2px 2px;
}
.orange_fade_down {
	background-image: url('/images/theme/orangefade_down.gif');
	background-repeat: repeat-x;
	font-weight: bold;
	color: #666;
}
.orange_bar_bg {
	background-color: #FFDDAD;
	background-repeat: no-repeat;
}

/*	Product link border styles for the product	description pages. */
.product_links {
	padding: 3px;
	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: #FFF url('/images/holiday_images/holly-corner.gif') right bottom; }
