/*
// ltw_style.css
// $Id: ltw_style.css 5 2006-03-12 08:15:51Z mootinator $
// 
// ltwCalendar Style Sheet 
*/
body{
	font-family:Arial, Helvetica, sans-serif;
}
h1{
	font-size:14px;
	text-align:left;
}

a.prevnext:link {color: red; font-size: 11px; text-decoration:underline}
a.prevnext:visited {color: red; font-size: 11px; text-decoration:underline}
a.prevnext:hover {color: blue; font-size: 11px; text-decoration:underline}
a.prevnext:active {color: red; font-size: 11px; text-decoration:underline}

a.day:link {color: black; font-size: 11px; text-decoration:underline}
a.day:visited {color: black; font-size: 11px; text-decoration:underline}
a.day:hover {color: red; font-size: 11px; text-decoration:underline}
a.day:active {color: black; font-size: 11px; text-decoration:underline}

a.event:link {color: blue; font-size: 11px; text-decoration:underline}
a.event:visited {color: blue; font-size: 11px; text-decoration:underline}
a.event:hover {color: red; font-size: 11px; text-decoration:underline}
a.event:active {color: blue; font-size: 11px; text-decoration:underline}

a.admin:link {color: blue; font-size: 11px; text-decoration:underline}
a.admin:visited {color: blue; font-size: 11px; text-decoration:underline}
a.admin:hover {color: red; font-size: 11px; text-decoration:underline}
a.admin:active {color: blue; font-size: 11px; text-decoration:underline}

table.cal_evento {
background-color: #DFEFFF;
height: 40%;
width: 95%;
border-style: none;
border-width: 1px;
font-family: sans-serif
}

table.cal {
background-color: #DFEFFF;
height: 400px;
width: 450px;
border-style: none;
border-width: 1px;
font-family: sans-serif
}

.caption {
color: black;
font-size: 11px;
font-weight: bold;
}

.thead {
/*titulo de los dias*/
color:#006699;
background-color: #E1F0FF;
font-size: 11px;
}

td.cal {
background-color: white;
text-align: left;
vertical-align: top;
nowrap
}

tfoot.cal {
color:black;
background-color: lightblue;
font-size: 14px;
text-align: left
}

ul.cal {
margin: 0px;
list-style-position: inside
}

.cal-admin-link {
color: #ffffff;
font-family: Tahoma, Verdana, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}
