#tableHeader
{	
}

#tableHeader .cellToolbar
{
	padding: 0px 0px 30px 0px;
}

#tableHeader .cellTab
{
}

#tableHeader .cellTab .cellPrintEvent
{
}

#tableHeader .cellTab .cellPrintEvent .PrintEvent
{
}


/*Calendar Tabs*/
.calendarTabsContainer
{
	border-bottom: 1px solid #999;
}

.calendarTabs
{
	padding: 3px 0;
	margin: 0px 3px 3px 0px;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: 700;
	font-size: 70%;
	list-style-type: none;
	text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.calendarTabs li
{
	display: inline;
	margin: 0px 0px 0px 0px;
	position: relative;
}

.calendarTabs li a
{
	text-decoration: none;
	text-transform: uppercase;
	padding: 6px 7px;
	margin-right: 0px;
	border: 1px solid #999;
	color: #2d2b2b;
	background: url(images/tab.png) #fff top left repeat-x;
}

.calendarTabs li a:visited
{
	color: #2d2b2b;
	text-decoration: none
}

.calendarTabs li a:hover
{
	text-decoration: underline;
	color: #2d2b2b;
}

.calendarTabs li.active
{
}

.calendarTabs li.active a
{ /*selected main tab style */
	background-image: url(images/tabactive.png);
	border-bottom: solid 1px #fff;
}

.calendarTabs li.active a:hover
{ /*selected main tab style */
	text-decoration: none;
}




/*Calendar style*/
.tableCalendarContainer
{
	border: solid 1px #999;
	border-top-style: none;
}

.tableCalendar
{
	padding: 0px 8px 8px 8px;
	background: transparent;
	height: 400px;
	border-top: solid 6px transparent;
}

.tableCalendar .CalendarHeaderStyle
{
}

.tableCalendar .CalendarItemDefaultStyle
{
}
.tableCalendar .CalendarItemHolidayStyle
{
}

.tableCalendar .CalendarItemInactiveStyle
{
}

.tableCalendar .CalendarItemSelectedStyle
{
}



div.toolbarPane
{
	font-size: 12px;
	margin: 10px auto;
	width: auto;
	color: #0E0671;
	font-weight:bold;
	font-family: "Times New Roman", Times, serif;
	white-space: nowrap;
	border-top: #0E0671 0px solid;
	border-bottom: #0E0671 0px solid;
	border-left: #0E0671 0px solid;
	border-right: #0E0671 0px solid;
	background-color: #transparent;	
	text-align:right;
	padding: 1px 2px 4px 2px
}
div.toolbarPane A {
	border-top: #0E0671 1px solid;
	border-bottom: #0E0671 1px solid;
	border-left: #0E0671 1px solid;
	border-right: #0E0671 1px solid;
	vertical-align: middle;
	color: #0E0671;
	font-weight:bold;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
}
div.toolbarPane A:hover {
	color: #5A9DD7;
	font-weight:bold;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	border-right: #transparent 1px solid;
	border-top: #transparent 1px solid;
	border-left: #transparent 1px solid;
	border-bottom: #transparent 1px solid;
	background-color: #transparent;
}
div.toolbarPane A:visited {
	color: #0E0671;
}
td.calendarHead {
	padding: 2px 2px 2px 2px;
}
td.calendarHead a.button
{
	border-right: solid 1px #999999;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #999999;	
	padding: 3px 5px;	
	margin: 1px;	
	font-size: 70%;
	color: #333333;
	line-height: normal;
	font-weight: normal;	
	display: inline-block;	
	white-space: nowrap;
	background-color: #eeeeee;
	text-decoration: none;
}
td.calendarHead a.button:hover
{
	color: #333;
	background-color: #ddd;
	text-decoration: underline
}
.calendarButton
{
	border: 0px;
	position: relative;
	top: 3px;
	height: 24px;	
	width: 39px;
}
.borderRigth
{
	border-right: solid 1px #999;
	padding-right: 8px
}
.alignRigth
{
	text-align:right
}
.disabled
{
	background-color: #ffffcc;
}
