@CHARSET "UTF-8";

/* popUp Calendar */

.calendarButton{
	margin-right: 0.0em;
	padding-right: 0.5em;
}

/* Default attributes of table container for entire calendar */
.jscalendar-DB-table-style {
    font-family:arial;
    font-size:11px;
    border-width:1px;
    border-style:solid;
    border-color:#a0a0a0;
	background-color: #ffffff;
}

/* Default attributes of DIV containing table container for entire calendar.
 * You probably don't want to alter this style.
 */
.jscalendar-DB-div-style {
	z-index: +999;
	position: absolute;
	visibility: hidden;
}

/* Default attributes used in calendar title (month and year columns).*/
.jscalendar-DB-title-style {
    padding:2px;
    font-family:arial;
    font-size:11px;
    font-weight:bold;
    color:#ffffff;    
}

/* Default attributes used in calendar title background.*/
.jscalendar-DB-title-background-style {
	background-color: #5B6F83;
}

/* Normal appearance of controls in calendar title. */
/* Note: The right, left and down icons are images, jscalendar-DBich must be edited if you need to change them. */
.jscalendar-DB-title-control-normal-style {
	border-style: solid;
	border-width: 1px;
	border-color: #5B6F83; 
	cursor: pointer;	
}

/* Normal appearance of images in calendar title. */
/* Note: The right, left and down icons are images, jscalendar-DBich must be edited if you need to change them. */
.jscalendar-DB-title-img-normal-style {
	cursor: pointer;
}

/* Moused-over (selected) appearance of controls in calendar title. */
.jscalendar-DB-title-control-select-style {
	border-style: solid;
	border-width: 1px;
	border-color: #88AAFF;
	cursor: pointer;
}

/* Moused-over (selected) appearance of controls in calendar title. */
.jscalendar-DB-title-img-select-style {
	cursor: pointer;
}

/* Default attributes of drop down lists (month and year). */
.jscalendar-DB-dropdown-style {
	font-family: arial;
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
	border-color: #a0a0a0;
	background-color: #efedea;
	cursor: pointer;
}

/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.jscalendar-DB-dropdown-select-style {
	background-color: #FFCC99;
}

/* Default attributes unselected (mouse-off) item in drop down lists (month and year). */
.jscalendar-DB-dropdown-normal-style {
	background-color:inherit;
}

/* Default attributes of calendar body (weekday titles and numbers). */
.jscalendar-DB-body-style {
	background-color: #ffffff;
	font-family: verdana;
	font-size: 10px;
}

/* Attributes of current day in calendar body. */
.jscalendar-DB-current-day-style {
	color: #0090ff;
	font-weight: bold;
	text-decoration: none;
}

/* Attributes of end-of-week days (Sundays) in calendar body. */
.jscalendar-DB-end-of-weekday-style {
	color: #909090;
	text-decoration: none;
}

/* Attributes of all other days in calendar body. */
.jscalendar-DB-normal-day-style {
	color: black;
	text-decoration: none;
}

.jscalendar-DB-would-be-selected-day-style {
	background-color: #EEEEEE;
}

/* Attributes of border around selected day in calendar body. */
.jscalendar-DB-selected-day-style {
	border-style: solid;
	border-width: 1px;
	border-color: #a0a0a0;
}

/* Default attributes of designated holidays. */
.jscalendar-DB-holiday-style {
	background-color: #FFDDDD;
}

/* Attributes of today display at bottom on calendar */
.jscalendar-DB-today-style {
	padding: 0px;
	color: black;
	background-color: #E3DBDB;
	text-align: center;
	text-decoration: none;
}

/* Attributes of today display label at bottom on calendar */
.jscalendar-DB-today-lbl-style {
	padding: 5px;
	text-align: center;
}

/* Attributes of week number division (divider.gif) */
.jscalendar-DB-weeknumber-div-style {
	background-color: #d0d0d0;
	padding: 0px;
}

/* Attributes of week labels in calendar. */
.jscalendar-DB-normal-week-style {
	color: grey;
	text-decoration: none;
}

.jscalendar-DB-would-be-selected-week-style {
	background-color: #EEEEEE;
}


/* Clases para popup rich */
 

.dr-mpnl-mask-div {
	background-color:black;
	z-index:250;
	height:100%;
	width:100%;
}
.dr-mpnl-mask-div-opaque {
 	filter:alpha(opacity=30);/* for IE */
	opacity:0.3;
}
.dr-mpnl-mask-div-transparent {
	background-color:transparent;
}
.dr-mpnl-pnl {
	background-color:inherit;
	border-style:solid;
	border-width:1px;
	border-color: #5b6f83;
	padding:1px;
}
.dr-mpnl-pnl-h {
	background-position:left top;
	background-repeat:repeat-x;
	border-style:solid;
	border-width:1px;
	border-color: #5b6f83;
	padding:2px;
}
.dr-mpnl-pnl-b {
	padding:10px;
}
.dr-mpnl-pnl {
	background-color:#FFFFFF;
	border-color:#5b6f83;
}
.dr-mpnl-pnl-h {
	background-color: #5b6f83;
	color: white;
    line-height: 18px;
    background-image: none;
}

/* Estilo de los tooltip */

.dr-rich-tool-tip {
	background-color:#DBE3DE;
	border:1px solid #5B6F83;
	display:none;
	float:left;
	font-family:Arial,Verdana,sans-serif;
	font-size:11px;
	padding:7px;
	position:absolute;
}

.rich-datalist {
	list-style: circle;
	margin: 6px 0 1px 0;
	padding-left: 18px;
}

.rich-list-item {
	padding-bottom: 2px;
}




