/* CSS Document */

#calendarContentContainer {
	width: 324px;
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 20px;
}

#calendarInsideLeft {
	width: 380px;
	height: 100%;
	border: 1px solid #b9d9f2;
}

#calendarContainer {
	width: 562px;
	border-right: 1px solid #b9d9f2;
	border-bottom: 1px solid #b9d9f2;
}

#calendarDIV {
	width: 561px;
	height: 406px;
	position: relative;
	left: 2px;
	top: -55px;
	background-image: url(../images/bkg_calendar.jpg);
	background-repeat: no-repeat;
}

#calendartwoDIV {
	width: 561px;
	PADDING-TOP: 13px;
	height: 670px;
	position: relative;
	left: 2px;
	top: -55px;
	background-image: url(../images/bkg_calendar.jpg);
	background-repeat: no-repeat;
}

#calendarPage {
	width: 562px;
	height: 100%;
	background-image: url(../images/bkg_calendar_elastic.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#calendarTable {
	width: 100%;
	height: 100%;
}

#calendarTable TD.title {
	height: 90px;
}

#calendarTable TD.title DIV {
	width: 405px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #2574ae;	
	padding-top: 65px;
}

#calendarPaperTable {
	width: 100%;
	height: 100%;
}

#calendarPaperTable TD.paper {
	width: 383px;
	background-image: url(../images/bkg_calendar_paper.jpg);
	background-position: 1px 0px;
	background-repeat: no-repeat;padding-top: 10px;
}

#calendarPaperTable TD.papertwo {
	width: 383px;
	background-position: 1px 0px;
	background-repeat: no-repeat;
	background-image: url(../images/bkg_calendar_paper_two.jpg);
}

#calendarPaperTable TD.paper DIV.bigImage,
#calendarPaperTable TD.papertwo DIV.bigImage {
	position: relative;
	left: 21px;
	top: 14px;
	z-index: 1;
}

#calendarPaperTable TD.paper DIV.wire,
#calendarPaperTable TD.papertwo DIV.wire {
	position: relative;
	left: 1px;
	top: -215px;
	z-index: 2;display:none;
}

#calendarPaperTable TD.papertwo DIV.wire_two {
	position: relative;
	left: 1px;
	top: -470px;
	z-index: 2;
}

#calendarPaperTable TD.paper DIV.title,
#calendarPaperTable TD.papertwo DIV.title {
	width: 354px;
	height: 45px;
	padding-top: 20px;
	position: relative;
	left: 21px;
	top: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #277ab0;
}

/*
	calendar pages
*/

#calendarImages {
}

#calendarImages TD.space {
	width: 26px;
}

#calendarImages TD.month {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2579ae;
	padding-top: 10px;
	padding-bottom: 15px;
}

/*
	LINKS
*/

/*
	galery images
*/

#calendarImages a {
	display: block;
	border: 3px solid #add2ed;
}

#calendarImages a:link {
}

#calendarImages a:visited {
}

#calendarImages a:active {
}

#calendarImages a:hover {
	border: 3px solid #3ea0e7;
}





