﻿body 
{
	margin: 0 0 0 0;
	font-family: Verdana;
	font-size: 11px;
}

td
{
	font-size: 11px;
}
th
{
	font-size: 11px;
	text-align: right;
	padding-right: 10px;
}
img
{
	border: 0;
}
ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}

#merchandiseList th
{
	font-size: 11px;
	padding-right: 0px;
}

.grid-header
{
	border-bottom: solid 1px #BDBFBE;
}
.grid-header-right
{
	text-align: right;
	border-bottom: solid 1px #BDBFBE;
} 
.grid-header-left
{
	text-align: left;
	border-bottom: solid 1px #BDBFBE;
} 
.grid-header-center
{
	text-align: center;
	border-bottom: solid 1px #BDBFBE;
} 

.align-center
{
	text-align: center;
}
.align-right
{
	text-align: right;
}
.align-left
{
	text-align: left;
}
.button
{
	height: 23px;
	border: solid 1px #BDBFBE; 
}

.mainMenu
{
	color: White;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.req
{
	color: #EC0505;
	font-weight: bold;
}

#companyName
{
	color: #0019E7;
	font-size: 24px;
	font-weight: bold;
}
#slogan
{
	color: #EC0505;
	font-size: 15px;
	font-weight: bold;
}
.errPlace
{
	background: #FF9ACC;
	border: solid 2px #808080;
	margin-bottom: 20px;
}

.addErrorPanel
{
	position: absolute;
	z-index: 100;
	background: #FF9ACC;
	border: solid 1px #808080;
	display: block;
	width: 400px;
	left: 150px;
}
.readyOnly
{
	border-bottom: solid 1px #cecece;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}
.label
{
	padding-right: 5px;
	height: 25px;
}
