﻿/*body {
	font: 12px 'Verdana', 'sans-serif';
}*/

.monthCalendar {
	width: 100%;
}

    .monthCalendar .titleheaderStyle {
        font-weight: bold;
        background-color:#525252;
        color:  white;
        height:40px;
    }


    .monthCalendar .nextprevStyle {
        font-weight: bold;
        padding:5px;
    }

	.monthCalendar th.dayHeaderStyle {
        border-top: 1px solid #686868;
		font-weight: bold;
		/*font-size: 0.8em;*/
		padding: 2px 5px;
		/*border: 1px solid #039;*/
		background-color:#525252;        
		color:  white;
		text-align: center;
		line-height: 1.6em;
	}

	.monthCalendar .dayStyle {
        border: 1px solid #b9bbbb;
        padding: 5px;
		height: 50px;
		overflow: visible;
		/*border: 1px solid #039;*/
		/*text-align: center;
		vertical-align: top;*/
		background-color: #ffffff;
	}

	.monthCalendar .weekendDayStyle {
        border: 1px solid #b9bbbb;
        padding: 5px;
		height: 50px;
		overflow: visible;
		/*border: 1px solid #039;*/
		/*text-align: center;
		vertical-align: top;*/
		background-color: #ffffff;
	}

	.monthCalendar .otherMonthStyle {
        border: 1px solid #b9bbbb;
        padding: 5px;
		height: 50px;
		overflow: visible;
		background-color: #d8dfe1;
		/*border: 1px solid #000;*/
		/*text-align: center;
		vertical-align: top;*/
	}

	.monthCalendar .todayStyle {
		border: 1.5px solid #5b7c33;
        padding: 5px;
        background-color: #a9ce29;
		/*text-align: center;
		vertical-align: top;*/        
	}

.iconRoundLect {    
    display: block;
    border-radius: 10%;    
    width: 50px;        
    /*padding: 13px 10px 15px 10px;*/
    
    /*border: 2px solid #4598c8;*/
    color: #fff;
    text-align: center;
    font-weight: bold;
}

a.activity {		
	/*border: 1px solid #4598c8;*/    
    border-radius: 20%;
    width: 30px;
	height: 30px;    
    color: #fff;
	padding: 1px 3px;
	background-color: #5e287b;
	margin: 5px;
	text-decoration: none;
    text-align: center;
    font-weight: bold;
    /*font-size: 0.8em;*/
}

	a.activity:hover {
		border-color: #C00;
		color: #C00;
		background-color: #FFE9EE;
	}

.hide {
	display: none;
}

        /*
.container {
	width: 725px;
	margin: auto;
}

.results {
	display: block;
	font-size: 1.5em;
	margin-top: 10px;
}

.tableHeader {
	display: block;
	font-size: 1.5em;
	text-align: center;
}*/