/* Generales */
.body
{
	margin: 5px;
}

.center
{
	text-align: center;
}

.no_margin
{
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.cursor_hand
{
	cursor: pointer;	/* Firefox */
	cursor: hand;
}

.bold
{
	font-weight: bold;
}

/* Front */
.front_textbox
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	font-size: 11px;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	font-family: verdana;
	height: 15px;
}

.front_text1
{
	font-size: 11px;
	font-family: Verdana;
}

.front_text2
{
	font-size: 13px;
	font-family: Verdana;
}

.front_label_error
{
	font-size: 11px;
	color: #ff3366;
	font-family: Verdana;
}

.front_label_ok
{
	font-size: 11px;
	color: #009900;
	font-family: Verdana;
}

.front_button
{
	border-right: darkgray 2px outset;
	padding-right: 2px;
	border-top: darkgray 2px outset;
	padding-left: 2px;
	font-size: 11px;
	background-image: url(../images/dg_header_back.jpg);
	border-left: darkgray 2px outset;
	border-bottom: darkgray 2px outset;
	background-repeat: repeat-x;
	font-family: Verdana;
	height: 20px;
	background-color: whitesmoke;
}

/***** DATA GRID ******/
.dg
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	font-size: 11px;
	border-left: gainsboro 1px solid;
	width: 100%;
	color: #3a4f6c;
	border-bottom: gainsboro 1px solid;
	font-family: Tahoma;
}

.dg_header
{
	font-weight: bold;
	background-image: url(images/tile_sub.gif);
	color: #3a4f6c;
	background-repeat: repeat-x;
	font-family: Tahoma;
}

.dg_header A
{
	font-weight: bold;
	color: #3a4f6c;
	font-family: Tahoma;
	text-decoration: none;
}

.dg_header A:hover
{
	font-weight: bold;
	color: #3a4f6c;
	font-family: Tahoma;
	text-decoration: none;
}

.dg_pager
{
	font-weight: bold;
	font-size: 11px;
	color: #3a4f6c;
	font-family: Tahoma;
	height: 20px;
}

.dg_pager A
{
	font-weight: normal;
	color: #3a4f6c;
	font-family: Tahoma;
	text-decoration: none;
}

.dg_pager A:hover
{
	font-weight: normal;
	color: #3366ff;
	font-family: Tahoma;
	text-decoration: none;
}

.dg_item
{
	color: #222222;
	background-color: white;
}

.dg_item A
{
	color: #222222;
	text-decoration: none;
}

.dg_item A:hover
{
	color: #222222;
	text-decoration: underline;
}

.dg_item_alt
{
	color: #222222;
	background-color: #d8e9fc;
}

.dg_item_alt A
{
	color: #222222;
	text-decoration: none;
}

.dg_item_alt A:hover
{
	color: #222222;
	text-decoration: underline;
}

.dg_item_edit
{
	color: #222222;
	background-color: #d8e9fc;
}

.dg_item_edit A
{
	color: #222222;
	text-decoration: none;
}

.dg_item_edit A:hover
{
	color: #222222;
	text-decoration: underline;
}

.dg_item_sel
{
	color: white;
	background-color: #000099;
}

.dg_item_sel A
{
	color: white;
	text-decoration: none;
}

.dg_item_sel A:hover
{
	color: white;
	text-decoration: underline;
}

.dg_resumen
{
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	padding-left: 4px;
	background-image: url(images/navheader_slice.gif);
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
	background-repeat: repeat-x;
	height: 20px;
}



/*** Calendarios ***/

.cal A
{
	text-decoration: none;
}

.cal A:hover
{
	text-decoration: underline;
}

.cal_reservado
{
	background-color: #ffcc66;
}

.cal_disponible
{
	background-color: #F9F3F9;
}

.cal_bloqueado
{
	background-color: silver;
	text-decoration: line-through;
}

.cal_ocupado
{
	background-color: #E5C6E1;
}