*
{
	 font-family: arial;
	 color: #424242;
}

body
{
	background-color: #ececec;
}

font
{
	 font-family: arial;
	 color: #424242;
}

a
{
	text-decoration: none;
	color: #424242;
}

font.small
{
	 font-family: arial;
	 color: #424242;
	 font-size: smaller;
	 
}

font.tiny
{
	 font-family: arial;
	 color: #424242;
	 font-size: xx-small;
	 
}

table.items
{
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 500px;
	max-width: 500px;
	min-width: 500px;
	border-style: solid;
	border-bottom-style: none;
	border-width: 1px;
	border-color: #000000;
	background-color: #b5a27e;
}

.itemsTitle
{
	margin: 0px;
	padding: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;		
}

.itemsCatRow
{
	margin: 0px;
	padding: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;	
	background-color: #d5c5a7;
}

.singleItem
{
	margin: 0px;
	padding: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	background-color: White;
	padding-left: 2px;
}

table.message
{
	min-height: 50px;
	max-height: 220px;
	height: 50px;
	width: 75%;
	max-width: 90%;
	min-width: 50%;	
	border-style: solid;
	border-width: 1px;
	background-color: WHITE;
	margin: 0px;
	padding: 0px;	
}

tr.messageTitle
{
	margin: 0px;
	padding: 0px;	
	background-color: #cfcfcf;
	min-height: 20px;
	max-height: 20px;
	height: 20px;	
}

tr.errorTitle
{
	margin: 0px;
	padding: 0px;	
	background-color: #e8a2a2;
	min-height: 20px;
	max-height: 20px;
	height: 20px;	
}

table.mainFrame
{

	min-height: 500px;
	max-height: 500px;
	height: 500px;
	width: 700px;
	max-width: 700px;
	min-width: 700px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #ffffff;
	background-image: url( "../images/yellowbg.jpg" );
	background-repeat: repeat-y;
	
}

tr.titleRow
{
	min-height: 50px;
	max-height: 50px;
	height: 50px;
}

tr.footerRow
{
	min-height: 20px;
	max-height: 20px;
	height: 20px;
}

td.titleRow
{
	margin: 5px;
	padding: 5px;
}

td.left
{
	vertical-align: top;
	width: 140px;
	max-width: 140px;
	min-width: 140px;
	border-right-style: solid;
	border-right-width: 1px;	
}

td.right
{
	vertical-align: top;
}


p.title
{	
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	text-align: right;
	background-color: #ffffff;
	height: 75px;
	background-image: url( "../images/header.jpg" );	
	background-repeat: no-repeat;
}

p.footer
{
	border-top-style: solid;
	border-top-width: 1px;
	text-align: center;
}


div.login
{
	width: 300px;
	max-width: 300px;
	min-width: 300px;	
	height: 250px;
	max-height: 250px;
	min-height: 250px;
	background-image: url(../../../../commons/images/bg.png);
	background-repeat: no-repeat;	
	padding: 5px;
}

div.menuFrame
{
	margin: 3px;
	padding: 3px;
	width: 130px;
	max-width: 130px;
	min-width: 130px;	
	border-style: solid;
	border-width: 1px;	
	background-color: #554016;
}

div.menuHeading
{
	border-style: solid;
	border-width: 1px;
	background-color: #bca984;
}

div.menuHeadingNoTop
{
	border-style: solid;
	border-width: 1px;
	background-color: #bca984;
	border-top-style: none;
}

div.menuItem
{
	border-style: solid;
	border-width: 1px;
	background-color: WHITE;
	border-top-style: none;
}

div.menuItemOver
{
	border-style: solid;
	border-width: 1px;
	background-color: #ded2ba;
	border-top-style: none;
		
}

div.confirmMessage
{
	border-style: solid;
	border-width: 1px;
	background-color: #ffc9c9;
	border-color: #8e0000;
	margin: 5px;
	padding: 5px;
}

input, textarea, select 
{
    border: 1px solid #555555;
    font-family: Arial;
    font-size: 12px;
    color: #000000;
    max-width: 150px;
    background-image: url(../../../../commons/images/frmbg.jpg);
} 

textarea.posMessage
{
	max-width: 250px;
	width: 250px;
}

font.menuTitle
{
    font-family: Arial;
    font-size: 12px;
    cursor: pointer;
}

div.subMenuContainerOpen
{
	display: block;
}

div.subMenuContainerClosed
{
	display: none;
}

form.noBottomMargin
{
	margin-bottom: 0px;
}

img.noBorder
{
	border-width: 0px;
}

p.error
{
	border: 1px solid #9a0000;	
	background-color: #ff9d9d;
	width: 400px;
	margin-left: auto; 
	margin-right: auto; 	
	text-align: center;
	padding: 5px;
}

div.sectionContainer
{
	margin-left: auto; 
	margin-right: auto; 
	padding: 0px;
	width: 500px;
	max-width: 500px;
	min-width: 500px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	min-height: 50px;
}

.centerText
{
	text-align: center;
}

.sectionHeader
{
	margin: 0px;
	padding: 0px 0px 0px 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;	
	background-color: #b5a27e;
}

.searchBox
{
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 5px;
	margin-bottom: 5px;
}

.searchResults
{
	text-align: left;
}

table.ajaxTable
{
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #000000;	
	padding: 0px;
	margin: 0px;	
	border-collapse: collapse;	
	width: 500px;
	
}

td.ajaxNormalCell
{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	padding: 0px 0px 0px 2px	;
	margin: 0px;	
}

th.ajaxNormalCell
{
	border-width: 0px;
	padding: 0px 0px 0px 2px	;
	margin: 0px;
	background-color: #b5a27e;
	font-size: 12px;	
	text-align: left;	
}
