/*
    Purpose: Complete style definitions for all styles used by the
             search pages.
     Author: Robert Murray
    Created: January, 2006
*/

/*-----------------------------------------------
 *  Standard linked items
 */
a    {  font-weight: normal; }
a b  {  font-weight: bold; }

#qtips a, #snavPS a, #snavContacts a {
    display: block;
    color: #000;
    font-weight: normal;
}
#qtips a b, #snavPS a b, #snavContacts a b {
    font-weight: bold;
}
#qtips a:hover, #snavPS a:hover, #snavContacts a:hover {
    color: #0055aa;
}

#qtips img, #snavPS img, #snavContacts img {
	display: inline;
	margin: 0 7px 0 7px;
}

#snavtitle {
    background-color: #7494a1;
    color: #fff;
    font-weight: bold;
    font-size: 11pt;
    margin: 0 0 15px 0;
    margin-top: 10px !important;
    padding: 4px 0px 4px 10px;
    text-indent: 10px;
}

.snavDivider {
    width: 100%;
    height: 9px;
    background: url(/img/nav/left_sep.gif) repeat-x;
    margin-top: 15px;
    margin-bottom: 5px;
}

#contentHead {
	width: 596px;
	height: 75px;
	background-color: #dfebee;
}

#topSearchBox {
	width: 220px;
	height: 16px;
	margin-left: 0px;
	margin-top: 0px;
}
#topSearchBox form {
	display: inline;
	margin-right: 10px;
}
#txtSearch {
	display: inline;
}
#topSearchBox a img {
	display: inline;
	position: relative; top: 5px;
}
.tiplink a {
	color: #000;
	text-decoration: underline;
}
a.titlelink {
	color: #000;
	text-decoration: underline !important;
}
a.titlelink:hover {
    color: #0055aa;
}

#qtips_content ul, #supp1_content ul, #supp2_content ul {
	margin: 0px;
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 15px;
	font-weight: normal;
	font-size: 10px;
}
#qtips_content li, #supp1_content li, #supp2_content li {
	list-style-image: url(/shared/img/squaredot.gif);
	list-style-type: square;
	font-weight: normal;
}

form a img {
	display: inline;
}
.supportnum {
	font-size: 9pt;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tinytext {
    font-size: 8pt;
	margin-left: 13px;
	margin-right: 10px;
}

/*-----------------------------------------------
 *  Current link styles
 */
.lnavGroup #currentGroup {
    display: block;
    color: #0055aa;
    background-color: #cfcfcf !important;
    font-weight: bold;
}
.lnavGroup #currentLink, #currentLink {
    display: block;
    color: #0055aa;
    background-color: #cfcfcf;
    font-weight: bold;
    padding-left: 9px;
    padding-bottom: 4px;
}
.lnavGroup #currentProd, #currentProd {
    display: block;
    color: #0055aa;
    background-color: #cfcfcf;
    font-weight: bold;
    padding-left: 9px;
    padding-bottom: 4px;
}
 
/****  End Left Nav Styles  *****/

/*
 *  'RESULTS' page styles
 */
.contentsearchbox, .contentsearchbox form, .contentsearchbox img {
    margin: 0;
    padding: 0;
	height: 21px;
}
.contentsearchbox input {
    margin: 0;
    padding: 0;
	position: relative; top: -5px; left: 0;
}
.srchsubmit {
    position: relative; top: 5px; left: 0;
}
.contentsearchbox {
    background: #fff;
    border-top: 0px solid #fff;
	padding: 20px 0 0px 25px;
}
html>body .contentsearchbox {
    background: #fff;
    border-top: 0px solid #fff;
	padding: 20px 0 15px 25px;
}
.contentsearchbox a.tips {
	position: relative; left: 220px; top: -20px; 
	text-decoration: underline;
	color: #000;
}
.contentsearchbox #siteloc {
	position: relative; top: -18px; left: 250px;
	font-size: 9pt;
}
.resultsbar1 {
	clear: left;
    height: 24px;
    margin: 0;
    padding: 0;
    background: #595959;
    border-top: 0px solid #fff;
}
.resultsbar1 h3, .resultsbar1 h4, .resultsbar1 h4 a {
    margin: 0;
    padding: 0;
    color: #fff;
	text-decoration: none;
}
.resultsbar1 h3 {
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0 0 25px;
}
.resultsbar1 h4 {
	float: right;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 20px 0 0;
}
.resultsbar1 h4 a:link, .resultsbar1 h4 a:visited, .resultsbar1 h4 a:hover, .resultsbar1 h4 a:active {
    color: #fff;
}

h3.resultsbar2 {
    margin: 0;
    padding: 0;
    background-color: #e4ecee;
	color: #000;
	font-size: 10pt;
	font-weight: normal;
	padding-left: 25px;
	padding-top: 7px;
	padding-bottom: 7px;
}
h3.resultsbar2 b {
	color: #01415c;
	font-weight: bold;
}
#resultlist {
	width: 570px;
}
#olist {
	margin-top: 10px;
}
#olist li {
	margin-bottom: 10px;
}
#olist li a {
	text-decoration: none;
}
#olist li a:hover {
	text-decoration: underline;
}

.nobold {
	font-weight: normal;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 *  'NO RESULTS' page styles
 */
#searchtitle {
	font-size: 11pt;
	font-weight: bold;
	margin: 10px 0 10px 10px;
}
#noresults {
	margin: 20px 50px 0px 50px;
}
#noresults h5 {
	font-size: 11pt;
	font-weight: bold;
}
#suggestions {
	padding: 0px;
}
#suggestions ul {
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	list-style-type: none;
}
#suggestions ul li {
    background: url(/shared/img/squaredot.gif) no-repeat top left;
    background-position: 0px 5px;
	padding-left: 15px;
}
#searchlinks ul {
	margin-top: 5px;
}
#searchlinks ul li {
	display: inline;
	margin: 0px 10px 30px 10px;
}
.redtext {
	color: #b3010f;
}
.currentpage {
	color: #1fc71f;
	font-weight: bold;
}
.nobacknextlink {
	color: #bbb;
	font-weight: bold;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 *  'SEARCH TIPS' page styles
 */
.tiptitle {
	margin: 10px 0 0 15px;
	font-weight: bold;
}
.tippara {
	margin: 0 30px 0 15px;
}
.tipexample {
	margin-left: 40px;
	}
.tipexample b {
	font-weight: bold;
	color: #01415c;
}

#google_results {
    margin-top: 10px;
    margin-left: 40px;
}
#google_noresults {
    margin-top: 10px;
    margin-left: 50px;
}

