/* CSS for RSS page */

/*Begin Backdrop Rules*/
#pageBoxBottomBox {
	background: url("/images_2009/category/bottom_drop_shadow.png") no-repeat center top;
}
/*End Backdrop Rules*/


#rssContainer {
   margin: 25px 25px 0 25px;
}

tr.rowShading {
   background: #e1edf9;
}
	
td.heading {
   width: 125px;
   font-weight: bold;
   font-size: 11px;
   color: #222;
}
   
h1 {
   font-size: 16px;
   margin: 15px 0;
   color: #0083c7;
}
	
h2.rssH2 {
   font-size: 13px;
   color: #0083c7;
   border-bottom: 1px solid #ccc;
   margin-top: 25px;
   padding-bottom: 5px;
}
	
h3 { font-size: 12px; margin: 5px; }

ul {
   margin: 5px 25px;
}
		
/* CSS for ae_prompt */
#aep_ovrl {
   background-color: black;
   -moz-opacity: 0.6; opacity: 0.6;
   top: 0; left: 0; position: fixed;
   width: 100%; height:100%; z-index: 99;
}
	
#aep_ww { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 100%; text-align: center; }
#aep_win { margin: 20% auto 0 auto; width: 450px; text-align: left;}
#aep_w { background-color: white; padding: 3px; border: 1px solid black; background-color: #EEE; }
#aep_t { color: #000; font-weight: bold; margin: 0 0 0 0; padding: 3px; font-family: Tahoma, Arial, sans-serif; font-size: 11px; background-color: #aaa; border-top: 1px solid #000; border-right: 1px solid #000; border-left: 1px solid #000; }
#aep_text { width: 100%; margin-top: 8px; }
#aep_w span { font-family: Tahoma, Arial, sans-serif; font-size: 11px; }
#aep_w div { text-align: right; margin-top: 5px; }
