
/* Headline rotator */

/**************************************************************************************
/* update the following classes to change the appearance of the Headline 
/* rotator drop-in application
/*************************************************************************************/

/* this is the class used on the outside container element for the headline rotator */
/* html example: <div class="HeadlineRotator_Wrapper"> */
/* this element is used to avoid the broken box model object in ie6 */
.HeadlineRotator_Wrapper {}

/* this is the class used on a specific outside container element for a headline rotator */
/* html example: <div class="HeadlineRotator_Wrapper HeadlineRotator_Category8">...</div> */
/** overrides .HeadlineRotator_Wrapper **/
/** the # represents the Headline Rotator Category ID **/
/* .HeadlineRotator_Category# {} */

/* this is the class used on the outside container element for the headline rotator */
/* html example: <div class="HeadlineRotator"> */
.HeadlineRotator {}

/* this is the class used on the inside container element for each rotator */
/* html example: <div class="Rotator_Wrapper"> */
/* this element is used to avoid the broken box model object in ie6 */
.Rotator_Wrapper {}

/* this is the class used for a specific rotator container element */
/* html example: <div class="Rotator_Wrapper Rotator1"><div class="Rotator">...</div></div><div class="Rotator_Wrapper Rotator2"><div class="Rotator">...</div></div></div> */
/** the # represents the Headline ID **/
/* .Rotator# {} */

/* this is the class used on each individual rotator container element */
/* html example: <div class="Rotator_Wrapper"><div class="Rotator">...</div><div class="Rotator">...</div></div> */
.Rotator {}

/* this is the class used on the inside container element for each rss rotator */
/* html example: <div class="Rotator_Wrapper RotatorRSS_Wrapper"> */
/* this element is used to avoid the broken box model object in ie6 */
.RotatorRSS_Wrapper {}

/* this is the class used on each individual rss rotator container element */
/* html example: <div class="RotatorRSS_Wrapper"><div class="Rotator RotatorRSS">...</div><div class="Rotator RotatorRSS">...</div></div> */
.RotatorRSS {}

/* this is the class used on the linked title field of a rss rotator container element */
/* html example: <div class="Rotator RotatorRSS"><div class="LinkedTitle">...</div>...</div> */
.RotatorRSS .LinkedTitle {}

/* this is the class and psuedo classes used on the linked title field link of a rss rotator container element */
/* html example: <div class="Rotator RotatorRSS"><div class="LinkedTitle"><a href="#">...</a></div>...</div> */
.RotatorRSS .LinkedTitle a:link {}
.RotatorRSS .LinkedTitle a:visited {}
.RotatorRSS .LinkedTitle a:hover {}
.RotatorRSS .LinkedTitle a:active {}

/* this is the class used on the published date field of a rss rotator container element */
/* html example: <div class="Rotator RotatorRSS">...<div class="PublishedDate">...</div>...</div> */
.RotatorRSS .PublishedDate {}

/* this is the class used on the description field of a rss rotator container element */
/* html example: <div class="Rotator RotatorRSS">...<div class="Description">...</div></div> */
.RotatorRSS .Description {}
