/* CCSTheme v 3.x */
/* General */

.minimonth {
 border:thin;
 border-color:#000000; 
 border-style:solid;
}

.minimonth_calendarbody {	
	color: #000000;
	width: 100%;
	background-color:#f5f3e9;
	white-space: nowrap;
	border:thin;
	border-style:solid;
	border-color:#000000;
}

.minimonth_hdr_back { 
	font-family: Arial; font-size: 120%; font-weight: bold; text-align: left;	
	color: #000000;	
	width: 100%;
	background-color:#CCCCCC;
	white-space: nowrap;
	border:none;	
}


.minimonth_dayofweek {
	 background-color:#999999;
	 color:#000000;
	 font-weight:bold;
	 border:thin;
	 border-style:solid;
	 padding:3px;
}


.minimonth_blankday {
	background-color:#cec9b1;
	border:thin;
	border-style:solid;
	border-color:#333333;
	padding:1px;
}

.minimonth_todaywithevent {
	background-color:#e0dccd;
	border:thin;
	border-style:solid;
	border-color:#336600;	
	padding:1px;
}

.minimonth_todaywithnoevent {
	background-color:#FFFFFF;
	border:thin;
	border-style:solid;
	border-color:#336600;	
	padding:1px;
}

.minimonth_daywithevent {
	background-color:#dfdac3;	
	border:thin;
	border-style:solid;
	border-color:#333333;
	padding:1px;	
}

.minimonth_weekendwithevent {
	background-color:#dfdac3;
	border:thin;
	border-style:solid;	
	border-color:#333333;
	padding:1px;
}

.minimonth_weekendwithnoevent {
	background-color:#f5f1df;
	border:thin;	
	border-style:solid;	
	border-color:#333333;
	padding:1px;
}

.minimonth_daywithnoevent {
	background-color:#f5f3e9;
	border:thin;	
	border-style:solid;
	border-color:#333333;
	padding:1px;
}

.minimonth_showweek {
	background-color:#ECC6C6;	
	border:thin;
	border-style:solid;
	border-color:#333333;	
	padding:1px;
}

.YellowBoxFilled {
	border: 1px solid #F2DB9B;
	background-color: #FCF8EC;	
}

.BlueBoxFilledWhite {
	border: 1px solid  #1181DB;
	background-color:#FFFFFF;	
}

.GreyTitleText {
	font-family: "Tahoma";
	font-size: 16px;
	color: #878684;
	font-weight: bold;
}

.GreyMinorTitleText {
	font-family: "Tahoma";
	font-size: 14px;
	color: #878684;
	font-weight: bold;
}

.GreySmallTitleText {
	font-family: "Tahoma";
	font-size: 12px;
	color: #878684;
	font-weight: bold;
}

.BlackTitleText {
	font-family: "Tahoma";
	font-size: 16px;
	color:#000000;
	font-weight: bold;
}

.BlackMinorTitleText {
	font-family: "Tahoma";
	font-size: 14px;
	color:#000000;
	font-weight: bold;
}

.BlackSmallTitleText {
	font-family: "Tahoma";
	font-size: 12px;
	color:#000000;
	font-weight: bold;
}

.event_title_back {		
	font-family: "Tahoma";
	font-size: 16px;
	color:#000000;
	font-weight: bold;
}

.event_caption_back {
	background-color:#cec9b1;	
	font-family: "Tahoma";
	font-size: 18px;
	color:#000000;
	font-weight: bold;
}


