/*
 * CREATIVE STEPS - "do what you like"
 *
 * (C)opyright 2005. All rights reserved.
 *
 * Web Design, Development & Content Management System
 * by Adrian Keeling-Look, LOOKsystems Limited
 * mailto: adrian@looksystems.ltd.uk
 *
 * Graphic Design & Artistic Direction
 * by Elizabeth Haven, Empress
 * mailto: elizabeth@empress-design.co.uk
 * 
 */

body, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

body {
	color: #000000;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: underline;
	color: #000000;
}

a.plain {
	text-decoration: none;
}
a.plain:hover {
	text-decoration: underline;
}

.banner {
	height: 112px;
}

.sidebar {
	font-size: 80%;
	color: #000000;
	background-color: #ff0099;
	padding: 8px;
}
.sidebar a {
	color: #000000;
	text-decoration: none;
}
.sidebar a:hover {
	color: #000000;
	text-decoration: underline;
}

.info {
	font-size: 80%;
	padding-top: 4px;
	padding-bottom: 8px;
}
.info a {
	text-decoration: none;
}
.info a:hover {
	text-decoration: underline;
}

.mysteps {
	margin-right: 8px;
}
.mysteps a {
	padding-left: 2px;
	padding-right: 2px;
}

.mycolours {
	padding: 8px;
	background: #ff0099;
	color: #000000;
	width: auto;
}
.mycolours table {
	border-collapse: collapse;
	color: #000000;
}
.mycolours td {
	font-size: 80%;
	color: #000000;
	border: 2px solid white;
	padding: 1px;
}
.mycolrow td {
	color: #000000;
	border: none;
}

.content {
	padding: 8px;
}

.heading {
	margin-top: 0px;
	font-size: 120%;
}

.count {
	font-size: 80%;
}

a.navigation {
	display: block;
	padding: 4px;
	background: #ffffff;
	border: solid 1px #000000;
	color: #000000;
	text-decoration: none
}

.navigator a {
	text-decoration: none
}
.navigator a:hover {
	text-decoration: underline;
}

.dropdown {
	width: 140px;
	background: #ffffff;
	border: solid 1px #000000;
	border-top: none;
	color: #000000;
	float: left;
	position: absolute; 
	z-index: 100;
	visibility: hidden;
}

.dropdown a {
	display: block;
	padding: 4px;
}

.dropdown a:hover {
	text-decoration: none;
	background: #000000;
	color: #ffffff;
}

.questions {
	margin: 0px;
	margin-top: 4px;
	margin-left: 20px;
	padding: 0px;
}
.questions li {
	margin-bottom: 4px;
}

.invalid {
	color: #000000;
	background: #ffffcc;
}

.footer {
	padding-top: 32px;
	text-align: center;
	font-size: 80%;
}
.footer a {
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

#pplogo {
	margin-top: 1em;
	text-indent: -9000px;
	background: url(../../../img/pplogo.gif) 0 0 no-repeat;
	display: block;
	width: 75px;
	height: 65px;
}

#images {
	margin-top: 1em;
	font-style: italic;
}
#images td {
	padding-bottom: 8px;
	padding-right: 4px;
}
#images .navigator {
	font-style: normal;
	font-size: 100%;
}

/*
 * CMS STYLES
 */

#toolbar {
	width: 760px;
	text-align: left;
	padding: 2px;
}

.indextable {
}

.indexnavigator {
	font-size: 80%;
}

.indextitle {
	color: #ffffff;
	background: #6c6c6c;
	padding-left: 2px;
}

/* BLANK PAGE */

#blank {
	color: #000;
	background-color: #fff;
	padding: 8px;
}
#blank a {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}
#blank a:hover {
	text-decoration: underline;
}

/*
 * SCREEN SPECIFIC STYLES
 */

@media screen {
	.main {
		text-align: left;
		background-repeat: no-repeat;
	}
	.content {
		padding-top: 0px;
		padding-left: 0px;
	}
}
 
/*
 * PRINT SPECIFIC STYLES
 */

@media print {
	.banner {
		display:none;
	}
	.breadcrumbs {
		display:none;
	}
	.options {
		display:none;
	}
	.menu {
		display:none;
	}
	.sidebar {
		display:none;
	}
}
