/* top menu of entire site */
#siteMenu
{
	font-family: verdana, helvetica, sans serif;
	color: #a97c54;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 40px;
	width: 100%;

}

#siteMenu ul {
	list-style: none;
}

#siteMenu li {
	display: block;
	float: left;
	padding: 5px;
}

#siteMenu li.first {
	background: none;
}

#siteMenu a {
	padding-left: 8px;
	padding-right: 8px;
}

#siteMenu a:link
{
	color: #21243d;
	cursor: hand;
	text-decoration: none;
	font-weight:lighter;
}
#siteMenu a:visited
{
	color: #21243d;
	cursor: default;
	text-decoration: none;
	font-weight:lighter;
}
#siteMenu a:hover
{
	color: #ff993f;
	cursor: hand;
	text-decoration: underline;
	font-weight:bolder;
}


/* right side page bar */
#siteBarAccent
{
	position: absolute;
	background-color: #2db563;
	font-size: 9pt;
	top: -105px;
	left: 102%;
	padding: 5px;
	width: 45%;
	min-width: 180px;
	height: 40px;
	color: #eeeeee;
	text-align: center;
}

#siteBar
{
	position: absolute;
	background-color: #2a82aa;
	font-size: 9pt;
	top: 50px;
	left: 102%;
	padding: 5px;
	width: 45%;
	min-width: 180px;
	min-height: 460px;
	color: #eeeeee;
	height: 105%;
}

#siteBarAd
{
	position: absolute;
	background-color: #ff993f;
	font-size: 9pt;
	top: -50px;
	left: 102%;
	padding: 5px;
	width: 45%;
	min-width: 180px;
	height: 85px;
	color: #eeeeee;
	text-align: center;
}

#siteBarAd a:hover
{
	color: #333333;
	cursor: hand;
}

	#customerQuote
{
	position: absolute;
	top: -15px;
	left: -90px;
	width: 700px;
	height: 150px;
	background-image: url(images/Quotes.png);
	background-color: transparent;
	background-repeat: no-repeat;
}

	#promoBox
{
	position: absolute;
	left: -150px;
	width: 140px;
	background-image: url(images/MPNews48.png);
	background-position:left center;
	background-repeat: no-repeat;
	font-weight: normal;
	color: #30377a;
	font-size: 9pt;
	text-align: left;
	padding-left: 55px;
}


	#logoPosition
{
	color: #54361c;
	font-family: verdana, helvetica, sans serif;
	font-weight: bold;
	font-size: 55px;
	position: absolute;
	top: -75px;
	left: -150px;
	width: 785px;
	height: 135px;
	background-image: url(images/MessagePixels-Banner.png);
	background-color: transparent;
	background-repeat: no-repeat;
}


#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;
}

#quoted
{
	padding: 1px;
	margin-right: 3px;
	margin-bottom: 3px;
	color: #eeeeee;
	font-style: italic;
}

/* 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: #2482aa;
}

.container-green
{
	border: 1px solid #287848;
	padding: 15px;
	background: #00b548;
}	

#inlineBox1
{
	float: right;
	width: 49%;
	height: 100%;
	background-color: #2a82aa;
	border: 1px solid #287848;
}

#inlineBox2
{
	float: left;
	width: 49%;
	height: 100%;
	background-color: #2a82aa;
	border: 1px solid #287848;
}