﻿/********* BODY *************/
body {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0px;
	width: 680px;
	margin: 8px auto auto 8px;
	text-align: left;
}
body img {
	border: 0;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
.itemoption {
	margin: 4px auto 4px auto;
}
.itembody {
	font-size: 12px;
}
#footer {
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
	padding: 4px 0 4px 0;
	width: 680px;
	text-align: right;
}
.topnote {
	border-bottom: 1px solid Black;
	padding: 4px 0 8px 0;
	margin: 2px auto 10px auto;
}
.item {
	border-top: 1px dashed Gray;
	padding: 8px 0 0 0;
	margin: 0px auto 4px auto;
}
/****** Syntax highlighting ******/

.keyword {
  color: mediumblue;
}

.comment {
  color: green;
}

.literal {
  color: purple;
}

.xml_tag {
  color: mediumblue;
}

.html_entity {
  color: red;
}

.xml_pi {
  color: blue;
}

.textCenter {
  text-align: center;
	margin: 0px;
}

.t1 {
  font-size: 9px;
}

.t3 {
  font-size: 14px;
}

.t4 {
  font-size: 16px;
}

.postedTable {
	background: #000;
	margin-left: 1em;
	margin-right: auto;
}

.postedTable tr {
  background: #F7F9FC;
}

.postedTable tr:hover {
	background: #eee;
}

.postedTable td {
	padding: 3px;
}

.pane {
  border: 1px solid #000;
	display: inline;
	float: right;
	margin: 6px;
	padding: 4px;
	width: 160px;
}
