﻿/*contenedor principal*/
*.ui_eventinfo_container
{
    width: 180px;
    height: 250px;
    position: absolute;
    visibility: hidden;
    top: 0px;
    left:0px;
    color:Black;
}
/* Panel sommbras */
*.ui_eventinfo_shadow
{
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    position: absolute;
    visibility: hidden;
}
/*contenedor dentro de la sombra*/
*.ui_eventinfo_form
{
    width: 240px;
    height: 155px;
    position: absolute;
    left: 5px;
}

*.ui_eventinfo_form_top
{
    top: 15px;
}
*.ui_eventinfo_form_bottom
{
    top: 5px;
}

/* Botón cancelar */
a.ui_eventinfo_btncancelar
{
    outline: none;
    display:block;
    width:16px;
    height:16px;
   	background:url(WebResource.axd?d=UhJbR-buv05pv8CoGRvd89kBJ312eKmV1BxdbHt13jpFufEiRnUYz-jXmJC5c61e0&t=633906259331817193) no-repeat;
   	text-indent: -9999px;
   	z-index:2;
   	cursor:pointer;
   	position:absolute;
   	right: 0px;
   	top: 0px;
}
a.ui_eventinfo_btncancelar:hover
{
	background-position: 0 -16px;
}

/* Panel de título */
div.ui_eventinfo_titlepanel
{
    position: absolute;
    left: 2px;
    top: 2px;
    width: 200px;
    height: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

/* Panel de datos */
div.ui_eventinfo_datapanel
{
    position: absolute;
    left: 2px;
    top: 18px;
    width: 232px;
    height: 116px;
    padding: 2px;
    background-color: #F4F4F4;
    overflow:auto;
}

/* Panel records */
div.ui_eventinfo_recordspanel
{
    position: absolute;
    right: 0px;
    bottom: 2px;
    height: 15px;
}

/* Botón Previous */
a.ui_eventinfo_btnprevious
{
    outline: none;
    display:block;
    width:16px;
    height:16px;
   	background:url(WebResource.axd?d=UhJbR-buv05pv8CoGRvd89kBJ312eKmV1BxdbHt13joXLo34lZgRSPlgIsmUXXa60&t=633906259331817193) no-repeat;
   	text-indent: -9999px;
   	cursor:pointer;
    float:left;
}
/* Botón next */
a.ui_eventinfo_btnnext
{
    outline: none;
    display:block;
    width:16px;
    height:16px;
   	background:url(WebResource.axd?d=UhJbR-buv05pv8CoGRvd89kBJ312eKmV1BxdbHt13jq8LDVzBc86RCh-laygYrex0&t=633906259331817193) no-repeat;
   	text-indent: -9999px;
   	cursor:pointer;
    float:left;
}

/* Botón next */
span.ui_eventinfo_record
{
    outline: none;
    display: block;
    width: 50px;
    height: 16px;
    float: left;
    text-align: center;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}