/* Calendar */

.UiBScpMonthNavigation, .UiBScpYearNavigation
{
	vertical-align:middle;
	text-decoration:none;
	border: none;
	/*display:inline;*/
	background-color: #FFFFFF;
	text-align: center;
	color:#000000;
	padding:0px 2px 0px 2px;
	white-space:nowrap!important;
}
td.UiBScpMonthNavigation a
{
	font-weight:bold;
}

td.UiBScpMonthNavigation a:hover
{
	background-color:#DEEDEE!important;
}

.UiBScpMonthNavigation select, .UiBScpYearNavigation select {
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
}
			
.UiBScpDayColumnHeader,
.UiBScpYearNavigation,
.UiBScpMonthNavigation,
.UiBScpCurrentMonthDate,
.UiBScpCurrentMonthDateDisabled,
.UiBScpOtherMonthDate,
.UiBScpOtherMonthDateDisabled,
.UiBScpCurrentDate,
.UiBScpCurrentDateDisabled,
.UiBScpTodayText,
.UiBScpTodayTextDisabled,
.UiBScpText
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}

TD.UiBScpDayColumnHeader
{
	color: #6C7C8C;
	background-color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	padding: 7px 3px 5px 3px;
	text-align: center;
}

.UiBScpCurrentMonthDate,
.UiBScpOtherMonthDate,
.UiBScpCurrentDate
{
	text-align:right;
	text-decoration:none;
}

.UiBScpCurrentMonthDateDisabled,
.UiBScpOtherMonthDateDisabled,
.UiBScpCurrentDateDisabled
{
	color:#D0D0D0;
	text-align:right;
	text-decoration:line-through;
}

.UiBScpCurrentMonthDate, .UiBScpOtherMonthDate, .UiBScpCurrentDate
{
	padding:3px 3px 3px 3px;
	text-decoration: none;
	text-align: right;
}
.UiBScpCurrentMonthDate
{
	color:#233247;
	font-weight:normal;
}
td.UiBScpCurrentMonthDate:hover
{
	background-color:#DEEDEE;
}
.UiBScpOtherMonthDate
{
	color:#808080;
	font-weight:normal;
}
td.UiBScpOtherMonthDate:hover
{
	background-color:#DEEDEE;
}
.UiBScpCurrentDate
{
	color:#233247;
	font-weight:bold;
}

.UiBScpCurrentDate a
{
	font-weight:normal;
	color:#006DD6;
}
td.UiBScpCurrentMonthDate, td.UiBScpOtherMonthDate
{
	border: 1px solid #FFFFFF;
}
TD.UiBScpCurrentDate
{
	color:#006DD6;
	background-color: #DEEDEE;
	text-align: right;
	text-decoration: none;
	border: 1px solid #006DD6;
	font-weight: normal;
	vertical-align: middle;
}
TD.UiBScpCurrentDate:hover
{
	border: 1px solid #FFFFFF;
}
TD.UiBScpCurrentDateDisabled
{
	text-decoration: none;
}

td.UiBScpTodayText:hover
{
	background-color: #DEEDEE;
}
TD.UiBScpTodayText,
TD.UiBScpTodayTextDisabled
{
	background-color: #FFFFFF;
	padding: 1px 0px 1px 0px;
	width: 100%;
	text-decoration: none;
	vertical-align: middle;
}
a.UiBScpTodayText
{
	color:#6C7C8C;
	font-weight:bold;
	text-decoration: none;
}
#calDIV {
	background-color:#FFFFFF!important;
	min-width:180px!important;
	position:absolute;
	text-decoration: none;
	padding:0px;
	margin: 0px;
	z-index:12!important;
}
#calDIV table
{
	width:180px!important;
}
#calDIV table table
{
	width:100%;
}
table#NAVHEAD
{
	width:180px!important;
}

table.UiBScpBorder
{
	border:1px solid #6F99C4!important;
}
