/* @package Cursusagenda Module */
/* @copyright (C) 2008  ITSP */
/* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL */
/* Overall calendar table properties */
.cursusagenda {	
	width:154px;
	height:auto;
	padding:0;
	margin: 0 0 0 2px;	
	border:1px solid #545454;
}
.cursusagenda table.mod_cursusagenda {
	width:154px;	
	padding: 0;
	margin: 0;
	font: normal 0.8em/20px Verdana;
	color: #545454;
	text-align: center;
	background-color: #fff;
	text-transform:lowercase;
}
.cursusagenda a.date_checked:link, 
.cursusagenda a.date_checked:visited{
	font-weight:bold;
	color:#545454;
}

/* Blank cell properties */
.cursusagenda td.mod_cursusagenda {
	font: normal 10px/20px Verdana;
	border-right: 1px solid #919191;
	border-bottom: 1px solid #919191;	
	width: 22px;
	height: 20px;
	text-align: center;
	background: #FFF;
}

.cursusagenda td.mod_cursusagenda_edge {
	font: normal 10px/20px Verdana;
	border-right: 1px solid #919191;
	border-left: 1px solid #919191;
	border-bottom: 1px solid #919191;	
	width: 22px;
	height: 20px;
	text-align: center;
	background: #FFF;
}
/* Today cell preperties */
.cursusagenda td.mod_cursusagenda_caltoday
{
	font: normal 10px/20px Verdana;
	border-right: 1px solid #919191;
	border-bottom: 1px solid #919191;	
	width: 22px;
	height: 20px;
	text-align: center;
	background: #FFF;
}

.cursusagenda td.mod_cursusagenda_caltoday_edge {
	font: normal 10px/20px Verdana;
	border-right: 1px solid #919191;
	border-left: 1px solid #919191;
	border-bottom: 1px solid #919191;	
	width: 22px;
	height: 20px;
	text-align: center;
	background: #FFF;
}

/* Today Special day cell hover Link / Visited*/
.cursusagenda td.mod_cursusagenda_caltodaylink a:link,
.cursusagenda td.mod_cursusagenda_caltodaylink a:visited{
	text-decoration: none;
	width: 19px;
	height: 18px;
	font-weight: bold;
	display: block;
	color: #616161;
	border: 1px solid #DF9496;
}

/* Today Special day cell hover */
.cursusagenda td.mod_cursusagenda_caltodaylink a:hover {
	text-decoration: none;
	width: 19px;
	height: 18px;
	font-weight: bold;
	display: block;
	color: #616161;
	background: #FFF;
	border: 1px solid #DF9496;
}
.cursusagenda tbody tr td a:hover {
	text-decoration: none;
	display: block;
	color: #616161;
	letter-spacing:1px;
}
.cursusagenda tbody tr td a:link, 
.cursusagenda tbody tr td a:visited {
	text-decoration: none;
	display: block;
	color: #616161;
	letter-spacing:1px;
}

.cursusagenda tr#edge{
border-left:1px solid #919191;
}

/* Non Special day cell preperties */
.cursusagenda td.mod_cursusagenda_calday {
	font: normal 10px/20px Verdana;
	border-right: 1px solid #919191;
	border-bottom: 1px solid #919191;	
	width: 22px;
	height: 20px;
	text-align: center;
	background: #FFF;
}

.cursusagenda td.mod_cursusagenda_calday_edge {
	font: normal 10px/20px Verdana;
	border-right: 1px solid #919191;
	border-left: 1px solid #919191;
	border-bottom: 1px solid #919191;	
	width: 22px;
	height: 20px;
	text-align: center;
	background: #FFF;
}
/* Special day cell properties */
.cursusagenda td.mod_cursusagenda_caldaylink, 
.cursusagenda td.mod_cursusagenda_caltodaylink {
	font: normal 10px/20px Verdana;
	border-right: 1px solid #919191;
	border-bottom: 1px solid #919191;	
	width: 22px;
	height: 20px;
	text-align: center;
	background: #FFF;
}

/* Special day cell hover Link / Visited*/
.cursusagenda td.mod_cursusagenda_caldaylink a:link,
.cursusagenda td.mod_cursusagenda_caldaylink a:visited{
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #608194;
	background: #FFF;
}

/* Special day cell hover */
.cursusagenda td.mod_cursusagenda_caldaylink a:hover {
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
	background: #FFF;
}
/* Month heading properies */
.cursusagenda caption.mod_cursusagenda-month {
	font: bold 10px/12px Tahoma;
	letter-spacing:1px;
	color: #f8fcff;
	background: #003680;
	text-align: center;	
	height:14px;
	border-bottom:1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;	
	width:100%;
	text-decoration:none;
	text-transform:none;
}
.cursusagenda #agenda {
	width:152px;	
	height:0px;
	text-align:center;
	font: normal 10px/12px Tahoma;
	background-color:#f77419;
	color:#fef6f1;
	border:1px solid #FFF;
	letter-spacing:1px;
}

/* Month heading Link / Visited properties */
.cursusagenda caption.mod_cursusagenda-month a,
.cursusagenda caption.mod_cursusagenda-month a:link,
.cursusagenda caption.mod_cursusagenda-month a:visited
{
color: #f8fcff;
}


/* Month heading Hover properties */
.cursusagenda caption.mod_cursusagenda-month a:hover{
color: #f97417;
text-decoration: none;
}

/* Day of week heading properties*/
.cursusagenda th.mod_cursusagenda_daynames {
	font: normal 10px/20px Verdana;
	border-bottom: 1px solid #919191;	
	height: 20px;
	text-align: center;
	background: #FFF;
}


/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../administrator/templates/khepri/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* Global Safary's styles
------------------------*/
@media screen and (-webkit-min-device-pixel-ratio:0){
.cursusagenda {
	width:154px;
	}
.cursusagenda #agenda {
	width:152px;
	}
.cursusagenda caption.mod_cursusagenda-month {
	min-width:152px;
	font: bold 10px/14px Tahoma;
	}
}


/* Global  Opera's style
-----------------------*/
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
.cursusagenda {
	width:154px;
	}
.cursusagenda #agenda {
	width:152px;
	letter-spacing:2px;
	}
.cursusagenda caption.mod_cursusagenda-month {
	border-top:1px solid white;
	font: bold 10px/15px Tahoma;
	}
}
