/* Default CSS Stylesheet for a new Web Application project */

a {
	text-decoration:	none;
	color:	#3333cc;
	}

a:hover	{	
	text-decoration:	underline;
	color:	#ff3333;
	}

a.ftnavmain 
{
	background-image: url(../fti/nav_button.gif);
	color:	White;
	font-family:	Arial Narrow, Arial, Sans-Serif;
	font-size: 12px;
	height:	73px;
	text-decoration:	none;
	text-transform:		uppercase;
	width:	84px;
}

a.ftnavmain:hover
{
	color:	#cccccc;
	text-decoration:	none;
}

/* url(../fti/bullet_off.gif) */
a.ftnavside
{
	background-image: url(../i/bluedot.gif);
	background-repeat: no-repeat;
	color: #303690;
	font-family:	Arial Narrow, Arial, Sans-Serif;
	font-size: 12px;
	padding-left: 16px;
	text-align: left;
	text-decoration:	none;
	text-transform:		uppercase;
}

/* url(../fti/bullet_on.gif) */
a.ftnavside:hover
{
	background-image: url(../i/bluedoton.gif);
	color:	Black;
	text-decoration:	none;
}

.button {
	background-image:	url(../i/base.gif);
	color:	White;
	font-family:	Tahoma;
	font-weight:	bolder;
	font-size:	9pt;
	height:		20px;
	padding-top:	3px;
	text-align:		center;
	text-decoration:	none;
	width:	59px;
	}
	
.button:hover {
	color:	#cccccc;
	text-decoration:	none;
	}
	
.dot {
	background-image:	url(../i/bluedot.gif);
	height:		14px;
	text-decoration:	none;
	width:	14px;
	}
	
.dot:hover {
	background-image:	url(../i/bluedoton.gif);
	text-decoration:	none;
	}
	
.errortext
{
	font-weight: bolder;
	font-size: large;
	color: red;
}
.ftbanner
{
	color: #6370A3;
	font-family:	Arial Narrow, Arial, Sans-Serif;
	font-size: 16pt;
}
.ftlogin
{
	font-family: Verdana; 
	font-size: xx-small;
	text-transform:		uppercase;
}
.ftloginbox 
{
	border-color: Black;
	border-style: solid;
	border-width: 1px ;
	font-family: Verdana; 
	font-size: xx-small;
}
.gridaltitem
{
	background-color: #FFEED5;
	vertical-align: top;
}
.gridfoot
{
	background-color: #FFFFFF;
}
.gridhead
{
	background-color: #003399;
	color: White;
	font-weight: bolder;
	padding-bottom: 5px;
}
.griditem
{
	background-color: #D5EAFF;
	vertical-align: top;
}
.gridspecial
{
	background-color: Pink;
}

.invisible
{
	color: white;
}

.label
{
	color: #666666;
}

.navbold
{
	font-size: 14px;
	font-weight: bolder;
}
.navhead
{
	font-size: 14px;
}
.navbody
{
	font-size: 12px;
}
.navpane
{
	font-size: 12px;
}

.pageheader
{
	font-weight: bolder;
	font-size: x-large;
	color: darkgreen;
}

.subtext
{
	font-size: xx-small;
	color: gray;
	font-family: Tahoma;
}

.tableheader
{
	font-weight: bolder;
	padding-bottom: 5px;
	color: gray;
}

BODY
{
    BACKGROUND-COLOR: White;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: x-small;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    margin: 0,0,0,0;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #6370A3;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	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: large;
	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: medium;
	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: small;
	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: x-small;
	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: x-small;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
HR 
{
	color:Red;
}

SMALL	{	
	font-size: xx-small;
	}	

BIG	{	
	font-size: small;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
	
SELECT
{
	font-family: Verdana; 
	font-size: 10pt;
}
	
TABLE
{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

TFOOT, THEAD	{	
	font-size: x-small;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	small;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

TD
{
	border-color:Red;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: x-small;
}


