

/* #########################  DAILY PASSAGES  ######################### */

#daily-passage {
	
}
#daily-passage div {
		/*border: dashed 1px #CCC;*/
}
#daily-passage .dp-header {
	height: 40px;
	background: none;
	font-size: 12px;
	font-weight: bold;
}
#daily-passage .dp-header a {
	color: #b7b7b7;
	text-decoration: none;
}
#daily-passage .dp-header a:hover {
	color: #FFF;
}
#daily-passage .dp-header .date-previous {
	width: 110px;
	background-image: url(images/arrow_grey_l.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
	color: #686868;
	text-align: right;
	font-size: 16px;
	float: left;
	display: inline;
}
#daily-passage .dp-header .date-previous .date {
	font-size: 12px;
}
#daily-passage .dp-header .date-current {
	width: 200px;
	color: #FFF;
}
#daily-passage .dp-header .date-current .date {
	margin-bottom: 5px;
}
#daily-passage .dp-header .date-current .calendar-img {
	width: 12px;
	height: 12px;
	border: none;
}
#daily-passage .dp-header .date-current .heading {
	color: #a5f518;
	font-size: 28px;
	font-weight: bold;
}
#daily-passage .dp-header .date-next {
	width: 110px;
	background-image: url(images/arrow_grey_r.gif);
	background-position: right 4px;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #686868;
	float: right;
	display: inline;
}
#daily-passage .dp-header .date-next .date {
	font-size: 12px;
}
#daily-passage .title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	clear: both;
}
#daily-passage .text {
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	margin: 20px 0px;
	clear: both;
}
#daily-passage .dp-footer {
	height: 30px;
	background: none;
}
#daily-passage .dp-footer a {
	color: #929292;
	text-decoration: none;
}
#daily-passage .dp-footer a:hover {
	color: #FFF;
}
#daily-passage .dp-footer a.email {
	background-image: url(images/icon_email.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
}
#daily-passage .dp-footer a.print {
	background-image: url(images/icon_print.gif);
	background-position: left 1px;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 15px;
}
#daily-passage .dp-footer a.download {
	background-image: url(images/icon_download.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 15px;
}


#datepicker-form {
	padding: 0px;
	margin: 0px;
}
#datepicker-form .selected-date {
	
}
#datepicker-form .select-date-btn {
	width: 12px;
	height: 12px;
	background-image: url(images/icon_calendar.gif);
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}




/* -- email -- */
#daily-passage-email {
	font: 11px arial;
	color: #EFEFEF;
	margin: 20px 40px;
}
#daily-passage-email .lnbr {
	height: 10px;
	border: solid #CCC;
	border-width: 0px 0px 1px 0px;
	line-height: 10px;
	margin: 0px 0px 20px 0px;
	clear: both;
}
#daily-passage-email a {
	color: #a5f518;
}
#daily-passage-email {
	
}



/* -- print -- */
#daily-passage-print {
	width: 700px;
	font: 12px arial;
}
#daily-passage-print .title {
	font: bold 20px arial;
	margin: 20px 0px;
}
#daily-passage-print .text {
	text-align: justify;
	margin: 20px;
}



