body {
	background-color: #666;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	color: #333;
	font-size: 90%;
}

#page {
	width: 900px;
	margin: 0 auto;
	background-color: #fff;
}

#header {
	background-image: url(/images/header.gif);
	background-repeat: no-repeat;
	height: 90px;
}

p.nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #8c352b;
	height: 18px;
	text-align: right;
	padding: 6px 12px;
}
p.nav a {
	color: #fff;
	text-decoration: none;
}
p#header a:active, p#header a:hover {
	text-decoration: underline;
}

#content {
	padding: 12px 16px;
	min-height: 600px;
}

h1 {
	margin-top: 0;
	font-size: 175%;
}
h2 {
	font-size: 125%;
	border-bottom: 1px solid #aaa;
	padding-bottom: 2px;
	margin-top: 26px;
}

a {
	color: #8c352b;
}

p {
	margin: 16px 0;
}

/* FORMS */
form div {
	margin: 16px 0;
}
form label {
	display: block;
}
form div.checkbox label {
	display: inline;
}
form div.inline {
	float: left;
	margin-right: 8px;
	margin-top: 0;
}
form div.submit {
}
form div.error-message, form label.error {
	color: #900;
	font-size: 75%;
	margin: 0;
}

:focus {
  outline: none;
}



table.standard {
	background-color: #71675d;
	/*border: 1px solid #2e2925;*/
}

table.standard th {
	background-color: #c4bd97;
	color: #fff;
	padding: 4px;
	font-size: 85%;
}
table.standard td {
	background-color: #fff;
	padding: 3px 4px;
	font-size: 85%;
	text-align: center;
}
table.standard td.center {
	text-align: center;
}
table.standard th.center {
	text-align: center;
}
table.standard td.right {
	text-align: right;
}

table.standard td.alt {
	background-color: #c4bd97;
	color: #fff;
	font-weight: bold;
}

table.standard td input {
	width: 92%;
}

table.standard td.length {
	background-color: #dce6f1;
}


a.createEstimate {font-size: 120%; font-weight: bold; padding: 10px 0; display: block; background-color: #8c352b; color: #fff; width: 200px; text-align: center; text-decoration: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
a.createEstimate:hover {background-color: #b05e55;}

table a.edit{padding-left:16px;padding-right: 9px;background:url(/images/misc/icons/edit_sm.png) no-repeat left center}
table a.remove{padding-left:16px;padding-right: 9px;background:url(/images/misc/icons/delete_sm.png) no-repeat left center}
table a.view{padding-left:16px;padding-right: 9px;background:url(/images/misc/icons/view_sm.png) no-repeat left center}
table a.email{padding-left:16px;padding-right: 9px;background:url(/images/misc/icons/email_sm.png) no-repeat left center}

.section,.panel,#shortcuts,#chart,.quickview{background:#fff;padding:10px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;-moz-border-radius:3px;}
.quickview ul{margin:0px;padding:0px;list-style:none;}
.quickview ul li{padding:3px;font-size:12px;}
.quickview ul li span.number{font-family:Arial;font-weight: bold;font-size:13px;color:#8c352b}
div.left{ float:left; }
div.right{ float:right; }
div.clear{	clear:both; }

.ui-success {padding: 5px;margin:12px 0px;border:1px solid #c4e5a4;background-color:#e6f9d3;-moz-border-radius:3px;-webkit-border-radius: 3px;}
.ui-success span {margin: 0;background-image:url(/images/misc/accept.png);background-repeat: no-repeat;padding: 2px 0 0 20px;background-color:#e6f9d3; font-size: 85%;}
