/* css for css-calendar */

.pg-date-outerbox {
	border: 2px solid gray;
	background-color: white;
}


table.pg-date-table {
	background-color: white;
	border: 1px solid gray;
	border-spacing: 0;
	border-collapse: collapse;
	/*table-layout: fixed;*/

}

table.pg-date-table  a {
	text-decoration: none;
}

table.pg-date-table td {
	font-size: 9pt !important;
}


table.pg-date-table td, table.pg-date-table th {
	text-align: center;
	vertical-align: middle;
	padding: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: white;
}


td.pg-out-of-month {
	font-style: italic;
}

td.pg-in-month-current {
	background-color: gray;

}
td.pg-in-month-current * {
	color: white;
}


td.pg-weekend {
	font-weight: bold;
}

table.pg-date-table td {
	border-color: gray;
	width: 24px;
}


table.pg-date-table td.pg-in-month:hover, table.pg-date-table td.pg-hover {
	background-color: #F1F7FF;
	color: white !important;
}

table.pg-date-table td.pg-in-month-selected {
	background-color: #BDD3FF;
}

table.pg-date-table th.pg-date-nav {
	border-bottom-color: gray;
}

table.pg-date-table th.pg-date-day-caption {
	border-color: gray;
}

table.pg-date-table th {
	white-space: nowrap;
}

