/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/ /* base.css, part of YUI's CSS Foundation */
h1 { /*18px via YUI Fonts CSS foundation*/
	font-size: 138.5%;
}

h2 { /*16px via YUI Fonts CSS foundation*/
	font-size: 123.1%;
}

h3 { /*14px via YUI Fonts CSS foundation*/
	font-size: 108%;
}

h1,h2,h3 { /* top & bottom margin based on font size */
	margin: 1em 0;
}

h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight: bold;
}

abbr,acronym { /*indicating to users that more info is available */
	border-bottom: 1px dotted #000;
	cursor: help;
}

em { /*bringing italics back to the em element*/
	font-style: italic;
}

blockquote,ul,ol,dl { /*giving blockquotes and lists room to breath*/
	margin: 1em;
}

ol,ul,dl { /*bringing lists on to the page with breathing room */
	margin-left: 2em;
}

ol li { /*giving OL's LIs generated numbers*/
	list-style: decimal outside;
}

ul li { /*giving UL's LIs generated disc markers*/
	/*list-style: none outside;*/
}

dl dd { /*giving UL's LIs generated numbers*/
	margin-left: 1em;
}

.content th,.content td {
	padding: .5em;
}

.content th { /*distinguishing table headers from data cells*/
	font-weight: bold;
	text-align: center;
}

caption { /*coordinated margin to match cell's padding*/
	margin-bottom: .5em;
	/*centered so it doesn't blend in to other content*/
	text-align: center;
}

p,fieldset,table,pre { /*so things don't run into each other*/
	margin-bottom: 1em;
}

/* setting a consistent width, 160px; 
   control of type=file still not possible */
.text input,.password input,textarea,select, .file input .password input{
	width: 30em;
}

input.form-error,textarea.form-error {
	background-color: #FFF0F0
}

.checkbox input {
	float: left;
	margin-top: 0px;
}

label {
	width: 14em;
}
.sub_field label{
	width: 8em;
	padding-left:4em;
	font-style: italic;	
}
.error-message {
	color: red;
}

div.input {
	padding: 0.5em 0;
	clear: left;
}

div.input,.text input,.select select, .password input, .submit input {
	color: #6C6642;
	font-family: tahoma;
	font-size: 11px;
	line-height: 14px;
}

.text label,.select label, .file label, .password label{
	float: left;
}

.input label {
	font-weight: bold;
}

.radio label,.checkbox label {
	padding-left: 0px;
	padding-right: 1em;
	width: auto;
}

.radio label {
	font-weight: normal;
}

.radio label.radio_title {
	font-weight: bold;
	width: 14em;
}

.checkbox label {
	font-weight: normal;
}

.form form {
	padding: 0 120px;
}

div.header {
	font-weight: bold;
	width: 100%;
	text-align: center;
	text-decoration: underline;
}

form .error-message {
	padding-left: 12em;
}

.flashMessage {
	font-weight: bold;
	text-align: center;
}

#authMessage{
	color:red;
}

.pad_01 {
	padding-top: 1em;
	padding-bottom: 1em;
}

.pad_02 {
	padding-top: 1em;
}

.section_title {
	text-decoration: underline;
	padding-top: 1.5em;
	padding-bottom: 0.5em;
	text-align: center;
	clear:both;
}

.field_group_title{
	font-weight:bold;
	padding-top: 1.0em;
	text-align:left;
	clear:left;
}
.bold{
	font-weight:bold;
}

.center{
	text-align:center;
}

div.required {
	background-image: url("../img/required.gif");
	background-repeat: no-repeat;
	background-position:left 9px; 
	margin-left: -11px;
	padding-left: 11px;
}

div.submit{text-align:center;}

a img {
	border:none;
}

a.view_listing, a.add_listing{
	float:right;
}