body {
	background-color: rgb(32, 32, 32);
	color: rgb(216, 216, 216);
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}

table {
	width: 100%;
}

tr.header {
	background-color: rgba(0, 0, 0, 1.0);
	border: 1px solid rgba(152, 229, 255, 1.0);
}

th {
	font-size: 72%;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
	text-decoration-color: rgba(152, 229, 255, 1.0);
}

td {
	vertical-align: top;
}

ul, ol {
	margin-top: 0px;
	margin-bottom: 4px;
}

textarea {
	background-color: rgb(32, 32, 32);
	color: rgb(216, 216, 216);
}

pre {
	/*overflow: auto;*/
	white-space: pre-wrap;
}

#sidebars, #sidebars2 {
	width: 320px;
	font-size: smaller;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.important {
	color: yellow;
}

.tickle:hover {
	background-color: rgb(64, 64, 64);
	cursor: default;
}

.modal {
	display: none;
  position:absolute;
  background:url(tint20.png) 0 0 repeat;
  background:rgba(0,0,0,0.2);
  border-radius:14px;
  padding:8px;
}

.modal-content {
  border-radius:8px;
  background:#fff;
  padding:20px;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

.ui-widget {
	font-family: inherit;
	font-size: inherit;
}

.ui-tabs {
	padding: 0px;
	background: none;
	border-width: 0px;
}
.ui-tabs .ui-tabs-nav {
	padding-left: 0px;
	background: transparent;
	border-width: 0px 0px 1px 0px;
	border-color: rgba(152, 229, 255, 1.0);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.ui-tabs .ui-tabs-panel {
	border-width: 0px 1px 1px 1px;
	border-color: rgba(152, 229, 255, 1.0);
}

img.photo {
	margin: 8pt;
	padding: 2pt;
	background-color: #111;
	border-width: 2pt 1pt 1pt 2pt;
	border-color: rgba(176, 176, 176, 1.0);
	border-style: solid;
}

img.left {
	float: left;
	margin: 0px 10px 6px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 6px 8px;
}

