/*---------- bubble tooltip -----------*/
.tt{
    position: relative;
    z-index: 24;
}
.tt span{ display: none; }
.tt:hover{ z-index:25;}
.tt:hover span.tooltip {
    display: block;
    position: absolute;
    top: 10px; 
    left: -20px;
	padding: 0px 0 0 0;
	width:	300px;
	color: #666666;
    text-decoration: none;
    font-size: 8pt;
}
.tt:hover span.top {
	display: block;
	padding: 30px 5px 0 0;
    background: url(images/bubble_top.gif) no-repeat top;
}
.tt:hover span.middle { 
    text-align: center;
    padding: 0px 10px 0px 10px;
	display: block;
	background: url(images/bubble_filler_line.gif) repeat bottom;
}
.tt:hover span.middleleft { 
    text-align: left;
    padding: 0px 10px 0px 10px;
	display: block;
	background: url(images/bubble_filler_line.gif) repeat bottom; 
}
.tt:hover span.bottom {
	display: block;
	padding: 3px 5px 10px;
    background: url(images/bubble_top.gif) no-repeat bottom;
}

/* Tables */
.tablelist {border:solid 1 #666666; background-color:#cccccc;}
.tableheader {
	border:none; 
	margin: 1 1 1 1; 
	padding:1 1 1 1; 
	background-color: #ffffff;
	width: 760px;
	}
.tablemenu {
	border:solid 1px #6699cc; 
	border-bottom: none; 
	margin: 1 1 1 1; 
	padding:1 1 1 1; 
	background-color: #ffffff;
	width: 760px;
	}
.tablepage {
	border:solid 1px #6699cc; 
	border-top: none;
	margin: 1 1 1 1; 
	padding:1 1 1 1; 
	background-color: #ffffff;
	width: 760px;
	}
.tablepagetop {
	border:solid 1px #6699cc; 
	border-bottom: none; 
	margin: 1 1 1 1; 
	padding:1 1 1 1; 
	background-color: #ffffff;
	width: 760px;
	}
.tablepagesection {
	border:solid 1px #6699cc; 
	border-top: none;
	border-bottom: none; 
	margin: 1 1 1 1; 
	padding:1 1 1 1; 
	background-color: #ffffff;
	width: 760px;
	}
.tablepagebottom {
	border:solid 1px #6699cc; 
	border-top: none; 
	margin: 1 1 1 1; 
	padding:1 1 1 1; 
	background-color: #ffffff;
	width: 760px;
	}
.tablepagenomenu {
	border:solid 1px #6699cc; 
	margin: 1 1 1 1; 
	padding:1 1 1 1; 
	background-color: #ffffff;
	width: 760px;
	}
.tabletitle {
	color: #333333;
	background-color: #cccccc;
	text-decoration: none;
	font-weight: bold;}
.tablepersonnel {
    font-size:8pt;
}
/* Menu */
.tabs {
	float: left;
	width: 100%;
	background: url("images/tabs_bg.gif") repeat-x bottom;
	line-height: normal;
	font-size:100%;
}
.tabsul {
    margin: 0;
    padding: 3px 0px 0px 0px;
    list-style: none;
	}
.tabsli {
    float: left;
    margin: 0;
    padding: 0 0 0 9px;
	background: url("images/norm_left.gif") no-repeat left top;
	list-style: none;
}
.tabsa {
    display: block;
	background: url("images/norm_right.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
}
.tabs #current {
    background-image: url(images/norm_left_on.gif);
    }
.tabs #current a {
    background-image: url(images/norm_right_on.gif);
    padding-bottom: 5px;
}

/* Classes */
.c13171 {width:30px; font-size: 8pt;}
.c23171 {width:330px; font-size: 8pt;}
.c33171 {width:40px;}
.eeeeee {background-color: #eeeeee;}
.action {
	font-size:  8pt;
	font-weight: bold;
	text-decoration: none;
	COLOR: #990000;
}
.divError {
	color:Red;
	background-color:#ffff66;
	font-size:8pt;}
.dbError {
	border: solid 1px red;}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: normal; 
	color: #000000;
	text-decoration: none }
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none }
.bottomtext {
	font-family: Verdana, Helvetica; 
	font-size: 8pt; 
	color: #666666; 
	text-decoration: none}
.sectiontitle {
	font-family: Arial, Verdana, Helvetica; 
	font-size: 12pt; 
	font-weight: bold; 
	color: #0066CC; 
	text-decoration: none}
.pagetitle {
	font-family: Verdana, Helvetica; 
	font-size: 14pt; 
	font-weight: bold; 
	color: #0066CC; 
	text-decoration: none}
.pageheader {
	font-weight: bold;
	font-size: 18pt;
	color: #0066CC;
	font-family: Verdana, Helvetica;
	text-decoration: none;
}
.rowspacer {
	background-image: url(images/spacer_01.gif);
	width: 100%;
	height: 1px;
	padding: 0 0 0 0;
}
.form {
	border-collapse:collapse; 
	border:solid 1px #003399; 
	margin: 1 1 1 1; 
	padding:1 1 1 1; 
	background-color: #ffffcc;}
.question {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003399;
	text-decoration: none; }
.questionright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003399;
	text-decoration: none;
	text-align:right; }
.questionpad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003399;
	text-decoration: none;
	text-align:left;
	padding-left:20px; }
.questionlong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003399;
	text-decoration: none;
	width: 400px; }
.disable {
	border-collapse:collapse; 
	border:none; 
	margin: 1 1 1 1; 
	padding:1 1 1 1; 
	background-color: #ffffcc;
	color: #969696; }
.fid {
	border-collapse:collapse;
	border:none;
	background-color:Transparent;
	color:#969696}
.chkYes {
	font-size:xx-small;
	color:#969696;}
.anon {
	border-collapse:collapse; 
	border:none; 
	margin: 1 1 1 1; 
	padding:1 1 1 1; 
	background-color: Transparent; 
	font-size:8pt; }
.rowcounter {font-size:8pt; font-weight:bold; color:Red;}
.rowcount {
	font-size:8pt;
	background-color:#eeeeee; }
.results {
    font-size:8pt;
    background-color:#cccccc; }
.TRA {background-color: #ffffcc}
.TRB {background-color: #ffffff}
.TRC {background-color: #cccccc}

/* Default CSS Stylesheet for a new Web Application project */

FORM {padding:0 0 0 0;margin: 0 0 0 0}
BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
	margin: 0 0 0 0;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
A:link		{text-decoration:	none;}	
A:visited	{text-decoration:	none;}	
A:active	{text-decoration:	none;}	
A:hover		{background-color:yellow;}
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	disc ;
	margin-left: 0px;
	padding-left: 20px;
	}	

UL LI LI	{	
	list-style-type:	circle;
	margin-left: 0px;
	}	

UL LI LI LI	{	
	list-style-type:	square;
	margin-left: 0px;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	margin-left: 0px;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	margin-left: 0px;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	margin-left: 0px;
	}	

IMG 	{margin:0px 0px 0px 0px;}
