body
{
	/* Default font settings */
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
	margin: 0;
	
	/* White background */
	background-color: white;
}

a, a:visited
{
	color: #0F2DC9;
}

a:hover
{
	color: #C90F2D;
}

a img
{
	border: 0;
}

#maincol
{
	/* Main panel fills page */
	min-height: 100%;
}

#header
{
	position: relative;
	height: 80px;
	border-bottom: solid 1px #7F9DB9;
	background-image: url('BackgroundStrip.png');
	background-repeat: repeat-x;
	padding-right: 1em;
}

div.subhead
{
	/* Subheading area on forum thread list */
	border-bottom: solid 3px #7F9DB9;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

h1
{
	font: normal 1.4em trebuchet ms, arial, verdana, sans-serif;
}

h2
{
	font: bold 1.2em trebuchet ms, arial, verdana, sans-serif;
}

.content
{
	font-family: trebuchet ms, arial, verdana, sans-serif;
}

#footer
{
	background-color: #eee;
	border-top: solid 2px #ccc;
	height: 50px;
	text-align: center;
}

#welcome
{
	/* Text in top-right corner */
	text-align: right;
	position: relative;
}

#welcome a
{
	text-decoration: none;
}

#breadcrumbs
{
	border-bottom: solid 1px #7F9DB9;
	background-color: #f0f0f0;
	padding-left: 1em;
}

#breadcrumbs a
{
	text-decoration: none;
}

#searchOptions
{
	/* Whole search area - show on the right and move down to fit into background image */
	text-align: right;
	position: relative;
	top: 30px;
}

#search
{
	/* Display fake border around textbox and images */
	border: solid 1px #7F9DB9;
	background: white;
	float: right;
	position: relative;
}

#searchbox
{
	padding: 1px;
	display: inline;
}

#searchbox img
{
	/* Align images with textbox */
	vertical-align: text-bottom;
	margin-right: 1px;
	border: 0;
}

#searchbox input
{
	/* Hide border of textbox - using fake border defined above */
	border: 0;
}

#banner
{
	/* Main header image - show in top left corner */
	background-image: url('Background.jpg');
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 571px;
	height: 80px;
	
	/* Show server name in large white */
	font-family: Trebuchet MS;
	font-size: 2.5em;
	color: White;
	padding-left: 1em;
}

#main
{
	padding: 1em;
}

.topics
{
	margin-top: 1em;
}

.threadTopic, .newsgroupName
{
	font-weight: bold;
}

.threadTopic a, .newsgroupName a
{
	text-decoration: none;
}

.threadTopic a:hover, .newsgroupName a:hover
{
	text-decoration: underline;
}

.threadAuthor, .newsgroupDescription
{
	font-weight: normal;
	font-size: 0.8em;
}

.threadAuthor a
{
	color: Gray;
	text-decoration: none;
}

.threadAuthor a:hover
{
	text-decoration: underline;
}

.replyAuthor
{
	font-size: 0.8em;
}

.replyAuthor a
{
	text-decoration: none;
}

.replyAuthor a:hover
{
	text-decoration: underline;
}

.date, .lastPostAuthor
{
	font-size: 0.8em;
}

.dateRecent, .lastPostSubject
{
	font-size: 0.8em;
	font-weight: bold;
}

pre
{
	font-family: arial, verdana, sans-serif;
}

.quote
{
	border-top: dotted 1px #7F9DB9;
	border-bottom: dotted 1px #7F9DB9;
	background-image: url('Quote.png');
	background-repeat: no-repeat;
	padding: 26px;
	color: Gray;
}

.threadContainer
{
	text-align: center;
	min-width: 800px;
}

.threadTitle
{
	width: 50%;
	border: solid 1px #7F9DB9;
	text-align: center;
	margin: 0 auto;
}

.threadTitleNewsgroup
{
	background-color: #7F9DB9;
	color: White;
	margin-bottom: 1em;
	font-weight: bold;
}

.threadTitleSubject
{
	font: normal 1.4em arial, verdana, sans-serif;
}

.threadTitleStats
{
	margin-top: 1em;
}

.thread
{
	text-align: left;
	margin-left: 50px;
	margin-top: 1em;
}

.thread .threadArticle
{
	border: solid 1px silver;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.thread .threadArticle .articleAuthor
{
	float: left;
	width: 150px;
	padding-left: 0.5em;
}

.thread .threadArticle .articleDate
{
	padding-left: 170px;
	background-color: silver;
	color: White;
	font-size: x-small;
}

.thread .threadArticle .articleTitle
{
	padding-left: 170px;
	background-color: #f0f0f0;
	font-weight: bold;
}

.thread .threadArticle .articleTitle .articleActions
{
	display: inline;
	float: right;
	position: relative;
	top: -1.2em;
}

.thread .threadArticle .articleTitle a
{
	margin-left: 0.5em;
}

.thread .threadArticle .articleContent
{
	padding-left: 170px;
	padding-top: 0.5em;
}

.clear
{
	clear: both;
}

.searchContainer
{
	text-align: center;
}

table.group
{
	width: 80%;
	margin: 1em auto 0 auto;
	border-collapse: collapse;
	text-align: left;
}

table.group th
{
	background-image: url('/ig_common/images/Themes/Aero/grid_header_bg.jpg');
	font-weight: bold;
	color: #555555;
	border-left: solid 1px white;
	border-top: solid 1px white;
	font-size: x-small;
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	text-align: center;
}

table.group .subhead
{
	font-weight: bold;
	background-color: #f0f0f0;
	width: 50%;
}

table.group td
{
	padding: 2px;
}

#loginname
{
	float: right;
}

#profileDetails
{
	padding-left: 100px;
}

#profileDetails img
{
	position: relative;
	left: -100px;
}

#blogsummary h1, #bloglist h1
{
	color: #176DB5;
}

#bloglist h2
{
	font-size: 1em;
	color: #176DB5;
	font-weight: bold;
}

.blogitem
{
	background-image: url('FadeBackground.png');
	background-repeat: repeat-x;
}

.bloginfo
{
	color: #333;
}

#sidebar
{
	position: absolute;
	left: 1em;
	width: 150px;
	margin-top: -1em;
}

p.attachments
{
	color: Gray;
	border-top: solid 1px gray;
}

ul.attachments
{
	list-style-type: none;
	padding-left: 0;
}

ul.attachments li
{
	margin-left: 0;
	background-image: url('Attachment.gif');
	background-repeat: no-repeat;
	padding-left: 25px;
	min-height: 22px;
}