@charset "utf-8";


.hidden {
	color:#fff !important;	
}

/* box */
.box{
	border: 1px solid #ccc;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.1) 0px 2px 2px;
	-moz-box-shadow: rgba(0,0,0,0.1) 0px 2px 2px;
	box-shadow: rgba(0,0,0,0.1) 0px 2px 2px;
}
.todaypop{
	border:1px solid Silver;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-radius:5px;
	-moz-box-shadow: 	rgba(0,0,0,0.3) 	0px 2px 2px;	
	-webkit-box-shadow: rgba(0,0,0,0.3) 	0px 4px 4px;
	box-shadow: 		rgba(0,0,0,0.3) 	0px 2px 2px;
	width:285px;
	/*width:90%;*/
	margin: 5px auto;
	margin-left:3px; 
	margin-right:10px;
	line-height:1;
	background-color:#FFFFFF;
}
.todaypop .title {
	 width:275px;
	 height:13px;
	 color:#444444;
	 font-weight:bold;
	 padding-left:5px;
	 padding-top:0px;
	 padding-bottom:10px;
	 font-size:13px;
	  background:Orange;
	  border-bottom:1px solid silver;
	 border-top-left-radius:5px;
	 border-top-right-radius:5px;
}

.todaypop .body {background: none !important;}

.box .title{
	font-size: 11px;
	font-weight: bold;
	background: Orange;
	padding:5px;
}

.box .body {
	padding: 5px;
	font-size: 11px;
	background: #fff;
	background-color:#D0E2EE;
}

#dow {
	padding:0px 5px;
	overflow:hidden;
}

.today-head {
	overflow:hidden;
	border-bottom:1px dashed rgb(204, 000, 000);  
	font-size:13px;
	font-weight:bold;
}

.today-year {
	text-align:right;
	font-size:13px;
	font-weight:bold;
}

.today-head div{
	width:50%;
	float:left;
	font-size:13px;
	font-weight:bold;
}

.today-dow{
	text-align:center;
	font-size:13px;
	font-weight:bold;
}

.today-day{
	text-align:center;
	font-size:40px;
	font-weight:bold;
}

.holiday{
	color: #F00;
}

.today-event{
	text-align:center;
	font-size:13px;
	font-weight:bold;
}

.today-foot{
	overflow:hidden;
	border-top:1px dashed rgb(204, 000, 000);
	font-size:13px;
	font-weight:bold;
}

.today-tithi{
	width:65%;
	float:left;
	font-size:13px;
	font-weight:bold;
}

.today-foot .today-time{
	width:35%;
	float:left;
	text-align:right;
	font-size:13px;
	font-weight:bold;
}
