/*
// ltw_style.css
// $Id: ltw_style.css 5 2006-03-12 08:15:51Z mootinator $
// 
// ltwCalendar Style Sheet 
*/
body{
	text-align : center;
}


a.prevnext{color: black; font-size: 12px; text-decoration:none; font-weight : bold;}
a.prevnext:hover {color: grey; font-size: 12px;}

a.day{color: black; font-size: 18px; text-decoration:none;}
a.day:hover {color: grey; font-size: 18px;}
a.day:active {color: white; font-size: 18px;}

a.event { red; color: grey; font-size: 10px; text-decoration:none;}
a.event:hover {color: black;}

a.eventplus {color: grey; font-size: 12px; text-align : center; text-decoration:none;}
a.eventplus:hover {color: black;}

a.admin {color: black; font-size: 12px; text-decoration:none; font-weight : bold;}
a.admin:hover {color: grey; font-size: 12px;}

#eventcalplus p { margin-top : -3px; margin-left : -6px;}

#dday{
  border-left : 1px solid grey;
  border-right : 1px solid grey;
  border-top : 1px solid grey;
  margin : auto;
  width : 100px;
  background-color : red;
}

#case{
  background-color : #eeeeee;
  border-left : 1px solid grey;
  border-right : 1px solid grey;
  width : 100px;
  margin-top : -20px;
	margin-bottom : 0px;
	margin : auto;
}

#casebas{
  background:url(img/casebas.jpg) repeat-x;
  border-left : 1px solid grey;
  border-right : 1px solid grey;
  border-bottom : 1px solid grey;
  width : 100px;
  height : 14px;
  margin : auto;
}

table.cal {
height: 600px;
width : 750px;
margin : 0 auto;
border-collapse : collapse;
border : 3px solid grey;
}

thead td{
	border-top : 1px solid grey;
	border-bottom : 1px solid grey;
}

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

#dir{
	text-align : left;
}

#evenement{
	background : url(img/bglogo.png) repeat;
	width : 373px;
	min-height : 90px;
}

#eventcal{
	width : 93px;
}

#header{
	background : url(img/bghead.png);
}

.thead {
color:grey;
background : url(img/fondJour.png) repeat-x;
font-size: 18px;
}

td.cal {
/*background : url(img/fondEvent.png) no-repeat;*/
text-align: left;
vertical-align: top
}

.day{
	padding-top : 10px;
	margin-left : 10px;
}

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

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;
}
