/*//////////////TABLE STYLES/////////////////////////////////////////*/

.date_bg {
	text-align: center;
}
.date_bg2 {
	background-color: #4A5455;
	border-right: 1px solid #FFFFFF;
}


/*//////////////////CALENDAR STYLES////////////////////////*/
/*background style for day names ex. Sun, Mon, Tue...*/

.dayname_header {
	border-bottom: 2px solid #ffffff;
	border-right: 1px solid #ffffff;
	background-color: #000000;
	font-weight: bold;
	color: #ffffff;
}
.dayname_header2 {
	background-color: #000000;
	color: #ffffff;
	border-right: 1px solid #ffffff;
}
.othermonthdays {
	text-align: right;
	background-color: #f2f2f2;
	color: #cccccc; 
	border-right: 1px solid #ffffff;
}
.othermonthdays3 {
	text-align: right;
	background-color: #f2f2f2;
	color: #cccccc; 
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.othermonthdays2 {
	text-align: right;
	background-color: #f2f2f2;
	color: #cccccc; 
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.regulardays {
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	border-right: 1px solid #ffffff;
	background-color: #f5f5f5;
}
.regulardays2 {
	font-size: 12px;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #f5f5f5;
}
.currentday {
    background-color: #FFEC01;
	color: #000000;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	border-right: 1px solid #ffffff;
}
.currentday2 {
    background-color: #FFEC01;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#calendar_popup {
	position: relative;
	padding: 10px;
}

/*/////////SUB MENU STYLES FOR CALENDAR MONTH///////////////////*/
#calendarnav {
	position: relative;
	padding: 0;
	z-index: 500;
	width: 100%;
}
#calendarnav ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
#calendarnav li {
	text-decoration: none;
	float: left;
	padding: 2px 0;
	border-top: 2px solid #000000;
	border-right:1px solid #ffffff;
	list-style: none;
	margin-top: 1px;
	margin-bottom: 2px;
	background-color: #F2F2F2;
	width: 6.12%;
}
#calendarnav li:hover {
	text-decoration: none;
	background-color: #FFF899;
	margin-top: 2px;
	margin-bottom: 1px;
}
#calendarnav li a {
	display: block;
	padding: 3px 0 3px 0;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
}
#calendarnav>ul a {
	width: auto;
}

#calendarnav a, #calendarnav a:visited {
	color: #777267;
	text-decoration: none;
}

#calendarnav a:hover, #calendarnav a:focus {
	text-decoration: none;
	color: #777267;
}

/*/////////////////HOVER OVER DISPLAY////////////////////////*/
div#toolTip { position:absolute;z-index:1000;width:220px;background:#000;border:2px double #fff;text-align:left;padding:5px;min-height:1em;-moz-border-radius:5px; }
div#toolTip p { margin:0;padding:0;color:#fff;font:11px/12px verdana,arial,sans-serif; }
div#toolTip p em { display:block;margin-top:3px;color:#f60;font-style:normal;font-weight:bold; }
div#toolTip p em span { font-weight:bold;color:#fff; }
/*///////////pop up layer display/////////////////////////////*/
#closeheader {
	margin: 5px;
	color: #000000;
	background-color: #FFEC01;
	padding: 5px;
	font-weight: bold;
	text-align: right;
}
#closeheader a, #closeheader a:link, #closeheader a:visited {
	color: #FFFFFF;
	font-weight: bold;
}
#closeheader a:hover {
	color: #B2CC85;
	font-weight: bold;
}
#calpopcontent {
	margin: 5px;
	padding: 5px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #C1CDD8;
}
.calpoptable {
	background-color: #FFEC01;
	color: #000000;
	font-weight: bold;
}
.calpoptable2 {
	color: #000000;
}
#calpopdate {
	font-size: 50px;
	font-weight: bold;
	opacity: .5; filter:alpha(opacity=50); -moz-opacity: 50;
	color: #B2CC85;
	position: absolute;
	top: 240px;
	left: 265px;
	width: 440px;
	text-align: right;
}
