@charset "utf-8";
/* CSS Document */

.titlefield{ /*CSS for RSS title link in general*/
text-decoration: none;
}

.labelfield{ /*CSS for label field in general*/
color: #EF4D15;
}

.datefield{ /*CSS for date field in general*/
color: #999999;
}

#news{ /*Demo main container*/
width: 820px;
height: 85px;
border: 1px solid #81B74B;
padding-left: 10px;
}

#news div ul{ /*Demo UL container*/
margin: 0;
padding-top: 10px;
padding-left: 15px;
}

#news div ul li{ /*Demo LI that surrounds each entry*/
font-size: 11px;
margin-bottom: 10px;
}

.thrColAbsHdr #rss {
margin-top: 20px;
margin-left: 75px;
text-align: left;
}