a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#calendar-menu {
	height: 35px;
	width: 100%;
	background: #363636;
	margin-bottom: 10px; 
}
#calendar-menu > h1 {
	text-indent: 23px;
	font-size: 18px;
	line-height: 33px;
	color: #ffffff;
}
ul#calendar {
	width: 100%;
	/*height: 647px;
	overflow-y: scroll;*/
}
ul#calendar > li {
	list-style: none;
	float: left;
	margin: 4px;
}
ul#calendar > li.header {
	text-align: center;
	font-size: 14px;
	color: #898989;
	font-weight: bold;
	
}
ul#calendar > li.day{
	position: relative;
	width: 14%;
	background: #ffffff;
	padding-bottom: 30px;
	height: 163px;
}
ul#calendar > li.empty {
	background: none;
}
ul#calendar > li.break-line{
	height: 0;	
	clear: both;
	margin: 0;
	padding: 0;
}
ul#calendar > li > h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	color: #6dcff6;
	padding: 8px 10px 0 10px;
}
ul#calendar > li > h2.holyday {
	color: #ed1c24;
}
ul#calendar > li > ul {
	width: 100%;
}
ul#calendar > li > ul > li {
	width: 100%;
	line-height: 18px;
	font-size: 10px;
	list-style: none;
	margin: 2px 0;
	text-indent: 4px;
	background: #3EB317;
	text-align: center;
	
}
ul#calendar > li > ul > li > a {
	color: white;
	font-weight: bold;
}
ul#calendar > li > a.add {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 12px;
	font-weight: bold;
	color: #464646;
	padding: 4px 6px;
}
/* ---- Colors ---- */
.turma1 {
	background-color: #ed1c24;
	color: #FFD7D9;
}
.turma2 {
	
}
.turma3 {
	
}
.turma4 {
	
}
.turma5 {
	
}
.turma6 {
	
}
/* ---- Modal Window ---- */
div#modal-bg {
	width: 100%;
	height: 100%;
	z-index: 5000;
	position: absolute;
	filter: alpha(opacity=30);
	opacity: 0.3;
	background: #000000;
	display:none;
}
div#modal {
	position: absolute;
	z-index:6000;
	display: none;
	background: #ffffff;
	top: 50%;
	left: 50%;
	margin-top: -240px;
}
div#modal.add {
	width: 480px;
	height: 370px;
	margin-left: -185px; 
}
div#modal > #modal-header {
	width: 100%;
	height: 30px;
	background: #363636;
	text-align: right;
	line-height: 28px;
	color: #ffffff;
	font-size: 18px;
	margin: 0px;
}
div#modal > #modal-header > span {
	color: #ffffff;
	float: left;
	margin: 0px 20px;
}
div#modal > #modal-header > a{
	color: #ffffff;
	font-size: 18px;
	margin: 0px 20px;
}
div#modal > #body {
	padding: 15px 23px;
	background: #ffffff;
}
div#modal > #body .left {
	padding: 0px 125px 0px 0px;
	height: 100%;
	float: none;
}
div#modal > #body .right {
	float: right;
	width: 100px;
	border-left: 2px dotted #000000;
	padding-left: 12px;
	height: 310px;
}
div#modal > #body .right a, div#modal > #body .right button {
	border:medium none;
	color:#363636;
	display:block;
	font-size:18px;
	font-weight:normal;
	margin:0 0 3px;
}
div#modal > #body .right a:hover, div#modal > #body .right button:hover {
	text-decoration: none;
	color: #ffffff;
	background: #363636;
}
div#modal > #body .left button {
	margin: 4px 11px;
}

div#horario {
	width: auto;
	padding: 4px;
}

