@import "main.css";

h2#errorTitle {
	background: url(../img/errorTitle.gif) no-repeat;
}

h2#registeredNannies {
	background: url(../img/nanniesTitle.gif) no-repeat;
}

h2#searchResults {
	background: url(../img/searchResultsTitle.gif) no-repeat;
}

div.profileBlock {
	display: block;
	width: 585px;
	height: 140px;
	padding: 19px;
	margin-bottom: 25px;
	background: url(../img/profiles_back.gif) no-repeat;
}

div.picture {
	float: left;
	width: 120px;
}

div.picture img {
	padding: 5px;
	border: 1px solid #E2E2E2;
	background-color: #FFF;
}

a.viewProfile {
	display: none;
	text-indent: -100em;
	overflow: hidden;
}

a.viewProfile {
	display: block;
	width: 106px;
	height: 20px;
	margin-top: 5px;
	margin-left: 1px;
	background: url(../img/viewProfile.gif) no-repeat;
}

div.picture a:hover {
	background-position: 0 -20px;
}

div.information {
	margin-left: 145px;
}

div.information p {
	line-height: 20px ! important;
	margin: 0px ! important;
}

ul#pages li {
	float: left;
	margin-left: 7px;
	margin-top: 5px;
}

ul#pages li a {
	color: #ADACAC;
	text-decoration: underline;
}

ul#pages li a:hover {
	text-decoration: none;
}

ul#pages li span {
	color: #5D5D5D;
}
/*
#main {
	display: block;
	width: 531px;
	min-height: 585px;
	background-color: #F0F0EF;
	overflow: hidden;
}
#main p {
	color: #064260;
	font-size: 11px;
	padding-right: 15px;
	padding-left: 20px;
	padding-bottom: 16px;
	clear: both;
}
* html #main{
	height: 585px;
	overflow: visible;
}
img#results{
	float: right;
	margin-right: 25px;
	margin-top: 10px;
}
hr{
	background-color: #f7f7f7;
	border:1px solid #F7F7F7;
	height: 1px;
	width: 501px;
	margin: 5px 15px;
}
.result_block{
	background: scroll white url('../img/result_block.gif') top no-repeat;
	width:501px;
	height: 156px;
	margin-left: 15px;
	color: #044464;
	font-size: 12px;
	line-height: 14px;
}
.result_block img{
	border: 1px solid #044464;
	float: left;
}
.result_block #content{
	border-left: 1px solid #E5E5E5;
	height: 105px;
	width: 370px;
	float: left;
	margin-top: 25px;
}
#content div{
	margin-left: 15px;
	clear: both;
	display: block;
	height: 15px;
	background-color: #f1f1f1;
}
div.line{
	display: block;
	background-color: white ! important;
}
.result_block label{
	float: left;
}
.result_block label.right{
	color: #1494C4;
	float: right;
	width: 210px;
}
label.btn{
	width: 104px;
	height: 20px;
	background: scroll white url('../img/button.gif') center no-repeat;
	float: right;
	margin-right: 35px;
	margin-top: 3px;
	text-align: center;
}
label.btn a{
	color: #044464;
	position: relative;
	top: 4px;
}
label.btn a:hover{
	color: #1494C4;
}
#profile_btn{
	margin-right: 10px;

}
label#results{
	display: block;
	font-size: 11px;
	color:#1494C4;
	text-align: right;
	margin-right: 25px;
	margin-bottom: 15px;
	clear: both;
}
div#numbers{
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #1494C4;
	margin-top: 15px;
	height: 30px;
}
div#numbers a, label#results a{
	color: #1494C4;
}
div#numbers a:hover, div#numbers span, label#results a:hover{
	color: #044464;
}

.result_block p{
	margin: 10px 20px;
}
span.img, img.sample{
	width: 80px;
	margin: 25px 15px 0px 20px;
	float: left;
}

p.end{
	
	color: red ! important;
	
	font-size: 12px;
	
	margin: 15px 25px 0px 25px;
	
}
*/
