/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 10px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}

.inputSearch
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	color: black;
	background-color: #F9D67D;
	border-bottom: #000000 1px solid;
	font-size: 12px;
	font-family: 'Lucida Console';
	cursor: pointer;
	cursor: hand;
}
INPUT
{
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
}

.itemNAME
{
	font-size: 10px;
	font-weight: bold;
	color: White;
	font-family: Verdana;
}
.itemSIZE
{
	font-size: 10px;
	font-weight: bold;
	color: White;
	font-family: Verdana;
}
.itemPRICE
{
	font-size: 10px;
	font-weight: bold;
	color: White;
	font-family: Verdana;
}
.pager
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana;
}
.pagerOn
{
	font-size: 10px;
	font-weight: bold;
	color: #F9D67D;
	font-family: Verdana;
}
.itemID
{
	font-size: 12px;
	font-weight: bold;
	color: White;
	font-family: Verdana;
}
SELECT
{
	font-size: 8pt;
	color: #880000;
	font-family: 'Lucida Console';
}
.tblSearch
{
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	color: #F9D67D;
}

.BT
{
	font-weight: normal;
	font-size: 10px;
	overflow: visible;
	cursor: hand;
	color: black;
	font-family: verdana;
	background-color: #fef2bc;
}
Button
{
	font-weight: bolder;
	font-size: 10px;
	font-family: verdana;
}

A:link
{
	text-decoration: none;
	color: #F9D67D;
	border: 0px;
}

A:visited
{
	text-decoration: none;
	color: #F9D67D;
	border: 0px;
}

A:active
{
	text-decoration: none;
	color: #F9D67D;
	border: 0px;
}

A:hover
{
	text-decoration: underline;
	color: #FFFFFF;
	border: 0px;
}
.TEXT10GOLD
{
	font-size: 12px;
	font-weight: bold;
	color: #F9D67D;
	font-family: Verdana;
}
.TEXT16WHITEB
{
	font-size: 16px;
	font-weight: bold;
	color: White;
	font-family: Verdana;
}
.TEXT10WHITEB
{
	font-size: 12px;
	font-weight: bold;
	color: White;
	font-family: Verdana;
}
.TEXT10WHITE
{
	font-size: 12px;
	color: White;
	font-family: Verdana;
}
.TEXT12WHITE
{
	font-size: 12px;
	color: White;
	font-family: Verdana;
}
.TEXT10BLACK
{
	font-size: 12px;
	font-weight: bold;
	color: black;
	font-family: Verdana;
}
.TEXT10BEIGE
{
	font-size: 12px;
	font-family: Verdana;
	color: #FFFFCC;
	font-weight: bold;
}
.TEXT12BEIGE
{
	font-size: 12px;
	font-family: Verdana;
	color: #FFFFCC;
	font-weight: bold;
}
.TEXTLOGIN
{
	font-size: 9pt;
	font-family: Trebuchet MS;
	color: #F9D67D;
	font-weight: bold;
}
.TEXT16BLACK
{
	font-size: 16px;
	font-family: Verdana;
	color: #000000;
	font-weight: bold;
}
.TEXTSUBTITLE
{
	font-size: 16px;
	color: #F9D67D;
	font-weight: bold;
}