/* The PBS Teachers Search Form Styles */
#pbsmodule_teachers-search_form {
	background-color: white;
	font-size: 1.4em; font-family: Arial, Helvetica, sans-serif; color: #333333;
}
#pbsmodule_teachers-search_form a:visited, #pbsmodule_teachers-search_form a:link {
	text-decoration: none;
	background-color: white;
	color: #333333;
}
#pbsmodule_teachers-search_form a:hover, #pbsmodule_teachers-search_form a:active {
	text-decoration: underline;
	background-color: white;
	color: #333333;
}
#pbsmodule_teachers-search_form .header { display: none;}
#pbsmodule_teachers-search_form form { }
#pbsmodule_teachers-search_form fieldset { border: none; margin: 0px 0px 15px 20px; }
#pbsmodule_teachers-search_form legend { 
	font-size: 1.2em; font-weight: bold; letter-spacing: 1px; padding: 10px 0px 10px 0; margin: 0; color: #666666; 
	border-top: 1px solid #ECECEC; }
#pbsmodule_teachers-search_form label { padding: 0px 20px 20px 0; line-height: 1.2;}
#pbsmodule_teachers-search_form input { margin-left: 20px;}
#pbsmodule_teachers-search_form table { }
#pbsmodule_teachers-search_form li { font-size: 1em; padding: 10px 0 0 40px;}
/* END Search Form */




/* The PBS Teachers Search Results Styles */
#pbsmodule_teachers-search_results {
	background-color: white;
	font-size: 1.4em; font-family: Arial, Helvetica, sans-serif; color: #333333;
	float: left; position: relative;
}
#pbsmodule_teachers-search_results a:visited, #pbsmodule_teachers-search_form a:link {
	text-decoration: none;
	background-color: white;
	color: black;
}
#pbsmodule_teachers-search_results a:hover, #pbsmodule_teachers-search_form a:active {
	text-decoration: underline;
	background-color: white;
	color: black;
}


/* ... header information: branding and what user searched for ... */
#pbsmodule_teachers-search_results h1 {
	font-size: 1.4em; font-weight: bold; letter-spacing: 1px; padding: 20px 0px 10px 20px; color:#666666;
	font-family: Arial, Helvetica, sans-serif;
}
#pbsmodule_teachers-search_results #searchresultsheader #header {
	padding: 0 0 10px 20px;
	height: auto;
}
#pbsmodule_teachers-search_results #searchresultsheader #header p {
	margin: 0; padding: 0; font-size: 1em; line-height:1.2;
}

/* ... header information: navigation for number of results or how many results to view ... */
#pbsmodule_teachers-search_results #searchresultsnav {
	padding: 0 0 10px 20px; margin: 0;
	display: inline;
}
#pbsmodule_teachers-search_results #searchresultsnav .text {
	display: inline;
}
#pbsmodule_teachers-search_results #searchresultsnav #pagenumber, #searchresultsnav #numberviewed {
	padding: 2px;
	margin: 20px 20px 10px 20px;
	list-style-type: none;
	display: inline;
	border-top: 1px solid #B0B5BB;
	border-bottom: 1px solid #B0B5BB;
}
#pbsmodule_teachers-search_results #searchresultsnav #pagenumber {
	float: left;
	position: relative;
}
#searchresultsnav #numberviewed {
	float: right;
	position: relative;
}
#pbsmodule_teachers-search_results #searchresultsnav #pagenumber li, #searchresultsnav #numberviewed li {
	display: inline;
	margin: 0;
	font-size: 1em;
	padding: 2px 10px 2px 2px;
}
#pbsmodule_teachers-search_results #searchresultsnav #pagenumber li a, #searchresultsnav #numberviewed li a {
	padding: 2px 2px 2px 2px;
}
#pbsmodule_teachers-search_results #searchresultsnav #pagenumber li a.selected, #searchresultsnav #numberviewed li a.selected {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}



/* ... header information: these are the shaded tabs to navigate between resource types ... */

#pbsmodule_teachers-search_results .shadetabs{
	margin-left: 20px;
	font-size: .575em;
	list-style-type: none;
	border-bottom: 1px;
}
#pbsmodule_teachers-search_results .shadetabs li{
	display: inline;
	margin-left: 20px; padding: 0px 0 0px 0px;
}
#pbsmodule_teachers-search_results .shadetabs li a{
	text-decoration: none;
	display: inline;
	padding: 0px 4px 0px 2px;
	border: 1px solid #B0B5BB;
	background-color: #EBE9DC;
	color: #095EA7;
}
#pbsmodule_teachers-search_results .shadetabs li a:visited{
	color: #095EA7; background-color: #EBE9DC
}
#pbsmodule_teachers-search_results .shadetabs li a:hover{
	text-decoration: underline;
	color: #095EA7;
}
#pbsmodule_teachers-search_results .shadetabs li.selected{
	position: relative;
}
#pbsmodule_teachers-search_results .shadetabs li.selected a{ /*selected main tab style */
	color: #095EA7
}
#pbsmodule_teachers-search_results .shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

/* ... these are the styles for the resource type displays per result ... */
#pbsmodule_teachers-search_results #listing .result {
	font-family: Arial, Helvetica, sans-serif; color: #333333;
	margin: 10px 0px 15px 20px;
	padding: 0 0 10px 0;
	background-color:white;
	border-bottom: #B0B5BB solid 1px;
}
#pbsmodule_teachers-search_results #listing p {
	margin: 0;
	padding: 0;
}
#pbsmodule_teachers-search_results #listing strong {
	color: #555;
	font-weight: medium;
}
#pbsmodule_teachers-search_results #listing .result .title {
	font-weight: bold; font-size: 1em; padding-bottom: 10px
}
#pbsmodule_teachers-search_results #listing .result .source { font-size: 1em;
}
#pbsmodule_teachers-search_results #listing .result .description { font-size: 1em; margin: 10px 0;
}
#pbsmodule_teachers-search_results #listing .result .grades { font-size: 1em; }
#pbsmodule_teachers-search_results #listing .result .subjects { font-size: 1em; }

#pbsmodule_teachers-search_results #listing .result .topics { font-size: 1em; }
#pbsmodule_teachers-search_results #listing .result .type { font-size: 1em; }

#pbsmodule_teachers-search_results #listing a:link { color: #095EA7; text-decoration: none }
#pbsmodule_teachers-search_results #listing a:visited { color: #095EA7; text-decoration: none }
#pbsmodule_teachers-search_results #listing a:active { color: #095EA7; background-color: #D6EA72 }
#pbsmodule_teachers-search_results #listing a:hover { color: #095EA7; background-color: #D6EA72 }


