/* all styles are prefixed with "pc" */
#popcalendar-container {

}
#pcIDcalendar {
	border: 1px  outset #a0a0a0;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	z-index: +999;
	position: absolute;
	visibility: hidden;
	width: auto;
	-moz-user-select:none;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa',Direction=135,Strength=2)
}

#pcIDselectMonth, #pcIDselectYear {z-index:+999;position:absolute;visibility:hidden;}

/* month/year select */
#pcIDcaption {
	padding: 2px 3px 4px 2px;
	background: #006;
	color: white;
}

#pcIDcaption div {clear :none; }

#pcIDcontent table {
	margin: 8px;
	background-color: #ffffff;
}

#pcIDcontent td { padding: 1px 3px 1px 3px; }

#pcIDcontent th {
	background-color: white;
	font-size: 11px;
	font-weight: bold;
}

/* PopCalendarTableData */
td.pctd{
	text-align: center;
	cursor: default
}

td.pctd a, td.pctd a:visited {
	border: none;
	color: black;
	font-weight: normal;
	text-decoration: none;
}

td.pctd a:hover {
	border: none;
	color: #FF8C00;
	font-weight: normal;
	text-decoration: none
}

td.pcDay {
	padding: 3px;
}

td.pcDay a {
	text-decoration: none;
}

td.pcDayPast { }

td.pcDayPast a { color: #909090 }

td.pcToday a {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

td.pcDaySelected a {
	background-color: #1B2E75;
	padding: 3px;
	color: #FFFFFF;
}

td.pcDayHoliday a {
	padding: 3px;
	border: 1px solid #FEC37D;
	text-decoration: none;
}

td.pcWeekend{ }

td.pcWeekend a, td.pcWeekend a:visited, td.pcWeekend a:link { 
	color: #54A6E2;
}

td.pcWeekendPast { }

td.pcWeekendPast a { color: #909090 }

td.pcWeekNumber { 
	color: #bbbbbb;
}

#pcIDfooter {
	margin: 2px;
	padding: 2px;
	color: black;
	background-color: #EAEEFB;
	text-decoration: none;
	text-align: center;
}

#pcIDfooter a, #pcIDfooter a:hover { 
	border: none; 
	color: #006; 
	font-weight: normal 
}


#pcIDselectYear, 
#pcIDselectMonth {
	border-width: 1px;
	border-style: outset;
	border-color: #a0a0a0;
	background-color: #EAEEFB;
	cursor: pointer;
	min-width: 80px;
	padding: 6px 1px 6px 1px;
	-moz-user-select: none;
}
#pcIDselectMonth { 
	text-align:left;
}

#pcIDselectYear ul, 
#pcIDselectMonth ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#pcIDselectYear li, 
#pcIDselectMonth li {
	background-image: none;
	margin: 0;
	padding: 1px;
}
#pcIDselectYear li a, 
#pcIDselectMonth li a {
	display: block;
	color: black;
	padding: 1px 4px 1px 4px;
	margin: 0;
	text-decoration: none;
	width: 100%;
	cursor:pointer;
	list-style-image: none;
	list-style-type: none;
}
#pcIDselectYear li a:hover,
#pcIDselectMonth li a:hover {
	background-color: #1B2E75;
	color: #FFFFFF;
}

html>body #pcIDselectYear li a, 
html>body #pcIDselectMonth li a {
	width: auto;
}

#pcIDcaption div {
	cursor:pointer;
	float: left;
	color: white;
	margin-right: 3px;
	width: 2em;
	-moz-user-select: none;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif
}

#pcIDleft, 
#pcIDright {
	width: 2em !important;
}

#pcIDcaption div a {
	border:1px solid #36f;
	display: block;
	text-decoration: none;
	width: 100%;
	color: white;
	font: bold 11px Arial, Helvetica, sans-serif
}

#pcIDcaption div a:hover {
	border:1px solid #8af;
	display: block;
	text-decoration: none;
}

#pcIDleft a {
	background: url(left1.gif) no-repeat center;
}
#pcIDright a {
	background: url(right1.gif) no-repeat center;
}
#pcIDleft a:hover  {
	background: url(left2.gif) no-repeat center;
}
#pcIDright a:hover {
	background: url(right2.gif) no-repeat center;
}
#pcIDMonth a, 
#pcIDYear a {
	background: url(drop1.gif) no-repeat right;
	padding: 0 14px 0 2px;
}
#pcIDMonth a:hover, 
#pcIDYear a:hover {
	background: url(drop2.gif) no-repeat right;
	padding: 0 14px 0 2px;
}

html>body #pcIDcaption div, 
html>body #pcIDcaption a {
	width: auto;
}