﻿body, .content td, .content th
{
	font-family: Verdana;
	font-size: 12px;
	background-color: White;
}

h1
{
	font-size: 28px;
}

h2
{
	font-size: 20px;
}

h3
{
	font-size: 14px;
}

a
{
	color: #0d6ed2;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.thumbnailCell a:hover
{
	text-decoration: none;
}

.thumbnailCell a:hover span
{
	text-decoration: underline;
}

.content
{
	text-align: left;
	border: none;
	margin-left: 50px;
}

.content_override
{
	border: none;
}

.header
{
	text-align: left;
}

.navigate_prev
{
	padding-right: 5px;
}

.navigate_back
{
	padding-left: 5px;
	padding-right: 5px;
}

.navigate_next
{
	padding-left: 5px;
}

td.thumbnailCell
{
	text-align: center;
	vertical-align: top;
}

td.thumbnailCell a:hover img
{
	outline: #0d6ed2 solid 1px;
}

td.thumbnailCell img:hover
{
	outline: #0d6ed2 solid 1px;
}

.thumbnailCell img
{
	margin-bottom: 6px;
}

/** Comments Section ***********************/

.box
{
	background-color: #f8f8f8;
	margin-bottom: 20px
}

.boxTop
{
	border-bottom: dashed 1px #c0c0c0;
	padding: 5px 10px;
}

.boxBottom
{
	padding: 5px 10px;
	overflow: auto;
}

.boxBottom p
{
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: justify;
}

.comments
{
	width: 600px;
}

.commentsHeader
{
	padding: 20px 0px 10px 0px;
}

.spacer
{
	clear: both;
}

.box
{
	color: #404040
}

.box b
{
	color: #606060
}

#newComment
{
	padding: 5px 0px;
	text-align: left;
	margin-bottom: 5px;
	display: none;
}

#newComment textarea
{
	width: 90%;
	height: 80px;
	margin: 5px 0px;
}