@charset "utf-8";
.newsCalendarWP{
	width:148px;
	height:230px;
	border:solid 1px #E6E6E6;
	background-color:#E6E6E6;
}
.ncDayList{
	clear:both;
	width:148px;
	height:18px;
}
.ncCellDayList{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:14px;
	width:17px;
	color:#999;
	padding:2px 2px 2px 2px;
	float:left;
	text-align:center;
}
.ncCalendar{
	position:relative;
	width:148px;
}
.ncLegend{
	margin-top:15px;
	height:40px;
	width:148px;
}
.ncGoto{
	height:22px;
	width:146px;
	margin-left:1px;
	text-align:center;	
	background-color:#FFFFFF;
	padding-top:5px;
}
.ncGoto a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666;
	font-size:14px;
	text-decoration:none;
}
.ncGoto a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666;
	font-size:14px;
	text-decoration:none;
}

.ncGoto a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666;
	font-size:14px;
	text-decoration:none;
}

.ncCell{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	height:16px;
	width:17px;
	padding:2px 1px 2px 2px;
	color:#666;
	float:left;
	background-color:#F2F2F2;
	border-top:solid 1px #E6E6E6;
	border-left:solid 1px #E6E6E6;
	font-weight:bold;
	text-align:center;	
	
}
.ncCellPrice a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:bold;
}
.ncCellPrice a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:bold;
}
.ncCellPrice a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:bold;
}

.ncCellGeneric a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:bold;
}
.ncCellGeneric a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:bold;
}
.ncCellGeneric a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:bold;
}
.ncCell a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	font-weight:bold;	
}
.ncCell a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	font-weight:bold;	
}
.ncCell a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	font-weight:bold;	
}
.ncCellOff{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	height:16px;
	width:17px;
	padding:2px 1px 2px 2px;
	color:#CCC;
	float:left;
	background-color:#F2F2F2;
	border-top:solid 1px #E6E6E6;
	border-left:solid 1px #E6E6E6;
	font-weight:bold;
	text-align:center;
}
.ncCellOff a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CCC;
	font-weight:bold;
}
.ncCellOff a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CCC;
	font-weight:bold;
}

.ncCellOff a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CCC;
	font-weight:bold;
}


.ncCellPrice{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	height:16px;
	width:17px;
	padding:2px 1px 2px 2px;
	color:#fff;
	float:left;
	background-color:#3399CC;
	border-top:solid 1px #E6E6E6;
	border-left:solid 1px #E6E6E6;
	font-weight:bold;
	text-align:center;
}
.ncCellGeneric{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	height:16px;
	width:17px;
	padding:2px 1px 2px 2px;
	color:#fff;
	float:left;
	background-color:#85BA0C;
	border-top:solid 1px #E6E6E6;
	border-left:solid 1px #E6E6E6;
	font-weight:bold;
	text-align:center;
}
.ncCellSelector{
	height:20px;
	width:20px;
	background-color:none;
	border:solid 1px #666;
	position:absolute;
	top:0px;
	left:0px;
}
.ncGui{
	height:20px;
	width:146px;
	padding-top:4px;
	padding-left:3px;
}
.ncTitle{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	text-align:center;
	width:120px;
}
.ncArrowL{
	height:18px;
	width:10px;
	background-image:url(../assets/ncArrL.gif);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
}
.ncArrowR{
	height:18px;
	width:10px;
	background-image:url(../assets/ncArrR.gif);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
}