body {
	font-family: helvetica, arial, verdana;
	font-size: 0.75em;
}

a {
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

label {
	display: block;
	float: left;
	width: 12em;
	text-align: right;
	margin-left: 1em;
	margin-right: 1em;
	font-weight: normal;
	clear: both;
}

label.mandatory {
	font-weight: bold;
	color: #f00000;
}

label.header {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	padding: 10px;
}

strong {
	font-weight: bold;
}

.clearing {
	clear: both;
}

#admin_menu {
	border: solid 1px #808080;
	background-color: #dddddd;
	padding: 5px;
	margin: 0px;
	font-size: 12px;
}

#admin_menu ul li {
	float: left;
	width: 10em;
	list-style: none;
	font-weight: bold;
}

#admin_form div {
	clear: both;
	margin: 3px;
}

#tplContainer {
	margin-top: 5px;
}

#tplHeaderMenuContent {
	text-align: center;
	color: #808080;
	font-size: 16px;
}

#tplHeaderMenuContent a {
	color: #808080;
	font-weight: bold;
	font-size: 16px;
}

#tplHeaderMenuContent a:hover {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
}

#tplMainContent {
	border: 0px;
	margin: 7px 24px 3px 22px;
	text-align: left;
}

#tplFooterContent {
	color: #ffffff;
	font-size: 10px;
	margin-top: 17px;
}

#tplFooterContentCredit {
	float: left;
}

#tplFooterContentCredit a {
	color: #ffffff;
}

#tplFooterContentCredit a:hover {
	color: #000000;
}

#tplFooterContentCopyright {
	float: right;
}

.headerMidMenu {
	color: #808080;
	font-size: 13px;
	font-weight: bold;
}

.headerMidMenu:hover {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

/*
COLOURS:
blue	#3399ff
green	#0bcc0a
pink	#ff99ff
purple	#9966ff
*/

hr {
	border: 1px dotted #aaaaaa;
}

.purple {
	border: 1px dotted #e2d4ff;
}

.blue {
	border: 1px dotted #c1e0ff;
}

.green {
	border: 1px dotted #b9f0b9;
}

.pink {
	border: 1px dotted #ffe0ff;
}

.pageLink {
	color: #ffffff;
}

.pageLink:hover {
	color: #000000;
}

.backToTop {
	display: block;
	background: url(/images/backtotop_off.png);
	background-repeat: no-repeat;
	width: 107px;
	height: 33px;
	float: right;
}

.backToTop:hover {
	display: block;
	background: url(/images/backtotop_on.png);
	background-repeat: no-repeat;
	width: 107px;
	height: 33px;
	float: right;
}

.closeButton {
	display: block;
	background: url(/images/button_close_off.png);
	background-repeat: no-repeat;
	width: 107px;
	height: 33px;
}

.closeButton:hover {
	display: block;
	background: url(/images/button_close_on.png);
	background-repeat: no-repeat;
	width: 107px;
	height: 33px;
}

.findOutMore_pink {
	display: block;
	background: url(/images/findoutmore_pink_off.png);
	background-repeat: no-repeat;
	width: 107px;
	height: 33px;
}

.findOutMore_pink:hover {
	display: block;
	background: url(/images/findoutmore_pink_on.png);
	background-repeat: no-repeat;
	width: 107px;
	height: 33px;
}

.findOutMore_blue {
	display: block;
	background: url(/images/findoutmore_blue_off.png);
	background-repeat: no-repeat;
	width: 107px;
	height: 33px;
}

.findOutMore_blue:hover {
	display: block;
	background: url(/images/findoutmore_blue_on.png);
	background-repeat: no-repeat;
	width: 107px;
	height: 33px;
}

.findOutMore_green {
	display: block;
	background: url(/images/findoutmore_green_off.png);
	background-repeat: no-repeat;
	width: 107px;
	height: 33px;
}

.findOutMore_green:hover {
	display: block;
	background: url(/images/findoutmore_green_on.png);
	background-repeat: no-repeat;
	width: 107px;
	height: 33px;
}

.relatedTitles {
	display: block;
	background: url(/images/relatedtitles_button_off.png);
	background-repeat: no-repeat;
	width: 118px;
	height: 33px;
}

.relatedTitles:hover {
	display: block;
	background: url(/images/relatedtitles_button_on.png);
	background-repeat: no-repeat;
	width: 118px;
	height: 33px;
}

.buyThisBook {
	display: block;
	background: url(/images/buythisbook_button_off.png);
	background-repeat: no-repeat;
	width: 107px;
	height: 33px;
}

.buyThisBook:hover {
	display: block;
	background: url(/images/buythisbook_button_on.png);
	background-repeat: no-repeat;
	width: 107px;
	height: 33px;
}

.seeMore_pink {
	display: block;
	background: url(/images/seemore_pink_off.png);
	background-repeat: no-repeat;
	width: 107px;
	height: 33px;
}

.seeMore_pink:hover {
	display: block;
	background: url(/images/seemore_pink_on.png);
	background-repeat: no-repeat;
	width: 107px;
	height: 33px;
}

.seeMore_blue {
	display: block;
	background: url(/images/seemore_blue_off.png);
	background-repeat: no-repeat;
	width: 107px;
	height: 33px;
}

.seeMore_blue:hover {
	display: block;
	background: url(/images/seemore_blue_on.png);
	background-repeat: no-repeat;
	width: 107px;
	height: 33px;
}

.seeMore_green {
	display: block;
	background: url(/images/seemore_green_off.png);
	background-repeat: no-repeat;
	width: 107px;
	height: 33px;
}

.seeMore_green:hover {
	display: block;
	background: url(/images/seemore_green_on.png);
	background-repeat: no-repeat;
	width: 107px;
	height: 33px;
}
