/*
 +---------------------------------------------------------+
 + Calendar Script by Midgard (bahadir@eggdrop.gen.tr)     +
 + It's a free software                                    +
 +---------------------------------------------------------+
 + http://www.eggdrop.gen.tr                               +
 +---------------------------------------------------------+
 */

.mainTable{
	width:189px;
}

.monthRow{
	background:#080808;
	border-top:1px solid #232323;
	border-bottom:1px dashed #232323;
	text-align:center;
	vertical-align:middle;
	height:25px;
	font-size:12px;
}

.monthRow a:link, .monthRow a:visited{
	text-decoration:none;
	color:#ffffff;
}

.monthRow a:hover{
	text-decoration:underline;
	color:#ff8800;
}

.dayNamesText{
	color:#eacd75;
	line-height:15pt;
	width:27px;
	font-size:9px;
}

.dayNamesRow{
	border-bottom:1px dashed #232323;
}

.rows{
    line-height:15pt;
	text-align:center;
	vertical-align:middle;
}

.sOther{
	color:#bbbbbb;
}

.popupDate{
	color:#ffffff;
	text-align:center;
	background:#336699;
	padding:4px;
	border:1px solid #eaeaea;
	border-bottom:0px solid #eaeaea;
}

.popupDate2{
	color:#ffffff
	text-align:left;
	background:#336699;
	padding:4px;
}

.popupClose{
	color:#ffffff;
	text-align:right;
	background:#336699;
}

.popupEventTitle {
	color:#000000;
	padding:4px;
	vertical-align:middle;
	border:1px solid #eaeaea;
	border-bottom:0px solid #eaeaea;
}

.s23{
	background:#ccff00;
	padding:4px;
}

.categoryDiv{
	background:#fcf5ef;
	padding:4px;
	border:1px solid #eaeaea;
	border-bottom:0px solid #eaeaea;
}

.categoryName{
	color:#666666;
}

.categorySelection{
	color:#777777;
}

.popupEventDescription{
	color:#000000;
	background:#ffffff;
	border:1px solid #eaeaea;
	padding:4px;
}