/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color: #000000;
    margin: 0px 0px 0px 0px;
}
P
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color: #000000;
}
TD
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color: #000000;
}
TD.bodycell
{
	padding: 6px 6px 6px 15px;
}
.gridHeader
{
	font-weight: bold;
	color: #ffffff;
	background-color: #000084;
	font-size: .8em;
}
.gridItem
{
	font-weight: normal;
	color: #000000;
	font-size: .8em;
}
IMG
{
	border-color: #3366CC;
}
img.imgpadding
{
	margin: 8px 8px 8px 8px;
}
.release
{
	font-size: 10pt;
	font-weight: normal;
}
.homeTitle
{
	font-size: 30pt;
	font-weight: bold;
	FONT-FAMILY: Arial, Verdana, Helvetica;
}
.headline
{
	font-size: 16pt;
	font-weight: bold;
	FONT-FAMILY: Arial, Verdana, Helvetica;
}
.homeSubTitle
{
	font-size: 10pt;
	font-weight: bold;
}
A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
a.crumbs
{
	color: #ff0000;
	text-decoration: none;
	font-weight: normal;
	font-size: xx-small;
}
a.crumbs:visited
{
	color: #ff0000;
	text-decoration: none;
	font-weight: normal;
	font-size: xx-small;
}
a.crumbs:hover
{
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
	font-size: xx-small;
}
a.downloadLink
{
	color: #0000ff;
	text-decoration: underline;
	font-weight: bold;
	font-size: 8pt;
}
a.downloadLink:visited
{
	color: #0000ff;
	text-decoration: underline;
	font-weight: bold;
	font-size: 8pt;
}
a.downloadLink:hover
{
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
	font-size: 8pt;
}

.navTable
{
	background-image: url(images/nav_bg.gif);
}

a.nav:link, a.nav:visited
{
	color: #000;
	font-weight: bold;
	padding: 0px;
	text-decoration: none;
}

a.nav:active, a.nav:hover
{
	color: #ff0000;
	font-weight: bold;
	padding: 0px;
	text-decoration: none;
}

SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	disc ;
	font-size: 10pt;
	}	

UL LI LI	{	
	list-style-type:	square;
	font-size: 8pt;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	font-size: 8pt;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	font-size: 8pt;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	font-size: 8pt;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	font-size: 8pt;
	}
td.footer
{
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}

.crumbs
{
	font-size: xx-small;
	color: #000000;
}
.requestTable
{
    BORDER: #000000 2pt solid;
}
.aboutTable
{
    BORDER: #6699CC 1pt solid;
}
.portTable
{
	border-left: #999999 1px dashed;
	border-bottom: #999999 1px dashed;
	border-right: #999999 1px dashed;
}
td.rightborder
{
	border-right: #999999 1px solid;
}
.errorText
{
	color: #ff0000;
	font-weight: bold;
}
.successText
{
	color: #0000ff;
	font-weight: bold;
}
.loginbdr
{
	border: solid 2px #000000;
}

