.btn_prev, .btn_next
{
    cursor: pointer;     
    font-size: 9px;     
    font-weight: bold;          
    margin-top: 2px;
    padding-top:5px;
    padding-bottom:5px;
    text-decoration:none;
}
.btn_next
{

	background:url(/_layouts/UISAgenda/img/scrollablenext01.png) no-repeat;
	background-position:right:top;
	padding-left:15px;
	text-decoration:none;
	
}
.btn_next:hover
{
    
    
    background:url(/_layouts/UISAgenda/img/scrollablenext02.png) no-repeat;
    background-position:right:top;
    padding-left:15px;
    text-decoration:none !important;
}

.btn_prev 
{
	
	background:url(/_layouts/UISAgenda/img/scrollableprev01.png) no-repeat;
	background-position:left:top;
	padding-right:15px;
	text-decoration:none;
	
}
.btn_prev:hover
{
 
    
    background:url(/_layouts/UISAgenda/img/scrollableprev02.png) no-repeat;
    background-position:left:top;
    padding-right:15px;
    text-decoration:none !important;
    
}
.pg-normal 
{
    color: black;
    font-weight: normal;
    text-decoration: none;    
    cursor: pointer;    
}
.pg-selected 
{
    color: black;
    font-weight: bold;        
    text-decoration: underline;
    cursor: pointer;    
               
}
.pg-normal:hover
{
    color:Red;
    font-weight:normal;
    text-decoration:underline;
    cursor:pointer;
}
.pg-selected:hover 
{
    color:Red;
    font-weight: bold;        
    text-decoration: underline;
    cursor: pointer;    
}
.TextLocal
{
    overflow:hidden;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    width: 120px !important;
}
.labelLocal
{
    margin-top: 10px;
    font-family: verdana, arial, helvetica, sans-serif;
    color: Gray;
}

.ajax__dropdown_arrow_wrapper img
{
    width: 22px;
}
.UISWPFiltroEventos span
{
    display:table-row-group;
    position:static;
    visibility:visible !important;
    
}
.ajax__dropdown_arrow
{
    
    display:inline;
    position:relative;    
}
.ajax__dropdown_arrow_wrapper
{
    top:0 !important;
    position:absolute;
    display:inline;
    
}