body
{
	font-family: Tahoma, Arial;
	font-size: 80%;
	background: url( '../Images/wa.gif' ) repeat;
}

input, select, textarea
{
	font-family: Tahoma, Arial;
	border: 1px solid Gray;
	color: black;
}

span input
{
	border: none;
}

img
{
	border: none;
	text-decoration: none;
}

a
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #F00C89;
}

a img, span#image img
{
	border: 1px solid Silver;
	padding: 2px;
	text-align: center;
}

.box, .dialogBox, .buttonBox
{
	background-color: white;
	border: 1px solid Silver;
	padding: 5px;
	text-align: left;
}

.dialogBox
{
	text-align: center;
}
.buttonBox
{
	text-align: right;
}
.loginTextBox
{
	background-color: White;
	width: 140px;
	height: 12px;
	font-size: 10px;
	font-family: Tahoma, Arial;
	border: 3px solid #F00C89;
}

a:hover img
{
	border-color: Black;
}

h3
{
	font-size: 110%;
	color: black;
	font-weight: bold;
}

hr
{
	height: 1px;
	color: Gray;
}

div#mainWindow
{
	width: 100%;
	height: 100%;
	border: 15px solid #8E878D;
	text-align: left;
	padding: 10px;
	position: relative;
	background: #C2BAC1;
}

div#counter
{
	width: 150px;
	text-align: center;
}

div#copyright
{
	width: 100%;
	text-align: center;
	font-size: 80%;
}

.menu
{
}

.submenu
{
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	font-weight: bold;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
	background-color: green;
	padding: 10px;
}

.menuItemHover
{
	border: 1px solid Gray;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.menuItem
{
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: white 1px solid;
}

.roundBorders
{
	font-size: 100%;
	font-weight: normal;
	float: left;
	position: relative;
	left: -5px;
	border: 2px solid #6D6364;
	background: white;
}

.login
{
	background-color: white;
	border: 2px solid #6D6364;
}

.lt
{
	top: -6px;
	left: -6px;
	background: no-repeat left top;
}

.rt
{
	top: -6px;
	right: -7px;
	background: no-repeat right top;
}

.lb
{
	bottom: -7px;
	left: -6px;
	background: no-repeat left bottom;
}

.rb
{
	bottom: -7px;
	right: -7px;
	background: no-repeat right bottom;
}

.lt, .lb, .rt, .rb
{
	position: absolute;
	width: 6px;
	height: 6px;
	font-size: 0px;
}

.pager
{
	text-align: right;
	background: #C2BAC1;
}

.alternateRow
{
	background: white;
}

.paragraphTitleLabel
{
	font-size: 120%;
	color: black;
	font-weight: bold;
}

.dateLabel
{
	color: gray;
}

.titleLabel
{
	color: #F00C89;
	font-weight: bold;
}

.title
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.itemCount
{
	font-size: 80%;
	height:18px;
	border-top:1px solid gray;
	border-right:2px solid gray;
	background-color:whitesmoke;
	vertical-align:middle;
}

div#manufacturer,
manufacturer
{
	border-right: solid 10px #C2BAC1;
	padding-right: 5px;
	height: 19px;
	background-color: gainsboro;		
	font-weight:normal;	
	vertical-align:middle;
}
.selectedManufacturer
{	
	font-weight:bold;
	color:#F00C89;
}
.unselectedManufacturer
{	
	font-weight:normal;
	color:Black;
}
.itemTable
{
	border: 1px solid gainsboro;
	background-color: whitesmoke;
}
.itemHeader
{
	border-left: solid 10px #C2BAC1;
	background-color: gainsboro;
	padding-left:5px;
}