﻿body 
{
	margin-top: 5px;
	background-color: #aaaaaa;
}

a, a:visited
{
	color: Blue;
}

a:active, a:hover
{
	color: Navy;
}

#main
{
	border: 2px solid #000000;
	width: 1000px;
}

#header td
{
	background-image: url('../images/banner_bar.png');
	background-repeat: repeat-x;
	background-position:bottom;
	background-color: white;
}

#header td table td
{
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: white;
}
#header td.logo
{
	vertical-align: bottom;
}

#body
{
	border-top: 2px solid #555555;
	vertical-align: top;
	background-color: white;
}

#productlist
{
	text-align: center;
	font-size: 8pt;
}

#productlist td
{
	vertical-align: top;
	cursor: pointer;
}

#productlist td a
{
	text-decoration: none;
	color: inherit;
}

#productlist .text
{
	font-weight: bold;
	font-size:11pt;
}

#productlist .bar
{
	margin-top: 3px;
	display:block;
	clear:none;
	width: 100%;
	height: 2px;
}
#productlist .image
{
	margin-top: -10px;
}

#productlist .desc
{
	margin-top: 0.5em;
	display:block;
	font-size:8pt;
}

.product
{
	width: 130px;
	vertical-align: top;
	border-right: 1px solid #555555;
	background-color: #EEEEFD;
	text-align: center;
	font-weight: bold;
}

.product img
{
	border: 2px solid #aaaaaa;
}

.product img:hover, .product img:active
{
	border: 2px solid #555555;
}

#navbar
{
	width: 200px;
	vertical-align: top;
	border-left: 1px solid #555555;
	background-color: #EEEEFD;
}

#navbar table td
{
	vertical-align: middle;
	text-align: left;
	color: #000000;
	font-weight:bold;
	background-color: #f0f0f0;
}

#navbar td.on
{
	background-color: #C4BEF3;
	cursor: pointer;
	/*background-color: #7C6FF1;*/
	/*background-color: #230FD2;*/
}

#navbar table th
{
	text-align: left;
	background-color: #555555;
	color: #FFFFFF;
	font-weight:bold;
}

#navbar table
{
	background-color: #555555;
}

#navbar a,img
{
	border: 0px;
	text-decoration: none;
	background-color: Transparent;
	color: Black;
}

#navbar img
{
	padding: 1px;
	border: 0px solid #aaaaaa;
	background-color: #aaaaaa;
	vertical-align: middle;
}

.entry
{
	width:100%;
	margin-bottom: 1em;
}

.entry span
{
	margin-left: 3em;
}

.entry .headline
{
	margin-top: 1em;
	font-weight: bold;
	display:block;
	border-bottom: 1px solid #aaaaaa;
}

.entry .description
{
	margin-top: 0.5em;
	margin-left: 5em;
	display:block;
}

.entry .link
{
	margin-top: 1em;
	text-indent: 2em;
	display:block;
}

#blog
{
	vertical-align: top;
}

#footer
{
	text-align: center;
	border-top: 1px solid #555555;
	padding: 5px;
	background-color: #e8e8e8;
}

.textDiv
{
	font-size: 10pt;
	border: 2px solid black;
	background-color: #EEEEEE;
	position: fixed;
	z-index:100;
}

.textBody
{
	padding: 1em;
	overflow: auto;
	height: 100%;
}

.text a
{
	font-weight:bold;
}

#popupLink
{
	font-size: 14pt;
	text-decoration: none;
	margin-bottom: 1em;
	color: Black;
}

.textBackground
{
	background-color: #606060;
	position: fixed;
	opacity: 0.85;
	filter: alpha(opacity = 85);
	z-index:99;
}

.textHeader
{
	WIDTH: 100%;
	BORDER-BOTTOM: #000000 2px solid;
	BACKGROUND-COLOR: #D8E2FF;
	FLOAT: none;
	FONT-WEIGHT: bold;
	background-repeat:repeat;
	height: 35px;
}

.textIcons
{
	PADDING: 2px;
	PADDING-TOP: 3px;
	WIDTH: auto;
	FLOAT: right;
}