/*Created by: 2m-solutions*/
/*standaard opmaak TD*/
td.standaard
{
	color: #ffffff;
	background: #658FFE;
	padding: 4px;
	border-left:  1px solid #ffffff;
	border-bottom:  1px solid #ffffff;
	height: 100px;
}

td p
{
	margin-top: 0px;
	margin-bottom: 5px;
	border: 1px #fff dashed;
	background: #ececec;
	color: #2d6fe9;
	font-size: 14px;
}

td p a:active, a:hover, a:visited
{
	color: #2d6fe9;
	text-decoration: none;
}


/*inactief veld*/
td.inactive
{
	color: #ffffff;
	background: #d5d5d5;
	padding: 4px;
	border-left:  1px solid #ffffff;
}


/*Eerste dag v.d. week*/
td.start
{
	border-left:  0px;
}

/*eerste rij, hierin staan de dagen*/
.first td
{
	background: #2d6fe9;
	color: #ffffff;
	text-align: center;
	height: 10px;
}

/*vandaag*/
td.today
{
	background: #fd6b6b;
}

a.info
{
    position:relative; /*this is the key*/
    z-index:24; 
    text-decoration:none;
	display: block;
}

a.info:hover
{
	z-index:25; 
}

a.info span
{
	display: none
}

a.info:hover span
{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:25px;
    padding:  5px;
	left:0px; 
	width:175px;
    border:1px solid #F99F39;
    background-color:#fff; 
	color:#000;
    text-align: left;
}
