
html{
/*	background-color: #31462B;	*/
	background-color: #422e0f;
}

body {
	margin: 0;
	padding: 0;
/*	background-color: #31462B;	*/
	background-color: #422e0f;
	font: normal small Arial, Helvetica, sans-serif;
	line-height: 1.8em;
/*	color: #838B91; */
	color: #918670;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
/*	color: #468259; */
	color: #422e0f;
}

h2 {
	padding-left: 20px;
	font-size: 22px;
}

h2.title{
	padding-left: 20px;
	background: url("/images/img07.gif") no-repeat left center;
	font-size: 22px;
	text-align: left;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1.5em;
	font-weight: bold;
}

h4{
	font-size: 1.25em;
	font-weight: bold;
}

h5{
	font-size: 1.15em;
}

a {
	text-decoration: none;
/*	color: #468259; */
	color: #422e0f;
}

hr{
	height: 1px;
/*	color: #31462B;
	background-color: #31462B;
	*/
	color: #422e0f;
	background-color: #422e0f;
	border: 0px;
}

table{
	border: 0px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
/*	color: #07220A; */
	color: #211C10;
}
	
table.planWizard, table.planFiles, table.planEstimates, table.busiessInfo, table.businessUsers, table.files{
	width: 90%;
}

table.files, table.estimateAdmin{
	width: 90%;
}

h4.files{
	
}

th{
/*	border: 1px solid #001603; */
	border: 1px solid #191307;
	color: #ffffff;
/*	background-color: #739366; */
	background-color: #422e0f;
	padding-top: 0px;
}

#manageEstimateTypeHeader{
	text-align: left;
	padding-left: 1%;
	background-color: #887139;
}

td{
/*	border: 1px solid #001603; */
	border: 1px solid #191307;
	text-align: left;
	padding-left: 1%;
	padding-right: 1%;
}

td.lineItemCost{
	text-align: right;
}

td.lineItemTotal{
	text-align: right;
}

tr,tr.odd{
/*	background-color: #FAFFF5;*/
	background-color: #FFFEDE;
}

tr.even{
/*	background-color: #E1F7E0; */
	background-color: #FFFFFF;
}


#wrapper {
	background: #FFFFFF url("/images/img04.gif") repeat-x left bottom; 
	-moz-border-radius-bottomleft: 32px;
	-webkit-border-bottom-left-radius: 32px;
	-moz-border-radius-bottomright: 32px;
	-webkit-border-bottom-right-radius: 32px;
	min-height: 500px;	
}

#content {
	width: 750px;
	margin: 0 auto;
}

#header {
	width: 754px;
	height: 247px;
	margin: 0 auto;
	padding: 13px 0 0 0;
}

#header h1 {
	float: left;
	width: 104px;
	height: 110px;
	padding: 104px 100px 0 20px;
/*	background: url("/images/img05.jpg") no-repeat; */
	background: url("/images/hartlog.png") no-repeat;
	line-height: 24px;
	font-size: 24px;
}

#header h2 {
	float: right;
	width: 494px;
	height: 34px;
	text-transform: lowercase;
	text-align: right;
	letter-spacing: -1px;
	font-size: 22px;
	color: #330099;
}

#loginInfo{
	font-size: 85%;
	text-align: right;
	margin-right: 12%;
	color: #FFFFFF;
}

#loginInfo a:link, #loginInfo a:visited{
/*	color: #9eB793; */
	color: #b48946;
	text-decoration: none;
}

#loginInfo a:hover{
/*	color: #C0F0B6; */
	color: #E7C323;
	text-decoration: none;	
}

#navbar{
	height: 60px;
	margin: 0 auto;
	text-align: center;
}

#navbar ul{
	margin: 0;
	padding: 0;
}

#navbar li{
	/*
	width: 148px;
	height: 60px;
	margin-top: 10px;
	background: url("/images/img02.gif") no-repeat;
	*/
	padding: 0 0 0 2px;	
	display: inline;
	list-style-type: none;
	line-height: 62px;

	/*
	display: block;
	float: left;
	width: 148px;
	height: 60px;
	padding: 0 0 0 2px;
	background: url(/images/img02.gif) no-repeat;
	*/
}

#navbar a{
	padding: 20px 20px 16px 20px;
	background: none;
	letter-spacing: -1px;
	width: 108px;
	height: 36px;
	font: normal 1.6em Georgia, "Times New Roman", Times, serif;
	color: #E1E9E2;
}

#navbar a:hover {
	text-decoration: none;
	color: #FFFFFF;
	/*
	border-bottom: 4px solid #5A7C50;
	font-size: 1.9em;
	*/
}

#navbar li.active a{
	background: #E1E9E2;
	border-bottom: 4px solid #E1E9E2;
	text-decoration: none;
/*	color: #749865; */
	color: #422e0f;
}

#frame{
/*	background: #749865 url("/images/img01.gif") repeat-x; */
	background: #FFFFFF url("/images/framebackground.gif") repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	line-height: 1.8em;
/*	border: 1px solid #07220A; */
	border: 1px solid #211E0A;
	min-width: 600px;
	min-height: 800px;
	margin-left: 5%;
	margin-right: 5%;
	-moz-border-radius-topleft: 32px;
	-webkit-border-top-left-radius: 32px;
	-moz-border-radius-topright: 32px;
	-webkit-border-top-right-radius: 32px;
	-moz-border-radius-bottomleft: 32px;
	-webkit-border-bottom-left-radius: 32px;
	-moz-border-radius-bottomright: 32px;
	-webkit-border-bottom-right-radius: 32px;
	-webkit-box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.40);
	overflow: auto;
}

#content {
/*	width: 750px; */
	width: 90%;
	margin: 0 auto;
}

#footer{
	line-height: 2.5em;
	font-size: 75%;
	text-align: center;
/*	color: #749865;*/
	color: #887139;
}

/* Boxes */

#loginBox, div.dialogBox{
/*	border: 1px solid #333A35; */
	border: 1px solid #2B2312;
/*	background-color: #D9E7DD;*/
	background-color: #D9BE84;
/*	color: #2B2312; */
	margin-left: auto;
	margin-right: auto;
	padding-left: 2%;
	padding-right: 2%;
	text-align: left;
	overflow: auto;
	-moz-border-radius-topleft: 16px;
	-webkit-border-top-left-radius: 16px;
	-moz-border-radius-topright: 16px;
	-webkit-border-top-right-radius: 16px;
	-moz-border-radius-bottomleft: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-bottomright: 16px;
	-webkit-border-bottom-right-radius: 16px;	
}

div.dialogBox{
	font: 1.1em Georgia, "Times New Roman", Times, serif;
/*	color: #31462B; */
	color: #3A2C20;
	line-height: 1.4em;
	padding-top: .5%;
}

#loginTitle{
	color: #ffffff !important;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#loginTitle h1{
	color: #d9be84;
	font-size: 3em;
	text-shadow: 2px 2px 4px #000000;
}

#loginTitle h2{
	color: #d9be84;
	font-size: 1em;
}

#loginBox{
	margin-left: 35%;
	margin-right: 35%;
	text-align: center;
	min-height: 100px;
	-webkit-box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.30);
	color: #422e0f;
}

#loginBox input{
	border: 1px solid #422e0f;
}

#loginBoxButton{
	background-color: #402914;
	border: 1px solid #241A0C !important;
	color: #ffffff;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

/* Search Box */
#searchBox{
	float: right;
	position: relative;
	vertical-align: top;
	top: -18%;
	left: 5%;
}

#searchBox input{
	border: 1px solid #191307;
	color: #999382;
}

/* Two Column View */

#innerFrame{
	width: 100%;
	margin: 0 auto;
	overflow: auto;
}

#innerLeftFrame, #statsLeftFrame, #innerLeftFileFrame, #innerLeftAdminFrame{
	float: left;
	border: 0px;
	text-align: center;
	background-color: transparent;
	width: 60%;
}

#innerRightFrame, #statsRightFrame, #innerRightFileFrame, #innerRightAdminFrame{
	float: right;
	border: 0px;
	text-align: center;
	background-color: transparent;
	width: 40%;
}

#statsLeftFrame{
	width: 47% !important;
}

#statsRightFrame{
	width: 47% !important;
}

#innerLeftFileFrame, #innerRightFileFrame, #innerLeftAdminFrame, #innerRightAdminFrame{
	width: 50% !important;
	text-align: center;
}

#innerCenterFrame, #statsCenterFrame{
	clear: both;
	overflow: auto;
}

#statsCenterFrame{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#estimateAdminDelete{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 50%;
}

#planAdminOptions{
	border: 1px solid #D8EDDF;
	padding-left: 2%;
	padding-right: 2%;
	-moz-border-radius-topleft: 16px;
	-webkit-border-top-left-radius: 16px;
	-moz-border-radius-topright: 16px;
	-webkit-border-top-right-radius: 16px;
	-moz-border-radius-bottomleft: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-bottomright: 16px;
	-webkit-border-bottom-right-radius: 16px;	
}

#linkList{
	text-align: center;
}

#linkList a:hover{
	text-decoration: underline;
}

#planDetails table{
	width: 90%;
}


/* Tabs for Estimate Tables */

#estimateLink{
	font-size: 130%;
	font-style: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#estimateLink ul{
	margin: 0;
	padding: 0;
}

#estimateLink a{
	color: #FFFFFF;
	text-decoration: none;
}

#estimateLink a:hover{
	text-decoration: none;
}

#estimateLink a:visited{
	text-decoration: none;
}

a.estimateLinkActive{
	font-size: 130%;
/*	background-color: #739366; */
/*	background-color: #b48946; */
	background-color: #887139;

}

#estimateLink li{
	
/*	border-left: 1px solid #001603;
	border-right: 1px solid #001603;
	border-top: 1px solid #001603;
	border-bottom: 2px solid #273623; 
	background-color: #273623;*/
	border-left: 1px solid #191307;
	border-right: 1px solid #191307;
	border-top: 1px solid #191307;
	border-bottom: 2px solid #422e0f;
	background-color: #422e0f;
	display: inline;
	list-style-type: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}

li.estimateLinkActive{
/*	background-color: #739366 !important;
	border-bottom: 2px solid #739366 !important;*/
	background-color: #887139 !important;
	border-bottom: 2px solid #887139 !important;
}

/* Plan Wizard */
h4.planWizardSteps{
	margin-bottom: 2%;
}

#planWizardStartOver{
	text-align: left; 
	padding-left: 5%;
}

#planWizardButtonDiv{
	text-align: right;
	padding-right: 5%;
}
