@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#000000;
	width:expression(document.body.clientWidth < 700 ? "700px" : "100%" );
	min-width:700px;
    min-height:500px;
}
img,table,form{border:0; padding:0;color:#000000;}

.formErrors {color:#f00; font-size:0.76em;}
#new_form .formErrors {font-size:.8em;}

.clearfloat{clear:both;}
.ecStyle #container {
	font: 76% Arial, Helvetica, sans-serif;/*percentage is set to unify the font sizes across browsers as otherwise IE can shrink everything to ridiculously small sizes
	*/ 
	width: 100%;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow:hidden;
	color:#000000;
	background-color: #ffffff;
} 
.ecStyle #container h1{
	font-size:1.8em;
	color:#44B4E4;
}
.ecStyle #header {
	padding: 0 10px 5px 0; 
	background-color: #44b4e4;
	font-size:1em;
	height:65px;
} 
.center {text-align:center;}

/*advice for comms bar
1. This appears at both top and bottom of page and therefore should have no margins top or bottom that differ
2. Needs to be styled for whitelabel versions of the site so should have contrasting colours for both text and background to remain readable.
*/
.ecStyle #commsbar{
	font-size:1em;
	font-weight:normal;
	background-color:#b8d8e5;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-left:20px;
	color:#000000;
	clear:both;
}

.commsbar_results{margin-left:40px;}
.commsbar_new {color:#f00; font-weight:bold; font-size:1em; font-style:italic;}

.ecStyle #commsbar .right{
	position:absolute;
	right:20px;
	/*Might use this if the CLEAR SETTINGS link is implemented on right side of commsbar*/
}

.ecStyle #commsbar a{
	font-weight:normal;
	color:#0000cc;
	text-decoration:underline;
}
.ecStyle #commsbar_clash{
	font-size:1em;
	font-weight:normal;
	background-color:#e81e75;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-left:60px;
	color:#ffffff;
	clear:both;
}
#commsbar_clash a:link, #commsbar_clash a:active, #commsbar_clash a:visited {color:#ffffff;text-decoration:underline;}
#commsbar_clash a:hover {color:#000000;text-decoration:underline;}
.ecStyle #commsbar_clash form {margin:0; padding:0;}
.commsbar_new {color:#f00; font-weight:bold; font-size:1em; font-style:italic;}

.ecStyle .yesWhiteBtn, .noWhiteBtn{
	background-image:url(/images/a1.png);
	border:0px none;
    padding:0;
    margin:0 10px 0 0;
    cursor:pointer;
}
.ecStyle .yesWhiteBtn{
	background-position:-38px -338px;
	width: 40px;
	height: 19px;
	border:none;
}
.ecStyle .noWhiteBtn{
	background-position:-38px -360px;
	width: 35px;
	height: 19px;
	border:none;
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".ecStyle #sidebar1 p" rule.
*/
.ecStyle #sidebar1 {
	float: right; 
	
	width: 175px; /* since this element is floated, a width must be given */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div  */
	#padding-top: 5px; /* IE hack to fix height of right column*/
	margin:15px 5px 0 5px;
}

#sidebar {width:250px;float:right; margin-top:25px;}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
4. RIGHT MARGIN changed from 190px to 0px, sidebar1 removed (RjM Aug 09)
*/
.ecStyle #mainContent {
margin: 0 10px 0 10px; /* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
	}
.form {margin-left:50px;text-align:left;color:#000000;}
.form form {margin:0;}
.form a{color:#00c; font-weight:normal; text-decoration:underline;}
.form h2{font-size:1.2em; color:#44B4E4;} 
#mainContent h2{font-size:1.2em; color:#44B4E4;} 
.form a:hover{color:#e81e75;}
.contactBox	{margin-top:10px;}

.didyoumean{
	font-size:1em;
	color:#CC0000;
	padding: 5px 0 0 50px;
	}
.didyoumean a {
	font-style:italic;
	}
.ecStyle #askLogo{
	float: right;
	font-size:0.8em;
	color:#666666;
	margin:10px 10px 0 0;
	}
.vanilla{font-size:125%; margin:20px;}
.vanilla .chunkybox .utboxcontent{#margin-top:0;}
.vanilla .chunkybox h1{font-size:1.8em; color:#44b4e4; margin-left:10px; #margin-top:0;}
.vanilla .chunkybox h2{font-size:1.2em; color:#44b4e4;}
.vanilla ul{font-size:76%;}
.left_float {float:left;}
/*-------------Gallery styling---------------*/	
.gallery {margin-left:20px; border:0; margin-top:20px; min-height:600px; float:left;}
.gallery h2 {font-size:1.1em; color:#44B4E4; margin-left:10px;}
.galleryCon {float:left;}
.imgTxt {text-align:center; border-left:1px solid #ccc; border-bottom:1px solid #ccc; border-right:1px solid #ccc; width:180px; margin:0px 0px 20px 20px; padding-bottom:5px;}
.imgTxt a {color:#006600; margin-top:0;}
.imgCon {border-left:1px solid #ccc; border-right:1px solid #ccc; border-top:1px solid #ccc; height:150px; width:180px; text-align:center; margin:0 0 0 20px;}
.imgTxt a:hover {color:#e81e75;}

.organicResults {
	margin-left:10px;
	font-size:1em;
}

.organicResults li {margin-bottom:10px;}

.organicResults H1{
	margin-left:40px;
	}
.orgLinkTop {color:#0000CC; font-size:1.2em;}
.organicResults a:visited {color:#800080}
.orgLinkTop a:visited {color:#800080;}
.orgLinkTop2 a:visited {color:#800080;}
.orgLinkBtm a:visited {color:#800080;}
orgLinkBtm a:link{color:#339966; font-size:1em; text-decoration:none;}
.orgLinkBtm a:hover{color:#e81e75; font-size:1em; text-decoration:underline;}

.highlightedResult li{
	list-style-image:url(/images/mouse_hilighter.gif);
	font-size:1em;
	margin-left:10px;
}

.news{
	list-style-image:url(/images/news_bullet.gif);
	margin-left:5px;
	font-size:1em;
	padding-left:5px;
}
.ecStyle #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#44b4e4;
	color:#ffffff;
	line-height:2em;
	text-align:center;
} 
.ecStyle #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:1em;
	}
.ecStyle #footer a {
	text-decoration:underline;
	font-weight:normal;
	color:#ffffff;
	font-size:1em;
}
.ecStyle #footer a:hover {
	text-decoration:underline;
	font-weight:normal;
	color:#000000;
}
#copyright{
	font-size:0.9em;
	}
#adspaceBtm{
	margin-left:50px;
}
#adspaceBtm a{
	font-size:0.8em;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}
#adspaceBtm a:hover{
	color:#e81e75  ;
}
#compulsoryCharityBit h3{font-size:1em;}
#compulsoryCharityBit a {color:#0000cc;}
#compulsoryCharityBit a:hover{color:#e81e75  ;}
#compulsoryCharityBit{margin:0 0 0 50px;}


#srchTypeSelect{
	padding:15px 0 0 0;
	color:#ffffff;
	line-height:1.5em;
	margin:0;
	vertical-align:text-bottom;
}
#srchTypeSelect a{text-decoration:underline;color:#ffffff;}
#srchTypeSelect a:visited{color:#fff;}
#srchTypeSelect a:hover{color:#000000;}


.OneToTen{
	margin:10px 0 10px 100px;
	}
.OneToTen a{text-decoration:underline;}


.left_margin {margin-left:40px;text-align:left;color:#000;}
.right {color:#000000;align:right;display:inline;float:right;}

.secondSearchControl {clear:left; margin:10px 0 0 10px;}
.secondSearchControl #srchTypeSelect {color:#000;}
.secondSearchControl #srchTypeSelect a{	text-decoration:underline; color:#000000;}
.secondSearchControl #srchTypeSelect a:visited{color:#000000;}
.secondSearchControl #srchTypeSelect a:hover{color:#e81e75;}
.secondSearchControl #srchTypeSelect a:active{font-weight:bold; text-decoration:none;}

#secondryHeaderLink{
	color:#000000;
	margin-left:20px;
	clear:both;
}
#secondryHeaderLink a{
	color:#000000;
	text-decoration:underline;
}
#secondryHeaderLink a:hover{
	color:#ffffff;
}
.secondSearchControl #secondryHeaderLink a:hover{
	color:#e81e75  ;
}
#secondaryScopeSelect{
	vertical-align:middle;
	margin-left:100px;

}

.ecStyle #logo_topleft, .ecStyle #logo_btmleft {
	float:left;
	vertical-align:text-bottom;
}

.searchbox{
	background-color:#ffffff; 
    width:332px;
    height:20px;
    border:1px solid #9DA2AD;
    padding-top:3px;
    padding-left:5px;
}

#

/*-------------search buttons-----------------*/

#searchShopBtn, #searchNewsBtn, #searchCharityBtn, #searchImageBtn, #searchBtn, #searchWebBtn {background-image: url(/images/a1.png); border:0px none; padding:0; margin:0 10px 0 0; cursor:pointer; height:26px;}

#searchFundraiserBtn{width:126px; background-image: url(/images/a1_btns.png); background-position:-594px -453px;
 border:0px none; padding:0; margin:0 10px 0 0; cursor:pointer; height:26px;}
#searchWebBtn{width:107px; background-position:-298px -133px;}	
#searchShopBtn{width:114px; background-position:-154px -133px;}
#searchNewsBtn{width:106px; background-position:-298px -68px;}
#searchCharityBtn{width:106px; background-position: -298px -101px;}
#searchImageBtn{width:106px; background-position: -298px -37px;}
#searchBtn{	width:76px; background-position: -298px -164px;}


/*---------------Login Navigation ---------------------------*/
#loginNav {
	position:absolute;
	top:2px;
	right:20px;
	color:#000000;
	text-align:right;
	z-index:1000;
}
#loginNav a{
	text-decoration:underline;
	color:#000000;
}
#loginNav a:visited{
	color:#000000;
}
#loginNav a:hover{
	text-decoration:underline;
	color:#ffffff;
}


/*-----------------skyscraper advert box----------------------------*/
.skyAdBox {
	padding:0;
	text-align:center;
	}
.skyAdBox a{
	font-size:0.8em;
	color:#000000;
	}
.skyAdBox a:hover{color:#e81e75  ;}
/*-----------------thin light blue box (unfilled)----------------------------*/


.thinbox p {font-size:0.8em; padding-bottom:0.5em; color:#000;}
.thinbox {background:transparent; margin:10px 0 0 0; padding:0; }

.utb1, .utb2, .utb3, .utb4, .utb5, .utb6, .utb7 {display:block; overflow:hidden; font-size:0;}
.utb1, .utb2, .utb3, .utb4, .utb5, .utb6 {height:1px;}
.utb4, .utb5, .utb6, .utb7 {background:#ccc; border-left:1px solid #d3e0ff; border-right:1px solid #d3e0ff;}/*these define the outer side border colours*/
.utb1 {margin:0 9px; background:#d3e0ff;}/*top&bottom border (outermost)*/
.utb2 {margin:0 6px; background:#fff; border-left:3px solid #d3e0ff; border-right:3px solid #d3e0ff;}/*top&bottom border (midouter)*/
.utb3 {margin:0 4px; background:#fff; border-left:2px solid #d3e0ff; border-right:2px solid #d3e0ff;}/*top&bottom border (outer)*/
.utb4 {margin:0 3px; background:#fff; border-width:0 1px;}/*top border (inner) white fill*/
.utb5 {margin:0 2px; background:#fff; border-width:0 1px;}/*top border (inner) white fill*/
.utb6 {margin:0 2px; background:#fff; border-width:0 1px;} /*bottom border (inner) white fill*/
.utb7 {margin:0 1px; background:#fff; border-width:0 1px; height:3px;} /*bottom border (inner) white fill*/

.utbHeader {background:#fff; border:1px solid #44b4e4; border-width:0 1px;}/*container for search asst. header*/
.utbHeader h2{margin-left:10px;}
.utboxcontent {display:block; background:#ffffff; border-left:1px solid #d3e0ff; border-right:1px solid #d3e0ff; border-width:1px; overflow:auto;}/*central container for copy*/
.utboxcontent h2, .utboxcontent p, .utboxcontent h3{margin:0 10px;}
.utboxcontent h2 {font-family: Arial, Helvetica, Sans-serif; font-size:0.8em; font-weight:normal; color:#666666; border:0; padding:0.1em 0 0.5em 0;}
.utbox {display:block; background:#ffffff; border-left:1px solid #d3e0ff; border-right:1px solid #d3e0ff; border-width:1px; overflow:auto;}/*central container for copy*/

/*-----------------chunky light blue box (unfilled)----------------------------*/

.chunkybox h2, .chunkybox p {margin:0 10px;}
.chunkybox h2 {font-family: Arial, Helvetica, Sans-serif; font-size:0.7em; font-weight:normal; color:#666666; border:0; padding:0.1em 0 0.5em 0;}
.chunkybox p {font-size:0.85em; padding-bottom:0.5em; color:#000;}
.chunkybox {background:transparent; margin:10px 0 0 0; padding:0;}

.ucb1, .ucb2, .ucb3, .ucb4, .ucb5, .ucb6, .ucb7 {display:block; overflow:hidden; font-size:0;}
.ucb1, .ucb2, .ucb3, .ucb4, .ucb5, .ucb6 {height:1px;}
.ucb4, .ucb5, .ucb6, .ucb7 {background:#ccc; border-left:1px solid #b8d8e5; border-right:1px solid #b8d8e5;}/*these define the outer side border colours*/

.ucb1 {margin:0 8px; background:#b8d8e5;}/*top&bottom border (outermost)*/
.ucb2 {margin:0 6px; background:#b8d8e5;}/*top&bottom border (midouter)*/
.ucb3 {margin:0 4px; background:#b8d8e5;}/*top&bottom border (outer)*/
.ucb4 {margin:0 3px; background:#fff; border-width:0 5px;}/*top border (inner) white fill*/
.ucb5 {margin:0 2px; background:#fff; border-width:0 4px;}/*top border (inner) white fill*/
.ucb6 {margin:0 2px; background:#fff; border-width:0 3px;} /*bottom border (inner) white fill*/
.ucb7 {margin:0 1px; background:#fff; border-width:0 3px; height:2px;} /*bottom border (inner) white fill*/

.cboxcontent {display:block; background:#ffffff; border-left:3px solid #b8d8e5; border-right:3px solid #b8d8e5; border-width:3px; overflow:hidden;}/*central container for copy*/
.cboxcontent p{ margin-left:10px;}

/*------filled chunky light blue box boundary ------------*/
.cb1, .cb2, .cb3, .cb4, .cb5, .cb6, .cb7 {display:block; overflow:hidden; font-size:0;}
.cb1, .cb2, .cb3, .cb4, .cb5, .cb6 {height:1px;}
.cb4, .cb5, .cb6, .cb7 {background:#ccc; border-left:1px solid #b8d8e5; border-right:1px solid #b8d8e5;}/*these define the outer side border colours*/
.cb1 {margin:0 8px; background:#b8d8e5;}/*top&bottom border (outermost)*/
.cb2 {margin:0 6px; background:#b8d8e5;}/*top&bottom border (midouter)*/
.cb3 {margin:0 4px; background:#b8d8e5;}/*top&bottom border (outer)*/
.cb4 {margin:0 3px; background:#b8d8e5; border-width:0 5px;}/*top border (inner)*/
.cb5 {margin:0 2px; background:#b8d8e5; border-width:0 4px;}/*top border (inner)*/
.cb6 {margin:0 2px; background:#b8d8e5; border-width:0 3px;} /*bottom border (inner)*/
.cb7 {margin:0 1px; background:#b8d8e5; border-width:0 3px; height:2px;} /*bottom border (inner)*/

/*-----------------chunky dark blue box (filled)----------------------------*/

.cdbbox h2, .cdbbox p {margin:0 10px;}
.cdbbox h2 {font-family: Arial, Helvetica, Sans-serif; font-size:1em; font-weight:bold; color:#ffffff; border:0; padding:0.1em 0 0.5em 0;}
.cdbbox p {font-size:0.8em; color:#000000;}

.cdbbox {background:transparent; margin:10px 0 0 0; padding:0;}

.cdbb1, .cdbb2, .cdbb3, .cdbb4, .cdbb5, .cdbb6, .cdbb7 {display:block; overflow:hidden; font-size:0;}
.cdbb1, .cdbb2, .cdbb3, .cdbb4, .cdbb5, .cdbb6 {height:1px;}
.cdbb4, .cdbb5, .cdbb6, .cdbb7 {background:#cccccc; border-left:1px solid #44b4e4; border-right:1px solid #44b4e4;}/*these define the outer side border colours*/

.cdbb1 {margin:0 8px; background:#44b4e4;}/*top&bottom border (outermost)*/
.cdbb2 {margin:0 6px; background:#44b4e4;}/*top&bottom border (midouter)*/
.cdbb3 {margin:0 4px; background:#44b4e4;}/*top&bottom border (outer)*/
.cdbb4 {margin:0 3px; background:#44b4e4; border-width:0 5px;}/*top border (inner)*/
.cdbb5 {margin:0 2px; background:#44b4e4; border-width:0 4px;}/*top border (inner)*/
.cdbb6 {margin:0 2px; background:#44b4e4; border-width:0 3px;} /*bottom border (inner)*/
.cdbb7 {margin:0 1px; background:#44b4e4; border-width:0 3px; height:2px;} /*bottom border (inner)*/
.cboxfilledcontent {display:block; background:#44b4e4; border-left:3px solid #44b4e4; border-right:3px solid #44b4e4; border-width:3px; overflow:hidden;}/*central container for copy*/

/*------unfilled chunky dark blue box boundary ------------*/
.ucdbb1, .ucdbb2, .ucdbb3, .ucdbb4, .ucdbb5, .ucdbb6, .ucdbb7 {display:block; overflow:hidden; font-size:0;}
.ucdbb1, .ucdbb2, .ucdbb3, .ucdbb4, .ucdbb5, .ucdbb6 {height:1px;}
.ucdbb4, .ucdbb5, .ucdbb6, .ucdbb7 {background:#cccccc; border-left:1px solid #44b4e4; border-right:1px solid #44b4e4;}/*these define the outer side border colours*/
.ucdbb1 {margin:0 8px; background:#44b4e4;}/*top&bottom border (outermost)*/
.ucdbb2 {margin:0 6px; background:#44b4e4;}/*top&bottom border (midouter)*/
.ucdbb3 {margin:0 4px; background:#44b4e4;}/*top&bottom border (outer)*/
.ucdbb4 {margin:0 3px; background:#ffffff; border-width:0 5px;}/*top border (inner)*/
.ucdbb5 {margin:0 2px; background:#ffffff; border-width:0 4px;}/*top border (inner)*/
.ucdbb6 {margin:0 2px; background:#ffffff; border-width:0 3px;} /*bottom border (inner)*/
.ucdbb7 {margin:0 1px; background:#ffffff; border-width:0 3px; height:2px;} /*bottom border (inner)*/
/*----------------------------------------------------*/

.cdbbHeader {background:#44b4e4; border:3px solid #44b4e4; border-width:0 3px;}/*container for search asst. header*/
.cdbbHeader h2{color:#ffffff;}
.cdbboxcontent {display:block; background:#ffffff; border-left:3px solid #44b4e4; border-right:3px solid #44b4e4;border-width:3px; overflow:hidden;}/*central container for copy*/

/*----------search assistant box-----------------*/
.sacb1, .sacb2, .sacb3, .sacb4, .sacb5, .sacb6, .sacb7 {display:block; overflow:hidden; font-size:0;}
.sacb1, .sacb2, .sacb3, .sacb4, .sacb5, .sacb6 {height:1px;}
.sacb4, .sacb5, .sacb6, .sacb7 {background:#ccc; border-left:1px solid #d3e0ff; border-right:1px solid #d3e0ff;}/*these define the outer side border colours*/
.sacb1 {margin:0 9px; background:#d3e0ff;}/*top&bottom border (outermost)*/
.sacb2 {margin:0 6px; background:#fff; border-left:3px solid #d3e0ff; border-right:3px solid #d3e0ff;}/*top&bottom border (midouter)*/
.sacb3 {margin:0 4px; background:#fff; border-left:2px solid #d3e0ff; border-right:2px solid #d3e0ff;}/*top&bottom border (outer)*/
.sacb4 {margin:0 3px; background:#fff; border-width:0 1px;}/*top border (inner) white fill*/
.sacb5 {margin:0 2px; background:#fff; border-width:0 1px;}/*top border (inner) white fill*/
.sacb6 {margin:0 2px; background:#fff; border-width:0 1px;} /*bottom border (inner) white fill*/
.sacb7 {margin:0 1px; background:#fff; border-width:0 1px; height:3px;} /*bottom border (inner) white fill*/

.searchAsst ul {list-style-position:outside;  background-color:#fff;}
.searchAsst {margin:0;  padding:0; background-color:#fff; width:178px;}
#Assist, #expandAssist {padding:0; margin:0 0 0 0; border-left:1px solid #d3e0ff; border-right:1px solid #d3e0ff;}
.sa_small {text-decoration:none; font-size:.76em;}
#Assist img, #expandAssist img {margin-left:5px; vertical-align:middle;}
#Assist {border:1px solid #d3e0ff; margin:0; padding:0; border-width:0 1px 0 1px; width:175px;}
#expandAssist {border:1px solid #d3e0ff; height:130px; margin:0; padding:0; border-width:0 1px 0 1px; width:175px;}
#saTabs {width:170px; line-height:normal; padding-left:1px; border-left:0; margin:0 0 0 7px; height:21px; position:absolute; z-index:1;}
.sa_top {clear:left; margin:0 0 0 0; padding:0;}
.sa_top .sacb1 {height:1px;}
#saTabs ul {font-size:0.8em; margin:0; padding:0 2px 10px 0; list-style:none;}
#saTabs li {float:left; background:url("/images/tab_left_selected.gif") no-repeat left top; margin:0; padding:0 0 0 8px;}
#saTabs a {float:left; display:block; background:url("/images/tab_right_selected.gif") no-repeat right top; padding:5px 7px 5px 0; text-decoration:none; font-weight:bold;}
.tab_txt_position {margin-left:0; font-size:10px;}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#saTabs a {float:none;}
/* End IE5-Mac hack */

#saTabs #inactive {background-image:url("/images/tab_left_selected.gif");}
#saTabs #inactive a {background-image:url("/images/tab_right.gif");}
#saTabs li.cur {background-image:url("/images/tab_left.gif"); color:#000;}
#saTabs li.cur a {background-image:url("/images/tab_right.gif"); color:#00c; padding-bottom:5px;}
.sa_content {top:21px; position:relative; z-index:0;}
.saContainer {display:block; background:#fff; color:#fff; border:0px solid #000; padding:0; height:130px; margin:-5px 0 0 0;}
.saContainer a {color:#00c;}
.saContainer ul{list-style:none; padding-left:.2em; font-size:0.8em; overflow:auto;}
.saContainer li a {color:#00c;}
.saContainer li a:hover {color:#e81e75;}
.saContainer li a:visited {color:#00c;}
.saFunctionLink {font-size:0.9em;}
#History {display:none;}
.saContainer img {vertical-align:middle;}
#Favourites ul {padding-top:0; margin:5px 3px 0 5px; height:90px; line-height:1.5em;}
#History ul {padding-top:0; margin:5px 3px 5px 5px; height:83px; line-height:1.5em;}
#Favourites span {margin-left:7px; font-size:0.76em; color:#000;}

/*----------Sponsored links for top and bottom of page styled below-----------------*/
.sponsorBoxTnB p, .sponsor_box_right p {margin:0 10px;}
.sponsorBoxTnB h2, .sponsor_box_right h2 {color:#666666; font-size:0.8em; }
.sponsorBoxTnB p, .sponsor_box_right p {padding-bottom:0.5em; color:#000000;}
.sponsorBoxTnB, .sponsor_box_right {background: transparent; margin-top:10px; clear:left;}
.sponsor_box_right {margin-bottom:10px;}

.sbtnb1, .sbtnb2, .sbtnb3, .sbtnb4, .sbtnb5, .sbtnb6, .sbtnb7 {display:block; overflow:hidden; font-size:0;}
.sbtnb1, .sbtnb2, .sbtnb3, .sbtnb4, .sbtnb5, .sbtnb6 {height:1px;}
.sbtnb4, .sbtnb5, .sbtnb6, .sbtnb7 {background:#ccc; border-left:1px solid #f8f8ff; border-right:1px solid #f8f8ff;}/*these define the outer side border colours*/

.sbtnb1 {margin:0 8px; background:#f8f8ff;}/*top&bottom border (outermost)*/
.sbtnb2 {margin:0 6px; background:#f8f8ff;}/*top&bottom border (midouter)*/
.sbtnb3 {margin:0 4px; background:#f8f8ff;}/*top&bottom border (outer)*/
.sbtnb4 {margin:0 3px; background:#f8f8ff; border-width:0 5px;}/*top border (inner)*/
.sbtnb5 {margin:0 2px; background:#f8f8ff; border-width:0 4px;}/*top border (inner)*/
.sbtnb6 {margin:0 2px; background:#f8f8ff; border-width:0 3px;} /*bottom border (inner)*/
.sbtnb7 {margin:0 1px; background:#f8f8ff; border-width:0 3px; height:2px;} /*bottom border (inner)*/

.sbtnbBoxcontent, .sb_content_right {display:block; background:#f8f8ff; border:3px solid #f8f8ff; border-width:0 3px;}/*central container for copy*/
.sbtnbBoxcontent p, .sb_content_right p {padding-left:37px;}/*central container for copy*/
.sb_content_right p {padding:0 0 10px 0;}
.spLinkTop {color:#0000CC; font-size:1.2em; text-decoration:underline;}/**/
.spLinkBtm {color:#339966; font-size:1em; text-decoration:none;}/*the green one*/

#sponsoredResultLabel h2, #sponsored_result_label_right h2 {color:#666666; padding-right:1em; float:right; font-weight:normal; font-size:0.8em;}
#sponsored_result_label_right {margin:0 0 5px 10px; padding:0; float:left; text-align:left; width:80%;}
#sponsored_result_label_right h2 {float:left; margin:0; padding:0;}
#sponsored_result_label_right p {padding:0 0 10px 0;}
#sponsoredResultLabel a:link,
#sponsoredResultLabel a:active {color:#00c;text-decoration:underline;padding-right:1em; float:right; font-weight:normal; font-size:0.8em;}
#sponsoredResultLabel a:visited {color:#800080;text-decoration:underline;padding-right:1em; float:right; font-weight:normal; font-size:0.8em;}
#sponsoredResultLabel a:hover {color:#e81e75;text-decoration:underline;padding-right:1em; float:right; font-weight:normal; font-size:0.8em;}
/*---------- End of Sponsored links for top and bottom of page -----------------*/

/*---------- Shopping Styles -------------------------------------*/

.shStyle #pagetitlecontainer {
	color: #44b4e4;
	font-weight:bold;
	}
.subhead h4 {
	color: #44b4e4;
	font-weight:bold;
	font-size:0.9em;
	}
.shStyle p, .shStyle td, .shStyle li {
	font-weight:normal;
	font-size:0.8em;
	}
.shStyle #pinnedcontentcontainer	{
	color: #000000;
	font-size:0.8em;
	}
.shStyle #pinnedcontentcontainer h3 {
	color: #44b4e4;
	font-weight:bold;
	font-size:1em;
	}
	
.shStyle #categoriescontainer {
	color: #44b4e4;
	font-weight:bold;
	}
.shStyle #subcategoriescontainer {
	color: #44b4e4;
	font-weight:normal;
	font-size:0.9em;
	}
.shStyle #cpalistingscontainer {
	color: #000000;
	font-weight:normal;
	font-size:0.9em;
	}
.shStyle #cpalistingscontainer h2 {border-bottom:1px dotted #e81e75;}	
.shStyle #cpalistingscontainer h3 {color: #44b4e4;font-weight:bold;}

.shStyle #cpafulllisting {
	border-top:1px dotted #e81e75;
	vertical-align: top;
	}

.header {
	color: #585858;
	font-weight:bold;
	font-size:1.0em;
	}
.subheader {
	color: #787878;
	font-weight:normal;
	font-size:0.9em;
	}
.sendRequestBtn, .CompanyReviewBtn, .AddReviewBtn, .submitReviewBut, .GoBtn {	
	background-image: url(/images/a1_btns.png);
	border:0px none;
    	padding:0;
	margin:0 10px 0 0;
    	cursor:pointer;
	height:26px;
	}
.sendRequestBtn{ width:98px; background-position: 0px -482px;}
.CompanyReviewBtn{ width:117px; background-position: -144px -482px;}
.AddReviewBtn{ width:88px; background-position: 0px -509px;}
.submitReviewBut{ width:101px; background-position: -144px -509px;}
.GoBtn{ width:37px; background-position: 0px -734px;}


/*---------------------CPS Bits-----------------------*/

#cpafulllisting h2, #cpafulllisting h3, #cpafulllisting div {text-align:left;}
#cpafulllisting h2 {border-bottom:1px dotted #e81e75;}
#cpafulllisting h3 {font-weight:bold; margin-bottom:0px;}
#reviewcontainer h2 {border-bottom:1px top #e81e75;}
#track_image {text-align:center; float:right; padding:5px;}
#cpa_image {text-align:center; float:left; padding:0px;}
#cpa_details {
	text-align:left; 
	margin: 0 auto 0 125px;
	width:80%;
	color: #000000;
	font-weight:normal;
	font-size:12px;
	}

/*---------------------Handle HTML table passed as freehtml-----------------------*/
.PricesTable {
	border-top: 0;
	border-left: 0px;
	border-right: 0;
	border-bottom: 0;
	border: none;
}
.PricesTable th{	
	padding: 0 10px 5px 0; 
	color: #44b4e4;
	background-color: #ffffff;
	font-weight:normal;
	border-top:1px dotted #e81e75;
	border-bottom:1px dotted #e81e75;
	border-left:0; border-right:0;
	font-size: 0.8em;
	}
.PricesTable td {
	border-top:0; 
	border-left:0; 
	border-right:0; 
	border-bottom:1px dotted #e81e75; 
	background-color: #ffffff;
	}
/*---------------------------related search terms----------------------*/
#related, #related_expand {margin:20px 0 0 20px; width:750px; height:100px;}
#related p, #related_expand p {margin-left:30px;margin-bottom:5px;}
.relatedLinks {margin-left:30px; height:50px; line-height:2em; width:auto;}
.relatedLinks a{color:#0000cc;}
.relatedLinks a:hover{color:#e81e75;}

/*--Buttons--*/
.srchBtnGen, .srchBtn, .clashBtn, .clashBtnNo {vertical-align:middle;}
.srchBtn, .clashBtnNo {margin-left:10px;}

/*----------tabbed results box-----------------*/
.trcb1, .trcb2, .trcb3, .trcb4, .trcb5, .trcb6, .trcb7 {display:block; overflow:hidden; font-size:0;}
.trcb1, .trcb2, .trcb3, .trcb4, .trcb5, .trcb6 {height:1px;}
.trcb4, .trcb5, .trcb6, .trcb7 {background:#ccc; border-left:1px solid #44b4e4; border-right:1px solid #44b4e4;}/*these define the outer side border colours*/
.trcb1 {margin:0 9px; background:#44b4e4;}/*top&bottom border (outermost)*/
.trcb2 {margin:0 6px; background:#fff; border-left:3px solid #44b4e4; border-right:3px solid #44b4e4;}/*top&bottom border (midouter)*/
.trcb3 {margin:0 4px; background:#fff; border-left:2px solid #44b4e4; border-right:2px solid #44b4e4;}/*top&bottom border (outer)*/
.trcb4 {margin:0 3px; background:#fff; border-width:0 1px;}/*top border (inner) white fill*/
.trcb5 {margin:0 2px; background:#fff; border-width:0 1px;}/*top border (inner) white fill*/
.trcb6 {margin:0 2px; background:#fff; border-width:0 1px;} /*bottom border (inner) white fill*/
.trcb7 {margin:0 1px; background:#fff; border-width:0 1px; height:3px;} /*bottom border (inner) white fill*/

#tabbed_results_container {margin:20px 0 0 50px;  padding:0; background-color:#fff; width:auto;}

#rp_tabs {width:auto; line-height:normal; padding-left:1px; border-left:0; margin:0 0 0 8px; position:absolute}
.my_appeal_container {margin-top:21px; #margin-top:36px;}
#rp_tabs ul {font-size:0.8em; margin:0; padding:0 2px 10px 0; list-style:none;}
#rp_tabs li {float:left; background:url("/images/tab_left_selected.gif") no-repeat left top; margin:0; padding:0 0 0 8px;}
#rp_tabs a {float:left; display:block; background:url("/images/tab_right_selected.gif") no-repeat right top; padding:5px 9px 5px 0; text-decoration:none; font-weight:bold;}



#rp_tabs button {display:block; background:url("/images/tab_right.gif") no-repeat right top; padding:3px 7px 5px 0; height: 22px; margin-left:0; border: 0; cursor: pointer; font: 76% Arial, Helvetica, sans-serif; font-size:0.9em; font-weight:bold;}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#rp_tabs a {float:none;}
/* End IE5-Mac hack */

#rp_tabs #inactive {background-image:url("/images/tab_left.gif");}
#rp_tabs #inactive a {background-image:url("/images/tab_right.gif");}
#rp_tabs li.cur {background-image:url("/images/tab_left.gif"); color:#000;}
#rp_tabs li.cur a {background-image:url("/images/tab_right.gif"); color:#000; padding-bottom:5px;}

.contactBox #rp_tabs a, .contactBox #rp_tabs li.cur a {color:#000;}

.tab_txt_position {margin-left:0; font-size:10px;}

.tr_top {clear:left; margin:0 0 0 0; padding:0; width:auto;}
.tr_top .trcb1 {height:1px;}

#tr_inactive, #tr_active {min-height:12px; padding:0; margin:0 0 0 0; border-left:1px solid #44b4e4; border-right:1px solid #44b4e4; font-size:1em;}
#tr_inactive img, #tr_active img {margin-left:5px; vertical-align:middle;}
#tr_inactive a:visited, #tr_active a:visited {color:#800080;}
#tr_inactive a:hover, .contactBox #rp_tabs a:hover {color:#e81e75;}
#tr_inactive .fundraiser_results_img, #tr_active .fundraiser_results_img {margin:0 5px 0 5px; float:left; border:1px solid #000;}

#tr_active .gallery {margin:0; min-height:75px;}
#tr_active .imgCon, #tr_active .imgTxt {margin:0 5px 0 0; width:160px;}
#tr_active .imgCon img {margin:10px;}

.tabbed_results {display:block; height:auto; margin-top:0; padding:0 0 0 0;}
.tabbed_results a:link, .tabbed_results a:active {color:#00c; text-decoration:underline;}
.tabbed_results a:visited {color:#800080; text-decoration:underline;}
.tabbed_results a:hover {color:#e81e75; text-decoration:underline;}
.tabbed_results img {border:1px solid #000;}

.tr_listing_container .orgLinkTop, .tr_display_container .orgLinkTop {font-size:1em;}
.tabbed_results_display .orgLinkBtm {font-size:0.92em;}
.tabbed_results_display {margin-left:10px;}

.tr_main_container {display:table; margin:0 auto; margin:0; padding:0 0 0 0; width:100%;}
.tr_inner_container {margin:0; min-height:75px; float:left; width:100%;}
.tr_main_container #related, .tr_main_container #related_expand {margin:10px 0 0 0; height:auto;}
#related_expand {display:none;}
.tr_main_container .relatedLinks {height:auto;}
.tr_single_block {margin:2px 0 0 10px; float:left; width:220px;}
.tr_result_heading {color:#666666; font-size:0.8em; text-align:left; margin:0 8px 5px 0;}
.tr_listing_container {text-align:left; width:auto; min-height:60px; margin:0 5px 0 0;}
.tr_listing_container img {margin:0 5px 0 0; float:left; border:0;}
.tr_listing_container span {font-size:0.9em;}
.tr_listing_more {text-align:left; font-size:0.8em; margin:0; clear:left;}
.tr_listing_more a {color:#00c;}
.tr_exp_col {margin:0 7px 0 0; float:right;}
.tr_exp_col img {margin:0; border:0px;}
.tr_exp_col a, .tr_exp_col a:link, .tr_exp_col a:active {margin:0; text-decoration:none; color:#000; font-size:0.8em;}
.tr_exp_col a:hover {color:#e81e75; text-decoration:none;}
.tr_exp_col a:visited {color:#000; text-decoration:none;}
.tr_result_heading_right {color:#666666; font-size:0.8em; text-align:right; margin:8px 8px 10px 0;}
.tr_divider {border-top:1px dotted #c0c0c0; width:90%; margin-left:auto; margin-right:auto; margin-top:10px;}
.tr_display_container {margin:0 8px 10px 0;}
.tr_display_container_img {border:1px solid #000; float:left; margin:0 5px 5px 0;}
.tr_title {font-size:.9em; margin:0 0 5px 0;}
.tr_title a:link, .tr_title a:active {color:#00c; text-decoration:underline;}
.tr_title a:visited {color:#800080; text-decoration:underline;}
.tr_title a:hover {color:#e81e75; text-decoration:underline;}
.dark_grey {color:#666;}
.tr_other_results {float:left; margin:5px 0 0 5px;}
.tr_other_results a:link, .tr_other_results a:active {color:#00c; text-decoration:underline;}
.tr_other_results a:visited {color:#800080; text-decoration:underline;}
.tr_other_results a:hover {color:#e81e75; text-decoration:underline;}
.tr_listing_container {font-size:.8em;}
#expandsearch, #narrowsearch {border-left:1px solid #44b4e4; border-right:1px solid #44b4e4;}

.my_appeal_buttons {margin-right:5px;}
.me_tab_container { height:21px; #height:auto; z-index:1; position:relative;}
.me_content_container {margin-top:-1px; z-index:0; position:relative;}

/*-----Widget---*/
#aw_tabs {width:160px; line-height:normal; padding-left:1px; border-left:0; margin:0 0 0 7px; position:absolute;}
#aw_tabs ul {font-size:0.8em; margin:0; padding:0 2px 10px 0; list-style:none;}
#aw_tabs li {float:left; background:url("/images/tab_left_selected.gif") no-repeat left top; margin:0; padding:0 0 0 8px;}
#aw_tabs a {float:left; display:block; background:url("/images/tab_right_selected.gif") no-repeat right top; padding:5px 7px 5px 0; text-decoration:none; font-weight:bold;}
.tab_txt_position {margin-left:0; font-size:10px;}

#aw_tabs a {float:none;}

#aw_tabs #inactive {background-image:url("/images/tab_left.gif");}
#aw_tabs #inactive a {background-image:url("/images/tab_right.gif");}
#aw_tabs li.cur {background-image:url("/images/tab_left.gif"); color:#000;}
#aw_tabs li.cur a {background-image:url("/images/tab_right.gif"); color:#000; padding-bottom:5px;}  

.aw_top {clear:left; margin:0 0 0 0; padding:0;}
.aw_top .sacb1 {height:1px;}

#whosGiving {display:none;}

.aw_container {display:block; border:1px solid #d3e0ff; border-width:0 1px 0 1px; height:240px;}
.aw_container a, .aw_container a:visited {color:#00c;}
.aw_container a:hover {color:#e81e75;}
.aw_container h1 {font-weight:normal; border:0px solid #000; margin:5px 0 5px 0; font-size:120%;}
.aw_container p {margin:0; padding:0; width:147px;}

#widget_container {text-align:left; width:160px; margin:10px; float:left; font-family:Arial, Helvetica, sans-serif; font-size:60%;}

#widget_container p {margin-left:5px;}
#widget_container .wd_box {margin:5px 0 5px 0;}
.widget_body {margin-top:21px;}
.widget_block {margin:0 0 0 5px; float:left; width:auto;}

.wd_title {float:left; width:53px; margin-top:5px;}

.wd_detail {float:left; margin:5px 0 0 3px; width:88px;}

.wd_img_block {margin:10px 0 0 5px; text-align:center; width:147px; float:left;}
.wd_img_block span {line-height:1.7em;}

.wd_giving_container {text-align:left; height:129px; overflow:auto; margin:0 0 0 5px;}
.wd_giving_title {float:left; width:83px; margin:0 0 8px 0;}
.wd_giving_detail {float:left; margin-left:5px;}
.aw_container h2 {color:#44b4e4; font-size:1.1em; margin:0 0 5px 5px; padding:0; font-weight:normal; width:144px;}
.wd_search_box { margin-top:10px; float:left;}
.wd_search_field {float:left; height:23px; margin-right:2px;}
.wd_search_field input {width:110px;}
.wd_search_btn {float:left; height:23px; margin-top:0;}
.wd_box {margin:5px 0 5px 0;}









/*---------------------Tabbed home------------------------------------*/
.htcb1, .htcb2, .htcb3, .htcb4, .htcb5, .htcb6, .htcb7 {display:block; overflow:hidden; font-size:0;}
.htcb1, .htcb2, .htcb3, .htcb4, .htcb5, .htcb6 {height:1px;}
.htcb4, .htcb5, .htcb6, .htcb7 {background:#ccc;}
.hpf .htcb4, .hpf .htcb5, .hpf .htcb6, .hpf .htcb7 {border-left:1px solid #A5E4AD; border-right:1px solid #A5E4AD;}

.htcb1 {margin:0 9px;}
.hpf .htcb1 {background:#A5E4AD;}

.htcb2 {margin:0 6px; background:#fff;}
.hpf .htcb2 {border-left:3px solid #A5E4AD; border-right:3px solid #A5E4AD;}

.htcb3 {margin:0 4px; background:#fff;}
.hpf .htcb3 {border-left:2px solid #A5E4AD; border-right:2px solid #A5E4AD;}

.htcb4 {margin:0 3px; background:#fff; border-width:0 1px;}
.htcb5 {margin:0 2px; background:#fff; border-width:0 1px;}
.htcb6 {margin:0 2px; background:#fff; border-width:0 1px;}
.htcb7 {margin:0 1px; background:#fff; border-width:0 1px; height:3px;}

#home_tabs_content {padding:0; margin:0; height:293px; border-width:0 1px 0 1px; width:25.9em; background-color:#fff; overflow:auto; float:left; margin-top:0;}
.hpf #home_tabs_content {border-left:1px solid #A5E4AD; border-right:1px solid #A5E4AD;}

/*------------------------------------------------------------------------------------------------------*/













#newsstory { margin:20px 0px; width:100%; position:relative;}

#newsstory span.news-back {float:right; margin-left:12px;}

#newsstory .storyimg {float:left; margin:0 20px 20px 0;}

#container #newsstory h1 {/*color:#663399;*/ margin:0px; color:#000000;}

#newsstory h2 {color:#0099FF; margin:0px;}

#newsstory h2 span {color:#999999; font-weight:normal;} 

#newsstory h4 {margin:0 0 12px 0; padding:0px;}

#newsstory p {}

#newsstory p.author {}

#newsstory #comments-list {background-color:#FAF4FF; border:0px solid #5500AA; width:46%; float:left; padding:1% 2%;}

#newsstory #comments-list ul {list-style:none; margin:0px; padding:0px;}

#newsstory #comments-list ul li {border-bottom:1px solid #ccc;}

#newsstory #comments-list ul li p {text-align:justify;}

#newsstory #comments-list ul li p.author {color:#444; font-style:italic; font-size:90%;}

#newsstory #comments-list ul li p.date {font-size:80%;}

#newsstory #comments-form {background-color:#FAF4FF; border:0px solid #5500AA; width:46%; float:left; padding:1% 2%;}

#newsstory #comments-form form {}

#newsstory #comments-form form fieldset {}

#newsstory #comments-form form fieldset legend { font-weight:normal;}
