body {
	background: url(http://thewebmechanics.com/projects/flyercafe/images/top_bg.png) #ffffff repeat-x;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000000;
}
a:link {
	color: #0000ee;
	text-decoration: none;
}
a:visited {
	color: #0000dd;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
u {
	border-bottom:1px solid #000000;
	text-decoration: none;
}
h2 {
	font-size: 11pt;
	margin: 0;
}
h1 {
	font-size: 13pt;
	color: #000000;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

form {
	margin-top: 0;
	margin-bottom: 0;
}
option {
	color: #000000;
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	background: #ffffff;
	border: 0px solid #999999;
}
textarea {
	color: #000000;
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	background: #ffffff;
	border: 1px solid #999999;
}
select {
	color: #000000;
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	background: #ffffff;
	border: 1px solid #999999;
}
textarea:focus, input[type=text]:focus, input[type=password]:focus {
	background: #FFC;
}
input[type=text], [type=password] {
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #999999;
	background: #ffffff;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
}
.content {
	font: 11pt Arial, Arial, Helvetica, sans-serif;
	color: #111111;
	padding: 7px;
}
.contenttitle {
	FONT-WEIGHT: normal;
	FONT-SIZE: 20px;
	COLOR: #ff6600;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	letter-spacing: -1px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
}
.footer a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
}
.legal {
	font-size: 8pt;
}
.copyright_footer {
	font-size: 6pt;
	color: #636363;
	text-decoration: none;
}
.title_small {
	font-size: small;
	color: #30ba87;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.title {
	font-size: 11pt;
	color: #FF8000;
	font-weight: bold;
	text-decoration: none;
}
.action_response {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #ff8000;
	font-weight: bold;
	text-decoration: none;
}
.warning_response {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}
.error {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #FF0000;
	font-weight: normal;
	text-decoration: none;
}
.header_loggedin {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
}
a:link.header_loggedin {
	text-decoration: underline;
}
a:visited.header_loggedin {
	text-decoration: underline;
}
a:hover.header_loggedin {
	text-decoration: underline;
}

/* --- for the userform (edit_flyers.php) --- */

span.userform_required {
	color: #A00; font-weight: bold;
}

div.userform_element {
	text-align: left; padding: 3px;
}

table.userform_maintable { 
	clear: both; width: 100%; border: 1px solid #85AEE0; padding: 5px;
}

td.userform_bluehead { 
	background-color: #85AEE0; color: #fff; padding: 3px;
}