﻿.formTable
{
	width:100%;
	text-align:left;
	margin-bottom:10px;
	color:#000000;
}
.formTable td
{
	padding-bottom:5px;
}
.formTable .label
{
	font-size:1em;
	font-variant:small-caps;
	font-family:Palatino Linotype, Book Antiqua, Palatino6, serif;
	position:relative;
	top:3px;
	padding:0;
	padding-top:10px;
	padding-bottom:2px;
	font-weight:bold;
}
.formTable .buttons
{
	padding-top:10px;
}
.formTable h2 
{
	margin:0;
	padding:15px 0 0 0;
	font-variant:small-caps;
}
.formTable .note
{
	font-size:.9em;
	font-variant:normal;
	position:relative;
	top:-4px;
}
.formTable .important
{
	color:#4675b5;
}
.formTable tr .separator
{
	border-top:3px double #777777;
	padding-bottom:10px;
	position:relative;
	top:10px;
}

.subForm td
{
	margin-left:auto;
	margin-right:auto;
}


/* BUBBLE TOOLTIPS */
.toolTipHolder
{
	float:left;
	margin-right:20px;
}
.tt
{
	display:block;
	width:auto;
}
a.tt:link, a.tt:visited
{
    position:relative;
    z-index:24;
    color:#444499;
	font-weight:bold;
    text-decoration:none;
    margin-top:5px;
    font-size:.9em;
}
a.tt h1
{
    font-size:1.2em;
    font-weight:bold;
    margin:0;
    padding:0;
    color:#222222;
}
a.tt span
{ 
    display: none; 
}
a.tt:hover
{ 
    z-index:25; 
    color: #ff0000;
}
a.tt:hover span.tooltip
{
    display:block;
    position:absolute;
    top:-13px; 
    left:-217px;
	padding: 0 0 0 0;
	width:209px;
	color: #003399;
	font-size:.9em;
	line-height:1.5em;
    text-align: left;
    
	
}
a.tt:hover span.top
{
	display: block;
	padding: 30px 0 0 0;
    background: url(images/bubble.gif) no-repeat top;
    margin-bottom:0;
}
a.tt:hover span.middle
{ 
/* different middle bg for stretch */
	display: block;
	padding: 0 12px;
	margin-top:-20px; 
	background: url(images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #002266;
    background: url(images/bubble.gif) no-repeat bottom;
}
/* //////////////////////////////////////////////////////////////////// */
