.dayHeader{
	font-size: 12px;
	font-weight: bold;
	background-color: #669966;
	border-top: 1px solid #99ff99;
	border-right: 1px solid #222222;
	border-bottom: 1px solid #222222;
	border-left: 1px solid #99ff99;
	color: 061240;
	line-height: normal;	
}
.dayHeader_sm{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: 'Arial';
	background-color: #669966;
	border-top: 1px solid #99ff99;
	border-right: 1px solid #061340;
	border-bottom: 1px solid #061340;
	border-left: 1px solid #99ff99;
	padding: 0px;
	text-align: center;
	cursor: default;
}
.monthHeader{
	background-color: #3D5700; /*#1A0057;*/ 
	font-family: 'Arial'; 
	font-size: 20pt; 
	font-weight: bold;
	color: #ffffff;
	padding: 3px;
	border-top: 1px solid white;
	height: 40px;
}
.monthHeader_sm{
	background-color: #3D5700; 
	font-family: 'Arial'; 
	font-size: 12px; 
	font-weight: bold;
	color: #FFFFFF;
	padding: 1px;
	cursor: default;
}
.calTable{
	background-color: #000000; 
	position: absolute; 
	top: 0px
}
.calCell{
	height: 90px;
	vertical-align: top;
	padding: 3px;
	font-size: 11px;
	color: #000000;
	line-height: 9pt;
	font-family: Arial;
	background-color: #FFF9EE;
}
.calCell_sm{
	font-family: 'Arial';
	height: 15px;
	vertical-align: top;
	padding-left: 3px;
	font-size: 10px;
	color: #000000;
	line-height: 9pt;
	cursor: default;
	background-color: #FFFFEE;
}
.calNum{
	font-family: 'Arial';
	float: left;
	position: relative;
	top: -3px;
	left: -3px;
	background-color: #FFFFFF;
	width: 20px;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	color: #550011;
	padding: 2px;
	border-bottom: 1px solid #061340;
	border-right: 1px solid #061340;
}
.moreButton{
	width: 34px;
	height: 14px;
	background-color: #6C1214;
	border-top: 1px solid #ffaaaa;
	border-left: 1px solid #ffaaaa;
	border-bottom: 1px solid #220000;
	border-right: 1px solid #220000;
/*	position: absolute; 
	top: 71px; 
	left: 48px;*/
	text-align: center;
	cursor: pointer;
	font-size: 8px;
	color: white;
	margin-left: 45px;
	margin-top: 3px;
}
.dayWin{
	background-color: #FFFFFF; 
	height: 341px; 
	width: 100%; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	z-index: 3; 
	border-top: 1px solid white; 
	border-bottom: 1px solid white;
}
.dayWinFrame{
	background-color: #883341; 
}
.dayWinTitle{
	height: 25px; 
	background-color: #550011; 
	padding: 5px; 
	color: #FFFFFF; 
	font-weight: bold
}
.dayWinContent{
	border: 2px inset; 
	width: 90%; 
	background-color: #ffffff;
	font-family: arial;
	font-size: 12px;
	color: #000000;
	overflow: hidden;
	margin: 20px;
	height: 267px;
}
.dayWinLines{
	font-family: Arial;
	font-size: 11px;
	color: black;
	border-bottom: 1px solid #cccccc;
	padding: 2px;
}
.dayWinHead{
	border-bottom: 2px solid black; 
	color: #000000; 
	font-weight: bold; 
	font-size: 10pt
}
.closeButton{
	width: 20px;
	font-size: 10pt;
	background-color: #6C1214;
	border-top: 1px solid #ffaaaa;
	border-left: 1px solid #ffaaaa;
	border-bottom: 1px solid #220000;
	border-right: 1px solid #220000;
	float: right;
	text-align: center;
	cursor: pointer;
}
.lrbutton{
	border: 1px solid white;
	background-color: #CCCCCC;
	border-color: #EEEEEE #000000 #000000 #EEEEEE;
	padding-left: 5px;
	padding-right: 5px;
	height: 15px;
	width: 20px;
	cursor: pointer;
	color: #000000;
}
.specDay1{
	margin-bottom: 2px;
	margin-left: 20px;
	width: 25px; 
	height: 15px; 
	border: 1px solid black; 
	background-color: #996666; 
	vertical-align: middle
}
.specDay2{
	margin-bottom: 2px;
	margin-left: 20px;
	width: 25px; 
	height: 15px; 
	border: 1px solid black; 
	background-color: #669966; 
	vertical-align: middle
}
.specDay3{
	margin-bottom: 2px;
	margin-left: 20px;
	width: 25px; 
	height: 15px; 
	border: 1px solid black; 
	background-color: #9999CC; 
	vertical-align: middle
}
/* ------------------------------ROUNDED TABS-------------------------------------------------*/
.calTabs{
	width:10%; 
	position: absolute;  
	border: 0px solid white; 
	cursor: pointer; 
	color: white;
	font-weight: bold;
	font-family: 'Arial';
	font-size: 9pt;
	background-color: transparent;
	padding: 0px;
}
.tab1 {
	margin-left: 5px; 
	margin-right: 5px; 
	height: 1px; 
	background-color: black; 
	overflow: hidden
}
.tab2 {
	margin-left: 3px; 
	margin-right: 3px; 
	height: 1px; 
	background-color: black; 
	overflow: hidden
}
.tab3{
	margin-left: 2px; 
	margin-right: 2px;  
	height: 1px; 
	border-left: 3px solid black; 
	border-right: 3px solid black; 
	overflow: hidden; 
	background-color: #550011;
}
.tab4{
	margin-left: 1px; 
	margin-right: 1px;  
	height: 1px; 
	border-left: 3px solid black; 
	border-right: 3px solid black; 
	overflow: hidden; 
	background-color: #550011
}
.tab5{
	margin-left: 1px; 
	margin-right: 1px;  
	height: 1px; 
	border-left: 2px solid black; 
	border-right: 2px solid black; 
	overflow: hidden; 
	background-color: #550011
}
.tab6{
	margin-left: 1px; 
	margin-right: 1px;  
	height: 1px; 
	border-left: 2px solid black; 
	border-right: 2px solid black; 
	overflow: hidden; 
	background-color: #550011
}
.tab7{
	margin: 0px; 
	height: 1px; 
	border-left: 3px solid black; 
	border-right: 3px solid black; 
	overflow: hidden; 
	background-color: #550011
}
.tabContent{
	height: 16px; 
	background-color: #550011; 
	border: 2px solid black; 
	border-top: none; 
	border-bottom: none;
	text-align: center;
	vertical-align: top;
	border-bottom: 2px solid black;
	line-height: normal;
	color: #AAAAAA;
}

/* -------------------------------------------------------------------------------*/

.editContent{
	font-family: Arial;
	font-size: 10px;
	color: #550011;
	padding: 2px;
	border-bottom: 1px solid #999999;
}
.paraHead {
	font-family: Arial;
	font-size: 24px;
	color: #550011;
	margin-bottom: -7px;
	font-wieght: bold;
}
hr{
	height: 2px;
	color: #00571A;
}
input{
	font-family: courier;
	font-size: 9pt;
	background-color: #ffffdd;
	border: 1px solid #999999;
	border-bottom: 1px solid black;
	color: black;
	width: 200px;
	margin-left: 15px;
}	
input#specDay {
	border: none;
	width: 25px;
	vertical-align: middle;
}
input#Submit{
	width: 75px;
	border: 1px solid #220000;
	border-top: 1px solid #ff99cc;
	border-left: 1px solid #ff99cc;
	cursor: pointer;
	margin-top: 10px;
	font-family: Arial;
	background-color: #550011;
	color: #FFFFFF;
}
textarea{
	font-family: courier;
	font-size: 9pt;
	color: black;
	background-color: #ffffdd;
	overflow: auto;
	border: 1px solid #999999;
	border-bottom: 1px solid black;
	margin-left: 15px;
	width: 200px;
}
img#editButton{
	border: 1px solid #333333;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	cursor: pointer;
	background-color: #ffffff;
	margin-top: 3px;
	margin-bottom: 3px;
}
td {
	padding: 0px;
}
.calContent{
	line-height: normal;
	font-family: 'Arial';
	font-size: 8pt;
	padding: 0px;
	margin: 0px;
}
