/* NAPTAR CSS */

.clear{
  clear:both;
  height:0px;
  overflow:hidden;
  line-height:1%;
  font-size:0px;
  margin: 0px;
}

.naptarTarto {
	position: absolute;
	background-color: #f6f4f4;
	border: 1px solid #67010c; 
	margin-left: -6px;
	margin-top: -2px;
	width: 154px;
	height: 235px;
	text-align:center;
	z-index:999;
}
.naptarContainer {
	width: 154px;
	height: 235px;
	cursor: default;
}

.naptarHead {
	color:#FFFFFF;
	font-weight: bold;
	height: 19px;
}

.nHeaderTitle {
	float: left;
	width:122px;
	padding-top: 1px;
}

.stepLeft {
	float: left;
	width:16px;
	height:18px;
	cursor: pointer;
}

.stepRight {
	float: right;
	width: 16px;
	height:18px;
	cursor: pointer;
}

.weekHead {
	height: 19px;	
	background-repeat: repeat-x;
}

.hetek {
	float: left;
	width:21px;
	height: 19px;
	border-right: 1px solid #a1a1a1;
	font-family: Tahoma;
	font-size: 11px;
	color: #888888;
	font-weight: bold;
}
.naptarIkon {
	float: right;
	cursor:pointer;
	padding-right: 3px;
}

.napokNum {
	float: left;
	width:21px;
	height: 21px;
	border-bottom: 1px solid #a1a1a1; 
	border-right: 1px solid #a1a1a1;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}
.eventnap {
	height: 18px;
	width: 21px;
	background:none;
}
.timepicker {
	width: 154px;
	height: 65px;
	background-color:#717171;
	color:#FFFFFF;
}
.timetext {
	float: right;
	padding: 5px;
	padding-bottom: 10px;
}
.timeinput {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	float: left;
	width: 33px;
	height: 14px;
	padding: 2px 2px 2px 4px;
	border: none;
	vertical-align:middle;
}
.timestep {
	float: right;
	width: 24px;	
}
.timeupimg {
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	cursor: pointer;
}
.timedownimg {
	display: block;
	margin-top: 2px;
	margin-right: 0px;
	cursor: pointer;
}
.datetext {
	float: left;
	width: 65px;
	font-weight: bold;
	padding: 8px 5px 5px 5px;
}

