/*TOOLTIP START START  START START START START START START START START START START START START*/
a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {
    text-decoration:none;
    cursor: pointer;
}
a.tooltip span {
    z-index:10;
	display:none;
	padding:14px 20px;
    margin-top:-35px;
	margin-left:28px;
    width:350px;
	line-height:16px;
}
a.tooltip:hover span{
    display:inline;
	position:absolute;
	color:#111;
    border:1px solid #EDAE34;
	background:#f2f2f2;
}
.callout {
	z-index:20;
	position:absolute;
	top:30px;
	border:0;
	left:-12px;
}

DIV.callout {
	z-index:20;
	position:absolute;
	top:30px;
	border:0;
	left:-12px;
	width:12px;
	line-height:22px;
	display: block;
	color: #ffffff;
 	background-image: url("../images/callout.gif");
}

/*CSS3 extras*/
a.tooltip span
{
    /*border-radius:4px;*/
    /*box-shadow: 5px 5px 8px #CCC;*/
}

/*TOOLTIP SMALL VERIFICATION*/

a.tooltipsm {outline:none; }
a.tooltipsm strong {line-height:30px;}
a.tooltipsm:hover {text-decoration:none;}
a.tooltipsm span {
    z-index:10;
	display:none;
	padding:14px 20px;
    margin-top:-16px;
	margin-left:28px;
    width:350px;
	line-height:16px;
}
a.tooltipsm:hover span{
    display:inline;
	position:absolute;
	color:#111;
    border:1px solid #EDAE34;
	background:#f2f2f2;
}
.calloutsm {
	z-index:20;
	position:absolute;
	top:30px;
	border:0;
	left:-12px;
}

DIV.calloutsm {
	z-index:20;
	position:absolute;
	top:16px;
	border:0;
	left:-12px;
	width:12px;
	line-height:22px;
	display: block;
	color: #ffffff;
 	background-image: url("../images/callout.gif");
}

/*CSS3 extras*/
a.tooltipsm span
{
    /*border-radius:4px;*/
    /*box-shadow: 5px 5px 8px #CCC;*/
}

/*TOOLTIP LARGE VERIFICATION*/
a.tooltiplg {outline:none; }
a.tooltiplg strong {line-height:30px;}
a.tooltiplg:hover {text-decoration:none;}
a.tooltiplg span {
    z-index:10;
	display:none;
	padding:14px 20px;
    margin-top:-30px;
	margin-left:28px;
    width:450px;
	line-height:16px;
}
a.tooltiplg:hover span{
    display:inline;
	position:absolute;
	color:#111;
    border:1px solid #EDAE34;
	background:#f2f2f2;
}
.calloutlg {
	z-index:20;
	position:absolute;
	top:30px;
	border:0;
	left:-12px;
}

DIV.calloutlg {
	z-index:20;
	position:absolute;
	top:30px;
	border:0;
	left:-12px;
	width:12px;
	line-height:22px;
	display: block;
	color: #ffffff;
 	background-image: url("../images/callout.gif");
}

/*CSS3 extras*/
a.tooltiplg span
{
    /*border-radius:4px;*/
    /*box-shadow: 5px 5px 8px #CCC;*/
}

/*TOOLTIP LARGE VERIFICATION 2*/
a.tooltiplg2 {outline:none; }
a.tooltiplg2 strong {line-height:30px;}
a.tooltiplg2:hover {text-decoration:none;}
a.tooltiplg2 span {
    z-index:10;
	display:none;
	padding:14px 20px;
    margin-top:-30px;
	margin-left:70px;
    width:450px;
	line-height:16px;
}
a.tooltiplg2:hover span{
    display:inline;
	position:absolute;
	color:#111;
    border:1px solid #EDAE34;
	background:#f2f2f2;
}
.calloutlg2 {
	z-index:20;
	position:absolute;
	top:30px;
	border:0;
	left:-12px;
}

DIV.calloutlg2 {
	z-index:20;
	position:absolute;
	top:30px;
	border:0;
	left:-12px;
	width:12px;
	line-height:22px;
	display: block;
	color: #ffffff;
 	background-image: url("../images/callout.gif");
}

/*CSS3 extras*/
a.tooltiplg2 span
{
    /*border-radius:4px;*/
    /*box-shadow: 5px 5px 8px #CCC;*/
}

/*TOOLTIP BOTTOM*/

a.tooltipbottom {outline:none; }
a.tooltipbottom strong {line-height:30px;}
a.tooltipbottom:hover {text-decoration:none;}
a.tooltipbottom span {
    z-index: 10;
    display: none;
    padding: 14px 20px;
    margin-top: 34px;
    margin-left: -171px;
    width: 215px;
    line-height: 16px;
}
a.tooltipbottom:hover span{
    display:inline;
	position:absolute;
	color:#111;
    border:1px solid #EDAE34;
	background:#f2f2f2;
}
.calloutbottom {
	z-index:20;
	position:absolute;
	top:30px;
	border:0;
	left:-12px;
}

DIV.calloutbottom {
    z-index: 20;
    position: absolute;
    top: -12px;
    border: 0;
    left: 147px;
    width: 22px;
    line-height: 12px;
    display: block;
    color: #ffffff;
    background-image: url(../images/calloutup.gif);
}

/*CSS3 extras*/
a.tooltipbottom span
{
    /*border-radius:4px;*/
    /*box-shadow: 5px 5px 8px #CCC;*/
}


/*TOOLTIP LEFT COURSE KEESING*/
a.tooltipleft {outline:none; }
a.tooltipleft strong {line-height:30px;}
a.tooltipleft:hover {
    text-decoration:none;
    cursor: pointer;
}
a.tooltipleft span {
    z-index: 10;
    display: none;
    padding: 14px 20px;
    margin-top: -35px;
    margin-left: -428px;
    width: 350px;
    line-height: 16px;
}
a.tooltipleft:hover span{
    display:inline;
	position:absolute;
	color:#111;
    border:1px solid #EDAE34;
	background:#f2f2f2;
}
.calloutleft {
	z-index:20;
	position:absolute;
	top:30px;
	border:0;
	left:-12px;
}

DIV.calloutleft {
    z-index: 20;
    position: absolute;
    top: 30px;
    border: 0;
    left: 390px;
    width: 12px;
    line-height: 22px;
    display: block;
    color: #ffffff;
    background-image: url("../images/calloutright.gif");
}

/*CSS3 extras*/
a.tooltipleft span
{
    /*border-radius:4px;*/
    /*box-shadow: 5px 5px 8px #CCC;*/
}

/*TOOLTIP LEFT STATUS TIMESHEETS*/
a.tooltipleft_sts {outline:none; }
a.tooltipleft_sts strong {line-height:30px;}
a.tooltipleft_sts:hover {
    text-decoration:none;
    cursor: pointer;
}
a.tooltipleft_sts span {
    z-index: 10;
    display: none;
    padding: 14px 20px;
    margin-top: -49px;
    margin-left: -362px;
    width: 300px;
    line-height: 16px;
}
a.tooltipleft_sts:hover span{
    display:inline;
	position:absolute;
	color:#111;
    border:1px solid #EDAE34;
	background:#f2f2f2;
}
.calloutleft_sts {
	z-index:20;
	position:absolute;
	top:30px;
	border:0;
	left:-12px;
}

DIV.calloutleft_sts {
    z-index: 20;
    position: absolute;
    top: 30px;
    border: 0;
    left: 340px;
    width: 12px;
    line-height: 22px;
    display: block;
    color: #ffffff;
    background-image: url("../images/calloutright.gif");
}

/*CSS3 extras*/
a.tooltipleft_sts span
{
    /*border-radius:4px;*/
    /*box-shadow: 5px 5px 8px #CCC;*/
}

/*TOOLTIP LEFT LARGE VCA ACCESS*/
a.tooltipleftlg {outline:none; }
a.tooltipleftlg strong {line-height:30px;}
a.tooltipleftlg:hover {text-decoration:none;}
a.tooltipleftlg span {
    z-index: 10;
    display: none;
    padding: 14px 20px;
    margin-top: -53px;
    margin-left: -385px;
    width: 309px;
    line-height: 16px;
}
a.tooltipleftlg:hover span{
    display:inline;
	position:absolute;
	color:#111;
    border:1px solid #EDAE34;
	background:#f2f2f2;
}
.calloutleftlg {
	z-index:20;
	position:absolute;
	top:30px;
	border:0;
	left:-12px;
}

DIV.calloutleftlg {
    z-index: 20;
    position: absolute;
    top: 49px;
    border: 0;
    left: 349px;
    width: 12px;
    line-height: 22px;
    display: block;
    color: #ffffff;
    background-image: url("../images/calloutright.gif");
}

/*CSS3 extras*/
a.tooltipleftlg span.tooltipspan
{
    /*border-radius:4px;*/
    /*box-shadow: 5px 5px 8px #CCC;*/
}

/*TOOLTIP LEFT LARGE VCA ACCESS*/
a.tooltipleftlg {outline:none; }
a.tooltipleftlg strong {line-height:30px;}
a.tooltipleftlg:hover {text-decoration:none;}
a.tooltipleftlg span {
    z-index: 10;
    display: none;
    padding: 14px 20px;
    margin-top: -53px;
    margin-left: -385px;
    width: 309px;
    line-height: 16px;
}
a.tooltipleftlg:hover span{
    display:inline;
	position:absolute;
	color:#111;
    border:1px solid #EDAE34;
	background:#f2f2f2;
}
.calloutleftlg {
	z-index:20;
	position:absolute;
	top:30px;
	border:0;
	left:-12px;
}

DIV.calloutleftlg {
    z-index: 20;
    position: absolute;
    top: 49px;
    border: 0;
    left: 349px;
    width: 12px;
    line-height: 22px;
    display: block;
    color: #ffffff;
    background-image: url("../images/calloutright.gif");
}

/*CSS3 extras*/
a.tooltipleftlg span.tooltipspan
{
    /*border-radius:4px;*/
    /*box-shadow: 5px 5px 8px #CCC;*/
}

/*TOOLTIP LEFT LARGE VCA ACCESS WORKAROUND FOR FONT AWESOME*/
a.tooltipleftlgfa {outline:none; }
a.tooltipleftlgfa strong {line-height:30px;}
a.tooltipleftlgfa:hover {text-decoration:none;}
a.tooltipleftlgfa span.tooltipspan {
    z-index: 10;
    display: none;
    padding: 14px 20px;
    margin-top: -53px;
    margin-left: -385px;
    width: 309px;
    line-height: 16px;
}
a.tooltipleftlgfa:hover span.tooltipspan{
    display:inline;
	position:absolute;
	color:#111;
    border:1px solid #EDAE34;
	background:#f2f2f2;
}
.calloutleftlgfa {
	z-index:20;
	position:absolute;
	top:30px;
	border:0;
	left:-12px;
}

DIV.calloutleftlgfa {
    z-index: 20;
    position: absolute;
    top: 49px;
    border: 0;
    left: 349px;
    width: 12px;
    line-height: 22px;
    display: block;
    color: #ffffff;
    background-image: url("../images/calloutright.gif");
}

/*CSS3 extras*/
a.tooltipleftlgfa span.tooltipspan
{
    /*border-radius:4px;*/
    /*box-shadow: 5px 5px 8px #CCC;*/
}

/*TOOLTIP LEFT SMALL VCA ACCESS WORKAROUND FOR FONT AWESOME*/
a.tooltipleftsmfa {outline:none; }
a.tooltipleftsmfa strong {line-height:30px;}
a.tooltipleftsmfa:hover {text-decoration:none;}
a.tooltipleftsmfa span.tooltipspan {
    z-index: 10;
    display: none;
    padding: 14px 20px;
    margin-top: -29px;
    margin-left: -425px;
    width: 349px;
    line-height: 16px;
}
a.tooltipleftsmfa:hover span.tooltipspan{
    display:inline;
	position:absolute;
	color:#111;
    border:1px solid #EDAE34;
	background:#f2f2f2;
}
.calloutleftsmfa {
	z-index:20;
	position:absolute;
	top:30px;
	border:0;
	left:-12px;
}

DIV.calloutleftsmfa {
    z-index: 20;
    position: absolute;
    top: 28px;
    border: 0;
    left: 389px;
    width: 12px;
    line-height: 22px;
    display: block;
    color: #ffffff;
    background-image: url("../images/calloutright.gif");
}

/*CSS3 extras*/
a.tooltipleftsmfa span.tooltipspan
{
    /*border-radius:4px;*/
    /*box-shadow: 5px 5px 8px #CCC;*/
}

/*TOOLTIP INNER TABLE*/
.tooltiptd
{
    background-color:transparent;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

.tooltiptable
{
    white-space: normal;
    word-wrap: break-word;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: left;
}

.tooltiptable td
{

}

.tooltiptdnice
{
    background-color:transparent;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}
.tooltiptablenice
{
    white-space: normal;
    word-wrap: break-word;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: left;
}
.tooltiptablenice_sts
{
    white-space: normal;
    word-wrap: break-word;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: left;
}
/*TOOLTIP END END END END END END END END END END END END END END*/

