/* events calendar */

.mainTable {
width: 945px;
font-family: 'lucida grande',tahoma,sans-serif;
font-size: 12px;
border-collapse: collapse;
color: #555;
}
	
.monthYearText {
font-size: 20px;
font-weight: bold;
color: #FF9900;
}

.monthYearRow table {
margin-bottom: 20px;
}

.dayNamesText td {
padding-bottom: 2px;
font-size: 1.1em;
border-bottom: 1px solid #555;
}



.dayOff {
color: #ddd;
}
	
.rows td {
	width: 135px;
	height: 80px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	}
	
.dayOn,
.today {
padding: 3px;
margin-bottom: 3px;
background: #ebe9db;
border-bottom: 1px solid #e0dcc9;
}


.today { /* today's style */
	color: white;
	font-weight: bold;
	background: #ff9300;
	}
	
.title {
	padding-left: 10px;
	font-size: 1.0em;
	background: url(/images/arrow-miniorange.gif) 0 .4em no-repeat;
	color: #999;
	}
	
.title:hover {
	color: #2388ff;
	}
	


#popupCalEdit {
position: absolute;
width: 555px;
height: 400px;
margin-left: 200px;
margin-top: 70px;
background-color: #FFFFFF;
border: 3px solid #000000; 


}

#popupCalEditContent {
position: absolute;
width: 540px;
margin-top: 80px;
margin-left: 210px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}	

#popupCalDelete {
position: absolute;
width: 255px;
height: 180px;
margin-left: 300px;
margin-top: 170px;
background-color: #FFFFFF;
border: 3px solid #000000; 


}

#popupCalDeleteContent {
position: absolute;
width: 240px;
margin-top: 180px;
margin-left: 310px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}
	
/* not sure about the stuff below here 	

.sIFR-hasFlash .monthYearText { 
 	visibility: hidden;
	font-size: 24px;
	line-height: 24px;
 	}
	
	 
	.s27 {
	display: none;
	}
	
.s20 div { /* weekends? I think? 
}*/
*/