/*
Theme: Dark Night
Author: Michael Schmieding
Web site: http://www.slifer.de/

This file was modified by PAT or JK

*/

body {
  padding: 0;
  margin: 0;
  border:0px none transparent;
  background-color: #888888;
  color: #888888;  
}

.helpDivClass {
  background: #000000;
  color: #ffffff;
  font-family: Verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  padding: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  width:786px;
  height:174px;
  border-width: 2px;
  border-style: solid;
  border-color: #444;
  margin-top: -97px; 
  margin-left: -395px;
  text-align: center;
  display: none;
}

div#helpDiv {
  background: #000000;
  color: #ffffff;
  font-family: Verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  padding: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  width:786px;
  height:174px;
  border-width: 2px;
  border-style: solid;
  border-color: #444;
  margin-top: -97px; 
  margin-left: -395px;
  text-align: center;
  display: none;
}

.controlHeader {
  text-align:center;
}

.controlRow {
  text-align:center;
  padding-top: 2px;
  padding-bottom:8px;
  margin: 0px;
}

.controlRowBottom {
  text-align:center;
  padding-top: 2px;
  padding-bottom:0px;
  margin: 0px;
}

.controlRowBottomButtons {
  text-align:center;
  padding-top: 6px;
  padding-bottom:0px;
  margin: 0px;
}

.controlRowRight {
  text-align:center;
  padding-top:1px;
  padding-bottom:3px;
  margin: 0px;
}

.controlRowBottomRight {
  text-align:center;
  padding-bottom:0px;
  margin: 0px;
}

.settingsStyle {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size:12px;
}

#fonts {
  padding: 0px;
  margin: 0px; 
}

#textInputStyle {
  padding: 0px;
  margin: 0px;
  width: 245px;
  height: 50px; 
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size:12px;
}

input.colorBtn {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size:12px;
	width: 110px;
	height:30x;
	margin: 0px 0 0 0;
	text-align: center;
  padding: 2px;
}

btnStyle {
	margin: 5px 0 0 0;
}

.plain {
	background:transparent;
	border-top:0px none transparent;
	border-bottom:0px none transparent;
	border-left:0px none transparent;
	border-right:0px none transparent;
  margin: 0px;
  padding: 0px;
}

.plainLayout {
	background:#888888;
	border-top:0px none transparent;
	border-bottom:0px none transparent;
	border-left:0px none transparent;
	border-right:0px none transparent;
	margin: 0px;
	padding: 0px;
}

#controlFrameTable {
	background:#888888;
	border-top:0px none transparent;
	border-bottom:0px none transparent;
	border-left:0px none transparent;
	border-right:0px none transparent;
	margin: 6px auto;
	padding: 0px;
}

#mainControls {
  height: 180px;
}

#adHolder {
	background:#262b38;
	height:204px;
	width:204px;
	padding: 0px;
	margin: 0px;
	
	border-left:3px solid #567;
	border-right:3px solid #000;
	border-top:3px solid #567;
	border-bottom:3px solid #000;
}

#moreFromPatorjk {
	background:#262b38;
	height:158px;
	width:188px;
	padding: 8px;
	margin: 0px;
	
	border-left:3px solid #567;
	border-right:3px solid #000;
	border-top:3px solid #567;
	border-bottom:3px solid #000;
}

table a, table, tbody, tfoot, tr, th, td, table caption {
	font-family: Verdana, arial, helvetica, sans-serif;
	background:#262b38;
	color:#fff;
	text-align:left;
	font-size:12px;
}
table, table caption {
	border-left:3px solid #567;
	border-right:3px solid #000;
}
table {
	border-top:3px solid #567;
	border-bottom:3px solid #000;
}
table a {
	text-decoration:underline;
	font-weight:bold;
	color:#abc;
}
table a:visited {
	background:#262b38;
	color:#abc;
}
table a:hover {
	color:#cdf;
	text-decoration:underline;
	position:relative;
}
table caption {
	border-top:3px solid #567;
	border-bottom:1px solid #000;
	font-size:20px;
	font-weight:bold;
}
table, td, th {
	margin:0px;
	padding:0px;
}
tbody td, tbody th, tbody tr.odd th, tbody tr.odd td {
	border-top:1px solid #567;
	border-bottom:1px solid #000;
	border-left:1px solid #567;
	border-right:1px solid #000;
	vertical-align:top;
	text-align:left;  
}
td, th, table caption {
	padding:5px;
	vertical-align:middle;
}
tfoot td, tfoot th, thead th {
	border-top:1px solid #000;
	border-bottom:1px solid #567;
	border-left:1px solid #000;
	border-right:1px solid #567;
	font-weight:bold;
	white-space:nowrap;
	font-size:14px;
}
