/*
This style sheet was created from C:\WWW\scrapp.org.uk\index.html
*/

a:link {
	color : #003399;
}

a:visited {
	color : #663399;
}

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

a:active {
	color : #FF6600;
}

body {
	background : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin : 0;
	padding : 0;
}

h1#title {
	display : none;
}

h1, h2 {
	font-family : Verdana,Arial, sans-serif;
	font-size : 1.2em;
	font-weight : bold;
	margin-top :0;
}

p {
	font-size : .8em;
	font-weight : normal;
	line-height : 150%;
	margin-top : 0;
}

.box {
	padding : 20px;	
}

.rhsbox {
	padding : 10px 5px;
}

.rhsbox h3, h4 {
	font-size : .7em;
	font-weight : bold;
	text-transform : uppercase;
	margin : .5em 0;
}

.rhsbox p {
	font-size : .7em;
	line-height : 125%;
	margin-top : 0;
}

#container {
	width : 760px;
}

#footer {
	background : #FFFFFF;
	clear : both;
	color : #999999;
	font-size : .6em;
	padding : 10px;
}

#global {
	float : right;
	font-size : .7em;
	line-height : 1.4em;
	padding : 10px;
}

#global a {
	color : #FFFFFF;
	display : block;
}

#global a:hover {
	background-color : transparent;
}

#header {
	background-color : #CC3333;
}

#leftcontent, #fullcontent {
	background : #FFFFFF;
	background-image : url(../img/recycle.jpg);
	background-position : left;
	background-repeat : no-repeat;
	float : left;
}

#leftcontent h3, #fullcontent h3  {
	background : #FFFFCC;
	border : 1px solid #CCCC99;
	color : #333333;
	font-size : .7em;
	font-weight : bold;
	padding : 5px 8px;
	text-transform : uppercase;
}

#leftcontent h4 #fullcontent h4  {
	color : #333333;
	font-size : .7em;
	font-weight : bold;
	text-transform : uppercase;
}

#leftcontent {
	width : 560px;
	border-right : .1em dashed #CCCCCC;
}

#fullcontent {
	
}

#message {
	display : none;
}

#navigation {
	background-color : #333333;
	border-bottom : 2px solid #CCCCCC;
	color : #FFFFFF;
	font-family : "Arial Narrow", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1.3em;
	font-weight : bold;
	margin-top : 0.1em;
}

#navigation ul {
	margin : 0;
	padding : 10px;
}

#navigation ul li {
	display : inline;
	padding : 0 10px;
}

#navigation ul li a {
	color : #FFFFFF;
	text-decoration : none;
}

#navigation ul li a:active {
	background : #333333;
	color : #FFFFCC;
}

#navigation ul li a:hover {
	background : #333333;
	color : #FFCC00;
}

#navigation ul li strong {
	border : 1px solid #FFFFFF;
	padding : 0 3px;
}

#rightcontent {
/*	border-left : .1em dashed #CCCCCC;*/
	width : 190px;
	float: right;
}

#subnav {
	background : #EEEEEE;
	font-size : .8em;
	font-weight : bold;
}

#subnav ol {
	margin : 0;
	padding : 10px;
}

#subnav ol li {
	display : inline;
	padding : 0 10px;
}

#subnav ol li a {
	color : #003399;
	text-decoration : underline;
}

#subnav ol li a:hover {
	text-decoration : none;
}

.highlight {
		background-color : #FFFF99;
}

/* Form elements */

form {
	margin :0;
	padding : 0;
}

	fieldset {
		padding :0;
		padding-bottom : .5em;
		border : 0;
	}
	
	legend {
		font-size : .8em;
		text-transform : uppercase;		
		font-weight : bold;
		padding : .5em 0;
	}
	
	input:focus, textarea:focus {
	background-color : #FFFFCC;
}
	
	.row {
		padding : .25em .5em;
		font-size : .8em;
		clear : both;
		background-color : #FFDEAD;
		border-bottom : .1em solid #FFFFFF;
	}
	
	.buttonrow {
		padding : 1em .5em;
		clear : both;
		background-color : #FFFFFF;	
}
	
	.button {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 1em;
		font-weight : bold;
		color : White;
		background-color : #CC3333;
}

.button:focus {
	background-color : #FF9900;
}

.required {
	color : #CC3333;
	font-weight : bold;
}

/* Style for forum rules */

#rules {
	font-family : monospace;
	font-size : 1em;
	font-weight : normal;
	line-height : 150%;
	margin-top : 0;
}

/* Materials list */



#materials ul {
	margin : 0;
	padding : 0;
}
	
#materials ul li {
	font-size : .8em;
	display : inline;
	list-style: none;
}

#materials ul li:after {
	content : ", ";
}

#materials ul li.last:after {
	content : ". ";
}	

/* Error messages */

.message {
	padding : 0 0 1em 0;
	font-weight : bold;
}

.error {
	color : #CC3333;
}
	
.success {
	color : #003399;
}