
/* Headline rotator */

/**************************************************************************************
/* update the following classes to change the appearance of the Headline 
/* rotator drop-in application
/*************************************************************************************/

.HeadlineRotator_Wrapper {}

/* 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 a specific outside container element for a headline rotator */
/* html example: <div class="HeadlineRotator HeadlineRotator1">...</div> */
/** overrides .HeadlineRotator **/
/** the # represents the Headline Rotator Category ID **/
/* .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:active, .RotatorRSS .LinkedTitle a:visited {}
.RotatorRSS .LinkedTitle a:hover {} 

/* 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 {}


/* home page rotator */

.HeadlineRotator_Category1986 {
	float:left;
	width: 400px;
	padding-top: 10px;
}
.HeadlineRotator_Category1986 .HeadlineRotator {padding-left: 25px;}
.HeadlineRotator_Category1986 .Rotator_Wrapper {}
.HeadlineRotator_Category1986 .Rotator {}
.HeadlineRotator_Category1986 .RotatorRSS_Wrapper {}
.HeadlineRotator_Category1986 .RotatorRSS {}
.HeadlineRotator_Category1986 .RotatorRSS .LinkedTitle {}
.HeadlineRotator_Category1986 .RotatorRSS .LinkedTitle a:link, .RotatorRSS .LinkedTitle a:active, .RotatorRSS .LinkedTitle a:visited {}
.HeadlineRotator_Category1986 .RotatorRSS .LinkedTitle a:hover {} 
.HeadlineRotator_Category1986 .RotatorRSS .PublishedDate {}
.HeadlineRotator_Category1986 .RotatorRSS .Description {}
