@CHARSET "ISO-8859-1";

/********
 * Main Style Sheet
 * This style sheet defines the entire look-and-feel for diysearch.com
 * only make changes to this if you are know what you are doing. Tread
 * carefully here in that changes to this will radically effect the 
 * rendering of the site for everyone
 *
 * ATTENTION: this file /is/ under version control
 * version: $Id: main.css,v 1.4 2006/08/08 14:25:02 dpalmer Exp $
 *******/
div#reportForm {
	visibility: hidden;	
	position:absolute;
	background-color:#CCCCCC;
	width:220px;
	height:132px;
	border: 1px dotted #000000;
	padding: 5px 5px 5px;
}

.headlinePosition {
	position: absolute;
	top: 30px;
	left: 60px;
}

.homePageBox {
	position: absolute;
	top: 88px;
	left: 560px;
	border: 1px dotted #000000;
	font-family: Trebuchet MS;
	font-size: 10pt;
	padding: 1em 1em 1em;
	width: 325px;
	background-color: #EEE8CD;
}

.horizontalRule {
	border: none 0;
	border-top: 1px dashed #000;/*the border*/
	width: 75%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	position: absolute;
	top: 54px;
	left: 60px;
}

.headlineText {
	font-family: Trebuchet MS;
	font-size: 24pt;
	color: black;
}

.catchPhrasePosition {
	position: absolute;
	height: 27px;
	top: 63px;
	left: 210px;
}

.catchPhraseText {
	font-family: Trebuchet MS;
	font-size: 11pt;
	color: black;
}

.subHeadText {
	font-family: Trebuchet MS;
	font-size: 12pt;
	font-weight: bold;
}

.linkName {
	font-family: Trebuchet MS;
	font-size: 9pt;
	font-weight: bold;
}

body {
	color: rgb(0, 0, 0);
	background-color: #CDBA96;
}

.bodyCopyPosition {
	position: absolute;
	left: 210px;
	top: 88px;
	background-color: #EEE8CD;
	border: thin dotted #000000;
	padding: 1em 1em 1em;
	width: 640px;
}

.bodyCopyText {
	font-family: Trebuchet MS;
	font-size: 9pt;
}

.searchResultsPosition {
	position: absolute;
	left: 210px;
	top: 88px;
	width: 640px;
	background-color: #EEE8CD;
	padding: 3px 3px 3px;
	border: 1px dotted #000000;
}

.searchResultsText {
	font-family: Trebuchet MS;
	font-size: 9pt;
}

.sponsorLinksText {
	font-family: Trebuchet MS;
	font-size: 10pt;
}

.sponsorLinksBox {
	background-color: #cccccc;
	border: 1px dotted #000000;
	padding: 8px 8px 8px
}

hr {
	border: none 0;
	border-top: 1px dotted #000000;/*the border*/
}
.searchFormPosition {
	position: absolute;
	left: 492px;
	width: 374px;
	top: 63px;
	height: 53px;
}

.searchFormText {
	font-family: Trebuchet MS;
	font-size: 10pt;
}

.inputText {
	font-family: Trebuchet MS;
    font-size: 10px;
    line-height:10px;
    border: thin dotted #000000
}

.button {
	font-family: Trebuchet MS;
	font-size: 9px;
	line-height: 10px;
	border: thin solid #000000;
}

.categoriesPosition {
	position: absolute;
	left: 210px;
	top: 88px;
}

.categoriesParentText {
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-weight: bold;
}

.categoriesSubText {
	font-family: Trebuchet MS;
	font-size: 9pt;
}

.toolsPosition {
	position: absolute;
	left: 60px;
	top: 88px;
}

.toolsText {
	font-family: Trebuchet MS;
	font-size: 10pt;
	text-align: right;
}

.footerPosition {
	position: absolute;
	bottom: 0;
	width: 150px;
}

.footerText {
	font-family: Trebuchet MS;
	font-size: 8pt;
	font-style: italic;
}
.errorText {
	font-family: Trebuchet MS;
	font-size: 9pt;
	color: Maroon;
}
.footerRule {
	border: none 0;
	border-top: 1px dashed #000;/*the border*/
	width: 75%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	position: absolute;
	top: 295px;
	left: 60px
}
.smallText {
	font-family: Trebuchet MS;
	font-size: 8pt;
}

.userBarBox {
	position: absolute;
	top: 43px;
	left: 590px;
	background-color: #EEE8CD;
	border: thin dotted #000000;
	padding: 2px 2px 2px;
}

A:link    { color: #7B3F00; text-decoration: none; }
A:active  { color: maroon; text-decoration: none; }
A:hover { color: maroon; text-decoration: underline; }
A:visited { color: #7B3F00; text-decoration: none; }

