TABLE#programacion{
	width: 530px;
	padding-left: 20px;
	font-size: 10px;
	font-family: Arial;
}
TABLE#programacion TD {
	width: 50%;
	vertical-align: top;
}
TABLE#calendario{
	font-size: 10px;
	font-family: Arial;
	width: 100%;
	text-align: right;
	background-color: #f4f4fa;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

TABLE#calendario TD {
	width: 70px;
	height: 50px;
	background-color: #ffffff;
}

TABLE#calendario TD.blancos{
	border: 0px;
	background-color: #f4f4fa;
}

TABLE#calendario td.dia {
	border: 1px solid #cccccc;
	padding-right: 3px;
}

TABLE#calendario td.dia table.banderas td {
	width: 15px;
	height: 15px;
	font-size: 8px;
	cursor: pointer;
}

TABLE#calendario td.dia table.banderas td a {
	text-decoration: none;
	cursor: pointer;
}
TABLE#calendario td.dia table.banderas td a div {
	width: 15px;
	height: 15px;
	cursor: pointer;
}

table#calendario tr th {
	background-color: #f4f4fa;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}


#fixedtipdiv{
	width: 250px;
	background-color: #FFFFE1;
	color: #000000;
	font-family: Arial;
	font-size: 10px;
	position:absolute;
	padding: 2px;
	border:1px solid #777777;
	line-height:14px;
	z-index:100;
	visibility:hidden;
	overflow:hidden;
}



#tiptitle {
	width: 250px;
	background-color: #82A4D1;
	border:1px solid #777777;
	color: ffffff;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	vertical-align: bottom;
	position:absolute;
	margin: 0px;
	text-align: left;
	left: -2px;
	top: -5px;
	padding-top: 5px;
	padding-left: 5px;
	
}
#tipcontent {
	width: 100%;
	font-family: Arial;
	font-size: 10px;
	line-height: 14px;
	vertical-align: bottom;
	position:relative;
	left: 0px;
	padding-top: 20px;
	padding-bottom: 5px;
}

table#selector {
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #f4f4fa;
	width: 100%;
}

table#selector td {
	width: 400px;
	vertical-align: middle;
	text-align: center;
	background-color: #ffffff;
}

table#selector td#cambio {
	width: 50px;
}

table#selector td#actual {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	
}


table#checkboxes {
	border: 1px solid #cccccc;
	background-color: #f4f4fa;
	width: 510px;
	margin-left: 20px;
}

table#checkboxes td{
	font-family: Arial;
	font-size: 10px;
	vertical-align: middle;
}

table#checkboxes td input{
	vertical-align: middle;
}