﻿.IBI_ATISLA_Web_UI_WebControls_AlertRotatorControl
{
	width: 60%;
	height: 24px;
	background: #e5e5e5;
	margin-right: 180px;
}

.IBI_ATISLA_Web_UI_WebControls_AlertRotatorControl a
{
	display: block;
	float: left;
    width: 60px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: Transparent url("../images/repeatx.gif") repeat-x scroll 0px 0px;
    color: #fff !important;
}

.IBI_ATISLA_Web_UI_WebControls_AlertRotatorControl a:hover
{
	color: #fc3 !important;
}

.IBI_ATISLA_Web_UI_WebControls_AlertRotatorControl .messageDiv
{
	position: absolute;
	left: 70px;
	top: 2px;
	width: 520px;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	color: #000;
}

.IBI_ATISLA_Web_UI_WebControls_AlertRotatorControl .messageInnerDiv
{
	position: relative;
}

.IBI_ATISLA_Web_UI_WebControls_AlertRotatorControl .messageInnerDiv div
{
	position: absolute;
	left: 0;
	top: 0;
}

.IBI_ATISLA_Web_UI_WebControls_AlertRotatorControl .messageInnerDiv div div
{
	position: relative;
}
