/**
* $Id: calendars.css 66 2011-03-28 14:01:41Z brandon $
*
* McKeel Academies
* Calendars v1.1
* Calendars styles
* Last Updated: $Date: 2011-03-28 10:01:41 -0400 (Mon, 28 Mar 2011) $
*
* @author			Brandon Davie
* @copyright	(c) 2009 McKeel Academies
* @package		Calendars
* @subpackage	CSS
* @link				http://mckeelacademy.com/
* @since			2008-05-13
* @version		$Rev: 66 $
* @author			$Author: brandon $
*/

/**
* CALENDAR STYLES
*/

.calendartbl th {
	border-top: 0px;
}

.calendartbl td {
	border: solid 2px #ffffff;
	height: 150px;
	overflow: hidden;
	vertical-align: top;
}

.calendartbl td.noday {
	background-color: #fafbfc;
}

.caldayheader {
	padding: 2px;
	padding-right: 5px;
	margin: 2px;
	text-align: right;
	background-color: #dee5ec;
}

.calendartbl td ul.bullets {
	margin-left: 20px;
	font-size: 0.85em;
}

.calendartbl td ul.bullets li {
	margin: 4px 0px 4px 0px;
	padding: 0px;
}

.calendartbl td.activeday {
	background-color: #dee5ec;
}

.calendartbl td.activeday .caldayheader {
	background-color: #fafbfc;
}

.eventrow1,
.eventrow2 {
	padding: 5px;
	margin-bottom: 5px;
	min-height: 100px;
	border: solid 1px #d2d7db;
}

.eventrow1 {
	background-color: #f1f4f7;
}

.eventrow2 {
	background-color: #fafbfc;
}

.eventdays {
	font-size: 0.9em;
	display: block;
	padding-bottom: 5px;
	margin-top: 2px;
}

.eventcontent {
	margin: 5px 10px 0px 10px;
}

#stdPopup_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 90;
	background: #000;
	height: 500px;
	width: 500px;
}

#stdPopup {
	position: absolute;
	width: 95%;
	z-index: 5000000;
}

#stdPopup h2 {
	background: #5e9053;
	color: #ffffff;
	padding: 6px;
}

#stdPopup_content {
	border: solid 5px #5e9053;
	border-top: 0px !important;
	background: #fafbfc;
	padding: 6px;
}

#stdPopup_content #message_note {
	margin-bottom: 0px !important;
}

#stdPopup_clear {
	font-weight: normal;
	font-size: 0.8em;
}

#stdPopup_wrapper {
	height: 300px !important;
	overflow-y: scroll !important;
	overflow-x: hidden !important;
}

#stdPopup_standards {
	margin-top: 10px;
}

#curStds {
	background: #ffffff;
	padding: 3px 3px 1px 3px;
	margin-bottom: 10px;
}

#curStds li {
	border-bottom: solid 3px #ffffff;
}
