/* jek calendar stylesheet */

table.delete {
    width:400px;
    text-align: center;
    margin-top: 3em;
    margin-left: auto;
    margin-right: auto;
}
table.calendarMain {
    margin: -0.5em auto 0 auto;
    width: 700px;
}
table.calendarInner {
    margin: 0 auto 0 auto;
    width: 100%;
}
table.eventEdit {
    text-align: center;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    width:400px;
}
th, th.details{
    color: #FFFEF9;
    background-color: #4A281F; 
    text-align: center;
    font-size: 85%;
    font-weight: bold;
    padding: 0.4em 1em 0.4em 1em;
}
th.details{
    letter-spacing: 0.4em;
}
td.title {
    color: #6A5C39;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    padding-top: 0.5em;
    letter-spacing: 0.6em;
}
td.pink, td.input_data, td.input_caption, td.cancel, td.tentative, td.eventHeader {
    font-size: 80%;
}
td.data, td.dataCenter, td.oldData, th.details {
    font-size: 80%;
}
td.deleteIt {
    color: #ffffff;
    background-color: #756744;
    text-align: center;
    font-weight: bold;
    padding: 0.4em;
}
td.pink {
    color: #000000;
    background-color: #ffeeee;
    text-align: center;
    font-weight: normal;
    padding: 0.4em;
}
td.data, td.dataCenter, td.oldData {
    vertical-align: top;
    text-align: left;
    color: #000000;
    padding: 0.5em 0.2em 0.5em 0.2em;
    }
td.oldData {
    background-color: #D5D2C3;
    }
td.eventSeparator {
    font-size: 0pt;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
    }
td.eventHeader {
    font-weight: bold;
    color: #000000;
    background-color: #ffffff;
    text-align: center;
}
td.cancel {
    text-align: left;
    vertical-align: middle;
    color: #000000;
    background-color: #E6E2D7;
    }
td.tentative {
    text-align: center;
    vertical-align: top;
    color: #000000;
    background-color: #E6E2D7;
    }



/****** my lil' calendar stuff ********/

table.calendar {
    border-spacing: 0px;
    border: 1px solid #000000;
    margin-left: auto;
    margin-right: auto;
}
th.monthName {
    color: #000000;
    background-color: #FFFEF9;
    text-align: center;
    font-size: 85%;
    font-weight: bold;
    padding: 2px;
}
th.dow {
    font-size: 85%;
    text-align: center;
    padding: 2px;
}
td.double {
    vertical-align: top;
    padding:0.5em 0.5em 1em 0.5em;
}
td.currMonth, td.nonMonth, td.currMonthEvent, td.today, td.todayEvent, td.noperf {
    color: #000000;
    background-color: #FFFEF9;
    text-align: center;
    font-size: 85%;
    padding: 2px 6px 2px 6px;
    width: 14px;
}
td.today, td.todayEvent, td.noperf {
    background-color: #B2A789; /*#D2B48C; */
}
td.todayEvent {
    border: 1px solid #700000;
    padding: 1px 5px 1px 5px;
}
td.noperf {
    text-align: center;
    font-weight: bold;
    padding: 1em;
    width: 700px;
}
td.nonMonth {
    background-color: #D5D2C3; /*#B1B1B1;*/
}
td.currMonthEvent {
    color: #000000;
    background-color: #FFFEF9;
    border: 1px solid #700000;
    padding: 1px 5px 1px 5px;
}
td.wholeCal {
    padding: 0.4em 0 .6em 0;
}
td.icons {
    text-align: left;
    width: 60px;
    font-size: xx-small;
}
.lilLinks {
    text-align: center;
    margin-top: 0;
    margin-bottom: 1em;
}
a {
    text-decoration: none;
    color: #191970;
    font-size: 100%;
    font-weight: bold;
}
a.event {
    text-decoration: none;
}
a:hover, a.event:hover {
    text-decoration: underline;
}
a.tiny {
    font-weight: normal;
    text-decoration: underline;
}
img.admin {
    border:0px none;
    vertical-align:bottom
}
/****** my lil' calendar stuff END *********/





/************* Popup Calendar Styles ***************/
.cal-head {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
}

.cal-text {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	padding: 2px;
	z-index: 5;
}
#popupcalendar {
	width: 185px;
	height:130px;
	left: 0px;
	top: 0px;
	position: absolute;
	visibility: hidden;
}
a.cal-DayLink {
    font-family: Verdana,  Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    color: black;
    background-color: transparent;
}
a.cal-DayLink:hover {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    color: #009933;
}
a.cal-DayLink:active {
    font-family: Verdana,  Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    background-color: transparent;
    color: #0066FF;
}
.cal-TextBox{
    font-family: Verdana,  Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    background-color: #ffffff;
    color: Black;
}
a.cal-TodayLink {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    color: red;
    background-color: transparent;
}
a.cal-TodayLink:hover {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    color: #333399;
}
a.cal-TodayLink:active {
    font-family: Verdana,  Arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    color: #0066FF;
}
a.cal-BtnLink:hover {
    text-decoration: none;
    background-color: #ffffff;
}
.cal-GreyDate {
    font-family: Verdana,  Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
	background-color: #CCCCCC;
    color: #222222;
}
.cal-GreyInvalidDate {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: line-through;
	background-color: #CCCCCC;
    color: #222222;
    text-align: center;
}
.cal-DayCell {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
	background-color: White;
}

.cal-HeadCell {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
	background-color:  #333399;
	color: white;
}
.cal-Table{
	border-top-color: #333399;
	border-left-color: #333399;
	border-right-color: #333399;
	border-bottom-color:  #333399;
	background-color:black;
	z-index:5;
}
.cal-DayCell, .cal-GreyInvalidDate, .cal-GreyDate, a.cal-TodayLink, .cal-HeadCell {
    text-align: center;
}
/************* END Popup Calendar Styles ***************/
