
/* this is the class used on the outside container element for the paging of News Article */
/* html example: <div class="NewsArticle_TopNavigation_Wrapper"> */
/* this element is used to avoid the broken box model object in ie6 */
.NewsArticle_TopNavigation_Wrapper{
	font-size: 10px;
}

/* this is the class used on the inside container element for the paging of News Article siteCM page content */
/* html example: <div class="NewsArticle_TopNavigation"><div class="NewsArticle_TopNavigation"> */
.NewsArticle_TopNavigation{}

/*this is the class used on the previous link element for the paging of News Article siteCM page content*/
.NewsArticle_TopNavigation a.PreviousLink:link,
.NewsArticle_TopNavigation a.PreviousLink:visited{}
.NewsArticle_TopNavigation a.PreviousLink:hover{}
.NewsArticle_TopNavigation a.PreviousLink:active{}

/*this is the class used on the arrow on the previous link element for the paging of News Article siteCM page content*/
.NewsArticle_TopNavigation a.PreviousLink .Arrow{}

/*this is the class used on the next link element for the paging of News Article siteCM page content*/
.NewsArticle_TopNavigation a.NextLink:link,
.NewsArticle_TopNavigation a.NextLink:visited{ }
.NewsArticle_TopNavigation a.NextLink:hover{}
.NewsArticle_TopNavigation a.NextLink:active{}

/*this is the class used on the arrow on the next link element for the paging of News Article siteCM page content*/
.NewsArticle_TopNavigation a.NextLink .Arrow{}

/*this is the class used on the separator between the two paging links of News Article siteCM page content*/
.NewsArticle_TopNavigation .Separator{}

/* this is the class used on the outside container element for the News Article */
/* html example: <div class="NewsArticle_Wrapper"> */
/* this element is used to avoid the broken box model object in ie6 */
.NewsArticle_Wrapper{}

/* this is the class used on the inside container element for the  News Articles siteCM page content */
/* html example: <div class="NewsArticle_Wrapper"><div class="NewsArticle"> */
.NewsArticle{}

/* this is the class used on the bottom container element for the paging of News Article */
/* html example: <div class="NewsArticle_BottomNavigation_Wrapper"> */
/* this element is used to avoid the broken box model object in ie6 */
.NewsArticle_BottomNavigation_Wrapper{
	font-size: 10px;
	padding: 10px 0 0 0;
}

/* this is the class used on the bottom container element for the paging of News Articles siteCM page content */
/* html example: <div class="NewsArticle_BottomNavigation"><div class="NewsArticle_BottomNavigation"> */
.NewsArticle_BottomNavigation{}

/*this is the class used on the previous link element for the paging of News Article siteCM page content*/
.NewsArticle_BottomNavigation a.PreviousLink:link,
.NewsArticle_BottomNavigation a.PreviousLink:visited{}
.NewsArticle_BottomNavigation a.PreviousLink:hover{}
.NewsArticle_BottomNavigation a.PreviousLink:active{}

/*this is the class used on the arrow on the previous link element for the paging of News Article siteCM page content*/
.NewsArticle_BottomNavigation a.PreviousLink .Arrow{}

/*this is the class used on the next link element for the paging of News Article siteCM page content*/
.NewsArticle_BottomNavigation a.NextLink:link,
.NewsArticle_BottomNavigation a.NextLink:visited{}
.NewsArticle_BottomNavigation a.NextLink:hover{}
.NewsArticle_BottomNavigation a.NextLink:active{}

/*this is the class used on the arrow on the next link element for the paging of News Article siteCM page content*/
.NewsArticle_BottomNavigation a.NextLink .Arrow{}

.NewsArticle_BottomNavigation .Separator{}




