/* The following classes were defined to comply with WV Identify color standards request. Note, some are used and some are not used in the code */ /* Used - WVOrgText was named for any text "subheadings" for any page (form or view).*/ /* Note, currently this is used in Child Rights, Global Poverty and Justice & Peace pages */ /* Note, color definition was changed from FF6600 to 000000 due to change request */ /* Note, next release should change name to correcly reference 000000 color */ .WVOrgText {color : 000000;} /* Used - WVOrgTextMainPage was defined only for aa_pahome form for Featured Item and Current Campaign text "subheadings" */ .WVOrgTextMainPage {color : FF6600;} /* Not Used - originally this was to be used for Child Rights pages in "banner" area */ .WVOrgTextWVBlueTintBG {color : #FF6600; background-color:#D5E4EE;} /* Used - this is used for Child Rights pages in "right side nav" areas */ .WVBlueBG {background-color:#006699;} /* Used - this is used for Child Rights pages in "right side nav" areas * / .WVBlueTintBG {background-color:#D5E4EE;} /* Not Used - originally this was to be used for Global Poverty pages in "banner" area */ .WVOrgTextWVTerCottaTintBG {color : #FF6600; background-color:#EAE0D1;} /* Used - this is used for Global Poverty pages in "right side nav" areas */ .WVTerCottaBG {background-color:#663300;} /* Used - this is used for Global Poverty pages in "right side nav" areas */ .WVTerCottaTintBG {background-color:#EAE0D1;} /* Not Used - originally this was to be used for Justice & Peace pages in "banner" area */ .WVOrgTextWVGreenTintBG {color : #FF6600; background-color:#E2E5BB;} /* Used - this is used for Justice & Peace pages in "right side nav" areas */ .WVGreenBG {background-color:#999933;} /* Used - this is used for Justice & Peace pages in "right side nav" areas */ .WVGreenTintBG {background-color:#E2E5BB;} /* Used - this is used for all pages in "banner" area */ /* Note, the following pages use this class: Child Rights, Global Poverty, Justice & Peace, Advocacy for justice, HIV-AIDS, Policies, Key Documents */ .BannerBlackTextWhiteBG {color : #000000; background-color:#FFFFFF;} INPUT, SELECT,TEXTAREA{ font : 8pt Verdana, Helvetica, Arial; background : #FFFFFF; border: 1px black solid; } TEXTAREA { width : 290 } P { color : #000000; font : Arial, Geneva, Helvetica, sans-serif; } A:LINK { color : #000000; text-decoration : none } A:ACTIVE { font : bold; text-decoration : none;} A:VISITED { color : #000000; text-decoration : none; } A:HOVER { text-decoration : underline; } .noDisplay{ display:none } .yesDisplay{ display:block }