
/* drop shadow */
.shadow1, .shadow2, .shadow3, .container {
    position: relative;
    left: -1px;
    top: -1px;
}


    .shadow1 {
        background: #CCC;
    }

    .shadow2 {
        background: #AAA;
    }

    .shadow3 {
        background: #888;
    }
    
.container-blue
{
	border: 1px solid #54361c;
	padding: 3px;
	background-color: #0074aa;
}

.container-green
{
	border: 1px solid #54361c;
	padding: 3px;
	background-color: #00b548;

}			 

		 
blockquote
{
	color: #287848;
	font-family: verdana, helvetica, sans serif;
	font-size: 12px;
	font-style: italic;
	margin: 25px;
}




	#loginInfo
	{
		position: relative;
		text-align: right;
		top: 0px;
		padding: 3px;
	}
	#logoPosition
	{
		position: absolute;
		text-align: left;
		top: 0px;
		padding: 5px;
	}
	#titlePosition
	{
		position: absolute;
		text-align: left;
		top: 20px;
		padding: 3px;
	}

#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 #000000;
	background: white;
	float: right;
	position: relative;
	/* align to search text */
	top: -4px;
}

#searchbox
{
	padding: 1px;
	display: inline;
}

#searchbox img
{
	/* Align images with textbox */
	vertical-align: text-bottom;
	margin-right: 2px;
	margin-top: 2px;
	margin-left: 2px;
	border: 0;
}

#searchbox input
{
	/* Hide border of textbox - using fake border defined above */
	border: 0;
}
			 
/***********************************************************/
/* How "Threads" are displayed to user                     */
/***********************************************************/
.threadContainer
{
	text-align: center;
	min-width: 700px;
}

.threadTitle
{
	border: solid 1px #7F9DB9;
	text-align: left;
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 200px;
	padding-left: 5px;
	min-height: 100%;
}

.threadTitleNewsgroup
{
	background-color: #7F9DB9;
	color: White;
	margin-left: -5px;
	padding-left: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

.threadTitleSubject
{
	font: normal 1.4em trebuchet ms, verdana, sans-serif;
}

.threadTitleStats
{
	margin-top: 5px;
}

.thread
{
	text-align: left;
	margin-left: 40px;
	margin-right: 10px;
	margin-top: 10px;
	min-height: 100%;
}

.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: 0 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, 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: 50px;
}

#profileDetails img
{
	position: relative;
	left: -50px;
}

#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;
}



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;
}