/* Date: 2010-04-07 */

/** Events **/
.event {
	margin-bottom:0px;
	margin-left:1px;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}
.event div .header-details { 
	display:none; 
}
.event div:hover .header-details {
	color:#444; 
	background-color: #eee;
	border: thick solid;
	font-size:1.5em;
	display:block;
	position:absolute; 
	margin-top:1px; 
	margin-left:50px;
	padding:5px; 
	width:220px; 
	z-index:100;
}

.header-details .event-title {
	text-align:center;
	font-weight:bold;
	font-size:1.0em;
	line-height: 1.0em;
	display:block;
}
.header-details .event-time {
	font-size:0.8em;
	line-height:0.3em;
	padding-left:0.3em;
	display:block;
}
.header-details .event-description {
	text-align:left;
	font-size:0.9em;
	line-height: 0.8em;
	display:block;
}

.addevent {
	border:none;
	margin-bottom:3px;
}

.noaddevent { /* styling for the day number non-button */
	text-decoration: none;
	height:15px;
	width:15px;
	border:none;
	margin-bottom:3px;
	background-color: #fef;
}
.daynumber {
	font-size: 0.8em;
	padding-left:5px;
	height:15px;
	width:20px;
	display:block;
	margin-bottom:3px;
}
.addevent .daynumber {
	background-color:#eee;
}
.noaddevent>.daynumber {
	background-color:#fef;
}


.event-label {
	font-size:0.9em;
	line-height:0.9em;
	padding:0px;
	margin:0px;
	display:block; /* (fill the label with the title) */
}

.editevent {
	border:none;
	margin:0px;
	background-color:transparent;
}
.noeditevent {
}


.event div a, .event div a:visited, .event div a:active {
	text-decoration:none; 
	color:#333;
	display:block;
}

.event-title-break {
	width:96%;
	margin-left:2%;
	margin-right:2%;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	height:1px;
	background-color:#000000;
}
.event-content-break {
	display:block;
	margin-left:0.1em;
	margin-right:0.1em;
	margin-top:0.5em;
	margin-bottom:0.5em;
	text-align:center;
	height:2px;
	background-color:#888;
}


/** The calendar **/
.yarec-table {
	border:none;
	width:100%;
}
.yarec-table td {
	width:14%
	max-width: 14%;
}
.yarec-date-switcher {
	height:25px;
	text-align:center;
	border:1px solid #D6DED5;
	background-color:#E4EBE3;
}
.yarec-date-switcher form {
	margin:0;
	padding:0;
}
.yarec-date-switcher input {
	border:1px #D6DED5 solid;
	margin-right: 3px;
	margin-top: 3px;
	float: right;
}
.yarec-next input {
	border:1px #D6DED5 solid;
	margin-right: 3px;
}
.yarec-prev input {
	border:1px #D6DED5 solid;
	margin-left: 3px;
}
.yarec-date-switcher select {
	border:1px #D6DED5 solid;

}
.yarec-heading {
	height:25px;
	text-align:center;
	border:1px solid #D6DED5;
	background-color:#E4EBE3;
}
.yarec-next, .yarec-prev {
	width:10%;
	text-align:center;
}
.yarec-month {
	text-align:center;
	font-weight:bold;
}
.normal-day-heading {
	text-align:center;
	width: 14%;
	height:25px;
	font-size:0.9em;
	border:1px solid #DFE6DE;
	background-color:#EBF2EA;
}
.weekend-heading {
	text-align:center;
	width: 14%;
	height:25px;
	font-size:0.9em;
	border:1px solid #DFE6DE;
	background-color:#EBF2EA;
	color:#FF0000;
}
.inside-weekend {
	color:#FF0000;
}
.outside-weekend {
	color:#fcb;
}
.inside-day {
	vertical-align:text-top;
	text-align:left;
	width: 14%;
	height:60px;
	border:1px solid #DFE6DE;
	color:#333;
}
.inside-day a {
	color:#333;
}
.has-events {
}
.outside-day {
	vertical-align:text-top;
	text-align:left;
	width: 14%;
	height:60px;
	border:1px solid #E9F0E8;
	color: #888;
	background-color: #EEFEEF;
}
.outside-day a {
	color: #888;
}
.today {
	vertical-align:text-top;
	text-align:left;
	width: 14%;
	height:60px;
	border:3px solid #BFBFBF;
}


/** Category key display **/
.cat-key {
	width:100%;
	margin-top:10px;
	padding:5px;
	border:1px solid #D6DED5;
}
.foot-label {
	font-size:0.75em;
	text-align:center;
}


/** Misc **/     
.error {
	background: lightcoral;
	border: 1px solid #e64f69;
	margin: 1em 5% 10px;
	padding: 0 1em 0 1em;
}
.center {
	text-align: center;
}
.right { 
	text-align: right;
}
.left {
	text-align: left;
}
.top {
	vertical-align: top;
}
.bold {
	font-weight: bold;
}
.private {
	color: #e64f69;
}



/** Front-end add/edit form **/
#eventform {
	margin-top:50px; 
	margin-left:30px;
}
#eventform div {
	float:left;
	/*font-size:small;*/
}
#eventform label {
	font-size: xx-small;
	text-align:center;
	display:block;
}
#eventform .labelheading {
	font-size: x-small;
	font-weight: bold;
	margin-top:15px;
	margin-bottom: 3px;
	text-align:left;
}
#eventform #toppanel {
	width:600px; 
	margin:0 0 15px 0; 
	display:block;
}
#eventform #lefttoppanel  {
	width:170px;
}
#eventform #midtoppanel {
	width:180px;
}
#eventform #righttoppanel {
	width:250px;
}
#eventform #repeatpanel {
	clear:both; 
	width:600px;
	display:block;
}
#eventform #repeatblock {
	margin:0px 0 0px 0px;
	clear:both;
}
#eventform #rpt {
	width:250px; 
	border: 0px solid #888; 
	padding: 0 5px 0 5px;
}
#eventform #rpt  div {
	width: 40px;
}
#eventform #rpt  div label {
	text-align:left;
}
#eventform #endskipblock {
	display:block;
	width:330px; 
	margin-top:20px;
}
#eventform #endblock {
	margin-left:15px;
	margin-right:30px;
}
#eventform #incrementblock {
	margin-left:0px; 
}
#eventform #dow {
	border: 0px solid #888; 
	padding: 0 5px 0 5px;
}
#eventform #monthdowpanel {
	width:600px; 
	clear:both;
}
#eventform #monthblock {
	width:220px; 
	margin-top:20px;
}
#eventform #monthdayspanel {
	width:600px; 
	margin-top:20px;	
	clear:both;
}
#eventform #monthdaysblock {
	width:335px;
}
#eventform #monthdaystoprow {
	border: 0px solid #888; 
	padding:5px;
}
#eventform #monthdaysbottomrow {
	clear:both; 
	border:0px solid #888; border-top:0; 
	padding:0 5px 5px 5px;
}
#eventform #monthdayslast {
	border:0px solid #888; border-top:0; 
	padding:5px	5px 0 5px;
}
#eventform #monthdayslast div {
	width:50px;
}
#eventform #monthdayslast div  input{
	margin-left:20px;
}
#eventform #monthdowhelp {	
	width:363px; 
	margin-top:45px; 
	border: 1px solid #888; 
	padding: 3px 5px 3px 10px;
}
#eventform #monthdayhelp {
	width:253px; 
	margin-top:25px; 
	border: 1px solid #888; padding:5px; 
}



/** Not used ?? 
.addedit {
// jQuery uses this to find add and edit forms 
	border:none;
}
.addedit input { 
// styling for the day number button 
	text-decoration: none;
	border:none;
	margin-bottom:0px;
	background-color:transparent;
}
**/