/* Font */
* {
  font-family: verdana, arial, sans-serif;
}

code, pre {
  font-family: courier, monospace;
}

* {
	font-weight: bold;
}

code, pre, input, select, textarea, option, .inputButton, .small {
	font-weight: normal;
}

body, p, table, tr, td, a, code, pre, input, select, textarea, option, .inputButton, .normal {
  font-size: 12px;
}

h1, .big {
  font-size: 18px;
}

h2 {
  font-size: 16px;
}

h3, .large, a.largeNavLink {
  font-size: 14px;
}

h5, .subnavTable, a.subnavLink, a.activeSubnavLink, a.smallLink, .small, .smallSelect {
  font-size: 10px;
}

h6, .new {
  font-size: 8px;
}

tiny {
  font-size: 1px;
}

/* Borders */
img {
  border: 0px;
}

.headerTable, .contentTable, .innerCellToday, .innerCellBrightToday {
	border-bottom: 2px solid;
}

input, textarea, select, .subSubNavTableRight, .subSubNavTableLeft, .subnavTable, .navTable, .innerCell, .innerHeaderCell, .innerCellBright, .innerCellAlt2, .spoiler {
	border-bottom: 1px solid;
}

.contentTable {
	border-left: 2px solid;
}

input, textarea, select, .innerTable, .subSubNavTableRight, .innerCellToday, .innerCellBrightToday, .spoiler {
	border-left: 1px solid;
}

.contentTable, .innerCellToday, .innerCellBrightToday {
	border-right: 2px solid;
}

input, textarea, select, .innerCell, .innerHeaderCell, .subSubNavTableLeft, .innerCellBright, .innerCellAlt2, .spoiler {
	border-right: 1px solid;
}

.contentTable {
	border-top: 2px solid;
}

input, textarea, select, .innerTable, .innerCellToday, .innerCellBrightToday, .spoiler {
	border-top: 1px solid;
}

/* Misc */
body, h1 {
	margin: 0px;
}

a {
	text-decoration: none;
}

.overline {
	text-decoration: overline;
}

.strikeout {
	text-decoration: line-through;
}

.innerContentCell {
	padding: 5px;
}

.new, .inputButton {
	padding: 1px;
}

.subnavTable, .subSubNavTableRight, .subSubNavTableLeft {
	padding: 3px;
}

/* Lightbox */
#lightbox{
	background-color:#ddd;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	color: #111;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
	}

.forumImage {
	overflow:hidden;
}

.forumImage IMG {
	max-width:400px;
}
