	#calendar a, #calendar a:hover, #calendar a:active, #calendar a:visited, #calendar a:focus{
		color: black;
		text-decoration: none;
	}
	
	#calendar{
		width: 730px;
	}
	#calTop{
		width: 100%;
		text-align: center;
		font-size: 30px;
		margin-bottom: 20px;
	}
	.arrow{
		font-size: 40px;
		padding-left: 30px;
		margin-right: 30px;
		text-decoration: none;
		color: black;
	}
	.arrow:hover{
		font-weight: bold;
	}
	#dropdowns{
		display: inline-block;
		float: right;
		margin-top: 20px;
	}
	#calBottom{
		width: 100%;
	}
	#weekdayNames{
		width: 100%;
		height: 20px;
		line-height: 20px;
	}
	
	#days{
		width: 100%;
	}
	.day{
		width: 100px;
		height: 100px;
		display:inline-block;
		text-align: center;
		border-right: 1px solid gray;
		border-top: 1px solid gray;
		font-size: 20px;
		text-align: right;
		padding-top: 5px;
		padding-right: 5px;
		background: rgba(255, 255, 255, 0.9);
		color: black;
	}
	.weekdayName{
		height: 20px;
		font-size: 17px;
		line-height: 20px;
		padding: 0px;
		text-align: center;
	}
	.day:hover{
		background: #F8F8F8;
	}
	.vk{
		width: 30px;
		border-left: 1px solid gray;
	}
	#window{
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0%;
		top: 0%;
		background: rgb(50,50,50,0.4);
		overflow: hidden;
		padding: 10px 10px 10px 10px;
		
	}
	#window2{
		position: fixed;
		width: 50%;
		height: 80%;
		left: 25%;
		top: 5%;
		background: rgb(255,255,255);
		overflow: hidden;
		padding: 5px 5px 5px 5px;
		overflow: auto;
		box-shadow: 2px 2px 20px #666;
	}
	#WindowHeaderText{
		float: left;
	}
	#WindowHeader{
		height: 40px;
		width: 100%;
		border-bottom: 1px solid rgb(180,180,180);
		font-size: 2em;
		color: rgb(120,120,120);
		line-height: 40px;
		padding-left: 10px;
	}
	#WindowContent{
		float: left;
		width: 98%;
		min-height: 80%;
		margin-top: 15px;
		margin-left: 1%;
		padding: 10px;
		font-size: 1.2em;
		background: rgb(255,255,255);
	}
	#WindowHeader .close a{
		width: 30px;
		height: 30px;
		float: right;
		margin: 2px;
		border-radius: 20px;
		color: #555;
		font-size: 20px;
		line-height: 30px;
		text-align: center;
	}
	#WindowHeader .close{
		opacity: 1 !important;
		text-shadow: none;
	}
	#WindowHeader .close a:Hover{
		font-weight: bold;
		cursor: pointer;
		text-decoration: none;
		background: #ddd;
	}
	#divToShow{
		border: 2px solid black;
		display: none;
		position: absolute;
		background-color: rgba(150,150,150,0.5);
		z-index: 50;
		border-radius: 10px;

	}
	.ball{
		width: 23px;
		height: 23px;
		border-radius: 10px;
		display: inline-block;
		float: left;
		margin-right: 10px;
	}
	#divToShow:first-child{
		padding-left: 10px;
		padding-right: 30px;
		padding-top:30px;
	}
	.text{
		height: 20px;
		padding-left: 10px;
		padding-right: 30px;
		margin-top: -10px;
		color: black;
	}
	option, select{
		font-size: 16px;
	}
	.DayName{
		display: none;
	}
	.DateEnd{
		display: none;
	}
	.WeekNumber{
		display: none;
	}
	.LastLine{
		border-bottom: 1px solid gray;
	}
	.ifTime{
		display: inline;
	}
	.emptyBox{
		display: inline-block;
	}
	#Top{
		display: inline-block;
		padding-left: 153px;
	}
	.Times{
		display:none;
		padding-top: 40px;
		padding-bottom: 10px;
		color: black;
	}
	.Times .ball, .Info .ball{
		float: inherit;
		margin-right: 10px;
	}
	.Info{
		padding-top: 20px;
	}
	.Times .text{
		font-size: 1em;
		color: black;
	}
	.Info .text{
		font-size: 1em;
		margin-top: 10px;
	}
	#mobile{
		display:none;
	}