/* Show/Hide Content */

/**************************************************************************************
/* update the following classes to change the appearance of the Show/Hide Content 
/* drop-in application
/*************************************************************************************/

/* this is the class used on the outside container element for the Show/Hide Content */
/* html example: <div class="ShowHideContent_Wrapper ShowHideContentBlock1234">*/
/* this element is used to avoid the broken box model object in ie6 */
.ShowHideContent_Wrapper{}

/* this is the class used on the inside container element for the Show/Hide Content */
/* html example: <div class="ShowHideContent_Wrapper ..."><div class="ShowHideContent"> */
.ShowHideContent{}

/* these are the classes used on the link elements for the News Articles link text */
/* html example: <div class="Headline"> <a title="..." href="...">...</a></div>*/
.ShowHideContent a.ShowHideLink:link,
.ShowHideContent a.ShowHideLink:visited{}
.ShowHideContent a.ShowHideLink:hover{}
.ShowHideContent a.ShowHideLink:active{}

/* this is the class used on the container element for the link text */
/* html example: <div class="ShowHideContent"><a class="ShowHideLink" ...><span class="LinkedText">...</span></a>...</div> */
.LinkedText{}


/* this is the class used on the inside container element for each individual Show/Hide Content */
/* html example: <div class="ShowHideContent">....<div class="ShowHideContentBlock">...</div></div>  */
.ShowHideContentBlock{
}


