/* 
    Document   : jevcustom
    Created on : 22-Apr-2013, 14:12:51
    Author     : Tony Partridge - GWE Systems Ltd
    Description: To allow customisation of CSS Strings where they can never be lost.
    Purpose of the stylesheet follows.
*/
/*********************
* Calendar style (DIVS)
**********************/
.cal_div {
	border:solid 1px rgb(207,207,207);
	width:100%;
	/*border: 0px solid #000000;*/
}
.cal_div .topleft {
	height:55px!important;
	font-weight:bold;
	width:0px;
	float:left;
	border: 0px solid #000000;
}
.cal_div .toprow {
	height:25px!important;
	line-height:25px;
	font-weight:bold;
	width:100%;
	float:left;
	border: 0px solid #000000;
}
.cal_div  .cal_div_month, .cal_div  .cal_div_currentmonth {
	text-align:center;
	letter-spacing:3px;;
	float:left;
	width:29.15%;
	margin:0px;
	padding:0px;
	font-weight:bold;
	vertical-align: middle;
	border: 0px solid #000000;
}
.cal_div  .cal_div_month span , .cal_div  .cal_div_currentmonth span {
	display:block;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-color: rgb(207,207,207);
	height:30px;
	line-height: 30px;
}
.cal_div  .cal_div_month_prev span {
	border-width: 0px 1px 1px 0px;
}
.cal_div  .cal_div_month_next span {
	border-width: 0px 0px 1px 0px;
}
.cal_div  .cal_div_currentmonth {
	background-color:rgb(153,221,255);
	width:41.70%
}
.cal_div_daynames {
    height:25px ! important;
    line-height:25px;
    color:black;
    font-weight:bold;
    text-align:center;
	width:14.28%;
	float:left;
	margin:0px;
	padding:0px;
}
.cal_div_weekrow, .cal_div_weeklink  span 
	{
		/*display:none;*/
	}
.cal_div_weekrow {
	clear:left;
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
}
.cal_div_weeklink {
	vertical-align:middle!important;
	width:0%;
	padding:0px;
	margin:0px;
	text-align: center;
	float:left;
	min-height: 81px;
}
.cal_div_weeklink  span {
	display:none;
	border-style:solid;
	border-width:1px 1px 0px 0px;
	border-color:black;
	min-height: 80px;
}
.cal_div_weeklink a {
    font-size:10px;
    font-weight: bold;
    font-family: Verdana;
    text-decoration: none;
    color:inherit!important;
}
.cal_div_daysoutofmonth, .cal_div_daysnoevents, .cal_div_today {
	float:left;
	width:14.28%;
	padding:0px;
	margin:0px;
	height:100%;
	line-height:100%;
}

.cal_div_day6 > span {
	border-right-width: 0px;
}

.cal_div_weeklink a 
	{
		display:none;
	}

.cal_div_daysoutofmonth, .cal_div_month, .cal_div_currentmonth, .cal_div_daysnoevents 
	{
		overflow:hidden;
	}

.cal_div_currentmonth span
	{
		background:#ec2e32;
		background-color:#ec2e32;
	}

.cal_div_today > span
	{
    	        background-color:#ec2e32;
	}

.cal_div_today > span a:hover
	{
		color:#d1b13c;
	}

