/**
* IPB - A Mambo Backend Template
* @version 1.0
* @package IPB
* @copyright (C) 2005 by Juan Timaná
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* Mambo is Free Software released under the terms of GNU/GPL License.
**/


div.agendaLabel {
    float: left;
    width: 30%;
    font-weight: bold;
    text-align: left;
    /*border-style: solid; 
    border-width: 1px; */
}
div.agendaValue {
    float: left;
    width: 68%;
    text-align: left;
    /*border-style: solid; 
    border-width: 1px; */
}

td.daycalendart{
 	width: 50px;
 	height: 20px;
 	border: 1px solid #D1DCEB;
 	background-color: #D1DCEB;
	text-align:center;
}

td.daycalendar{
 	width: 70px;
 	height: 20px;
 	border: 1px solid #D1DCEB;
	cursor:pointer;
	text-align:center;
}

td.hagenda{
 	width: 20px;
 	height: 20px;
 	border: 1px solid  #D1DCEB;
 	background-color: #D1DCEB;
	cursor:pointer;
}

td.dayagenda{
 	width: 250px;
 	border: 1px solid  #D1DCEB;
}

td.dayagendaimp{
 	width: 250px;
 	border: 1px solid  #D1DCEB;
	cursor:pointer;
}

input.inputradio{
	border: 0px;
}

