/* Default CSS Stylesheet for a new Web Application project */
/* Background color of top-image is #A6CAF0 */

BODY, .CONTENTCELL, TD
{
	font-weight: normal;
	font-size: 0.70em;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}
BODY
{
	background-color: white;
}

.CONTENTCELL /*, TD*/
{
	background-color: white;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:  bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom: 5px;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom: 3px;
	}	
		
H3
{
	font-weight: 500;
	font-size: 1.58em;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
	margin-bottom: 5px;
}	
		
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-weight: 700;
	font-size: 1em;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: 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:	underline;
	color:	navy;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	navy;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	red;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

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
{
	border-style: none;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 5px;
}

.MENUCELL, .CURRENTMENUCELL, .SUBMENUCELL
{
	border-right: #97c2dd 1px none;
	padding-right: 1px;
	border-top-style: none;
	padding-left: 5px;
	padding-bottom: 2px;
	margin: 0px;
	border-left: #97c2dd 1px none;
	padding-top: 2px;
	border-bottom: #97c2dd 1px solid;
}
.CURRENTMENUCELL2 { background-color: #FFD15D; }
.CURRENTMENUCELL
{
	background-color: #ffff99;
}
.SUBMENUCELL
{
	padding-left: 25px;
	background-color: #d2d3d5;
}
.NOBORDER
{
	border-top-style: none; 
	border-right-style: none; 
	border-left-style: none; 
	border-bottom-style: none; 
}
.MAINTABLE
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 761px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	border-collapse: collapse;
	border-bottom-style: none;
}

.TOPBARCELL
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	background-color: #2a557f;
	border-bottom-style: none;
}
A.MENUTEXT:link, A.MENUTEXT:active, A.MENUTEXT:visited {  font-weight: bold; color: black; text-decoration: none; }
A.MENUTEXT:hover { color: #dc916e; }
A.CURRENTSUBMENUTEXT:link, A.CURRENTSUBMENUTEXT:active, A.CURRENTSUBMENUTEXT:visited, A.CURRENTSUBMENUTEXT:hover { font-weight: bold; color: #dc916e; text-decoration: none; }
.CONTENTCELL
{
	border-right: #97c2dd 1px solid;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin: 0px;
	border-left: #97c2dd 1px none;
	padding-top: 10px;
}
.MENUCOL { border-right: #97C2DD 1px solid; padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; border-left: #97C2DD 1px solid; padding-top: 0px; }
.HEADERBAR { border-right: #97c2dd 1px solid; padding-right: 0px; border-top-style: none; padding-left: 0px; padding-bottom: 0px; margin: 0px; border-left: #97c2dd 1px; padding-top: 0px; border-bottom-style: none; }
.BOTTOMBARCELL { border-right: #97c2dd 1px; padding-right: 0px; padding-left: 0px; font-size: 10px; padding-bottom: 0px; margin: 0px; border-top-style: none; padding-top: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; border-left-style: none; background-color: #97c2dd; border-bottom-style: none; }
.SUBMENULIST
{
	padding-right: 0px;
	padding-left: 0px;
	list-style-position: outside;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	background-color: #d2d3d5;
	border-bottom-style: none;
}
/*
INPUT, TEXTAREA, SELECT
{
	border-right: #97c2dd 1px solid;
	border-top: #97c2dd 1px solid;
	border-left: #97c2dd 1px solid;
	border-bottom: #97c2dd 1px solid;
}
*/

INPUT.DOWNLOAD
{
	width: 250px;
}
INPUT.BUYREGISTER, SELECT.BUYREGISTER, TEXTAREA.BUYREGISTER, INPUT.SUPPORT, SELECT.SUPPORT, TEXTAREA.SUPPORT
{
	width: 250px;
}
TEXTAREA.BUYREGISTER
{
	height: 70px;
}
TEXTAREA.SUPPORT
{
	height: 100%;
}
/*
.BUTTON
{
	border-right: #97c2dd 5px outset;
	border-top: #97c2dd 5px outset;
	font-weight: bold;
	border-left: #97c2dd 5px outset;
	color: black;
	border-bottom: #97c2dd 5px outset;
	background-color: #97c2dd;
}
*/
.PRICETABLE, .PRICETABLEHEADER, .PRICETABLELEFT, .PRICETABLEHEADERLEFT
{
	border-right: black 2px solid;
	padding-right: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	margin: 0px;
	border-top-style: none;
	padding-top: 2px;
	border-bottom: black 2px solid;
	border-left-style: none;
	border-collapse: collapse;
}
.PRICETABLELEFT, .PRICETABLEHEADERLEFT
{
	border-left: black 2px solid;
	text-align: left;
}
.PRICETABLEHEADER, .PRICETABLEHEADERLEFT
{
	font-weight: bold;
	background-color: lightgrey;
	border-top: black 2px solid;
}
.PRICETABLE
{
	text-align: right;
}
.PRICETABLEHEADER
{
	text-align:center ;
}
.STEP, .CURRENTSTEP
{
	padding-right: 5px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
.CURRENTSTEP
{
	font-weight: bold;
	background-color: lightgrey;
}
.FORMLABEL
{
	font-weight: bold;
	font-size: 0.7em;
}
.FORMDATA
{
	font-size: 0.8em;
}
.IMAGEANCHOR
{
	BORDER-RIGHT-STYLE: none; 
	BORDER-LEFT-STYLE: none; 
	BORDER-BOTTOM-STYLE: none;
	border-top-style: none;
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	BORDER-TOP-STYLE: none; 
	PADDING-TOP: 0px; 
}
A.IMAGEANCHOR:hover, A.IMAGEANCHOR:link, A.IMAGEANCHOR:active, A.IMAGEANCHOR:visited 
{  
	text-decoration: none; 
    color: Black ;
}
P
{
	MARGIN-TOP: 0.7em; 
	margin-bottom: 0.7em;
}
.DOWNLOADFILECELL, .DOWNLOADFILEHEADERCELL, .DOWNLOADFILEALTERNATECELL
{
	border-right: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	margin: 3px;
	padding-top: 3px;
}
.DOWNLOADFILEHEADERCELL
{
	border-right: #97c2dd 1px solid;
	border-left: #97c2dd 1px solid;
	border-top: #97c2dd 1px solid;
	border-bottom: #97c2dd 1px solid;
	background-color: #97c2dd; /*#003366;*/
}
.DOWNLOADFILEALTERNATECELL
{
	background-color:#f1f1f1;
}
.PUBLISHER, .PUBLISHER TH, .PUBLISHER TD
{
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
.PUBLISHER TH
{
	color: white;
}

.tab			{width:500px; height:56px; background:url("/images/bg_tab.gif") repeat-x bottom; position:relative; margin-left:0px;}
.tab	ul		{position:absolute; bottom:0; left:0px;}
.tab	li		{background:url(/images/bg_tab_off.gif) repeat-x top; list-style-type:none; text-align:center; display:inline; margin-right:6px; padding-top:0px; height:32px; float:left; border:solid 1px #ececec; border-bottom:solid 0px #fff;}
.tab	a		{padding-top:7px; height:25px; float:left; color:#1e73d2; padding:7px 10px 0 10px; }
.tab	a:hover	{text-decoration:none;}

.tab    li.on	{color:#fff; font-weight:bold; border-top:solid 1px #c3c3c3; border-left:solid 1px #c3c3c3; border-right:solid 1px #c3c3c3; border-bottom:solid 1px #f9f9f9; background:url(/images/bg_tab_on.gif) repeat-x; }
.tab    li.on a	{color:#000; font-weight:bold;}

.tab	li a:hover {background:url("/images/bg_tab_over.gif") repeat-x bottom;}
.tab	li.on a:hover {background:url(/images/bg_tab_on.gif) repeat-x;}
