input.CSSFocusAndHover{behavior:url('cssfocusandhover.htc');}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003073;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003073;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3399CC;
	text-decoration: none;
}

a.recordings:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
a.recordings:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
a.recordings:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 13px;
	color: #003073;
	font-weight: bold;
}

.spacer {
	background-image: url("images/spacer.gif");
	background-repeat: repeat-y;
}
.spacerh {
	background-image: url("./images/spacerh.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}
body {
	margin-top: 25px;
	margin-bottom: 50px;
	margin-left: 50px;
}
.textfield{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1A664E;
	border: none;
	height: 53px;
	width: 213px;
	vertical-align: middle;
	padding: 19px 29px 0px 25px;
	background-image: url(images/input_box.gif);
}
.textfield:focus {
	background-image: url(images/input_box_hover.gif);
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1A664E;
	background-image: url(images/textarea.gif);
	border: none;
	height: 189px;
	width: 212px;
	vertical-align: middle;
	padding: 19px 29px 29px 25px;
	overFlow: auto;
}
textarea:focus {
	background-image: url(images/textarea_hover.gif);
}

.style1 {
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style3 {
	color: #FF0000;
	font-weight: bold;
}

.submitbutton {
	background: url(images/submit.out.gif );
	height: 29px;
	width: 92px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}

.submitbutton:hover {
	background: url(images/submit.over.gif );
	height: 29px;
	width: 92px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
.submitbutton:focus {
	background: url(images/submit.over.gif );
	height: 29px;
	width: 92px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}

.updated {
	font-size: 9px;
}
.tableprice {
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}
a.basket:link {
	font-size: 9px;
}
a.basket:visited {
	font-size: 9px;
}
a.basket:hover {
	font-size: 9px;
}
.recordingstableheader {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

.merchanttext {
	font-size: 10px;
}

.borderblockx {
	background-image: url(images/border/block.gif);
	background-repeat:repeat-x
}
.borderblocky {
	background-image: url(images/border/block.gif);
	background-repeat:repeat-y
}
.preloadImage{display:none;}