
.tutor
{

}

#orarend
{
	width: 765px;
	
	position: relative;
	
	background: #fff;
	z-index: 0;
	border: 2px solid #ccc; 
}

#orarend .day
{
	width: 151px;
	border: 1px solid #eee;
	border-collapse: collapse;
	float: left;
	height: 350px;
	position: relative;
}
#orarend .header
{
	text-align: center;
	background: #91BEF3;
	display: block;
	padding: 3px;
	margin: 2px;
	height: 19px;
	
}

#orarend .ora
{
	background: #CDDFE7;
	display: block;
	font-size: 10px;
	position: absolute;
	width: 147px;
	text-align: center;
	cursor: pointer;
	margin: 1px;
	border: 1px solid #eee;
	
}
#orarend .ora.attending, #orarend .ora.attending .ora_reszletek { background: #89CAE7; }

#orarend .line1, #orarend .line2
{
	position: absolute;
	width: 765px;
	border-top: 1px solid #ddd;
	z-index: -1;
}
#orarend .line2 { border-top: 1px dotted #ddd; }

#orarend .ora_reszletek
{
	text-align: left;
	position: absolute;
	width: 240px;
	border: 1px solid #eee;
	font-size: 13px;
	background: #CDDFE7;
	padding: 10px;
	z-index: 5;
	top: -30%;
	left: -55px;
	display: none;
	cursor: default;
}

#orarend .ora_reszletek .close
{
	position: absolute;
	right: -25px;
	top: 0px;
	padding: 3px;
	width: 40px; height: 40px;
	cursor: pointer;
}

#ora_new_form
{
	
}
#ora_new
{
	padding: 5px;
	background: #eee;
	margin: 5px 0;
}
#targyak
{
	margin: 10px 0;
}

#targyak .targy
{
	float: left;
	padding: 5px;
	margin: 5px;
	background: #eee;
	cursor: pointer;
}

#targyak .targy.targyOn
{
	background: #91BEF3;
}