﻿#tabZone {
	position: relative;
    width: 780px;
    height: 50px;
    font-size: 11px;
    font-family: Verdana;
}
#tabZone a 
{
	font-size: 11px;
}
a.hTabOn {
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	background: #fff;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 5px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-right: 2px;
}
a.hTabOff {
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	background: #F3F3F3;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 4px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-right: 2px;
}
a:hover.hTabOff {
	background: #fff;
	text-decoration: none;
}
.subTabLine {
	position: relative;
	clear: both;
	color: #000;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.tabLine {
	padding-left: 10px;
	width: 770px;
	position: relative;
	clear: both;
	float: left;
	color: #000;
	background-image: url(/Core/images/tab_bg.gif);
	background-repeat: repeat-x;
}
.subTabLine a {
	color: #000;
}
.tabLine a {
	color: #000;
}
.subTabLink a {
	font-size: 11px; 
	color: #000; 
	margin-right: 10px;
}
.ajax__calendar {
    position: relative;
}
.ajax__calendar iframe {
    left: 0px !important;
    top: 0px !important;
}
