/* Yorkshire Housing Repair Report Styles */
body
{	
background:url('http://www.yorkshirehousing.org.uk/yh-includes/img/bodygradient.png') repeat-x #FAFAFA;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#frame
{
	background:#FFFFFF;
	border:1px solid #EEEEEE;
	color:#111111;
	margin:10px auto;
	padding:5px 10px 10px;
	width:710px;
}
#toplev { 
	background:url('http://www.yorkshirehousing.org.uk/yh-includes/img/logo18653.png') no-repeat top left;
	padding-left:196px;
	height: 53px;
	margin: 5px 0 20px;
}
#toplev h2 {
	font-size:22px;
	height:22px;
	color: #29409E;
  padding:25px 10px 5px 10px;
	border-bottom:1px solid #ddd;
	margin:0;
}
#mainLev { 
	padding-top: 10px; 
	margin-top:10px; 
	border-top:1px solid #dddddd;  
	clear:both;
}

.iconLev { 
	margin:10px 0; 
	padding:5px 10px;
	background:#eeeeee;
	height:auto;
	float:left;
	width:690px;
}
#searchbox { float:right; }
#tradeNav
{
	float: left;
	margin: 0;
	background-color: #fff;
	width:186px;
}


div.menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div.menu a
{
	display: block;
	font-weight: bold;
	text-align: left;
	background-color: #fff;
	border-bottom: 1px solid #dddddd;
	color: #dddddd;
	cursor: pointer;
	padding:5px 10px;
	font-size:11.2px;
	line-height:18px;
	width:auto;
}

div.menu a:link
{
	color: #666666;
	text-decoration: none;
}

div.menu a:visited
{
	color: #666666;
	text-decoration: none;
}

div.menu a:hover
{
	color: #666666;
	text-decoration: underline;
}

div.menu a:active { color: #29409E; }

div.menuTop
{
	font-weight: bold;
	padding: 5px 0 5px 10px;
	text-align:left;
	font-size:14px;
}


h3
{
	background-color: #29409E;
	color: #FFFFFF;
	padding: 5px;
	font-size:14px;
}

input[type="text"], textarea { }
select { width: 270px; }
p { color: #000000; }
span.button { position: relative; }

span.button a,
span.button a:visited
{
	background-color: #ade0ee;
	border: 2px solid #000000;
	border-left-color: #c4e9f3;
	border-right-color: #85acb7;
	border-top-color: #daf1f7;
	border-bottom-color: #6d8d96;
	color: #000000;
	cursor: pointer;
	float: left;
	font-size: 12px;
	font-variant: normal;
	margin-right: 2px;
	padding: 4px;
	text-align: center;
	text-decoration: none;
	width: 20%;
	text-transform: capitalize;
}

span.button a:hover
{
	background-color: #00bce4;
	color: #fff;
	border-left-color: #46ceeb;
	border-right-color: #0091af;
	border-top-color: #8be1f3;
	border-bottom-color: #007790;
	text-decoration: none;
}

.advice { }
.head { }
.iconLev { }
.mainLev { }

.sendForm {
	border: 2px dotted #808080;
	padding: 5px;
	background-color: #ffffff;
}

img { border: none; }

#icons {float:left;	padding-left:20px; }

.list
{
	background-image: url(../images/indent.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-bottom: 3px;
	font-size: 100%;
}

a:link
{
	text-decoration: none;
	color: #00bce4;
}

a:visited
{
	text-decoration: none;
	color: #00bce4;
}

a:hover
{
	text-decoration: underline;
	color: #00539b;
}

a:active
{
	text-decoration: none;
	color: #00539b;
}

#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 { }

/* Hides from IE5-mac \*/
* html .mainLev { height: 1%; }

/* End hide from IE5-mac */
