
.montharrow{
	float: left;
	margin: 2px 0 0 10px;
	/*width:262px;*/
	width:262px;
}
.montharrowfrontpage
{
	float:left;
	margin: 2px 20px 0 10px;
	border:0px solid black;
}

.year{
	float: left;
}
.year form{
	margin: 0 0 0 10px;
	width: 90px;
}

ul.pointer {
	margin: 0 0 0 0;
	padding: 4px 0 0 0;
	float: left;
}

ul.pointer li{
	display: inline;
	font-size: 90%;
	float: left;
	padding: 0 0 0 10px;
	line-height: 13px;
}

.orange{
	background-color: #fc5a07;
	width: 12px;
	height: 10px;
	float: left;
	margin: 2px 4px 0 0;
}	
.green{
	background-color: #418600;
	width: 12px;
	height: 10px;
	float: left;
	margin: 2px 4px 0 0;
}	

.blue{
	background-color: #0066b7;
	width: 12px;
	height: 10px;
	float: left;
	margin: 2px 4px 0 0;
}	

.purple{
	background-color: #853cc8;
	width: 12px;
	height: 10px;
	float: left;
	margin: 2px 4px 0 0;
}	
.red{
	/*background-color: #853cc8;*/
	background-color:red;
	width: 12px;
	height: 10px;
	float: left;
	margin: 2px 4px 0 0;
}	

.pointer span{
	float: left;
}


.calendarhead
{

}

.calendarbody
{
	width:100px;
}

.month
{
	float:left;
	clear:right;
	width:262px;
}

.monthp{
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	color: #006aba;
	font-size: 140%;
	font-weight: bold;
	/*float: left;*/
	width:200px;
	text-align:center;
}


.monthtabs{
	float: right;
}

.monthtabs ul{
	margin: 0 0 0 0;
	padding: 0 10px 0 0;
}

.monthtabs ul li{
	display: inline;
}



.monthtabs ul li a:link{
	display: block;
	float: left;
	background-image: url(/pub/design/calendaroff.png);
	background-position: top left;
	background-repeat: no-reepat;
	width: 66px;
	height: 18px;
	font-size: 100%;
	color: #010101;
	text-decoration: none;
	margin: 0 5px 0 0;
	padding: 5px 0 0 0;
	text-align: center;
}
.monthtabs ul li a:visited{
	display: block;
	float: left;
	background-image: url(/pub/design/calendaroff.png);
	background-position: top left;
	background-repeat: no-reepat;
	width: 66px;
	height: 18px;
	font-size: 100%;
	color: #010101;
	text-decoration: none;
	margin: 0 5px 0 0;
	padding: 5px 0 0 0;
	text-align: center;
}

.monthtabs ul li a.monthon:link{
	background-color: #fff;
	border: 0;
	background-image: url(/pub/design/calendaron.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 66px;
	height: 18px;
	color: #fff;
	text-align: center;
}
.monthtabs ul li a.monthon:visited{
	background-color: #fff;
	border: 0;
	background-image: url(/pub/design/calendaron.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 66px;
	height: 18px;
	color: #fff;
	text-align: center;
}

.cal{
	width: 260px;
	background-color: #a6b6de;
	margin: 0 0 0 7px;
	border: 0;
	padding: 0 0 10px 0;
	clear:left;
	
}


.cal caption{
	display: none;
}
.cal th{
	color: #005085;
}

.empty{
	width: 6px;
}

.day{
	/*height: 111px;*/
	/*width: 100%;*/
	width:37px;
	border-right: 1px solid #7387b8;
	border-bottom: 1px solid #7387b8;
	vertical-align: top;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #fff;
}
.currentday
{
	/*height: 111px;*/
	/*width: 100%;*/
	width:37px;
	border-right: 1px solid #7387b8;
	border-bottom: 1px solid #7387b8;
	vertical-align: top;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color:#ffff99;
}
/*
.eventday
{
	height: 111px;
	width: 100%;
	width:37px;
	border-right: 1px solid #7387b8;
	border-bottom: 1px solid #7387b8;
	vertical-align: top;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color:red;
}
*/

.dayhead{
	background-color: #dfe8ff;
	/*width: 106px;*/
	width:37px
	height: 24px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.number{
	margin: 0 0 0 0;
	padding: 5px 0 0 5px;
	float: left;
	width: 16px;
	font-weight: bold;
	font-size: 100%;
}

.edit{
	margin: 0 0 0 0;
	padding: 5px 0 0 40px;
	float: left;
	width: 40px;
	font-size: 90%;
}

.edit a:link{
	color: #1246b4;
	text-decoration: underline;
}
.edit a:visited{
	color: #1246b4;
	text-decoration: underline;
}
.edit a:hover{
	color: #1246b4;
	text-decoration:none;
}
.edit a:active{
	color: #1246b4;
	text-decoration: underline;
}

.items{
	height: 75px;
}
.allbottom{
	height;10px;
}

.all{
	font-size: 90%;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 5px 40px;
}

.all a:link{
	text-decoration: none;
	color: #e40000;
}
.all a:visited{
	text-decoration: none;
	color: #e40000;
}
.all a:hover{
	text-decoration: none;
	color: #1246b4;
}
.all a:active{
	text-decoration: none;
	color: #e40000;
}

.photoitem{
	background-image: url(/pub/design/phototitle_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 103px;
	height: 13px;
	margin: 3px 0 0 2px;
	padding: 0 0 0 0;
	color: #fff;
	font-size: 80%;
}

.photoitem a:link{
	color: #fff;
	text-decoration: none;
}
.photoitem a:visited{
	color: #fff;
	text-decoration: none;
}
.photoitem a:hover{
	color: #1246b4;
	text-decoration: none;
}
.photoitem a:active{
	color: #fff;
	text-decoration: none;
}

.audioitem{
	background-image: url(/pub/design/audiotitle_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 103px;
	height: 13px;
	margin: 3px 0 0 2px;
	padding: 0 0 0 0;
	color: #fff;
	font-size: 80%;
}

.audioitem a:link{
	color: #fff;
	text-decoration: none;
}
.audioitem a:visited{
	color: #fff;
	text-decoration: none;
}
.audioitem a:hover{
	color: #1246b4;
	text-decoration: none;
}
.audioitem a:active{
	color: #fff;
	text-decoration: none;
}

.journalitem{
	background-image: url(/pub/design/journaltitle_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 103px;
	height: 13px;
	margin: 3px 0 0 2px;
	padding: 0 0 0 0;
	color: #fff;
	font-size: 80%;
}

.journalitem a:link{
	color: #fff;
	text-decoration: none;
}
.journalitem a:visited{
	color: #fff;
	text-decoration: none;
}
.journalitem a:hover{
	color: #1246b4;
	text-decoration: none;
}
.journalitem a:active{
	color: #fff;
	text-decoration: none;
}

.fileitem{
	background-image: url(/pub/design/filetitle_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 103px;
	height: 13px;
	margin: 3px 0 0 2px;
	padding: 0 0 0 0;
	color: #fff;
	font-size: 80%;
}

.fileitem a:link{
	color: #fff;
	text-decoration: none;
}
.fileitem a:visited{
	color: #fff;
	text-decoration: none;
}
.fileitem a:hover{
	color: #1246b4;
	text-decoration: none;
}
.fileitem a:active{
	color: #fff;
	text-decoration: none;
}

.activityitem{
	background-image: url(/pub/design/activitiestitle_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 103px;
	height: 13px;
	margin: 3px 0 0 2px;
	padding: 0 0 0 0;
	color: #fff;
	font-size: 80%;
}

.activityitem a:link{
	color: #fff;
	text-decoration: none;
}
.activityitem a:visited{
	color: #fff;
	text-decoration: none;
}
.activityitem a:hover{
	color: #1246b4;
	text-decoration: none;
}
.activityitem a:active{
	color: #fff;
	text-decoration: none;
}


.submityear
{
	border:0;
	margin:2px 0 0 0;
	background-color:#fff;
	background-image:url(/pub/design/btngo1.png);
	background-position:center center;
	background-repeat:no-repeat;
	color:#fff;
	font-weight:bold;
	width:40px;
	height:21px;
}
