﻿/*******************************Default Ajax Calendar******************************/
.ajax__calendar_container {
    padding: 4px;
    position: absolute;
    cursor: default;
    width: 170px;
    font-size: 11px;
    text-align: center;
    font-family: tahoma,verdana,helvetica;
}
.ajax__calendar_header {
    height: 20px;
    width: 100%;
}
.ajax__calendar_prev {
    cursor: pointer;
    width: 15px;
    height: 15px;
    float: left;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('Images/prev.gif');
}
.ajax__calendar_next {
    cursor: pointer;
    width: 15px;
    height: 15px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('Images/next.gif');
}
.ajax__calendar_title {
    cursor: pointer;
    font-weight: bold;
}
.ajax__calendar_body {
    height: 139px;
    width: 170px;
    position: relative;
    overflow: hidden;
    margin: auto;
}
.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {
    top: 0px;
    left: 0px;
    height: 139px;
    width: 170px;
    position: absolute;
    text-align: center;
    margin: auto;
}
.ajax__calendar_dayname {
    height: 17px;
    width: 17px;
    text-align: right;
    padding: 0px 2px;
}
.ajax__calendar_day {
    height: 17px;
    width: 18px;
    text-align: right;
    padding: 0px 2px;
    cursor: pointer;
}
.ajax__calendar_footer {
    height: 15px;
}
.ajax__calendar_today {
    cursor: pointer;
    padding-top: 3px;
}

.ajax__calendar_month {
    height: 44px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}
.ajax__calendar_year {
    height: 44px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}


/*******************************Calendar******************************/
.CalendarStyle .ajax__calendar_container
{
    border: 1px solid #646464;
    background-color: #FFF2E6;
    color: #6C0000;
}

.CalendarStyle .ajax__calendar_container td
{
    border: none;
    background-color: #FFF2E6;
    color: #6C0000;
    padding: 0px;
}

.CalendarStyle .ajax__calendar_other .ajax__calendar_day, .CalendarStyle .ajax__calendar_other .ajax__calendar_year
{
    color: #D5D500;
}

.CalendarStyle .ajax__calendar_hover .ajax__calendar_day, .CalendarStyle .ajax__calendar_hover .ajax__calendar_month, .CalendarStyle .ajax__calendar_hover .ajax__calendar_year
{
    color: black;
    background-color: #FF9900;
}

.CalendarStyle .ajax__calendar_active .ajax__calendar_day, .CalendarStyle .ajax__calendar_active .ajax__calendar_month, .AjaxCalendar .ajax__calendar_active .ajax__calendar_year
{
    border: 1px solid Maroon;
    background-color: #FFA722;
    color: #000000;
    font-weight: bold;
}

.CalendarStyle .ajax__calendar_dayname
{
    font-weight: bold;
}
/*******************************Calendar******************************/


/*******************************TabContainer******************************/
.TabContainerStyle * {border: none}
.TabContainerStyle
{
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%; display: block;
  float:left;
}
.TabContainerStyle .ajax__tab_header
{
	margin: 0px;
	margin-left: -1px;
	position: relative;
	z-index: 900;
	width: 100%;
	display: block;
}
.TabContainerStyle .ajax__tab_header span
{
	float:left;
}
.TabContainerStyle .ajax__tab_header .ajax__tab_outer
{
	background: url('Images/TabLeft.png') left top no-repeat;
}
.TabContainerStyle .ajax__tab_header .ajax__tab_inner
{
	background: url('Images/TabRight.png') right top no-repeat;
	margin-left: 6px;
}
.TabContainerStyle .ajax__tab_header .ajax__tab_tab
{
	font-weight: bold;
	margin: 0px 1px 0px 0px;
	padding: 11px 8px 18px 4px;
	line-height: 16px;
	color: rgb(200,200,200);
	position: relative;
}
.TabContainerStyle .ajax__tab_hover .ajax__tab_outer 
{
	background: url('Images/TabLeft.png') left top no-repeat;
}
.TabContainerStyle .ajax__tab_hover .ajax__tab_inner 
{
	background: url('Images/TabRightHover.png') right top no-repeat;
	margin-left: 6px;
}
.TabContainerStyle .ajax__tab_hover .ajax__tab_tab
{
	color: #000;
	font-weight: bold;
	margin: 0px 1px 0px 0px;
	padding: 11px 8px 18px 4px;
	line-height: 16px;
	color: orange;
	position: relative;
	text-decoration: underline;
}
.TabContainerStyle .ajax__tab_active .ajax__tab_outer
{
	background: url('Images/TabLeft.png') left top no-repeat;
}
.TabContainerStyle .ajax__tab_active .ajax__tab_inner
{
	background: url('Images/TabRightHover.png') right top no-repeat;
	margin-left: 6px;
}
.TabContainerStyle .ajax__tab_active .ajax__tab_tab
{
	color: #000;
	font-weight: bold;
	margin: 0px 1px 0px 0px;
	padding: 11px 8px 18px 4px;
	line-height: 16px;
	color: orange;
	position: relative;
}
.TabContainerStyle .ajax__tab_body
{
	/*border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #BE7878;
	background-color: rgb(206,216,255); */
	border: none;
	background-color: Transparent;
	padding: 2px 3px 2px 0px;
	width: 99%;
	margin-top: -8px;
	margin-bottom: 2px;
	position: relative;
	z-index: 100;
	float:left;
}
/*******************************TabContainer******************************/



/*******************************TabContainer******************************/
.TabContainerStyle2 * {border: none}
.TabContainerStyle2
{
	margin-top: -2px;
	margin-bottom: 2px;
}
.TabContainerStyle2 .ajax__tab_header
{
	margin: 0px;
	margin-left: -1px;
	position: relative;
	z-index: 900;
	width: 575px;
	display: block;
}
.TabContainerStyle2 .ajax__tab_header span
{
	float:left; display: block;
}
.TabContainerStyle2 .ajax__tab_header .ajax__tab_outer
{
	background: url('Images/TabLeft.png') left top no-repeat;
}
.TabContainerStyle2 .ajax__tab_header .ajax__tab_inner
{
	background: url('Images/TabRight.png') right top no-repeat;
	margin-left: 6px;
}
.TabContainerStyle2 .ajax__tab_header .ajax__tab_tab
{
	font-weight: bold;
	margin: 0px 1px 0px 0px;
	padding: 11px 8px 18px 4px;
	line-height: 16px;
	color: rgb(200,200,200);
	position: relative;
}
.TabContainerStyle2 .ajax__tab_hover .ajax__tab_outer 
{
	background: url('Images/TabLeft.png') left top no-repeat;
}
.TabContainerStyle2 .ajax__tab_hover .ajax__tab_inner 
{
	background: url('Images/TabRightHover.png') right top no-repeat;
	margin-left: 6px;
}
.TabContainerStyle2 .ajax__tab_hover .ajax__tab_tab
{
	color: #000;
	font-weight: bold;
	margin: 0px 1px 0px 0px;
	padding: 11px 8px 18px 4px;
	line-height: 16px;
	color: orange;
	position: relative;
	text-decoration: underline;
}
.TabContainerStyle2 .ajax__tab_active .ajax__tab_outer
{
	background: url('Images/TabLeft.png') left top no-repeat;
}
.TabContainerStyle2 .ajax__tab_active .ajax__tab_inner
{
	background: url('Images/TabRightHover.png') right top no-repeat;
	margin-left: 6px;
}
.TabContainerStyle2 .ajax__tab_active .ajax__tab_tab
{
	color: #000;
	font-weight: bold;
	margin: 0px 1px 0px 0px;
	padding: 11px 8px 18px 4px;
	line-height: 16px;
	color: orange;
	position: relative;
}
.TabContainerStyle2 .ajax__tab_body
{
	/*border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #BE7878;
	background-color: rgb(206,216,255); */
	border: none;
	background-color: Transparent;
	padding: 0px 3px 2px 3px;
	width: 99%;
	margin-top: -8px;
	margin-bottom: 2px;
	position: relative;
	z-index: 100;
	float:left;
}
/*******************************TabContainer******************************/