﻿.teacherdisplay
{
	padding:6px;
	float:left;
	width:375px;
	height:447px;
	border:solid 1px #b4d4e0; 
	background-color:#f7fbfd;
	overflow:auto; 
	overflow-x:hidden; 
	color:#57869a;
}
.teacherdisplay .websiteicon
{
	background-image:url(images/teacher/WebsiteActive.gif);
	background-repeat:no-repeat;
	background-position:left center;
	line-height:18px;
	padding-left:20px;
	margin-left:20px;
	margin-top:10px;
}
.teacherdisplay .emailicon
{
	background-image:url(images/teacher/EmailActive.gif);
	background-repeat:no-repeat;
	background-position:left center;
	line-height:18px;
	padding-left:20px;
	margin-left:20px;
	margin-top:5px;
}
.teacherdisplay .mapicon
{
	background-image:url(images/teacher/MapActive.gif);
	background-repeat:no-repeat;
	background-position:left center;
	line-height:18px;
	padding-left:20px;
	margin-left:20px;
	margin-top:5px;
}
.searchdisplay
{
	float:left;
	width:210px;
	margin-left:6px;
}
.searchdisplay .searchdisplayheader
{
	padding-left:9px;
	padding-right:3px;
	width:100%;
	background:#bbd5e0;
	border:solid 1px #b4d4e0; 
	border-bottom:none; 
	height:19px;
	line-height:19px;
	font-size:11px; 
	color:#fff; 
	font-weight:bold;
	vertical-align:middle;
}
.searchdisplay .searchdisplayheader a
{
	
	margin-top:1px;
	min-width:41px;
	width:41px;
	display:block;
	height:15px;
	border:solid 1px #829aa4;
	background-image:url(images/buttons/search.gif);
	left:100px;
	top:-4px;
	float:right;
}
.searchdisplay .searchdisplayheader a:hover
{
	border:solid 1px #75f1f9;
}
.searchdisplay .byname
{
	width:100%;
	background:#dbecf3;
	padding:6px;
	border:solid 1px #b4d4e0; 
	height:70px; 
	margin-bottom:3px;
	font-size:10px;
	color:#628a9a;
	overflow:auto; 
	overflow-x:hidden;
	
}
.searchdisplay .byname .text
{
	margin-top:1px;
	width:97%;
	height:14px;
	background-color:#eff5f8;
	border:solid 1px #9ab4bf;
	font-size:10px;
	color:#7f9eaa;
}
.searchdisplay .bylocation
{
	width:100%;
	background:#dbecf3;
	padding:6px;
	border:solid 1px #b4d4e0; 
	height:320px; 
	overflow:auto; 
	overflow-x:hidden;
}

