﻿
/*
 calendar filter
=================================================== */

.calMonthList th {
	text-align: left;	
}

.calMonthList .calFilter td {
	padding-right: 10px;
}

.calMonthList .calFilter select {
	min-width: 200px;
}

/*
calendar pager
=================================================== */

.calMonthList .calPager {
	text-align: center;
	margin: 15px 0 0 0;
	padding: 0 10px 0 10px;
	height: 30px;
	line-height: 30px;
	background: url(../images/calPagerBackground.png) repeat-x;
	border-left: 1px #666666 solid;
	border-right: 1px #666666 solid;
	/*overflow: hidden;*/
}

.calMonthList input.pagerPrev, input.pagerNext {
	height: 30px;
	text-decoration: none;
	border: none;
}

.calMonthList input.pagerPrev {
	float: left;
	padding-left: 28px;
	background: url(../images/calPrevArrow.png) no-repeat;
}

.calMonthList input.pagerNext {
	float: right;
	padding-right: 28px;
	background: url(../images/calNextArrow.png) right no-repeat;
}

.calMonthList .pagerPrev:hover,
.calMonthList .pagerNext:hover {
	text-decoration: underline;
}

.calMonthList .calPager h4,
.calMonthList .calPager input {
	color: #555;
	font-weight: bold;
}

.calMonthList .calPager h4 {
	padding-top: 0 !important;
}

/*
calendar events table
=================================================== */
 
 #middle .calMonthList p {
	padding-top: 15px;
 }
 
.calMonthList table.calEvents {
    margin: 0 1em 1em 0;
    width: 100%;
	border-bottom: 1px #aaa solid;
    border-collapse: collapse;
}

.calMonthList .calEvents td,
.calMonthList .calEvents th {
	height: 40px;
	margin: 0;
	padding: 0 1em 0 1em;
	border-bottom: 1px #aaa solid;
}

.calMonthList .calEvents th {
    color: #555555;
    background: #f2f2f2;
    text-align: left;
}

.calMonthList .calEvents th.dateCol {
	width: 100px;
}

.calMonthList .calEvents tr.altRow {
	background: #f9f9f9;	
}

.calMonthList .calEvents th.actions {
	width: 18px;	
}

.calMonthList .calEvents th a {
	color: #555555;
	text-decoration: none;
}

.calMonthList .calEvents th a:hover {
	color: #555555;
	text-decoration: underline;
}

.calMonthList .calEvents caption {
    font-weight: bold;
}

.calMonthList .calEvents p {
	padding: 0 !important;
}
