body {
	margin			: 0;
	padding			: 0;
	font-family		: sans-serif;
	font-size		: 9pt;
}

a {
	text-decoration	: none;
	color			: #6ca61f;
	font-weight		: bold;
}

a:hover {
	color			: #c68c3f;
}

img {
	border			: 0;
}

h1 {
	margin			: 0;
	padding			: 3px 0 0 16px;
	height			: 26px;
	color			: #fff;
	font-size		: 11pt;
	font-weight		: bold;
	background		: url('/img/colhdrs.jpg') -1105px 0 no-repeat;
}

h2 {
	padding			: 0;
	margin			: 14px 15px 14px 15px;
	color			: #8cc63f;
	font-size		: 11pt;
	font-weight		: bold;
}

h3 {
	margin			: 0px 15px 0px 15px;
	padding			: 3px;
	color			: #999;
	font-size		: 10pt;
	font-weight		: bold;
	background-color: #eee;
	border			: 1px solid #ccc;
}

h4 {
	margin			: 0px 15px 0px 15px;
	padding			: 3px;
	color			: #666;
	font-size		: 10pt;
	font-weight		: bold;
	border-bottom	: 1px dashed #ccc;
	clear           : both;
}

p, fieldset, dl {
	margin			: 14px 15px 14px 15px;
	line-height		: 15pt;
}

div#content ul,
div#content ol {
	margin			: 14px 15px 14px 15px;
	padding			: 0 0 0 15px;
	line-height		: 15pt;
}

div#content ul ul,
div#content ol ol {
	margin			: 0px 15px;
	padding			: 0 0 0 15px;
	line-height		: 15pt;
}

textarea {
	line-height		: 15pt;
}

table {
	margin			: 14px 15px 14px 15px;
}

table tr td {
	vertical-align	: top;
}

blockquote {
	background		: #eee url('/img/forum/quote_start.png') top left no-repeat;
	padding-left	: 20px;
}

dl.error dt {
	float		: left;
	width		: 100px;
}


.ctabutton {
    text-shadow         : 0 -1px 1px rgba(0,0,0,0.4);
   -moz-border-radius   : 5px;
   -webkit-border-radius: 5px;
    border-radius       : 5px; 
    -khtml-border-radius: 5px;

    -moz-box-shadow     : 0px 3px 4px #000;
    -webkit-box-shadow  : 0px 3px 4px #000;
    box-shadow          : 0px 3px 4px #000;

    display             : inline-block;
    background-color    : #6ca61f;
    font-size           : 12pt;
    text-align          : center;
    color               : #fff;
    margin              : 4px;
    padding             : 8px 18px;
}

.ctabutton:hover {
    -moz-box-shadow     : 0px 1px 2px #000;
    -webkit-box-shadow  : 0px 1px 2px #000;
    box-shadow          : 0px 1px 2px #000;
    
    text-decoration     : none;
    background-color    : #87b648;
    color               : #fff;
}

#quicksearch {
    display             : none;
    width               : 200px;
    float               : left;
}

#quicksearch + p {
    clear               : both;
}

#quicksearch input {
    width               : 175px;
}

#clearqs {
    vertical-align      : text-bottom;
    display             : none;
    cursor              : pointer;
}

#selectcat {
    width               : 300px;
    float               : left;
}

#qsresults {
    display             : none;
}
