* {
	margin: 0;
	padding: 0;
}

html, body {
	font: 11px/15px "Lucida Grande", Sans-Serif;
	color: #4e4e4e;
	height: 100%;
	min-height: 100%;
	background: #fff url('../images/PageBG.png') center center repeat-y;
}

p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* Header START */

div#HeaderContainer {
	background: url('../images/HeaderBG.png') repeat-x;
}

div#Header {
	background: url('../images/HeaderWide.png') center top no-repeat;
	text-align: center;
	height: 190px;
	font: bold 10px "Lucida Grande", Sans-Serif;
}

div#Header p#TopLink, div#Header p#TopLink a {
	position: absolute;
	top: 0;
	width: 100%;
	height: 150px;
	opacity: 0;
}

div#Header ul {
	margin: 0 auto;
	width: 581px;
	height: 15px;
	list-style-type: none;
	padding-top: 163px;
}

div#Header ul li {
	float: left;
}

div#Header ul li a {
	color: #6a6a6a;
	text-decoration: none;
}

div#Header ul li a:hover {
	color: #373737;
	text-decoration: none;
}

div#Header ul li a.on {
	color: #6a6a6a;
	text-decoration: underline;
}

div#Header ul li.divider {
	margin-left: 7px;
	margin-right: 7px;
}

/* Header END */

/* Generic START */

div#Content {
	width: 598px;
	margin: 0 auto;
	padding-top: 5px;
}

div.Center {
	width: inherit;
	text-align: center;
}

.bold {
	font-weight: bold;
}

.ImageLeft {
	float: left;
	clear: both;
	margin-right: 5px;
}

.ImageRight {
	float: right;
	margin-left: 5px;
	clear: both;
}

h1 {
	line-height: 1.1em;
}

h2 {
	font-size: 17px;
	font-weight: bold;
	margin: 3px 0;
	margin-top: 0.5cm;
	padding: 0;
}

h3 {
	font-weight: bold;
	font-size: 15px;
	margin: 3px 0;
	padding: 0;
}

h4 {
	margin: 1px 0;
	padding: 0;
	font-size: 13px;
}

img {
	border-style: none;
	text-decoration: none;
}

img:hover {
	border-style: none;
	text-decoration: none;
}

a {
	color: #1475b9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.Download {
	font-size: 16px;
	font-weight: bold;
}

.line {
	width: 598px;
	height: 1px;
	background: url('../images/Line.png')  repeat-x;
}

.code {
	font-family: Courier, mono;
}

.indent {
	padding-left: 25px;
}

.note {
	font-size: 9px;
}

.warning {
	background-color: #fff4c9;
	color: #836343;
	font-weight: bold;
	border: 1px solid #acabab;
	text-align: center;
	width: 400px;
	margin: 8px auto;
	padding: 10px 5px;
}

.screenshotcenter {
	text-align: center;
	padding: 0;
	margin: 0 auto;
	font-size: 10px;
}

.screenshotcenter img {
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.warning .title {
	padding: 0;
	margin: 1px 0;
	font-size: 13px;
	font-weight: bold;
}

.clear {
	clear: both;
}

.nostyle:hover {
	text-decoration: none;
}

.leftmargin {
	padding: 0px 0px 0px 15px;
}

.tripleleftmargin {
	padding: 0px 0px 0px 45px;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul, ol {
	margin-left: 0.75cm;
	margin-right: 0.5cm;
}
li ul, li ol {
	margin-left: 0.5cm;
}

th, td {
	padding: 1em;
	border: 1pt solid gray;
}
td ul {
	margin: 0;
	margin-left: 0.5cm;
}
table {
	border-collapse: collapse;
}
th, td {
	vertical-align: top;
}

.googlegroups {
	margin-left: 5px;
	float: right;
}

/* Generic END */

/* Footer START */

div#Footer {
	width: 578px;
	text-align: center;
	border-top: 1pt solid #c5c5c5;
	padding: 10px;
	margin-top: 10px;
	clear: both;
}

div#NetworkRedux {
	opacity: 0.5;
/*	position: fixed;
	bottom: 5px;
	right: 5px;*/
	float: right;
	margin-top: -36px;
	padding: 0 5px 5px 0;
	width: 140px;
	height: 31px;
}

div#NetworkRedux:hover {
	opacity: 1.0;
}

/* Footer END */
