.topnav, .sidead, .content_nav, #comments, .user_comment, .user_comment_author, .user_comment_form, #footer2, #right_col, #next_and_top, #page_foot, #content_foot_image {
	display:none;
}

body {
	font-size:85%;
	background-color:#fff;
	color:#000;
}
tr {
	vertical-align:top;
}
td {
	text-align:left;
	font-size:0.9em;
	padding:3px;
	padding-right:5px;
	padding-left:5px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

h1, h2, h3, h4 {
	font-weight:normal;
	margin-bottom:4px;
}

h1 {
	font-size:1.9em;
	margin-top:16px;
	margin-bottom:10px;
	line-height:1.4em;
}

h2 {
	margin-top:13px;
	font-size:1.6em;
	padding:4px;
	line-height:1.2em;
}

h3, h4 {
	margin-top:14px;
	font-size:1.3em;
	padding:4px;
}
h1, h2, h3, h4 {
	margin-left:4px;
}
p, li, pre, .screenshot, .snippet {
	margin-left:8px;
	padding-right:5px;
}

p, ul, ol {
	margin-bottom:10px;
	margin-top:6px;
	line-height:1.4em;
}
li {
	margin-bottom:4px;
	vertical-align:top;
}
a {
	text-decoration:underline;
	color:#000;
}
hr {
	background-color:#aaa;
	height:3px;
	border:none;
	border-top:1px solid #ccc;
	border-bottom:1px solid #eee;
	margin:10px 10px 5px 10px;
}

a.new_win {
	background:url(images/new_win.gif) no-repeat;
	background-position:top right;
	padding-right:12px;
}
.topnav a, .topnav a:hover {
	border:none;
}
.screenshot {
	padding:5px;
}
.screenshot img {
	border:1px solid;
	border-color:#aaa #666 #666 #aaa;
}
.introblock {
	padding:5px;
	margin-top:1px;
	border:1px solid #999;
	background-color:#dcdce9;
}
.introblock2 {
	border:1px solid;
	border-color:#ccc;
	background-color:#eef;
	padding:5px;
	margin-top:1px;
}
.introblock h1, .introblock h2, introblock h3, .introblock2 h1, .introblock2 h2, .introblock2 h3 {
	margin-top:2px;
}

.center_quote {
	text-align:center;
	font-size:.95em;
	border:2px solid;
	border-color:#ccf #99f #99f #ccf;
	background-color:#eef;
	padding:15px;
	font-weight:400;
	font-style:italic;
	margin:15px;
	margin-right:0px;
}

.list_of_contents {
	list-style:none;
	padding-right:40px;
}
.content {
	text-align:left;
}

.footer {
	font-size:0.7em;
	text-align:center;
	margin:15px 0;
}

.title {
	font-family:arial,helvetica,sans-serif;
	color:#234;
	font-size:2.4em;
	line-height:1em;
	padding:10px;
}

.small_text {
	font-size:0.8em;
}

.quoted_source {
	text-align:right;
	font-size:0.8em;
	color:#767;
	padding:0px 3px 3px 0px;
}


.text_alongside {
	float:left;
	margin-right:15px;
}

.code_snippet {
	padding:0px;
	margin:15px 0px 15px 12px;
	font-size:1.2em;
	background-color:#eeb;
	border:1px solid #aa8;
}

.tr_grad_medium tr, .tr_grad_small tr {
	background-repeat:repeat-x;
	background-position:bottom;
}
.tr_grad medium tr td, .tr_grad_small tr td {
	border-bottom:1px solid #aaa;
}
.tr_grad_medium tr {
	background-image:url(images/tr_gradient_medium.jpg);
}
.tr_grad_small tr {
	background-image:url(images/tr_gradient_small.jpg);
}



