* {
margin: 0px;
padding: 0px;
border: 0px;
}

body {
	font-family: "verdana";
}

a  {
	text-decoration: none;
	color: #44A200;
}

p {
	text-align: left;
    padding-top: 6px;
    padding-bottom: 6px;
}

ul {
	text-align: left;
}

h2 {
    margin-bottom: 5px;
}

img {
        border: 0px;
        background-color: none;
        text-decoration: none;
}

a:hover {
	color: #7ba25e;
}

a:focus {
	color: #D1DCC9;
}

a:active {
	color: #D1DCC9;
}

a.linkletter:hover {
	font-size: 200%;
	font-weight: bold;
}

a.linkletter:active {
	font-size: 200%;
	font-weight: bold;
}

a.linkletter:focus {
	font-size: 200%;
	font-weight: bold;
}

a.linkletter {
    font-weight: bold;
 }

a.linkselected {
	font-size: 200%;
	font-weight: bold;
}

a.sitetitle {
	font-size: 250%;
	font-family: "arial";
	font-weight: bold;
}

a.strong {
    font-weight: bold;
}

img {
    border: none;
}

span.small {
	font-size: 75%;
}

span.tiny {
	font-size: 50%;
}

span.errorspan {
	font-size: 125%;
	color: red;
}

span.successspan {
	font-size: 125%;
	color: green;
}

span.smokereportkey {
    font-size: 75%;
    font-weight: bold;
}

div#header {
    background-image: url('/images/headbackground.png');
    background-repeat: repeat-x;
    width: 100%;
           min-width: 1024px;
}

div#footer {
    background-image: url('/images/footbackground.png');
    background-position: bottom;
    background-repeat: repeat-x;
    width: 100%;
}

div#pagecontainer {
	width: 600px;
	text-align: center;
	margin: 0 auto;
    background-color: white;
    padding: 13px;
}

table.strainlist {
	margin-left: auto;
	margin-right: auto;
    table-layout: fixed;
}

table.smokereportselector {
	margin-left: auto;
	margin-right: auto;
	width: 540px;
	font-size: 65%;
}

a.strainname {
	font-size: 125%;
	font-weight: bold;
}

a.strainnamesmall {
	font-size: 75%;
	font-weight: bold;
    padding: 6px;
}

span.labeldesc {
	text-align: left;
}

div.smokereportlisting {
	margin-top: 4px;
	margin-bottom: 4px;
padding: 2px;
    background-color: #EDF3D4;
}

div.smokereportdiv {
	padding: 6px;
	margin-top: 10px;
}

span.smokereportcategory {
	font-weight: bold;
	text-decoration: underline;
}

p.categorydesc {
	font-size: 85%;
    text-align: center;
    margin-bottom: 6px;
}

p.footernotes {
	text-align: center;
	font-size: 60%;
	width: 600px;
}

blockquote {
    background: transparent url(/images/quoteleft.png) left top no-repeat;
    margin: 5px 20px 10px 20px;
    padding-left: 54px;
    background-color: #EDF3D4;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 6px;
}

blockquote p {
    background: url(/images/quoteright.png) right bottom no-repeat;
    margin: 0;
    padding-right: 54px !important;
    background-color: #FFFFFF;
    text-align: right;
    font-size: 0.9;
    font-family: sans-serif;
}

tr.imagedescription {
    background-color: #EDF3D4;
}

td.imagedescription {
    background-color: #EDF3D4;
}

td.imagetd {
border: 1px solid #EDF3D4;
padding: 2px;
}

td.link {
    background-color: #EDF3D4;
}

td.imagetd:hover {
    background-color: #EDF3D4;
}

#navlinks {
margin-top: 4px;
margin-bottom: 4px;
}

#signin {
    margin-top: 4px;
    margin-bottom: 4px;
}

#strainletters {
border: 1px solid #EDF3D4;
padding: 2px;
}

input {
padding: 2px;
border: 1px solid black;
}

input.fadedfont {
    color: grey;
}

select {
padding: 2px;
border: 1px solid black;
}

textarea {
padding: 2px;
border: 1px solid black;
}

#reportcontainer {
    text-align: center;
}

.reporttable {
margin: 0px auto;
}

.reporttable td {
border: 1px solid #EDF3D4;
}

h3 #reportcontainer {
    margin-top: 2px;
    margin-bottom: 2px
    text-align: center;
}

.reportpart {
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 2px;
}

#relatedstrains {
    margin-top: 24px;
    margin-bottom: 6px;
}

#additionalsmokereportdetails {
    margin-top: 6px;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    height: 200px;
    width: 225px;
}

.ui-autocomplete-loading { background: white url('/images/loading.gif') right center no-repeat; }

.ui-widget {
    font-size: 1.0em;
}

#signinsearch {
position: fixed;
top: 10px;
right: 10px;
}

