p, div, td, ul, ol, .normal {
	font: 12px/18px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	color: #777467;
}

th {
	text-align: left;
}

.title, h3 {
	font: 14px/18px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	font-weight: bold;
	color: #531432;
}

.subtitle {
	font: 12px/18px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	font-weight: bold;
	color: #531432;
}

.footer {
	font: 11px/16px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	color: #C6AEB9;
}

.missing, .alert {
	color: #AB1111;
}

.leftbg{ 
	background-image: url(../images/header_bg.gif); 
	background-position : top right; 
	background-repeat : repeat-x; 
} 

.rightbg{ 
	background-image: url(../images/header_bg.gif);
	background-position : top left; 
	background-repeat : repeat-x; 
} 

#wineries li {
	list-style-image: none;
	list-style-type: none;
}

#wineries ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

#region li {
list-style-image: none;
list-style-type: none;
}

#region ul {
	list-style: none;
	margin-left: 0;
	margin-top: 0px;
	padding-left: 1em;
	text-indent: -1em;
}

select.small {  
	font-family: Trebuchet, Trebuchet MS, Verdana, sans-serif; font-size: 11px; color: #000000; text-decoration: none;
}

A:link        {text-decoration: none; color : #4475AD}
A:visited     {text-decoration: none; color : #4475AD}
A:active      {text-decoration: none; color : #4475AD}
A:hover       {text-decoration: none; color : #000000}

*.footer A:link        {text-decoration: none; color : #FFD77F}
*.footer A:visited     {text-decoration: none; color : #FFD77F}
*.footer A:active      {text-decoration: none; color : #FFD77F}
*.footer A:hover       {text-decoration: none; color : #FFFFFF}

.submit, .button, input[type="submit"], input[type="button"], input[type="reset"] { background-color: #531432; border: 0px; color: #FFFFFF; height: 22px; font-size: 10px; font-weight: bold; line-height:14px}

.search { border: 1px solid #84ADD2; background-color: #FFFFFF height:22px; width:150px; font: 12px/14px Trebuchet, Trebuchet MS, Verdana, sans-serif;}
.input { border: 0px; background-color: #CCCCCC; height:20px }
.textarea { border: 0px; background-color: #CCCCCC; height:95px;scrollbar-base-color:#CCCCCC;}
.textarea2 { border: 0px; background-color: #CCCCCC; height:60px;scrollbar-base-color:#CCCCCC;}
.select { border: 0px; background-color: #CCCCCC;}

/* FEEDBACK FORM CSS */
.feedback label {
	display: block;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	text-align: right;
	width: 140px;
	float: left;
	margin: 3px 10px 0px 0px;
	padding-bottom: 5px;
	white-space: normal;
}

.feedback label span {
	display: block;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
}

.feedback div {
	width: 290px;
	margin: 0px 0px 0px 150px;
	padding-bottom: 5px;
}

.feedback div.full {
	width: 100%;
	margin: 0px;
}

.feedback div label {
	display: inline;
	float: none;
	clear: none;
	margin: 0px;
	width: auto;
	text-align: left;
	font-weight: normal;
}

.feedback input, .feedback textarea {
	width: 200px;
	padding: 2px 3px;
	border: 1px solid #979797;
}

.feedback input[type="submit"], .feedback input[type="reset"], .feedback input[type="button"] {
	width: auto;
}

.feedback textarea {
	height: 60px;
}

.feedback input.radio, .feedback input.checkbox {
	width: 16px;
	padding: 0px;
}

.feedback br {
	clear: left;
	float: left;
}

.feedback div br {
	clear: none;
	float: none;
}

.feedback .button {
	width: auto;
}

.admin-index-list img {
	float: left;
	padding: 2px 6px 2px 4px;
}

.admin-index-list, .admin-index-grid {
	padding: 0;
	list-style-type: none;
	margin: 0px;
	width: 100%;
	color: #000000;
}

.admin-index-list li {
	padding: 3px;
	margin: 5px 0px;
	line-height: 17px;
	background-color: #aaa;
	background-image: url('../images/admin_bar_bg_light.png');
	background-position: center left;
	background-repeat: repeat-x;
	border: 1px solid #999;
}

.admin-index-list li div {
	float: right;
	padding: 0px;
	margin: 0px 3px;
	text-align: center;
}

#admin .admin-index-list .button { margin: 0px; padding: 0; width: 100%; }
.admin-index-list li div.view { width: 46px; }
.admin-index-list li div.configure { width: 77px; }
.admin-index-list li div.edit { width: 36px; }
.admin-index-list li div.subpages { width: 100px; }
.admin-index-list li div.delete { width: 55px; }

#admin form ol {
    list-style: none;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

#admin form ol li {
    padding: 6px;
    background-color: #EEEEEE;
    margin-bottom: 1px;
    min-height: 23px;
}

#admin form ol li label, #admin form ol li .label {
    float: left;
    width: 120px;
    text-align: right;
    margin-right: 7px;
    display: inline;
}

#admin form ol li.custom label, #admin form ol li div label {
    float: none;
    width: auto;
    text-align: left;
}

#admin form ol li div {
    margin: 0px 50px 0px 150px;
}

#admin form ol li input[type="text"], #admin form ol li textarea {
    width: 350px;
}

