.calendarwraper {
	padding: 10px 0;
	text-align:center;
}

table.fsbcalendarTableStyle {
	text-align:center;
}

html > body table.fsbcalendarTableStyle {
	margin-left:auto;
	margin-right:auto;
}

table.fsbcalendarTableStyle .fsbcalendarPreviousLinkStyle  {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	color : #A05A00;
}

table.fsbcalendarTableStyle .fsbcalendarNextLinkStyle  {
	font-size: 			11px;
	text-align: 		right;
	font-weight: bold;
	color : #A05A00;
}

table.fsbcalendarTableStyle .fsbcalendarNextLinkStyle.a  {
	font-size: 			11px;
	text-align: 		right;
	font-weight: bold;
	color : #A05A00;
}

table.fsbcalendarTableStyle .fsbcalendarTitleStyle  {
	text-align:         center;
	font-size: 			11px;
	font-weight: bold;
}

table.fsbcalendarTableStyle .fsbcalendarWeekdayStyle  {
	text-align:         right;
	font-size:          11px;
	color: #5093C3;
}

table.fsbcalendarTableStyle .fsbcalendarOddMonthStyle, .fsbcalendarEvenMonthStyle, .fsbcalendarActiveDayStyle, .fsbcalendarEvenMonthStyle, .fsbcalendarEmptyDayStyle {
	font-size:          11px;
	vertical-align:     top;
	text-align:         left;
}

table.fsbcalendarTableStyle .fsbcalendarEmptyDayStyle {
	background-color: transparent;
}

table.fsbcalendarTableStyle .fsbcalendarEvenMonthStyle  {
	background-color:   transparent; text-align: right;
}

table.fsbcalendarTableStyle .fsbcalendarOddMonthStyle  {
	font-size:  20px;
	background-color: transparent; text-align: right;
}

table.fsbcalendarTableStyle .fsbcalendarActiveDayStyle {
	font-weight: bold;
	color: #007850;
	text-align: right;
	background-color:cccccc;
}

table.fsbcalendarTableStyle a, table.fsbcalendarTableStyle a:visited, table.fsbcalendarTableStyle a:active {
    text-decoration:    none;
    color: black;
	font-size: 11px;
	}
a.calendarWeekendStyle:link, a.calendarWeekendStyle:visited, calendarWeekendStyle:active {
 color: #D1A300;
}
a.calendarPreviousLinkStyle:link, a.calendarPreviousLinkStyle:visited, calendarPreviousLinkStyle:active {
	  font-size: 11px;
      color: #A05A00; font-weght: bold;
}

table.fsbcalendarTableStyle a.calendarWeekendStyle:visited, calendarWeekendStyle:active { 
  font-size: 11px;
  color: Red;

 }
