/* Colors
Red: 660909
Wine: 660000
Gold: 999933
Link Blue: 1F4DA0 
Purple: CC6666
Lignt Wine: CC6666
Light Green: CCCC66
Green: 999933
Dark Blue: #103463
Light Blue: #F7FBFF
*/

td, body, div {font-family: arial, helvetica; font-size:9pt}

div {-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding: 0;}

.buttons01 {font-family: arial, helvetica; font-size:8pt}

.wineryList {
	font-family: arial, helvetica; font-size:8.5pt;
	margin-left : 10px;
	padding:5px;
}
.greenLabels {color:#999933; font-weight:bold}
.coralLables {color:#CC3333; font-weight:bold}

#addSpace {
	margin-left : 25px;
}


.subhead {
	font-family:Tahoma,Verdana,Arial,Helvetica, sans-seif;
	font-size:12pt;
	font-weight:normail;
	color:#cc6666;
}

/* IDs */
#noBreak {
	display: inline;
}

#noSpace { 
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 1em;
}

/* Page Layout */
form {
	padding:0px;
	margin:0px;
}

div.titleRight {
	display:inline;
	padding-right:35px;
}

div.formBox {
	width:400px;
	background-color:#F7FBFF;
	border:dashed #003366 1px;
	padding:10px;
	text-align:left;
}

/* Form Errors/Success */
div.error {
	width:200px;
	padding:2px;
	background-color: #FBF0F0;
	border:dashed #660000 1px;
	margin-bottom:2px;
	color:#660000;
}

div.errorBox {
	width:250px;
	padding:6px;
	background-color: #FBF0F0;
	border:dashed #660000 1px;
	margin-bottom:10px;
}

div.errorBoxTitle {
	color:#660000;
	font-size:13;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:4px;
	margin-bottom:5px;
	border-top:solid #660000 2px;
	border-bottom:dotted #660000 1px;
}

ul.error {
	padding:0px;
	margin-left:15px;
	margin-bottom:3px;
	color:#660000;
}

div.formSuccess {
	width:250px;
	padding:6px;
	color:#999933;
	font-weight:bold;
	background-color: #EEEECA;
	border:dashed #999933 1px;
	margin-bottom:10px;
}

/* Headings */
h1 {
	font-size:18px;
	color:999933;
}
h2 {font-family:tahoma, verdana, arial, helvetica; 
		font-size:13pt;
		color:#CB7F7C;}
h4 {
	font-family: arial, helvetica; 
	font-size:9pt;
	font-weight:bold;
	color:#660A33;
}
h5 {
	font-family: arial, helvetica; 
	font-size:10pt;
	font-weight:bold;
	color:#999933;
}

.head {font-family:tahoma, verdana, arial, helvetica; 
		font-size:13pt;
		color:#CB7F7C;
		font-weight:bold}


/* Text */
.subText {
	color:CC6666;
	font-style:italic;
}

.hiLite {
	color:660033;
	font-weight:bold;
	font-size:9pt}

/* Content */
div.content {
	margin-left:15px;
	margin-right:20px;
	margin-top:10px;
	margin-bottom:10px;
	padding:4px;
}
div.indentText {
	margin-left:15px;
	margin-right:20px;
	font-weight:bold;
	font-size:8pt;
}
div.indentTextnb {
	margin-left:15px;
	margin-right:20px;
	font-size:8pt;
}

/* Search */
div.searchContainer {
	padding-left:10px;
	border-left:dotted #660909 1px;
}
div.searchResult {
	padding-top:6px;
	padding-bottom:6px;
}
div.searchLink {
	font-weight:bold;
}
div.searchDesc {
	width:500px;
}
div.searchPages {
	text-align:center;
	padding-top:8px;
	padding-bottom:5px;	
	font-weight:bold;
}

/* Divs */
div.lightBar {
	background-color: CC6666;
	color: FFFFFF;
	margin-left:0px;
	margin-right:0px;
	margin-top:5px;
	margin-bottom:5px;
	padding:4px;
}

/* Links */
a:link {
	color:1F4DA0;
	text-decoration:none;
}
a:hover {
	color:660909;
	text-decoration:underline;
}
a:visited {
	color:660909;
	text-decoration:none;
}

/* colored Links */
a:link.blued {
	color:004BA2;
	text-decoration:none;
}

a:visited.blued {
	color:A24BA2;
	text-decoration:none;
}

a:hover.blued {
	color:004BA2;
	text-decoration:underline;
}

/* colored Links */
a:link.wline {
	color:004BA2;
	text-decoration:underline;
}

a:visited.wline {
	color:660A33;
	text-decoration:underline;
}

a:hover.wline {
	color:004BA2;
	text-decoration:none;
}

.footnote {
	font-family: arial, helvetica; 
	font-size:8pt;
	font-weight:bold;
	color:#000000;
}

.even {background-color:#CCCC66}
.odd {background-color:#FFFFFF} 

.errorSmall{
color:#930800;
font-size:10px;
}