@charset "iso-8859-1";

@media print
{
	body
	{
		font-family: "Trebuchet MS", "Tahoma", "Arial", "Helvetica";
	}
}

@media screen, handheld
{
	body
	{
		color: #404040;
		background: #FFFFFF;
		background-image: url(images/NavigationBack.gif);
		background-repeat: repeat-y;
		font-family: "Trebuchet MS", "Tahoma", "Arial", "Helvetica";
		margin: 0;
		padding: 0;
		font-size: small;
	}
}

p
{
	margin-top: 3pt;
	margin-bottom: 6pt;
}

img
{
	border: none;
}

table
{
    border: 1px solid #E8E8E8;
    margin: 0;
    padding: 0;
}
th
{
    font-weight: bold;
    background: #F3F4F5;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
}
td
{
    color: #000000;
    padding: 8px;
    vertical-align: top;
}



ul
{
	margin: 6pt 0;
	padding: 0;
    list-style-type: square;
}
li
{
	margin: 0 0 6pt 2em;
}


hr
{
	border-style: none;
    margin: 4px 0;
    padding: 0;
    color: #F3F4F5;
    background-color: #F3F4F5;
    height: 4px;
    clear: both;
}

address
{
    font-size: small;
	padding-bottom: 3em;
}

h1
{
    color: #404040;
    font-size: 18pt;
    font-weight: bold;
	font-family: "Verdana", "Tahoma", "Arial", "Helvetica";

    margin: 0 0 16px 0;
    padding: 8px 32px 8px 32px;
	height: 32px;
	background-image: url(images/HeaderBackgroundMiddle.png);
	background-repeat: repeat-x;

}
h2
{
    clear: both;
    color: #404040;
    font-size: 12pt;
    font-weight: bold;
    margin: 2ex 0 1em 0;
    height: 24px;
}
@media screen, handheld
{
	h2
	{
		background: #F3F4F5;
		text-indent:6pt;
	}
	
	h2 a#Download
	{
		background-image: url(images/DownloadBullet.png);
		background-repeat: no-repeat;
		padding-left: 30px;
	}

	h2 a#License
	{
		background-image: url(images/LicenseBullet.png);
		background-repeat: no-repeat;
		padding-left: 30px;
	}
}
h3
{
    color: #404040;
    font-size: 12pt;
    font-weight: bold;
    margin: 1ex 0 2ex 0;
}
h4
{
    color: #404040;
    font-size: 10pt;
    font-weight: bold;
    margin: 1ex 0 2ex 0;
}

em
{
    font-style: normal;
    font-weight: bold;
    color: #2856A6;
}

dt
{
    font-style: normal;
    font-weight: bold;
    color: #2856A6;
}

a:link
{
    color: #2968A8;
}
a:visited
{
    color: #205080;
}
a:hover
{
    color: #404040;
}

@media print
{
	a
	{
		text-decoration: none;
	}
}

/* Layout */

#logo
{
	position: absolute;
	top: 0;
	left: 0;
	width: 192;
	height: 72;
}
#navigation
{
	position: absolute;
	top: 104px;
	left: 18px;
	width: 156px;
}
#content
{
	margin-top: 32px;
	margin-left: 200px;
	margin-right: 8px;
	margin-bottom: 32px;
}

@media print
{
	#navigation
	{
		display: none;
	}
}

/* Navigation Menu */

#navigation a
{
	display: block;
    text-decoration: none;
}

#navigation a.thismenu
{
    padding-left: 16px;
    padding-right: 16px;
    font-weight: bold;
    font-size: 12pt;
    color: #202020;
    background: #DDE3E8;
}

#navigation a.menu
{
    padding-left: 16px;
    padding-right: 16px;
    font-weight: bold;
    font-size: 12pt;
    color: #205080;
}

#navigation a:hover
{
    color: #E0E0E0;
    background: #B5C4D2;
}
/* Product Section Header */

.verdana
{
    font-family: "Verdana";
    font-weight: 900;
    color: #202020;
}
.blue
{
    color: #2856A6;
}
.normal
{
    color: #202020;
    font-weight: normal;
}
.legalese
{
	font-size: xx-small;
	color: #606060;
}

.buttons
{
	float: right;
	margin-left: 8px;
	margin-bottom: 4px;
}
@media print
{
	.buttons
	{
		display: none;
	}
}

/* Footer */

.w3logo
{
	float: right;
	margin-left:16px;
}
@media print
{
	.w3logo
	{
		display: none;
	}
}

/* Use to mark content that should not be printed */

@media print
{
	.noprint
	{
		display: none;
	}
}
