/* 

DCCB Bookkeeping
Common Stylesheet

Anton Ball
January 2007
http://www.cleverstarfish.com
 

*/

*
{
	padding: 0;
	margin: 0;
}

img
{
	border: 0;
}

body
{
 	background: #ddd6aa;
}

#container .headerborder
{
	border-top: 6px solid #716e58;
}

#container .logo
{
	padding-left: 43px;
}

.hide
{
	display: none;
}

h1
{
	color: #ffc30c;
	font: 1.5em tahoma, arial, sans-serif;
	padding: 0.2em 0;
}

h2
{
	color: #575757;
	font: 1em tahoma, arial, sans-serif;
	padding-top: 0.2em;
}

.quote
{
	font-style: italic;
	font-weight: bold;
}

P
{
	color: #2b2b2b;
	font: 0.9em tahoma, arial, sans-serif;
	padding: 0.4em 0;
}

label
{
	color: #2b2b2b;
	font: 0.9em tahoma, arial, sans-serif;
}

#content ul
{
	padding: 0.3em;
}

#content li
{
	color: #2b2b2b;
	font: 0.9em tahoma, arial, sans-serif;	
	margin-left: 1em;
	list-style: inside;
}

#footer a
{
	color: #fff;
	font: 0.9em tahoma, arial, sans-serif;
	text-decoration: none;
}

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


fieldset
{
	padding: 0.5em;
	margin-bottom: 10px;
	width: 400px;
	background: #e1e1e1;
	border: 1px solid #c5c5c5;
}

/*
form
{
	padding: 1em;
	width: 400px;
	background: #e1e1e1;
	border: 1px solid #c5c5c5;
}*/