﻿/*
search.css
Screen media CSS for search.

author: Sing Chan
last modified: May 28, 2007


--------------------------------------------------------------
color index:
default text: #444;
link blue: #0C2577;
hover blue: #3867A1;
link grey: #666;
header green: #87B201;
bg grey: #EFEFEF;
bg green: #690;
--------------------------------------------------------------
*/





@media screen, projection {

.cga-SearchPage .cga-ContentPrimary {
	padding: 0;
}





/*------------------------------------------------------------

Header

------------------------------------------------------------*/

.cga-SearchPage h1 {
	margin-left: 0;
}





/*------------------------------------------------------------

Search Stats

------------------------------------------------------------*/

div.srch-stats {
	background: #690;
	padding: 3px 15px 3px 15px;
	font-size: 110%;
	color: #FFF;
	white-space: normal;
}

.srch-stats em {
	font-weight: bold;
}





/*------------------------------------------------------------

Search Paging

------------------------------------------------------------*/

#SRP_Next, #SRP_Prev {
	display: none;
}

div.srch-Page {
	background: transparent;
	text-align: center;
	font-weight: bold;
	color: #690;
}

div.srch-Page img {
	vertical-align: middle;
}

div.srch-Page a:link, div.srch-Page a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #0C2577;
}

div.srch-Page a:hover {
	color: #3867A1;
}

div.srch-Page a#SRP_NextImg:link, div.srch-Page a#SRP_PrevImg:link,
div.srch-Page a#SRP_NextImg:visited, div.srch-Page a#SRP_PrevImg:visited
{
	margin: 0 -5px 0 -5px;
	text-decoration: none !important;
}





/*------------------------------------------------------------

Search Results

------------------------------------------------------------*/

div.srch-results {
	background: url(../images/line_dashed_h.gif) repeat-x bottom left;
	padding-bottom: 1px;
}

div.srch-results ol {
	background: url(../images/line_dashed_h.gif) repeat-x top left;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 15px;
}

div.srch-results ol li {
	margin-bottom: 15px;
}

div.srch-results div.srch-Title {
	margin: 0;
	padding: 0;
}

div.srch-Title a:link, div.srch-Title a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #0C2577;
}

div.srch-Title a:hover {
	color: #3867A1;
}

div.srch-Title .note {
	font-size: 80%;
	color: #999;
}

div.srch-Description {
	font-size: 110%;
	color: #666;
	margin: 0;
}

div.srch-Description strong {
	font-weight: normal;
	background: #FFC;
}





/*------------------------------------------------------------

Search Action Links

------------------------------------------------------------*/

div.srch-sort-right a:link, div.srch-sort-right a:visited {
	text-decoration: underline;
	color: #0C2577;
}

div.srch-sort-right a:hover {
	color: #3867A1;
}





/*------------------------------------------------------------

Search Box

------------------------------------------------------------*/

.cga-ContentPrimary #SRSB table.ms-sbtable {
	border: none;
	padding: 0;
	margin: 0;
	width: auto;
}

.cga-ContentPrimary #SRSB table.ms-sbtable td {
	border: none;
	padding: 0;
}

.cga-ContentPrimary #SRSB table.ms-sbtable td.ms-sbtext span {
	font-weight: normal;
	font-size: 120%;
	margin-right: 5px;
	color: #333;
}

.cga-ContentPrimary #SRSB table.ms-sbtable td.ms-sbLastcell {
	display: none;
}

.cga-ContentPrimary #SRSB input {
	border: 2px #FFF inset;
	padding: 1px 4px 1px 4px;
	margin-right: 5px;
	width: 150px !important;
}






/*------------------------------------------------------------

Best Bets

------------------------------------------------------------*/

.cga-SearchPage .cga-ContentSecondary table {
	width: auto !important;
}

.srch-BestBets {
	width: 230px;
	padding: 1px 0 0 0;
	margin: 23px 0 0 20px;
}

.cga-EditMode .srch-BestBets {
	margin-left: 0;
	width: 224px;	
}





/*------------------------------------------------------------

Best Bets Special Term

------------------------------------------------------------*/

dl.srch-BB-SpecialTerm {
	background: #EFEFEF;
	padding: 13px;
	margin: 0 0 40px 0;
}

dl.srch-BB-SpecialTerm dt {
	color: #87B201;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-style: italic;
	font-size: 130%;
}

dl.srch-BB-SpecialTerm dd {
	margin: 0;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-style: italic;
	color: #666;
}

dl.srch-BB-SpecialTerm dd div.ms-WPBody {
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 120%;
}





/*------------------------------------------------------------

Best Bets Results

------------------------------------------------------------*/

ul.srch-BestBetsResults {
	margin-top: 0;
}

ul.srch-BestBetsResults li {
	margin-bottom: 10px;
	padding-left: 13px;
	background-position: 0px 8px;
}

h3.srch-BestBetsTitle {
	margin: 0 0 3px 0;
	font-size: 130%;
}

div.srch-BB-Description {
	font-size: 120%;
	color: #666;
}


h3.srch-BestBetsTitle a:link {
	text-decoration: underline;
	color: #0C2577;
}

h3.srch-BestBetsTitle a:hover {
	color: #3867A1;
}





}
