@charset "utf-8";
/* CSS Document */
.alert
{
	height: 30px;
	background:url(/img/layout/filler2.jpg) repeat-x;
}
.alert a
{
	color:#000;
	text-decoration:none;
}
.alert a:hover
{
	color:#000;
	text-decoration:underline;
}
.alert #ltac 
{
	float: left;
	width: 143px;
	height: 30px;
	background:url(/img/layout/filler.jpg) repeat-x;
} 
.alert #rtac
{ 
float: left; 
width: 17px; 
height: 30px;
background:url(/img/layout/arrow.gif) no-repeat;
}
.alert #alertc {font-size:20px; color:#FFF; font-weight:bold; padding-top:3px; text-align:center;}
.alert #tagsc {float:left; width:581px; padding-top:3px; padding-left:5px; font-size:20px; font-weight:bold;}
.alert #rtrb { float:left; width:4px; height:30px; background-color:#cb161e; right:0px;}
