﻿/************************************************************************************************************
used for search.aspx & searchSiteResults.aspx & region pages
actual style for google search results are on searchSiteResults.aspx as they get overwritten by google's
api if they are not included after the control is written.
**************************************************************************************************************/
#searchColumnContent
{
	*margin-top: -3px;	/*IE 7 - mysterious line above content*/
	_margin-top: -3px;	/*IE 6 - mysterious line above content*/
	width: inherit;
	text-align: left;	
	/*border: 1px solid white;*/
	background: url(../images/sitewide/innerRightBackground.gif) repeat-y right top;
	font-family: Verdana, Sans-Serif;
	overflow: hidden;	/*Forces the div to expand to cover the floated elements*/
	_height: 95%; /*overflow: hidden doesn't work for IE6*/
	position: relative;
}

#formTop, #formMiddle, #formBottom
{
	margin: 0;
	padding: 0;
	margin-left: 20px;
	width: 719px;
	text-align: left;
	font-size: 11px;
	color: #225B8C;
	background-color: #D4ECF8;
}

#formTop, #formBottom
{
	height: 17px;
}

#formTop
{
	/*border: solid 1px blue;*/
	margin-top: 7px;
	background: url(../images/search/formTop719x17.gif) no-repeat left top;
}

#formMiddle
{
	/*border: solid 1px green;*/
	height: 825px;
	background: url(../images/search/formMiddle719x1.gif) repeat-y left top;
}

#formBottom
{
	/*border: solid 1px red;*/
	background: url(../images/search/formBottom719x17.gif) no-repeat left top;
}


/*formMiddle contents*/

	/*DROP DOWNS*/
#fmLeft
{
	width: 265px;
	margin-left: 21px;
	_margin-left: 10px;	/*IE6 feels the need to double this - I love IE6.*/
	float: left;	/*allows the right column to move up.*/
	/*border: solid 1px orange;*/
	color: #225B8C;
	margin-top: 15px;
}

#fmLeft p
{
	padding-bottom: 5px;
	color: #225B8C;
	font-weight: 700;
	
}

#fmLeft p a
{
	padding-bottom: 5px;
	color: #0076c0;
	font-weight: 700;
	text-decoration:none;
}

#fmLeft p a:hover
{
	padding-bottom: 5px;
	color: #FF6600;
	font-weight: 700;
	text-decoration:underline;
}

#fmLeft h2
{
	color: #225B8C;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size:11px;
}

#fmLeft select
{
	width: 200px;
	background-color: #FEF7DD;
	color: #225B8C;
	margin-left: 10px;
	border: solid 2px #BCDDFE;
}

#fmLeft select option
{
	color: #225B8C;
	padding-left: 5px;
}

#fmLeft select option:hover
{
	color: #ff0000;
	padding-left: 5px;
}


	/*END OF DROP DOWNS*/

	/*SEARCH RESULTS*/
#fmRight
{
	width: 402px;
	margin-right: 15px;
	/*border: solid 1px gray;*/
	background-color: #FFF;
}

#fmRightTop
{
	/*border: solid 1px purple;*/
	height: 38px;
	background: url(../images/search/fmRightTop402x38.gif) no-repeat left top;
}

#fmRightTop h1
{
	color: #225d8f;
	font-size: 13px;
	font-family: Verdana;
	padding-top: 12px;
	padding-left: 20px;
}

#fmRightTop h1 span
{
	color: #225d8f;
	font-size: 13px;
	font-family: Verdana;
	padding-top: 12px;
	text-transform: capitalize;
}

#fmRightMiddle
{
	/*border: solid 1px pink;*/
	height: 530px;	/*make sure this matches scroll-pane*/
	overflow: hidden;
	background: url(../images/search/fmRightMiddle402x1.gif) repeat-y left top;
	padding: 15px 5px 15px 0;
}

#fmRightBottom
{
	/*border: solid 1px black;*/
	height: 17px;
	background: url(../images/search/fmRightBottom402x17.gif) no-repeat left top;
}

	
/*end of formMiddle contents*/


/*SCROLL PANE*/

.scroll-pane
{
	width: 350px;
	height: 530px;	/*make sure this matches fmRightMiddle*/
}

.divPrgResult
{
	height: 75px;
	border-bottom: solid 1px #EBEBEB;
	margin-bottom: 4px;
	cursor: pointer;
	background: url(../images/search/chevrons10x10.gif) no-repeat 3px 10px;
}

.divPrgResult:hover
{
	background: url(../images/search/divPrgResult550x75.gif) no-repeat 0 0;
}

.divPrgResult:hover .resultName
{
	color: #fff;
}

.goBtn
{
	height: 20px;
	background: url(../images/search/goBtn.gif) no-repeat 0 0;
}

.divPrgResult:hover .goBtn
{
	background: url(../images/search/goBtnOrange38x20.gif) no-repeat 0 0;
}


.resultName, .resultDescription, .goBtn
{
	margin-left: 23px;
}

.resultName	/*country, city*/
{
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #e3710a;
	padding-top: 8px;	
}

.resultDescription	/*program name*/
{
	width: 300px;
	padding: 3px 0 5px 0;
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #555;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #f3f1ef;
}
.jScrollPaneDrag {
	position: absolute;
	background: orange;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

/*END OF SCROLLPANE*/

/*END OF SEARCH RESULTS*/

