body {
	background-color: #E4E9D9;
	background-image: url(img/body/hv_bgr.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #424E10;
	margin: 0px;
	padding: 10px;
	}

/* link classes */

a:link, a:visited, a:hover {
	color: #6A3317;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	text-decoration: underline;
	}

/* body classes */

.bodyHorizontalTopTile {
	background-image:  url("img/body/hv.1.h.toptile.gif"); 
	background-repeat: repeat-x;
	background-color: #fff;
	}

.bodyHorizontalBottomTile {
	background-image: url(img/body/hv.1.h.bottomtile.gif); 
	background-repeat: repeat-x;
	background-color: #fff;
	}
	
.bodyLeftTile {
	background-image: url(img/body/hv.1.v.lefttile.gif); 
	background-repeat: repeat-y;
	background-color: #fff;
	}
	
.bodyRightTile {
	background-image: url(img/body/hv.1.v.righttile.gif); 
	background-repeat: repeat-y;
	background-color: #fff;
	}

.bottomNavBgr {
	background-color: #D5DEC3;
	background-image: url(img/body/hv_body_bottomnav_tile.gif);
	background-repeat: repeat-x;
	}

.topNavBgr {
	background-color: #6F471E;
	}
	
/* important id */
#bottomNav {
	text-align: center;
	}

	#bottomNav p {
		color: #B3A088;
		}
		
	#bottomNav a:link, #bottomNav a:visited, #bottomNav a:hover {
		color: #6A3317;
		font-weight: bold;
		text-decoration: none;
		font-size: 10px;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		margin-left: 3px;
		margin-right: 3px;
		}
	
	#bottomNav a:hover {
		color: #6A3317;
		text-decoration: underline;
		}
	
#main, #mainSubpage {
	background-color: #F7F9F2;
	background-image: url(img/body/hv_mainbgr_divided.gif);
	background-repeat: repeat-y;
	}
	
	#main p, mainSubpage p {
		margin-top: 5px;
		line-height: 17px;
		margin-bottom: 0px;
		font-size: 11px;
		}

#mainSubpage {
	background-image: url(img/hv.textbgrgirl.subpage.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	

		
/* adjustment classes */
.headerTopMargin {
	margin-top: 10px;
	}
	
.firstParagraph {
	margin-top: 10px;
	}
	
.copyrights {
	color: #B3C097;
	margin-top: 5px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif
	}
	
	.copyrights a:link, .copyrights a:visited, .copyrights a:hover{
		color: #B3C097;
		}

.ghostedMainPic {
	background-image: url(img/hv.textbgrgirl.subpage.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

.inputNormal, .inputIEFix, .textareaNormal, .inputQty, .inputAdmin, .inputAdminPrice {
	width: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #868E63;
	background-color: #E7EBDC;
	padding: 2px;
	color: #424E10;
	}

.inputIEFix {
	width: 168px;
	}
	
.textareaNormal {
	width: 250px;
	height: 100px;
	}

.inputQty {
	width: 40px;
	text-align: right;
	}

.inputAdmin {
	width: 250px;
	}

.inputAdminPrice {
	width: 60px;
	}
	
.rowEven {
	background-color: #EBEFE3;

	}

.confirmation {
	margin: 0px;
	margin-top: 10px;
	color: #6F471E;
	font-weight: bold;
	}
	
.submenu {
	margin-top: 1px;
	background-color: #EDEFE6;
	margin-bottom: 10px;
	}
	
.menuItem, .menuItem2 {
	font-size: 13px;
	margin-bottom: 0px;
	margin-top: 20px;
	font-weight: bold;
	}

.menuItem {
	color: #6F471E;
	}
	
.menuItem2 {
	/* color: #6F471E;
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 30px; */
	}

/*

	CALENDAR STYLES

*/




.TESTcpMonthNavigation a:link, .TESTcpMonthNavigation a:visited, .TESTcpMonthNavigation a:hover {
	color: #FFFFFF
	}
	
#testdiv1 table {
	background-color: #fff;
	}

.TESTcpYearNavigation,
.TESTcpMonthNavigation
	{
	background-color:#424E10;
	text-align:center;
	vertical-align:center;
	text-decoration:none;
	color:#fff;
	}
	
.TESTcpDayColumnHeader,
.TESTcpYearNavigation,
.TESTcpMonthNavigation,
.TESTcpCurrentMonthDate,
.TESTcpCurrentMonthDateDisabled,
.TESTcpOtherMonthDate,
.TESTcpOtherMonthDateDisabled,
.TESTcpCurrentDate,
.TESTcpCurrentDateDisabled,
.TESTcpTodayText,
.TESTcpTodayTextDisabled,
.TESTcpText
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
TD.TESTcpDayColumnHeader
	{
	text-align: center;
	}
	
.TESTcpCurrentMonthDate,
.TESTcpOtherMonthDate,
.TESTcpCurrentDate
	{
	text-align:right;
	text-decoration:none;
	}
	
.TESTcpCurrentMonthDateDisabled,
.TESTcpOtherMonthDateDisabled,
.TESTcpCurrentDateDisabled
	{
	color: #D0D0D0;
	text-align:right;
	text-decoration:line-through;
	background-color: #000000;
	}
	
.TESTcpCurrentMonthDate
	{
	color:#fff;
	}
	
.TESTcpCurrentDate
	{
	color: #FFFFFF;
	}
	
.TESTcpOtherMonthDate
	{
	color: #808080;
	}
	
TD.TESTcpCurrentDate
	{
	color:#424E10;
	background-color: #eee;
	border: 0px solid #424E10;
	}
	
TD.TESTcpCurrentDateDisabled
	{
	background-color: #eee;
	border: 0px solid #666;
	}
	
TD.TESTcpTodayText,
TD.TESTcpTodayTextDisabled
	{
	border:1px solid thin #424E10;
	}
	
A.TESTcpTodayText,
SPAN.TESTcpTodayTextDisabled
	{
	height:20px;
	font-weight: normal;
	}
	
A.TESTcpTodayText
	{
	color:#424E10;
	font-weight: normal;
	}
SPAN.TESTcpTodayTextDisabled
	{
	color:#D0D0D0;
	}
.TESTcpBorder
	{
	border:solid thin #424E10;
	}
		
#testdiv1 a:link, #testdiv1 a:visited, #testdiv1 a:hover {
	font-weight: normal;
	}

#testdiv1 .TESTcpOtherMonthDate a:link, #testdiv1 .TESTcpOtherMonthDate a:visited, #testdiv1 .TESTcpOtherMonthDate a:hover {
	color: #999;
	}
