
.border{
	border: 1px solid #999999;
	
}

.font8{
font-size: 8px;
}
.font9{
font-size: 9px;
}
.font10{
font-size: 10px;
}
.font11{
font-size: 11px;
}
.font12{
font-size: 12px;
}
.font14{
font-size: 14px;
}
.font16{
font-size: 16px;
}
.font18{
font-size: 18px;
}
.font24{
font-size: 24px;
}
.font28{
font-size: 28px;
}

.totals { border:1px solid #BEBAAE; border-right:none; border-left:none; border-top:none; }
.bold{
font-weight: bold;
}

.noBold{
font-weight: normal;
}

.white{
	color: #FFFFFF;
}
.gray{
	color: #999999;
}
.red{
	color:#FF0000;
}
.darkGray{
	color: #333333;
}
.navigation{
font-size: 14px
}


.lowerNav {
	background-image: url(Images/navcorner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.itemBox {
	border-top: 1px solid #F4F4F4;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #F4F4F4;
	cursor: hand;
}
.upperLeftCorner {
	background-image: url(images/corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.searchBox
{
	height:20px;
	width: 150px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	padding:1px;
	color: #000000;
	
	
	
	text-align: left;
	}
	.textBox
{
	height:20px;
	width: 50px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	padding:1px;
	color: #000000;
	text-align: left;
	}
.button
{
	height:22px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	padding:1px;
	color: #000000;
	text-align: center;
	background-color: #DDDDDD;
	font-weight: bold;
	}
.hand {
	
	cursor: pointer;
}
.footerCorner {
	background-image: url(Images/bottomLeftCorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.selectBox {
	font-size: 10px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.noWidthTextbox {
	height: 19px;
	margin: 0px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.borderWhite {
	border: 1px solid #FFFFFF;
}
.ucase {
	text-transform: uppercase;
}

.odd {
	background-color: #F3F3F3;
	border: none;
}
.even {
	background-color: #DFDFDF;
	border: none;
}
