/* Use this StyleSheet to override classes for Spanish interface */
/*Fit the Spanish Banner*/
ul li.nciLogo a {
    background-image: url("../Images/red-ncilogo-es-wider.gif");
    width: 295px;
}
 ul li.nihText a {
    background-image: url("../Images/red-nihtext-es-wider.gif");
    width: 245px;
}
 ul li.nciURL a {
    background-image: url("../Images/red-nciurl-es-wider.gif");
    width: 120px;
}
/*End Spanish Banner*/

/* lk 1-10-12 */

/*search box wider */
.searchtextbox { width: 350px;}
.water-mark {	width: 350px;  }

/* blue box wider */
.calltoaction {	width:400px;}

/*footer links nice wrapping - for css3 supporting browsers*/
#cgvFooter ul#footerUtility li {line-height: 1.5em;}

#cgvFooter ul#footerUtility li:nth-of-type(4) {
	background: none repeat scroll 0 0 transparent; 
}
#footerUtility li:nth-of-type(4):after { 
	content: '\a'; white-space:pre;
} /*select 4th element and give it a br*/



/* End lk 1-10-12*/

/*lk 1-12-12 */
 /* SERP, buttons */
.serpPrintBtn{width:150px;}
.serpEmailBtn{width:140px;}
.serpPDFBtn{ width:170px; }
.serpPrintBtn, .serpEmailBtn, .serpPDFBtn { 
	margin-left:2px; margin-right:2px;
}
/*end 1-12-12*/
.EnglishTablink{ cursor:pointer; }
.SpanishTablink{ cursor:default; }

