/* body */
body {
	background:#dadada;
	color:#666;
	font:10px Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

#container {
background: #9cbc2c;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 20px;
padding-bottom: 10px;
margin:0 auto;
width: 760px;
}

/* header */
#header {
	margin:0 auto;
	position:relative;
	width:760px;
}

#content {
	clear: both;
	border-top: solid 2px black;
	padding-top: 4px;
}

.contact_picture {
	border: solid 2px black;
}

#footer {
	border-top: solid 2px black;
	text-align: center;
}
#footer p {
	padding: 0px;
	margin: 0px;
}

/* Links Bar */
#links {
	background-color: lightgray;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 5px 5px 15px;
}

/* Form Tables */
#invoice_table {
	width:700px;
	margin: 4px auto;
	border-collapse:collapse;
}
#invoice_table td, #invoice_table th {
	border:1px solid black;
	padding:3px 7px 2px 7px;
}
#invoice_table th {
	width: 350px;
	font-size:12px;
	font-weight: bold;
	padding-top:5px;
	padding-bottom:4px;
	background-color: lightgray;
}
#invoice_table tr.alt td {
	color:#000000;
	background-color:#EAF2D3;
}
#invoice_table td.spacer, th.spacer {
	border: none;
	background: none;
}
#invoice_table td.label {
	width: 80px;
}
#invoice_table td.text {
	width: 270px;
}

/* List Invoices Table */
#list_invoices {
	width:600px;
	margin: 4px auto;
	border-collapse:collapse;
}
#list_invoices td, #list_invoices th {
	border:1px solid black;
	padding:3px 7px 2px 7px;
}
#list_invoices th {
	width: 350px;
	font-size:12px;
	font-weight: bold;
	padding-top:5px;
	padding-bottom:4px;
	background-color: lightgray;
}

/* Success, Error Messages */
#success, #errors {
	background-repeat: no-repeat;
	background-position: 5px 8px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 8px 8px 8px 28px;
	margin-bottom:0px;
	clear: both;
	color: white;
	font-weight: bold;
}
#success {
	background-image: url("http://www.northlakesfireandrescue.org/pics/plog-admin/images/success.gif");
	border: 1px solid #8fc25c;
	background-color: green;
}

#errors {
	background-image: url("http://www.northlakesfireandrescue.org/pics/plog-admin/images/x.gif");
	border: 1px solid maroon;
	background-color: red;
}