@charset "utf-8";

/* CSS Document */

/*
  +------------------------------------------------------------------+
  | MikeCherim.com                                                   |
  | CSS: List Calendar                                               |
  | Cascading Style Sheet                                            |
  | Copyright March 2006                                             |
  | Use with attribution by visible link please!                     |
  | Attribute to: <a href="http://green-beast.com/">Mike Cherim</a>  |
  +------------------------------------------------------------------+
*/ 

/* 
  NOTE: To get this to work properly, margin and padding must be set
  to 0 (zero). This can be done site-wide or simply for the container
  used to hold this calandar and its elements where needed.
 
  Site wide:
  * {
    margin : 0;
    padding : 0;
  }

  Play around with it and you'll get it right.
*/

.cal
{
	position:relative;
	top:-40px;
	left:20px;
}

/* div for the calendar markup - text must be centered */

#mois {background:url(../img/back-calendar.gif) no-repeat 0px 5px;}

div#calendar
{
	text-align: left;
	margin: 0 0 0 90px;
	padding:0 0 12px 0;
	
}

/* calendar heading color */
p.calendar
{
	color : #004c70;
	/*font-weight: bold;*/
	font-size: 10px;
	margin:  0;
	/*padding-bottom:0px; */
	width:160px;
	text-align:center;
}

p.calendar a
{
	color : #000000;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #b1b1a6;
	margin:0;
}

/* list info - monospace font must be used */
table#days
{
	font-family : Arial;
	margin :10px 0 8px 11px;
	padding: 0 0 0 0;
}

table#days td
{
	margin: 0;
	padding: 0;
}

table#days td span, td.weeks a { /*  margin: auto 2px;*/ }

/* day-box span styles - adjust with padding */ 
table#days td span
{
	/* background-color : #0e5795;
  border : 1px solid #2e3b49;
  cursor : help;*/
  font-weight : bold;
	color : #ec1c24;
	padding : 0px 13px 0 0;
}

td.weeks  a.al, td.weeks a.na, td.weeks a.nu
{
	width: 16px;
	height: 14px;
	padding : 0 0 0 6px;
	display: inline-block;
	/*  border : 1px solid #2e3b49;*/
	text-align:center;
}

/* active links boxes default state - adjust with padding */
td.weeks  a.al, td.weeks  a.na
{
	color : #004c70;
	text-decoration : none;/*  background : url('../img/calendar_off.gif');*/
}

td.weeks  a.al { /*background : url('../img/calendar_on.gif');*/ }

/* all states of not-used links */
td.weeks  a.na, td.weeks  a.na:hover, td.weeks  a.na:focus, td.weeks a.na:active
{
	color : #b1b1a6;
	cursor : default;
}

/* hover and focus state of active links */
td.weeks a.al:hover, td.weeks a.al:focus, td.weeks a.al:active
{
	color: #000;
	background-color : none;
	text-decoration : none;
	cursor : pointer;
}

/* not used link boxes - color and background should match - adjust with padding */
td.weeks a.nu
{
	color : #fff;
	background-color : none;
	cursor : default;
}

/* to hide link separators */
span.sep { display : none; }

/* this needs to be in conditional comment for IE only */
div#calendar
{
	font-size :8pt;
	letter-spacing : 0.001em;
}

/* End Styles */

.tipsCalendar
{
	-moz-opacity: .90;
	opacity: .90;
	filter: alpha(opacity=90);
	width:200px;
	padding-top:630px;
}

.tipsCalendar .tip-top
{
	height: 5px;
	background: transparent url('../img/tip_top.gif') no-repeat;
}

.tipsCalendar .tip
{
	background: transparent url('../img/tip_body.gif') repeat-y;
	color: #fff;
	padding: 0 13px;
	width: auto;
}

.tipsCalendar .tip-title
{
	border-bottom: 1px dashed #fff;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.tipsCalendar .tip-text { }

.tipsCalendar .tip-bottom
{
	height: 5px;
	background: transparent url('../img/tip_bottom.gif') no-repeat;
}

.tipsCalendar hr
{
	height: 1px;
	padding: 0;
	margin: 5px 0;
	border: 1px dashed #fff;
}

.liensPage
{
	font-size:10px;
	padding:0 0 0 100px;
	position:relative;
	margin:0;
}

