/* 
 * ========================================
 * Frame7 properties 
 * ========================================
*/

.frame7_top {
 	background-image: url('../images/frame7/top.gif'); 
	font-weight:bold;
	font-size:13px;
	width:301px;
	height:23px;
	text-align:center;
}

.frame7_top2 {
 	background-image: url('../images/frame7/top.gif'); 
	font-weight:bold;
	font-size:13px;
	width:301px;
	height:23px;
	padding-left:35px;
}

.frame7_l_table {
	width:301px;
}

.frame7_space {
	vertical-align:top;
	width:301px;
	padding:10px;
}


/* 
 * ========================================
 * Calendar properties 
 * ========================================
*/

.etc_calendar_table {
	width:100%;
	height:120px;
	text-align:center;
}

.etc_calendar_title {
	height:100%;
	font-weight:bold;
	font-size:13px;
	text-align:center;
}

.etc_calendar_weekend {
	font-weight:bold;
	color: #FC0000;
}

.etc_calendar_pastday {
	color: #7D7D7D;
}

.etc_calendar_workday {
	font-weight:bold;
	color: #FFAE00;
}

.etc_calendar_link:link, .etc_calendar_link:visited {
	text-decoration:none;
	color: #FC0000;
}

.etc_calendar_link:hover, .etc_calendar_link:active {
	text-decoration:underline;
	color: #FC0000;
}
.etc_calendar_cur_day {
	font-weight:bold;
	background-color: #247EDE;
}

.etc_calendar_arrow:link, .etc_calendar_arrow:visited {
	font-weight:bold;
	color: #FFF;
}

.etc_calendar_arrow:active, .etc_calendar_arrow:hover {
	font-weight:bold;
	color: #FFF;
}


