/*Newlon Housing Trust*/
BODY {
	color: #039;
	background-color: #F0EFED;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size : 1em;
	}
	
	#frame{
		width: 752px;
		min-width: 680px;
		margin-left: auto;
		margin-right: auto;
		background-color: #fff;
		border-left:  1px solid #999;
		border-right:  1px solid #999;
		border-bottom:  1px solid #999;
		margin-bottom: 15px;
		/*background: url(http://www.newlon.org.uk/images/header/top.jpg) no-repeat;*/
	}
	
	#wrapper{
	/*background: url(http://www.newlon.org.uk/images/header/welcome.gif) no-repeat #fff;*/
	margin: 0;
	}

div.menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
	
div.menu a{
	color: #039;
   display: block;
	font-size: 60%;
	text-align: left;
	background-color: #fff;
	border-bottom: 1px solid #E1E5EC;
	/*border-top-color: #E1E5EC;
	border-bottom-color: #E1E5EC;*/
	
	padding: 5px 0px 5px 2px;
	width: 100%;
}

div.menu a:link {
	text-decoration: none;
	}
div.menu a:visited {
	text-decoration: none;
	}
div.menu a:hover{
	background-color: #039;
	color: #fff;
	}
div.menu a:active {
	text-decoration: none;
	}

div.menuTop{
	background-color: #fff;
	color: #fff;
	/*padding: 5px 2px 5px 2px;
	text-align: center;
	width: 100%;*/
}
H2 {
	position: relative;
	color: #FF9A24;
	background-color: transparent;
	font-size: 150%;
	text-align: left;
	z-index: 1;
	margin: 0;
	/*background: url(http://www.newlon.org.uk/images/header/logo.jpg)no-repeat 0 96px;*/
/*	
	height: 74px;
	padding-top: 96px;
	padding-left: 20px;*/
	}
H3 {
	color: #FF9A24;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	}
input[type="text"], textarea {
	background-color: #FCFCFC;
}
select, #Comments{
	width: 270px;
}

P {
	color: #000000;
	font-size: 85%;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 2pt;
	margin-left: 2pt;
}
span.button{
	position: relative;
}
span.button a{
	/*background-color: #E8E8E8;*/
	background-color: #eefcff;
	border: 1px solid #000000;
	border-left-color: #C0C0C0;
	border-top-color: #C0C0C0;
	color: #000000;
	cursor: pointer;
	float: left;
	font-size: 75%;
	font-variant: normal;
	margin-right: 2px;
	padding: 4px;
	text-align: center;
	text-decoration: none;
	width: 20%;
}
span.button a:hover{
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}

span.button a:visited{
	color: #000000;
	text-decoration: none;
}
.advice {
	font-size: 80%;
}
.head {
	color: #039;
	left: 0px;
}

.highLight, .downLight {
	border: 2px solid #ff1a24;
}

.noHighLight {
	border: 2px solid #FFFFFF;
	}

.iconLev {
	background-color: transparent;
	text-align: left;
	z-index: 1;
	clear: both;
	margin: 0;
	padding-top: 10px;
	/*height: 30px;*/
	}
.mainLev {
	text-align: left;
	background-color: #fff;
	padding: 10px 0 10px 20px;
	z-index: 0;
	clear:left;
}

#footer{
	background-color: #fff;
	}

.sendForm{
	padding: 5px;
	}

img {
	border: none;
}

#tradeNav{
	float:left;width:153px; margin: 0;
}
#icons{
	float:left;
	padding-left: 10px;
}
.list
{
padding: 0px 0px 3px 10px;
font-size: 100%;
}

#listcontainer{
	background-color: #FFFFFF; 
	font-size: 90%; 
	top: 5px;
	}

a:link{
	text-decoration: none;
	color: #0000CD;
}

a:visited{
	text-decoration: none;
	color: #0000CD;
}

a:hover{
	text-decoration: underline;
	color: #0000CD;
}

a:active{
	text-decoration: none;
	color: #6666CC
}

#replist {
	margin-top: 15px;
	/*table-layout: fixed;*/
	border-collapse: collapse;
	border: 2px solid #DCDCDC;
	width: 100%;
}
#replist thead{
	background-color: #F5F5F5;
	font-weight: bold;
}
#replist td{
	padding: 4px;border-bottom: 1px solid #DCDCDC;
}
#replist tr{
	
}
#tabdivider{
	/*'Previous Reports' line on reports page*/
}

#result ul{
	list-style-type: none;
	}

/* Hides from IE5-mac \*/
* html .mainLev {height: 1%;}
/* End hide from IE5-mac */ 


