/*
----------------------------------------------------
britannia.com
Autor: Jose Pablo Rojas - Metodus.com
Fecha: 1/agosto/2006
(c) 2005 metodus IPTI S.A.
------------------------------------------------------
Estilos calendarios dinámicos
*/
.c-icon {
	background: url(../css/calendar-icon.gif) right top;
	cursor: pointer;
	float: left;
	height: 20px;
	margin-right: 10px;
	text-indent: -4000px;
	width: 20px;
	}
.c-icon:hover,
.c-icon-active {
	background: url(../css/calendar-icon-active.gif) right top;
}

.sup-calendar-div {
	background: url(../css/calendar-sup.gif) bottom left no-repeat;
	height: 34px;
	width: 152px;
}

div.c-div {
	background: url(../css/calendar-bg.gif) bottom left no-repeat;
	height: 165px;
	width: 152px;
	}

	div.c-div table {
		margin: 4px 5px; 
	}
	div.c-div th {
		color: #FFF;
		font: normal 14px/17px "Times New Roman", Times, serif;
		text-align: center;
	}
	div.c-div th a {
		color: #67360E;
		cursor: pointer;
		display: block;
		height: 17px;
		text-indent: -4000px;
		width: 14px;
	}
	div.c-div th a:hover {
		background-position: right top;
	}
	div.c-div th.c-th-next a {
		background-image: url(../css/c-th-a-next.gif);
		float: right;
	}
	div.c-div th.c-th-prev a {
		background-image: url(../css/c-th-a-prev.gif);
		float: left;
	}

	div.c-div td {
		color: #4D7958;
		font: normal 11px/16px Arial, Helvetica, sans-serif;
		border: 1px solid #4D7958;
		height: 16px;
		text-align: center;
		width: 16px;
	}
	div.c-div td.c-td-heading {
		border: 0;
		color: #FFF;
	}
	div.c-div td.c-td-valid {
		color: #FFF;
		}
	div.c-div td.c-td-active {
		border-color: #FFF;
		color: #FFF;
		}
	div.c-div td.c-td-invalid {
		background: url(../css/past-bg.gif) top left;
	}
	div.c-div td.c-td-hover {
		background-color:#EDCE69;
		border-color: #EDCE69;
		color:#67360E;
		cursor: pointer;
		}