* {
    padding: 0;
    margin: 0;
}

body {
    background: #fff;
	font: .74em Arial, sans-serif;
	line-height: 1.5em;
}
a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding-bottom: 5px;
}

li {
	margin-left: 15px;
}

ul.level1 li {
	list-style-type: square;
	margin-left: 15px;
}

ul.level2 li {
	list-style-type: circle;
}

#wrap {
	margin: 20px auto;
	Xwidth: 724px;
	width: 980px;
	background: #fff url('images/midbg-w.jpg');
	background-repeat: repeat-y;
}

#top { 
	background: #fff url('images/topbg-w.jpg');
	height: 30px;
}

#content {
	padding: 0 40px 0 40px;
	height: 100%;
}

#bottom {
	background: #fff url('images/botbg-w.jpg');
	height: 30px;
}


.header {
	height: 100px;
	background: #85ACF7 url('images/hidr.jpg');
}

.header h1 { padding-left: 17px; padding-top: 22px; font-size: 22px; color: #FFF; }
.header h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
.header h2 { padding-left: 17px; padding-top: 25px; font-size: 17px; color: #FFF; }

.header img {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}

.breadcrumbs { 
    background: #F6F9FB; 
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px;
}
	
.middle {
	float: left;
	Xwidth: 450px;
	width: 656px;
	margin: 0 10px;
	padding: 1% 1%;
	text-align: left;
}

.right {
	float: left;
	width: 120px;
	margin: 10px 10px;
	padding: 1% 1%;
}

.right ul {
	margin:0;
}

.right li {
	margin-bottom:5px;
	list-style-type: square;
	color: #3B6EBF;
}

.middle h2 { color: #3B6EBF; font-size: 16px; margin-bottom: 20px; margin-top: 15px;}

.middle h3 { color: #3B6EBF; font-size: 15px; margin-bottom: 20px; margin-top: 15px; padding-left: 15px; }

.middle h4 { color: #3B6EBF; font-size: 14px; margin-bottom: 20px; margin-top: 15px; padding-left: 20px; }

.right h2 { color: #3B6EBF; font-size: 14px; margin-top: 15px;}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
}

table.icons {
	text-align: center;
	clear: right;
}

table.icons td {
	background-color: #E0E0E0;
	width: 100px;
	font-size: 9px;
	padding-top: 10px;
}

.subtileid {
	background-color: #E0E0E0;
	font-size: 14px;
	margin: 20px;
	text-align: center;
	font-weight: bold;
	padding: 20px;
}

.installbutton {
	background-color: #7BEFAE;
	font-size: 14px;
	margin: 20px;
	text-align: center;
	font-weight: bold;
	padding: 20px;
	-moz-border-radius: 5px;
	border: 3px solid #ABF8CE;
}

#minheight {
	float: left;
	height: 500px;
	width: 1px;
	font-size: 1px;
}

.subtile-name {
	font-weight: bold;
}

.nav-level0 {
	padding-left: 0px;
}

.nav-level1 {
	padding-left: 10px;
}

ul.nav-level1 li {
	list-style-type: disc;
}

.nav-level2 {
	padding-left: 20px;
}

ul.nav-level2 li {
	list-style-type: circle;
}

.nav-level3 {
	padding-left: 30px;
}

.nav-select {
	font-weight: bold;
}

a.hnav {
	padding: 8px 16px 8px 16px;
}

img.img-right {
	float: right;
	margin: 0px 0px 0px 16px;
}

img.img-left {
	float: left;
	margin: 0px 16px 0px 0px;
}

.code-sample {
	font-family: courier;
}

div.code-sample {
	background-color: #E0E0E0;
	padding: 10px;
	overflow: auto;
	margin-bottom: 10px;
	width: 570px;
	border: 1px solid #C0C0C0;
}

#support-form input,textarea {
	width: 400px;
}

.warning {
	background-color: #FFE0E0;
	padding: 8px;
}

img.right {
	float: right;
	border: none;
}


