/* Default CSS Stylesheet for a new Web Application project */

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;
    MARGIN: 0px;
	padding: 0px;
	font-family: Verdana, arial, helvetica, sans-serif;
	color: #333;
	background-color: white;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
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;
	}	

THEAD	{	
	font-size:	3em;
	font-weight:bold;
	text-align:center;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#eee;
	}	
TFOOT	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#eee;
	}	

	
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;
	}	

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 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
	table.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	margin: 3px;
	padding: 3px;
	border: 0px solid #333333;
	height: auto;
	table-align: center;
	border-spacing: 0;
}
table.border {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 2px solid #333333;
	height: auto;
	table-align: center;
	border-spacing: 0;
}
table.product {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 5px;
	padding: 5px;
	border: 2px solid #333333;
	height: auto;
	table-align: center;
	border-spacing: 0;
}
table.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: WhiteSmoke;
	background-color: #000033;
	margin-top: 3px;
	margin-left: 15px;
	margin-bottom: 3px;
	margin-right: 5px;
	padding: 2px;
	height: auto;
	table-align: center;
	border-spacing: 0;
}
table.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* background-color: #FFFFFF; */
	margin: 0px;
	padding: 0px;
	border: 0px solid #333333;
	height: auto;
	table-align: center;
	border-spacing: 0;
}
THEAD.news	{	
	font-size:	14px;
	font-weight:bold;
	color: Gold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000033;
	}

a {
	color: navy;
	font-size: 11px;
	text-decoration: none;
	font-weight: 600;
	font-family: verdana, arial, helvetica, sans-serif;
	}
a:link {color:navy;}
a:visited {color:navy;}
a:hover {background-color:#eee;}

a.news 
{
	color: WhiteSmoke;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial;
}
a.news:hover 
{
	background-color:#000033;
	color: Gold;
}
a.news:visited {color:WhiteSmoke;}

#Header {
	margin:10px 0px 10px 0px; /*top,right,bottom,left*/
	padding:10px 0px 0px 10px; /*The height of the grey bar */
	/* right tb tb left */
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	/* height: 33px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:20px;
	background-color:#eee;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:20px; /* the correct height */
	}
body>#Header {height:20px;}

/* CSS margin: top right bottom left */
#Content {
	/* margin:0px 25px 25px 200px; */
	position:absolute;
	top:60px;
	left:200px;
	padding:10px;
	}
#Code {
	/* margin:0px 25px 25px 200px; */
	position:absolute;
	top:60px;
	left:200px;
	padding:10px;
	font-family:Courier New;
	font-size:x-small;
	background-color:#E6E6E6;
	}

#Menu {
	position:absolute;
	top:60px;
	left:15px;
	width:140px;
	padding:10px;
	background-color:#eee;
	border:1px dashed #999;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:125px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}

#MenuHome {
	position:absolute;
	top:60px;
	left:570px;
	width:140px;
	padding:10px;
	background-color:#eee;
	border:1px dashed #999;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:125px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}


#Footer {
	position:absolute;
	z-index:-2;
	top:600px;
	left:0px;
	width: 100%;
	font-family: Arial, Sans-Serif;
	font-size: xx-small;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 5px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height: 33px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:15px;
	background-color:#eee;
	voice-family: "\"}\"";
	voice-family:inherit;
	height:15px; /* the correct height */
	}
body>#Footer {height:14px;}
