/**
 * codebase.css 
 * code by strangecode :: www.strangecode.com :: this document contains copyrighted information
 *
 * CSS used in codebase templates and scripts that generate HTML. Do not arbitrarily
 * edit this code! This file is used between many sites and modifying it may result
 * in something breaking. Instead, overwrite these values in a specific site by
 * adding new definitions to a screen.css file.
 */

/*_____________________ SC Messaging ____________________*/
.sc-msg { font-family: verdana,geneva,arial,sans-serif; }

.sc-msg-warning,
.sc-msg-error,
.sc-msg-success,
.sc-msg-notice {
	margin: 0 0 6px 0;
	padding: 5px;
	background: #fff;
	color: #f00;
	border: 1px solid #f00;
}
.sc-msg-success { color: #090; border-color: #090; }
.sc-msg-notice { color: #C60; border-color: #C60; }

/*_____________________ PEdit Forms ____________________*/

.sc-pedit-form {}

.sc-pedit-item,
.sc-pedit-buttons { margin: .75em 0; }
.sc-pedit-buttons { clear: both; }

#sc-pedit-versions-table {
    margin-bottom: .75em;
    border-collapse: collapse;
    border-spacing: 0;
}

#sc-pedit-versions-table th, 
#sc-pedit-versions-table td {
    border-bottom: 1px solid #CC9;
    margin: 0;
    padding: 2px 10px;
    vertical-align: baseline;
}
#sc-pedit-versions-table th {
    white-space: nowrap;
}
/**
 * utilities.css 
 * code by strangecode :: www.strangecode.com :: this document contains copyrighted information
 *
 * CSS used often in Strangecode applications. Do not arbitrarily
 * edit this code! This file is used between many sites and modifying it may result
 * in something breaking. Instead, overwrite these values in a specific site by
 * adding new definitions to a screen.css file.
 */

/*_____________________ FORMS ____________________*/

input.tiny, textarea.tiny, select.tiny,
input.small, textarea.small, select.small,
input.medium, textarea.medium, select.medium,
input.large, textarea.large, select.large       { margin: 0 0.5em 0 0; }

input.tiny, textarea.tiny, select.tiny          { width: 4.75em; }
input.small, textarea.small, select.small       { width: 10em; }
input.medium, textarea.medium, select.medium    { width: 20.5em; }
input.large, textarea.large, select.large       { width: 41.5em; }
input.full, textarea.full, select.full          { width: 100%; }
select.small                                    { width: 10em; }
select.medium                                   { width: 20.5em; }

textarea.twolines, select.twolines              { height: 3em; }
textarea.short, select.short                    { height: 8em; }
textarea.tall, select.tall                      { height: 25em; }
textarea.fullscreen, select.fullscreen          { height: 40em; }

/*_____________________ UTILITIES ____________________*/
.nowrap { white-space: nowrap; }
.clearboth { clear: both; }
.center { text-align: center; }
.right { text-align: right; }
.padright { padding: 0 10px 0 0; }
.padleft { padding: 0 0 0 10px; }
.help { color: #999; font-weight: normal; }
.monospaced { font-family: monaco, courier; font-weight: normal; }

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after { content: " "; display: block; visibility: hidden; clear: both; height: 0.1px; font-size: 0.1em; line-height: 0.0; }
* html .pkg { display: block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */
/* ========== CUSTOM PHRASE STYLES ========== */

p.help,
span.help {
	color: #999;
	font: 0.8em/1.0 Verdana, Arial, Helvetica, sans-serif;
}

.callout { font-style: italic !important; }

.inlineheader { font-weight: bold; }

.allcaps { text-transform: uppercase; }

.dropcap:first-letter {
	display: block;
	float: left;
	font-size: 2em;
}

.smallheader {
	text-transform: uppercase;
	font: bold 9px/1.0 Verdana, Helvetica, Arial, sans-serif;
}

/* ========== CUSTOM FORM STYLES ========== */

/* input, textarea {display: block;} */

input.twochar { width: 2em; }

input.tiny { width: 100px; } /* Can hold approx 12 chars */

input.small, /* 20 characters */
select.small {
	width: 160px;
}

input.medium { width: 250px; } /* good for keyword lists */

input.large { width: 400px; } /* good for short descriptions */

textarea.twoline { /* good for two line addresses */
	width: 250px;
	height: 2em;
}

textarea.paragraph { /* good for a single paragraph */
	width: 400px;
	height: 10em;
}

textarea.essay { /* good for multiple paragraphs */
	width: 400px;
	height: 25em;
}

/* ========== CUSTOM LIST STYLES ========== */

ul.nolist li,
ol.nolist li,
li.nolist {
	list-style: none !important;
	background-image: none !important;
	padding-left: 0 !important;
}

ul.bullet li { list-style-type: disc !important; }
ul.circle li { list-style-type: circle !important; }
ul.square li { list-style-type: square !important; }

ol.number li { list-style-type: decimal !important; }
ol.lroman li { list-style-type: lower-roman !important; }
ol.uroman li { list-style-type: upper-roman !important; }
ol.lowercase li { list-style-type: lower-latin !important; }
ol.uppercase li { list-style-type: upper-latin !important; }


/* ========== GENERAL UTILITY ========== */

.noborder { border: 0 !important; }
.nomargin { margin: 0 !important; }
.nopadding { padding: 0 !important; }

.clear { clear: both; }

.skipnav { display: none; }

.rightfloat {
	float: right !important;
	margin: 0 0 1em 10px;
}

.leftfloat {
	float: left !important;
	margin: 0 10px 1em 0;
}

div.hr,
div.clear {
	clear: both;
	height: 1px;
}

div.hr span,
div.clear span { display: none; }

.pushtop { padding-top: 1.5em; }#commandbox
{
	padding: 5px;
	margin: 0 0 1em 0;
	border: 1px solid #FFB426;
	background-color: #FFF;
}

#commandbox * {
	margin: 0 !important;
	padding: 0;
}

.commanditem
{
	margin: 0 10px 0 0;
	white-space: nowrap;
}

.commandtext
{
	padding-right: 1em;
    font-size: 80%;
}

.command_left
{
	float: left;
	white-space: nowrap;
}

.command_right
{
	position: relative;
	visibility: visible;
	white-space: nowrap;
	float: right;
}

/*
form {
	margin: 0 !important;
}
*/

/*
table
{
	border-width: 1px;
	border-collapse: collapse;
	border-spacing: 0;
}

th
{
	padding: 2px;
	text-align: left;
	vertical-align: middle;
}

td
{
	vertical-align: top;
	padding: 5px 6px 0 0 ;
}
*/

table.list
{
	border-left: 1px solid #FFB426;
/*	border-width: 0 1px;*/
	margin: 4px 0;
	width: 700px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

html>body table.list { width: 100%; }

table.list th
{
    padding: 3px 0 3px 5px;
    font-size: 80%;
    background-color: #FFC;
	border: solid #FFB426;
	border-width: 1px 1px 1px 0;
/*
	white-space: nowrap;
*/
}

table.list td
{
    font-size: 80%;
    padding: 3px 0 3px 5px;
	border: solid #FFB426;
	border-width: 0 1px 1px 0;
	vertical-align: middle;
}

table.list img {
	display: inline !important;
}

ul.custnav {
}

ul.custnav li {
	font-family: Helvetica, Arial, sans-serif !important;
	display: inline;
	border-right: 1px solid #666;
	padding: 0 5px !important;
}* {
	margin: 0;
}

/* So you don't unpad certain form elements in some browsers */
html, head, body,
h1, h2, h3, h4, h5, h6, p, blockquote, q, address, cite,
ul, ol, li, dl, dt, dd,
img,
form, legend, fieldset, label,
table, tr, thead, tbody, tfoot, th, td, caption,
em, strong, pre, sup, sub, del, ins, code, dfn, kbd, samp, var, big, small {
	padding: 0;
	text-align: left;
}

a:link,
a:visited {
	font-family: inherit !important;
	font-size: inherit !important;
	color: #C30;
	text-decoration: underline;
	margin: 0 !important;
}

a:link:hover,
a:visited:hover {
	color: #FFB426;
}

body {
	background-color: #E7E2DC;
	margin: 0 auto 0 auto;
	padding-bottom: 3em;
	text-align: center; /* centers main container in IE/WIn */
}

html>body { text-align: left; }

h1, h2, h3, h4, h5, p, ul, ol, dl, address, blockquote {
	margin-right: 18px;
	margin-left: 18px;
	color: #000;
	line-height: 1.3;
}

h1, h2, h3, h4, h5 {
	margin-top: 18px;
	margin-bottom: 0;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}

p, ul, ol, dl, address, blockquote {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0.5em;
}

h1#title {
	font: lighter 24px/18px "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	color: #960;
	margin: -22px 0 0 10px;
}

* html h1#title {
	line-height: 24px;
	/*
	Fixes IE/Win where it floats way to the right
	Removed 12/30/06 - IE7 Renders incorrectly
	*/
	left: 0;
	position: absolute;
	z-index: 1001;
}

h2 { font-size: 16px; }

h2 a:link,
h2 a:visited {
	text-decoration: none;
	color: inherit;
}

h2 a:link:hover,
h2 a:visited:hover {
	color: #FFB426;
}

h3 { font-size: 14px; }

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

h5 { font-size: 11px; }

p {}

/* ul, ol, dl { position: relative; } */

ul { list-style: none; }

ol { margin-left: 30px; }

li {
	margin-bottom: 0.5em;
}

li * {
	margin-left: 0;
	margin-right: 0;
}

blockquote,
blockquote p {
	font-style: italic;
	line-height: 1.4;
	margin-top: 1em;
}

cite {
	font-size: 0.9em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

blockquote cite {
	display: block;
	font-weight: bold;
}

p cite {
	font-family: inherit;
	font-size: inherit;
	font-style: italic;
}

q+cite {
	font-weight: bold;
}

q+cite:before {
	content: '\2014';
}

img {
	border: 0;
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
	border: none;
}

form { margin: 0 18px; }

form * {
	margin-left: 0;
	margin-right: 0;
}

html>body form>* { margin-bottom: 0.5em !important; }

label {
	background-image: url(/i/blt_redarrow.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-top: 0.3em;
	font: 13px/1.5 Helvetica, Arial, sans-serif;
	color: #000;
	display: block;
}

fieldset {
	border: none;
}

legend {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0.5em;
}

input, textarea, select {
	font: 13px/1.0 Helvetica, Arial, sans-serif;
	margin-bottom: 0.6em;
}

input[type="text"],
input[type="file"],
input[type="password"],
textarea {
	background-color: #FFC;
}

html>body input[type="text"]:focus,
html>body input[type="file"]:focus,
html>body input[type="password"]:focus,
html>body textarea:focus {
	background-color: #FFF;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
	text-align: center;
}

option { padding-right: 8px; }

acronym { border: 0; }

q:before,
q:after {
	content: "";
}

/* -------------------------- BEGIN STRUCTURE RULES -------------------------- */

#container {
	width: 900px;
	background-image: url(/i/bg_grad_sides.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	padding: 0 18px 36px 18px;
	margin: 0 auto;
}

html>body #container { width: 900px; }


/*------------------------HEADER------------------------------*/

#header {
	position: relative;
	background-color: #FFF;
	background-image: url(/i/bg_banner.jpg);
	background-position: top right;
	background-repeat: repeat-x;
	z-index: 9999;
}

#header #golbon_banner {
	}

#header #banner {
	float: left; 
	width: 370px; 
	overflow: hidden;
	display: inline;
	}


#mission {
	padding-top: 35px;
	}
	
#mission p {
	font-size: 20px;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 0 !important;
	}
	
#print-logo {
	display: none;
}

#header #supplier_logo {
	position: absolute;
	top: 0;
	right: 300px;
	height: 74px;
	width: 244px;
	z-index: 10000;
/*
	padding-top: 13px;
	border: 1px solid #900;
*/
	
	}

#header #supplier_logo p {
	float: left;
	width: 70px;
	height: 74px;
	margin: 0;
	padding-top: 13px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	}


#header #supplier_logo div {
	text-align: center !important;
	margin-left: 70px;
	text-align: center;
	padding-top: 5px; 
/*
	border: 1px solid #900;
*/
	}

#header #supplier_logo div img {
	margin: 0 auto;
	}




#header #membercontrols {
	border-left: 1px solid #ffb426;
	position: absolute;
	top: 0;
	right: 0;
	height: 77px;
	width: 153px;
	z-index: 10000;
	background-color: #FFF;
	background-image: url(/i/bg_membercontrols.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-top: 10px;
}

* html #header #membercontrols {
	margin-right: 15px;
	}

#header #membercontrols div.column {
	float: left;
	display: inline;
	width: 140px;
	margin-top: 9px;
	
	position: relative;
}
	
#header #membercontrols * {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

#header #membercontrols h3 {
	color: #000;
	font-weight: normal !important;
	margin-top: 14px;
}

#header #membercontrols ul li {
	margin-bottom: 0;
}



#header #membercontrols #form_window {
	display: none;
	position: absolute;
	top: 4em;
	left: -20px;
	width: 340px;
}




#form_window_top {
	margin: 0 !important;
	}

#form_window_repeat
{
	background-color: none;
	background-image: url(/i/bg_form_window_repeat.png);
	background-position: 0px 110px;
	background-repeat: repeat-y;
	padding: 20px !important;
}

#form_window_bottom {
	margin: 0 !important;
	}




#header #membercontrols #form_window form { display: none; }

#form_window input {
	background-color: #FFF;
	border: 1px solid #369;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #333;
	line-height: 1.3;
}

#form_window p {
	margin-left: 0;
}




#header a:link,
#header a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #C30;
}

#header a:link:hover,
#header a:visited:hover {
	color: #F90;
}


/*------------------------NAVIGATION------------------------------*/

#nav {
	background-color: #900;
	height: 26px;
	margin: 0;
	padding: 0 !important;
}

#nav ul {
	margin-left: 18px;
	margin: 0 0 0 18px !important;
	padding: 2px 0 0 0;
}

#nav ul * {
	padding: 10px 0;
}

#nav li {
	display: inline;
	font: 12px/2.0 Helvetica, Arial, sans-serif !important;
	text-align: center;
	margin-left: 5px;
	background-position: center center;
	background-repeat: repeat-x;
}

#nav li.orange { background-image: url(/i/bg_nav_orange.gif); }
#nav li.red { background-image: url(/i/bg_nav_red.gif); }
#nav li.darkred { background-image: url(/i/bg_nav_darkred.gif); }
#nav li.current { background-image: url(/i/bg_nav_current.jpg); }

#nav a:link,
#nav a:visited {
	padding-left: 9px;
	background-position: center left;
	background-repeat: no-repeat;
	color: #FFC;
	text-decoration: none;
}

#nav a:link:hover,
#nav a:visited:hover {
	color: #FFB426 !important;
}

#nav li.orange a { background-image: url(/i/bg_nav_orange_left.gif); }
#nav li.red a { background-image: url(/i/bg_nav_red_left.gif); }
#nav li.darkred a { background-image: url(/i/bg_nav_darkred_left.gif); }
#nav li.current a {
	background-image: url(/i/bg_nav_current_left.jpg);
	color: #930 !important;
}

#nav span {
	padding-right: 9px;
	background-position: center right;
	background-repeat: no-repeat;
}

#nav li.orange a span { background-image: url(/i/bg_nav_orange_right.gif); }
#nav li.red a span { background-image: url(/i/bg_nav_red_right.gif); }
#nav li.darkred a span { background-image: url(/i/bg_nav_darkred_right.gif); }
#nav li.current a span { background-image: url(/i/bg_nav_current_right.jpg); }

/*------------------------CONTENT------------------------------*/

#content {
	position: relative;
	padding: 2em 0 1em 0;
	background-color: #FFC;
	background-image: url(/i/bg_content.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}

html>body #content { margin-top: -2px; }

#content ul li {
	background-position: 0 0.3em;
	background-repeat: no-repeat;
	padding-left: 10px;
}

.contentbox,
.subcontent {
	position: relative;
	background-color: #FFF;
	border: 1px solid #FFB426;
	width: 864px;
	margin: 0 18px 18px 18px;
	clear: both;
}

html>body .contentbox,
html>body .subcontent { width: auto; }

.subcontent {
	background-color: transparent;
	border: none;
}

/*-------GREEN BAR--------*/

#contentfoot {
	background-image: url(/i/bg_greenbar.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#contentfoot p {
	font-family: Helvetica, Arial, sans-serif;
	color: #030;
	font-size: 10px;
	text-align: center;
	padding: 6px 0 40px 0;
}

#contentfoot .logos {
	text-align: center;
}

#contentfoot img {
	margin: 0 10px;
	display: inline;
}

/*------------------------FOOTER------------------------------*/

#footer {
	padding-top: 30px;
	background-image: url(/i/bg_grad_bottom.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#footer ul,
#footer p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-align: center;
}

#footer ul { margin-bottom: 1em; }

#footer li {
	display: inline;
	border-right: 1px solid #666;
	padding-right: 9px;
	margin-right: 9px;
	line-height: 1.6;
}

#footer p {
	line-height: 1.4;
	color: #333;
}

#footer a:link,
#footer a:visited {
	text-decoration: none;
	color: #660;
}

#footer a:link:hover,
#footer a:visited:hover {
	color: #C30;
}

#footer img {
	text-align: center;
	display: block;
	margin: 0.7em auto 0 auto;
}

/*------------------------OTHER STRUCTURE DIVs------------------------------*/

.leftcol,
.centercol,
.rightcol,
.box1wide,
.box2wide,
.box3wide,
.boxhalfwide {
	float: left;
	display: inline !important;
	margin-top: 0;
}

.box1wide,
.box2wide,
.box3wide,
.boxhalfwide {
	margin-left: 18px;
}

.box1wide { width: 290px; }
.box2wide { width: 580px; }
.box3wide { width: 870px; }
.boxhalfwide { width: 410px; }

/*-------TWO COLUMN BOX--------*/


.content_banner {
	border: 1px solid #FFB426;
	width: 824px;
	margin-top: 18px;
	height: 150px;
	background-color: #EDE8E4;
}

/* Fix IE/Win where it adds padding... */
* html .content_banner { 
	margin-top: 0; 
	margin-left: 18px !important;
	}
/* ... except on certain pages */
* html #suppliers .content_banner,
* html #homepage .content_banner {
	margin-top: 18px;
}

.content_banner .leftcol { width: 566px;}
.content_banner .rightcol { width: 258px; }
* html .content_banner .rightcol { width: 256px; }

.content_banner h2 {
	color: #C00;
	margin-top: 0.5em;
	font-weight: bold;
}


/* ------------------------TWO COLUMN------------------------------ */

.twocol { margin: 18px 18px 0 18px; }

* html .twocol .leftcol,
* html .twocol .rightcol {
	margin-top: 0;
}

.twocol h2 {
	margin-top: 0;
	margin-bottom: 1em;
}

/* REVISIT */
#cornerbox {
	position: absolute;
	right: 0;
	border-left: 1px dotted #FFB426;
	width: 100px;
	padding: 5px 18px;
	margin-right: 0;
	text-align: left;
	margin-top: -7em;
}
/* \*/
html>body #cornerbox {
	margin-top: 0;
	bottom: 20px;
}
/*  */

#cornerbox h3 {
	margin-bottom: 0.5em;
}

#cornerbox p,
#cornerbox li,
#cornerbox cite {
	font: 10px/1.2 Helvetica, Arial, sans-serif !important;
	margin: 0 !important;
}

#cornerbox p {
	margin-bottom: 0.5em !important;
}


/*--------------------TWO COLUMN NARROW LEFT------------------------*/

.narrowleft .twocol { margin-left: 0 !important; }

.narrowleft .twocol .leftcol {
	width: 200px !important;
	border-right: 1px dotted #FFB426;
}

.narrowleft .twocol .rightcol { width: 510px; }


/*--------------------TWO COLUMN WIDER LEFT------------------------*/

.widerleft .twocol .leftcol { width: 235px; }
.widerleft .twocol .rightcol { width: 459px; }
* html .widerleft .twocol .rightcol { width: 459px; }

.widerleft .twocol img.border {
    border: 1px solid #FFB426;
}

/*------------------------FLOAT BOX------------------------------*/

.floatbox {
	position: absolute;
	right: -26px;
	top: -20px;
	width: 160px;
	background-image: url(/i/bg_floatbox_btm.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 19px;
	z-index: 100;
}

.floatbox div {
	background-image: url(/i/bg_floatbox_top.gif);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 19px;
}

.floatbox div div {
	border: 1px solid #FFB426;
	background-color: #FFF;
	background-image: none;
	text-align: center;
	padding: 10px 0;
}

html>body .floatbox div div { padding: 0; }

.floatbox div div * {
	text-align: center;
	padding: 0;
	z-index: 1000;
}

.floatbox p,
.floatbox ul {
	margin: 10px 18px;
}

.floatbox p,
.floatbox li {
	font: 11px/1.3 Helvetica, Arial, sans-serif !important;
}

.floatbox li {
	background-image: none;
	margin: 2px 0 !important;
}

.floatbox img { margin: 10px auto; }

.floatbox a:link,
.floatbox a:visited {
	color: #C00;
	font-size: 11px;
}

.floatbox a:link:hover,
.floatbox a:visited:hover {
	color: #FFB426;
}

.narrowleft .twocol .rightcol,
.widerleft .twocol .rightcol {
	margin-right: 130px;
	position: relative;
}

/* REVISIT */
/*html>body #cornerbox { right: -140px !important; }*/

/*------------------------THREE COLUMN------------------------------*/

.threecol .leftcol,
.threecol .centercol,
.threecol .rightcol {
	width: 286px;
	display: inline;
}

.threecol .centercol {
	width: 288px;
}

* html .threecol .centercol {
	width: 288px;
}


/*------------------------HOME AND LOGIN PAGE------------------------------*/

#login .leftcol { padding-top: 10px; }
#login .rightcol { padding-top: 33px; }

#login .contentbox form,
#login .contentbox p {
	margin-left: 0;
}

#login .contentbox p {
	color: #600;
	font: 13px/1.6 Helvetica, Arial, sans-serif !important;	
}

#login .contentbox form p {
	font-size: 11px !important;
}

#homepage .threecol div {
	background-position: top left;
	background-repeat: no-repeat;
}

#homepage #home_optools { background-image: url(/i/bg_grad_orange.jpg); }
#homepage #home_rss { background-image: url(/i/bg_grad_blue.jpg); }
#homepage #home_promos { background-image: url(/i/bg_grad_green.jpg); }

#homepage .threecol h2,
#homepage .threecol h3,
#homepage .threecol h4,
#homepage .threecol p,
#homepage .threecol ul,
#homepage .threecol ol {
	margin-left: 18px !important;
	font-family: Helvetica, Arial, sans-serif;
}

#homepage .threecol p,
#homepage .threecol li {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#homepage .threecol h2 {
	font-size: 11px;
	line-height: 1.0;
	border-bottom: 1px dotted #F90;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

#homepage .threecol h2:first-line { font-size: 22px; }

#homepage .threecol a:link,
#homepage .threecol a:visited {
	color: #C30;
}

#homepage .threecol a:link:hover,
#homepage .threecol a:visited:hover {
	color: #FFB426;
}

#homepage .threecol h2 a,
#homepage .threecol h3 a {
	text-decoration: none;
}

#homepage .threecol h3 { line-height: 1.1; }

#homepage #home_rss {
	border: solid #F90;
	border-width: 0 1px;
}

#homepage #home_optools h2:first-line,
#homepage #home_optools h3 {
	color: #C30;
}

#homepage #home_rss h2:first-line,
#homepage #home_rss h3 {
	color: #066;
}

#homepage #home_rss h3 a:link,
#homepage #home_rss h3 a:visited {
	color: #066;
}

#homepage #home_rss h3 a:link:hover,
#homepage #home_rss h3 a:visited:hover {
	color: #FFB426;
}

#homepage #home_rss h3 {
	margin-bottom: 0;
	font-weight: normal;
}

#homepage #home_rss p {
	color: #666;
	font-size: 11px;
}

#homepage #home_promos h2:first-line {
	color: #063;
}

#homepage #home_promos h3 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin-bottom: 1em;
}

#homepage #home_promos ul a:link,
#homepage #home_promos ul a:visited {
	text-decoration: none;
}

#homepage .morelink {
	font-size: 11px;
	text-align: center;
}
#homepage .morelink:before { content: '~ '; }
#homepage .morelink:after { content: ' ~'; }





/*------------------------DSR TOOLBOX PAGE------------------------------*/
#dsr_toolbox #dsr_tools { background-image: url(/i/bg_grad_orange.jpg); background-repeat: no-repeat; }
#dsr_toolbox #dsr_producttraining { background-image: url(/i/bg_grad_blue.jpg); background-repeat: no-repeat; }
#dsr_toolbox #dsr_promos { background-image: url(/i/bg_grad_green.jpg); background-repeat: no-repeat; }

#dsr_toolbox .threecol h2,
#dsr_toolbox .threecol h3,
#dsr_toolbox .threecol h4,
#dsr_toolbox .threecol p,
#pdsr_toolbox .threecol ul,
#dsr_toolbox .threecol ol {
	margin-left: 18px !important;
	font-family: Helvetica, Arial, sans-serif;
}

#dsr_toolbox .threecol p,
#dsr_toolbox .threecol li {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#dsr_toolbox .threecol h2 {
	font-size: 11px;
	line-height: 1.0;
	border-bottom: 1px dotted #F90;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

#dsr_toolbox .threecol h2:first-line { font-size: 22px; }

#dsr_toolbox .threecol a:link,
#dsr_toolbox .threecol a:visited {
	color: #C30;
}

#dsr_toolbox .threecol a:link:hover,
#dsr_toolbox .threecol a:visited:hover {
	color: #FFB426;
}

#dsr_toolbox .threecol h2 a,
#dsr_toolbox .threecol h3 a {
	text-decoration: none;
}

#dsr_toolbox .threecol h3 { line-height: 1.1; }





#dsr_toolbox #dsr_spiffs,
#dsr_toolbox #dsr_freestuff,
#dsr_toolbox #dsr_operator_promos,
#dsr_toolbox #dsr_industry_links,
#dsr_toolbox #dsr_featured_service_partner
{
	margin: 0 0 18px 18px;
	}

#dsr_toolbox #dsr_tools ul {
	margin-top: 9px !important;
	}

#dsr_toolbox #dsr_tools ul li {
	background-image: url(/i/blt_redarrow.gif);
	background-position: 0 0.4em;
	background-repeat: no-repeat;
	}






#dsr_qotw {
	margin: 0 0 18px 13px;
	padding-top: 18px;
	}

#dsr_qotw * {
	border: none !important;
	font-weight: normal !important;
	}

#dsr_qotw table tr td table td{
	padding: 5px;
	}





#dsr_toolbox #dsr_producttraining {
	border: solid #F90;
	border-width: 0 1px;
}


#dsr_toolbox #dsr_producttraining table {
	border-collapse: separate;
	border-spacing: 5px;
	margin: 10px auto;
	width: 280px;
	}

#dsr_toolbox #dsr_producttraining td {
	padding: 5px;
	border: 1px solid #CCC;
	vertical-align: middle;
	text-align: center;
	}

#dsr_toolbox #dsr_producttraining td:hover {
	border: 1px solid #F90;
	}

#dsr_toolbox #dsr_newproducts {
	margin: 0 0 18px 18px;
	}






#dsr_toolbox #home_optools h2:first-line,
#dsr_toolbox #home_optools h3 {
	color: #C30;
}

#dsr_toolbox #dsr_producttraining h2:first-line,
#dsr_toolbox #dsr_producttraining h3 {
	color: #066;
}

#dsr_toolbox #dsr_producttraining h3 a:link,
#dsr_toolbox #dsr_producttraining h3 a:visited {
	color: #066;
}

#dsr_toolbox #dsr_producttraining h3 a:link:hover,
#dsr_toolbox #dsr_producttraining h3 a:visited:hover {
	color: #FFB426;
}

#dsr_toolbox #dsr_producttraining h3 {
	margin-bottom: 0;
	font-weight: normal;
}

#dsr_toolbox #dsr_producttraining p,
#dsr_toolbox #dsr_tools p {
	color: #666;
	font-size: 11px;
}

#dsr_toolbox #new_product_table {
	width: 100%;
}

#dsr_toolbox #new_product_table td {
	padding-left: 18px;
	padding-bottom: 1em;
}

#dsr_toolbox #dsr_community {
	background-color: #FFF4DD;
	background-image: url(/i/bg_dsr_community.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	border-top: 1px dotted #FC0;
	border-bottom: 1px dotted #FC0;
	padding-bottom: 9px;
}

#dsr_toolbox #dsr_community p, 
#dsr_toolbox #dsr_community h3 {
}

#dsr_toolbox #dsr_promos h2:first-line {
	color: #063;
}

#dsr_toolbox #featured_dsr img {
	display: block; 
	margin-left: 18px;
	}





#dsr_toolbox #dsr_promos h3 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #063;
	font-weight: normal;
	margin-bottom: 1em;
}

#dsr_toolbox #dsr_promos ul a:link,
#dsr_toolbox #dsr_promos ul a:visited {
	text-decoration: none;
}

#dsr_toolbox #dsr_promos #operator_promos {
	height: 80px;
	background-image: url(/i/promos.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#dsr_toolbox .morelink {
	font-size: 11px;
	text-align: center;
}
#dsr_toolbox .morelink:before { content: '~ '; }
#dsr_toolbox .morelink:after { content: ' ~'; }


.intro p {
	font-size: 14px;
/*
	color: #930;
*/
	}





/*--------------- OPERATOR TOOLS and ASK JIM -------------------*/

* html #ot .twocol {
	padding-top: 18px;
}

#ot h2 {
	font-size: 14px;
	color: #960;
	margin-top: 0;
}


#ot .leftcol div {
	background-color: #FFC;
	background-image: url(/i/bg_content.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}

#ot .leftcol h3 {
	color: #C30;
	background-color: #FFB426 !important;
	padding: 10px 18px;
	margin: 0;
}

#ot img.photo {
	margin: 0 auto 18px auto;
	text-align: center;
}


#ot .leftcol li {
	background-image: url(/i/blt_redarrow.gif);
	background-position: 0 0.2em;
	margin-bottom: 0.2em;
	font-size: 11px;
}

#ot .rightcol img { margin-left: 18px; }

#ot .rightcol ul li { background-image: url(/i/blt_ylwarrow.gif); }

#ot .rightcol li ul,
#ot .rightcol li ol {
	margin-left: 0;
}

#ot .rightcol li ol { margin-left: 20px; }

#ot p.copyright,
#ot p.author {
	margin-bottom: 0;
	font-style: italic;
}

#ot p.author { margin-bottom: 1em; }

#ot ul.otnavlist li { font-family: Helvetica, Arial, sans-serif !important; }

#ot .leftcol ul.otnavlist { margin: 18px; }
#ot .rightcol ul.otnavlist { margin-right: 0; }

#ot .leftcol ul.otnavlist a { text-decoration: none; }
#ot .leftcol ul.otnavlist a.current { font-weight: bold; }

#ot .rightcol ul.otnavlist a { font-size: 14px !important; }

#ot .twocol_list { margin-top: 0.5em; }
html>body#ot .twocol_list { width: 90% !important; }


/* ----------------- SALES TRAINING CONTENT --------------- */


.training_credits * {
	font-size: 10px;
	}

.training_comments
{
	border-top: 1px #CCC solid;
	border-right: 0 none;
	border-bottom: 1px #CCC solid;
	border-left: 0 none;
	background-color: #EFEFEF;
	padding-top: 10px;
	margin-bottom: 18px;
}

.training_video {}
.training_audio {}



/* ---------------------- CULINARY CORNER CATEGORY INDEX ---------------------- */


#cc_catindex .contentbox {
	background-image: url(/i/bg_grad_contentbox.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}

#cc_catindex .noheader { margin-top: 18px; }

#cc_catindex .section {
	border-bottom: 1px dotted #FFB426;
	padding: 18px 0 10px 0;
	clear: both;
}

#cc_catindex .section h2 { margin-top: 0; }
#cc_catindex .section ul { margin-bottom: 0; }

#cc_catindex .section img {
	float: right;
	border: 1px solid #FFF;
	margin: 0 18px 18px 18px;
}

#cc_catindex p.morelink a {
	background-image: url(/i/blt_redarrow_dbl.gif);
	background-position: 100% 4px;
	background-repeat: no-repeat;
	padding-right: 18px;
	font-style: italic !important;
}

/* ----------------- ARTICLE DETAIL PAGE --------------- */

#article .rightcol img,
#article .rightcol object {
	margin-left: 18px;
	margin-bottom: 10px;
}

/* ----------------- RECIPE DETAIL PAGE --------------- */


#recipe .leftcol { width: 265px !important; }

#recipe h2 { margin-top: 18px; }
html>body #recipe h2 { margin-top: 0; }


#recipe h4 {
	border-bottom: 1px solid #FFB426;
	margin-left: 265px;
}

#recipe h5 span {
	background-image: url(/i/blt_greyarrow_dwn.gif);
	background-position: 100% 0.2em;
	background-repeat: no-repeat;
	padding-right: 10px;
}

#recipe .adbox {
	position: relative;
	border: 1px solid #FFB426;
	overflow: hidden !important;
	background-color: #FFB426;
	padding-bottom: 0.7em;
	margin-right: 18px;
}

#recipe .adbox * {
	text-align: center;
	margin-bottom: 0 !important;
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 11px !important;
	background-image: none !important;
	padding-left: 0 !important;
}

#recipe .adbox img { margin: 0 auto !important; }

#recipe .adbox h5 { margin-top: 1em !important; }

#recipe .adbox a { color: #C00 !important; }

#recipe p.product { line-height: 1.0 !important; }

#recipe p.product strong {
	background-image: url(/i/blt_redarrow_dbl.gif);
	background-position: 0 0.3em;
	background-repeat: no-repeat;
	padding-left: 18px;
}

#recipe .overlay {
	margin-top: -20px;
	background-color: transparent !important;
	border: 0 !important;
	padding: 0 !important;
}

#recipe h5.servings {
	float: right;
	padding-top: 6px;
	text-transform: uppercase;
}

#recipe table.recipecard {
	margin: 1em 0;
	clear: both;
	width: 100% !important;
	border-spacing: 0;
	border-collapse: collapse;
}

#recipe .recipecard * {
	font-size: 12px;
	line-height: 1.2;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#recipe .recipecard th,
#recipe .recipecard td {
	border: 1px dotted #FFB426;
	padding: 2px 10px;
	vertical-align: middle;
}

#recipe .recipecard th { border-top-width: 0; }

#recipe .recipecard .instructions {
	vertical-align: top;
	width: 45%;
}

#recipe .recipecard th span {
	font: 11px/1.0 Helvetica, Arial, sans-serif;
	background-image: url(/i/blt_greyarrow_dwn.gif);
	background-position: 100% 0.2em;
	background-repeat: no-repeat;
	padding-right: 10px;
	text-transform: uppercase;
}

#recipe .recipecard tr.odd {
	background-color: #FFC;
}

#recipe p.caption {
	text-align: center !important;
	font: 14px/1.2 Helvetica, Arial, sans-serif !important;
	margin: 1em 200px 0 200px !important;
}

#recipe div.nutritional_facts {
}

#recipe div.nutritional_facts * {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5;
	padding: 0;
}

#recipe div.nutritional_facts h3 {
	font-weight: bold;
	text-transform: uppercase;
}

#recipe div.nutritional_facts h4 {
	text-transform: uppercase;
	margin: 0;
	border-bottom: 0;
	font-size: 11px;
}

#recipe div.nutritional_facts ul ul { display: inline; }

#recipe div.nutritional_facts li {
	margin-bottom: 0;
	display: inline;
}

#recipe div.nutritional_facts li:after {
	content: '; ';
}

* html #recipe div.nutritional_facts li {
	border-right: 1px solid #000;
	margin-right: 3px;
	padding-right: 2px;
}

#recipe div.nutritional_facts ul,
#recipe div.nutritional_facts ul ul {
	margin-bottom: 0;
}

#recipe div.nutritional_facts ul ul { border-top-width: 0; }

#recipe div.nutritional_facts ul ul li { margin-left: 10px; }




/* ----------------- SALES TRAINING CONTENT --------------- */


.training_credits * {
	font-size: 10px;
	}

.training_comments
{
	border-top: 1px #CCC solid;
	border-right: 0 none;
	border-bottom: 1px #CCC solid;
	border-left: 0 none;
	background-color: #EFEFEF;
	padding-top: 10px;
	margin-bottom: 18px;
}

.training_video {}
.training_audio {}






/* ----------------- PARTNERS LISTING PAGE --------------- */

#suppliers .supplier_listing {
	clear: both;
	margin: 0 10px;
}

#suppliers .supplier_listing div {
	float: left;
	display: inline;
}
#suppliers .supplier_logo { 
	width: 130px; 
	margin-top: 10px;
}

#suppliers .supplier_blurb {
	margin-left: 10px;
	margin-bottom: 18px;
	width: 180px;
}

#suppliers .supplier_blurb h2 {
	margin-top: 5px;
}


#suppliers .contentbox h2 { margin-bottom: 0; }
#suppliers .contentbox p { margin-bottom: 0px; }
#suppliers h2 a {
	color: #930;
	text-decoration: underline;
}

#suppliers h2 a:hover { color: #FFB426 !important; }

#suppliers ul.content_icons {
	margin-top: 5px;
	margin-bottom: 0;
}

#suppliers .content_icons li {
	display: inline;
	padding-left: 0 !important;
	margin-right: 4px;
	margin-left: 0;
}

/* ------------- SEARCH PAGE -------------- */

* html #search .twocol { padding-top: 18px; }

#search .twocol h3 {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	background-image: url(/i/blt_redarrow.gif);
	background-position: 0 0.4em;
	background-repeat: no-repeat;
	padding-left: 10px;
}

#search #search_results p { margin-left: 25px; }
#search .more_results { margin-top: 2em; }

#content_search {
	padding-top: 9px;
	padding-left: 18px;
	background-color: #FFE4B3;
	border-bottom: 1px solid #FFB426;
}

#content_search form select,
#content_search form input {
	display: inline;
	margin-right: 20px;
}
html>body #content_search form select,
html>body #content_search form input {
	border: 1px solid #FFB426;
}

html>body #content_search form input[type="text"] {
	padding: 3px 0;
}

html>body #content_search form input[type="submit"] {
	background-color: #FFF;
	color: #000;
	padding: 3px 5px;
}

#content_search form br { display: none; }

/* ------------- GOLBON MEMBERS PAGE -------------- */

#members .twocol .rightcol {
	width: 283px;
	}
#members .twocol .leftcol {
	width: 283px;
	}

#members .rightcol h2 {
	margin-top: 1em;
	margin-bottom: 0;
}

#members .rightcol h3 {
	font-weight: normal;
	font-size: 12px;
	margin-top: 0;
}

#members .swatch_NE,
#members .swatch_N,
#members .swatch_S {
	border: 1px solid #000;
	margin-left: 5px;
	line-height: 0.5;
	padding: 0 0.5em 0 0.4em;
	vertical-align: middle;
}

#members .swatch_NE { background-color: #A7D172; }
#members .swatch_N  { background-color: #E7EFC5; }
#members .swatch_S { background-color: #CBE09C; }


#members ul#NE li,
#members ul#N li,
#members ul#SE li,
#members ul#SW li {
	clear: both;
	}

#members .member_logo {
	position: relative;
	float: left;
	margin-right: 10px;
	}

#members .inlineheader { color: inherit !important; }

/*--------------------STYLES FOR PAGE SECTIONS------------------------*/



/* ------ FEATURED SUPPLIER BANNER (home, supplier index, promo index) ------ */
#featured_supplier_banner {
	margin-bottom: 18px;
	background-color: #FFF;
}

#featured_supplier_banner div { background-image: none !important; }
#featured_supplier_banner li a {
	text-decoration: none;
	font-size: 13px !important;
}

#featured_links { padding-top: 0.5em; }

#featured_links h2,
#featured_links ul,
#featured_links li {
	margin-left: 0;
	padding-left: 0 !important;
	font-family: Helvetica, Arial, sans-serif;
}

/*
#featured_links li {
	margin-left: 25px;
}

#featured_links li:first-line {
	margin-left: -25px !important;
}
*/

#featured_links h2 { margin-bottom: 5px; }


/*------------------------CUSTOM CLASSES------------------------------*/

h2.content_title {
	color: #930 !important;
	margin-bottom: 0;
}

h3.content_subtitle {
	font: italic 12px/1.4 Georgia, "Times New Roman", Times, serif !important;
	color: #000;
	margin-bottom: 1em;
	margin-top: 0;
}

p.callout {
	font-style: italic !important;
	color: #930 !important;
}

p.attention {
	font: 11px/1.5 Helvetica, Arial, sans-serif !important;
	color: #C00 !important;
}


html>body .ieh1fix { display: none; }


ul.redblt li,
ul.yellowblt li {
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0 0.4em !important;
}

ul.redblt li { background-image: url(/i/blt_redarrow.gif) !important; }

ul.yellowblt li { background-image: url(/i/blt_ylwarrow.gif) !important; }


div.hr {
	border-bottom: 1px solid #FFB426;
	margin: 10px 0;
}

.inlineheader {
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #930;
}

.toplink a {
	margin-left: 3px !important;
	margin-right: 3px !important;
}

.cornerstamp {
	float: right;
	margin: 0;
	z-index: 100;
}

* html .cornerstamp { margin-right: -5px; }

.left { float: left !important; }
.right { float: right !important; }

.allcaps { text-transform: uppercase; }

#header .form_controls { width: 225px !important; }

.icon {
	display: inline;
	vertical-align: middle;
	float: none !important;
}

/* ------------- UTILITIES -------------- */

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0.0;
}
* html .pkg { display: block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

form .help {
	margin-top: 0.3em;
    margin-bottom: 0.5em;
    font: 11px/1.1 Helvetica, Arial, sans-serif;
}

/* ------------- SYSTEM MESSAGES -------------- */

#sysmsg {
	color: #ffffff;
	position: absolute;
	top: 184px;
	left: 50%;
	margin-left: -431px;
	z-index: 1000;
	font-size: 12px;
	background-color: transparent;
	width: 863px;
	text-align: left !important;
}

html>body #sysmsg {
	background-color: transparent;
}

#sysmsg div {
	border-width: 0;
	background-color: transparent;
}

.codebasemsg div {
	margin: 0 5px;
	padding: 3px 5px;
}

.close {
	font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #900;
	color: #900;
	background-color: #F90;
	float: left;
	margin: 5px;
	cursor: pointer;
/*	padding-bottom: 0.2em;*/
	text-align: center;
	height: 1.2em;
	width: 1.3em;
	line-height: 0.5;
	padding: 0 0 0.2em 0;
}

html>body .close {
	line-height: 1.0;
	padding-bottom: 0;
}


/* REPORTS */

dl/****************************************************************/
/* 1. IMPORTED STYLESHEETS */
/****************************************************************/

/* Import the basic setup styles */
@import url(imports/base.css);
/* Import the colour scheme */


/****************************************************************/
/* 1. BACKGROUND AND TEXT COLOURS */
/****************************************************************/

/* 1.1 Default background colour and text colour */


.pun {
	COLOR: #333 !important;
	font-family: arial !important;
}

.inbox form label {
	background: none !important;
}

.pun label {
	background: none;
}


DIV.box, .pun BLOCKQUOTE, DIV.codebox, #adminconsole FIELDSET TH, .rowodd, .roweven {BACKGROUND-COLOR: #F0F5FA !important;}
#adminconsole TD, #adminconsole TH {BORDER-COLOR: #B61D1F !important;}

/* 1. 2 Darker background colours */

TD.tc2, TD.tc3, TD.tcmod, #postpreview, #viewprofile DD, DIV.forminfo,
#adminconsole FIELDSET TD, DIV.blockmenu DIV.box, #adstats DD {BACKGROUND-COLOR: #DFE6EF !important;}

/* 1.3 Main headers and navigation bar background and text colour */

.pun H2, #brdmenu { background-image : url(../forum/img/nevred/nagl1.jpg) !important;  COLOR: #FFF !important;}

/* 1.4 Table header rows */

.pun TH { background-image: url(../forum/img/nevred/nagl2.gif) !important;}

/* 1.5 Fieldset legend text colour */

.pun LEGEND {COLOR: #B61D1F !important;}

/* 1.6 Highlighted text for various items */

.pun DIV.blockmenu LI.isactive A, #posterror LI STRONG {COLOR: #333 !important;}

/****************************************************************/
/* 2. POST BACKGROUNDS AND TEXT */
/****************************************************************/

/* 2.1 This is the setup for posts. */

DIV.blockpost DIV.box, DIV.postright, DIV.postfootright {BACKGROUND-COLOR: #DFE6EF !important;}
DIV.postright, DIV.postfootright {BORDER-LEFT-COLOR: #F0F5FA !important;}
DIV.postleft, DIV.postfootleft, DIV.blockpost LABEL {BACKGROUND-COLOR: #F0F5FA !important;}

DIV.postright, DIV.postfootright {
	float: right;
}

/* 2.2 Background for post headers and text colour for post numbers in viewtopic */

/*
DIV.blockpost H2 {BACKGROUND-COLOR: #B61D1F !important;}
DIV.blockpost H2 SPAN.conr {COLOR: #B61D1F !important;}
*/

/* 2.3 This is the line above the signature in posts. Colour and background should be the same */

.pun HR {BACKGROUND-COLOR: #333; COLOR: #333 !important;}


/* MENU */
#brdmenu  {
	padding-bottom: 0 !important;
}

#brdmenu ul li {
	display: inline;
	padding-bottom: 0 !important;
}

#brdmenu ul li a {
	font-weight: bold;
	font-family: Arial !important;
}

.inbox strong {
	font-family: arial;
}

/* Table Headers */
#punindex .blocktable h2,
#punindex .block h2,
#punwrap * .blocktable h2,
#punwrap * .block h2{
	margin-left: 0;
	margin-right: 0;
}


#punwrap, #punindex, .box {
	font-family: Arial !important;
}

#punwrap h2 {
	margin-left: 0;
	margin-right: 0;
}

.postlinksb .inbox p {
	margin-bottom: 0;
	margin-left: 0;
	/*float: left;*/
}

.blockform { clear: both; }

.postleft dl {
	font-family: arial;
}

.postleft dl dd {
	font-size: .9em;
}

.postleft {
	width: 20%;
	float: left;
}

.postfootleft {
	width: 20%;
	float: left;
}

.postright {
	width: 78%;
	float: right;
}
	
.conr {
	clear: right;
	float: right;
	text-align: right !important;
}

.conr dt,
.conr dd {
	text-align: right;
}



#brdmenu ul,
#brdwelcome ul,
#brdtitle h1,
#brdtitle p {
	margin-left: 0;
}


/****************************************************************/
/* 3. BORDER COLOURS */
/****************************************************************/

/* 3.1 All external borders */

DIV.box {BORDER-COLOR: #2d7c28 !important;}

/* 3.2 Makes the top border of posts match the colour used for post headers */

DIV.blockpost DIV.box {BORDER-COLOR: #2d7c28 #2d7c28 #2d7c28 #2d7c28 !important;}

/* 3.3 Table internal borders. By default TH is same as background so border is invisible */

.pun TD {BORDER-COLOR: #FFFFFF !important;}
.pun TH {BORDER-COLOR: #FFFFFF !important;}

/* 3.4 Creates the inset border for quote boxes, code boxes and form info boxes */

.pun BLOCKQUOTE, DIV.codebox, DIV.forminfo, DIV.blockpost LABEL {BORDER-COLOR: #2d7c28 #2d7c28 #2d7c28 #2d7c28 !important;}

/* 3.5 Gecko's default fieldset borders are really nasty so this gives them a colour
without interferring with IE's rather nice default */

.pun DIV>FIELDSET {BORDER-COLOR: #2d7c28 !important;}

/****************************************************************/
/* 4. LINK COLOURS */
/****************************************************************/

/* 4.1 This is the default for all links */

.pun A:link, .pun A:visited {COLOR: #175513 !important; font-family: arial !important;}
.pun A:hover {COLOR: #80100F !important;}

/* 4.2 This is the colour for links in header rows and the navigation bar */

.pun H2 A:link, .pun H2 A:visited, #brdmenu A:link, #brdmenu A:visited {COLOR: #FFF !important;}
.pun H2 A:hover, #brdmenu A:hover {COLOR: #FFF !important;}

/* 4.3 This is for closed topics and "hot" links */

LI.postreport A:link, LI.postreport A:visited, TR.iclosed TD.tcl A:link, TR.iclosed TD.tcl A:visited {COLOR: #888 !important;}
LI.postreport A:hover, TR.iclosed TD.tcl A:hover {COLOR: #AAA !important;}
LI.maintenancelink A:link, LI.maintenancelink A:visited {COLOR: #B42000 !important;}
LI.maintenancelink A:hover {COLOR: #B42000 !important;}

/****************************************************************/
/* 5. POST STATUS INDICATORS */
/****************************************************************/

/* These are the post status indicators which appear at the left of some tables. 
.inew = new posts, .iredirect = redirect forums, .iclosed = closed topics and
.isticky = sticky topics. The default is "icon". By default only .inew is different.*/

DIV.icon {BORDER-COLOR: #ffba00 #ffba00 #ffba00 #ffba00 !important; margin-right: 15px;}
TR.iredirect DIV.icon {BORDER-COLOR: #ffba00 #ffba00 #ffba00 #ffba00 !important;}
DIV.inew {BORDER-COLOR: #ffba00 #ffba00 #ffba00 #ffba00 !important;}



/****************************************************************/
/* 2. TEXT SETTINGS */
/****************************************************************/

/* 2.1 This sets the default Font Group */

.pun, .pun INPUT, .pun SELECT, .pun TEXTAREA, .pun OPTGROUP {
	/*FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif !important;*/
}

.pun {FONT-SIZE: 11px !important; LINE-HEIGHT: normal !important;}

/* IEWin Font Size only - to allow IEWin to zoom. Do not remove comments \*/
* HTML .pun {FONT-SIZE: 68.75% !important;}
/* End IE Win Font Size */

/* Set font size for tables because IE requires it */
.pun TABLE, .pun INPUT, .pun SELECT, .pun OPTGROUP, .pun TEXTAREA, DIV.postmsg P.postedit {FONT-SIZE: 1em !important;}

/* 2.2 Set the font-size for preformatted text i.e in code boxes */

.pun PRE {FONT-FAMILY: monaco, "Bitstream Vera Sans Mono", "Courier New", courier, monospace !important;}

/* 2.3 Font size for headers */

.pun H2, .pun H4 {FONT-SIZE: 1em !important; font-weight: bold;}
.pun H3 {FONT-SIZE: 1.1em !important; margin: 0;}
#brdtitle H1 {FONT-SIZE: 1.4em !important;}

/* 2.4 Larger text for particular items */

DIV.postmsg P {LINE-HEIGHT: 1.4 !important;}
DIV.postleft DT {FONT-SIZE: 1.1em !important;}
.pun PRE {FONT-SIZE: 1.2em !important;}

/* 2.5 Bold text */

DIV.postleft DT, DIV.postmsg H4, TD.tcl H3, DIV.forminfo H3, P.postlink, DIV.linkst LI,
DIV.linksb LI, DIV.postlinksb LI, .blockmenu LI, #brdtitle H1, .pun SPAN.warntext, .pun P.warntext {FONT-WEIGHT: bold !important;}

/****************************************************************/
/* 3. LINKS */
/****************************************************************/

/* 3.1 Remove underlining for main menu, post header links, post links and vertical menus */

#brdmenu A:link, #brdmenu A:visited, .blockpost DT A:link, .blockpost DT A:visited, .blockpost H2 A:link,
.blockpost H2 A:visited, .postlink A:link, .postlink A:visited, .postfootright A:link, .postfootright A:visited,
.blockmenu A:link, .blockmenu A:visited {
	TEXT-DECORATION: none !important;
}

/* 3.2 Underline on hover for links in headers and main menu */

#brdmenu A:hover, .blockpost H2 A:hover {TEXT-DECORATION: underline !important;}

/****************************************************************/
/* 4. BORDER WIDTH AND STYLE */
/****************************************************************/

/* 4.1 By default borders are 1px solid */

DIV.box, .pun TD, .pun TH, .pun BLOCKQUOTE, DIV.codebox, DIV.forminfo, DIV.blockpost LABEL {
	BORDER-STYLE: solid !important;
	BORDER-WIDTH: 1px !important;
}

/* 4.2 Special settings for the board header. */

#brdheader DIV.box {BORDER-TOP-WIDTH: 4px !important;}

/* 4.3 Borders for table cells */

.pun TD, .pun TH {
	BORDER-BOTTOM: none !important;
	BORDER-RIGHT: none !important;
}

/*.pun .tcl {BORDER-LEFT: none}*/

/* 4.4 Special setting for fieldsets to preserve IE defaults */

DIV>FIELDSET {
	BORDER-STYLE: solid !important;
	BORDER-WIDTH: 1px !important;
}

/****************************************************************/
/* 5. VERTICAL AND PAGE SPACING */
/****************************************************************/

/* 5.1 Page margins */

#punwrap {
	margin: 20px 20px !important;
	font-family: arial;
}

/* 5.2 Creates vertical space between main board elements (Margins) */

DIV.blocktable, DIV.block, DIV.blockform, DIV.block2col, #postreview {MARGIN-BOTTOM: 12px !important;}
#punindex DIV.blocktable, DIV.blockpost {MARGIN-BOTTOM: 6px !important;}
DIV.block2col DIV.blockform, DIV.block2col DIV.block {MARGIN-BOTTOM: 0px !important;}

/* 5.3 Remove space above breadcrumbs, postlinks and pagelinks with a negative top margin */

DIV.linkst, DIV.linksb {MARGIN-TOP: -12px !important;}
DIV.postlinksb {MARGIN-TOP: -6px !important;}

/* 5.4 Put a 12px gap above the board information box in index because the category tables only
have a 6px space beneath them */

#brdstats {MARGIN-TOP: 12px !important;}

.pagelink {
	margin: 0;
}

/****************************************************************/
/* 6. SPACING AROUND CONTENT */
/****************************************************************/

/* 6.1 Default padding for main items */

DIV.block DIV.inbox, DIV.blockmenu DIV.inbox {PADDING: 3px 6px !important;}
.pun P, .pun UL, .pun DL, DIV.blockmenu LI, .pun LABEL, #announce DIV.inbox DIV {PADDING: 2px 0 3px 0 !important;}
.pun H2 {PADDING: 4px 6px !important;}


#brdmenu.inbox {
	padding-top: 0px 1important;
}

/* 6.2 Special spacing for various elements */

.pun H1 {PADDING: 3px 0px 0px 0 !important;}
#brdtitle P {PADDING-TOP: 0px !important;}
DIV.linkst {PADDING: 8px 6px 3px 6px !important;}
DIV.linksb, DIV.postlinksb {PADDING: 3px 6px 8px 6px !important;}
#brdwelcome, #brdfooter DL A, DIV.blockmenu LI, DIV.rbox INPUT  {LINE-HEIGHT: 1.4em !important;}
#viewprofile DT, #viewprofile DD {PADDING: 0 3px !important; LINE-HEIGHT: 2em !important;}

/* 6.4 Create some horizontal spacing for various elements */

#brdmenu LI, DIV.rbox INPUT, DIV.blockform P INPUT  {MARGIN-RIGHT: 12px !important;}

.inbox, .inbox a, .inbox p {
	font-family: arial !important;
}
.inbox ul li {
	display: inline;
	font-family: arial;
	padding-right: 10px;
	padding-left: 0 !important;
}


.inbox ul li.postreport a,
.inbox ul li.postdelete a,
.inbox ul li.postedit a,
.inbox ul li.postquote a {
	padding-right: 10px; 
}

.inbox ul li a {
	font-family: arial;
}

.inbox ul {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	clear: both;
}

div.linkst .conl, div.linksb .conl, div.postlinksb .conl {
	width: 18em;
}


.conl {
	float: left;
	font-family: arial;
}

.linkst .postlink,
.linksb .postlink {
	width: 15em;
	/*float: left;*/
	margin-bottom: 0;
}

.clearer, .clearb {
	clear: both;
}

.blocktable .box .inbox table {
	width: 100%;
}

.blocktable .box .inbox table thead tr th.tcl {
	width: 50%;
}

.blocktable .box .inbox table thead tr th.tc2,
.blocktable .box .inbox table thead tr th.tc3 {
	width: 10%;
}

.blocktable .box .inbox table thead tr th.tcr {
	width: 30%;
}

#punindex #brdstats .box .inbox dl {
	font-family: arial !important;
}



/****************************************************************/
/* 7. SPACING FOR TABLES */
/****************************************************************/

.pun TH, .pun TD {PADDING: 4px 6px !important;}
.pun TD P {PADDING: 5px 0 0 0 !important;}

/****************************************************************/
/* 8. SPACING FOR POSTS */
/****************************************************************/

/* 8.1 Padding around left and right columns in viewtopic */

DIV.postleft DL, DIV.postright {PADDING: 6px !important;}

/* 8.2 Extra spacing for poster contact details and avatar */

DD.usercontacts, DD.postavatar {MARGIN-TOP: 5px !important;}
DD.postavatar {MARGIN-BOTTOM: 5px !important;}

/* 8.3 Extra top spacing for signatures and edited by */

DIV.postsignature, DIV.postmsg P.postedit {PADDING-TOP: 15px !important;}

/* 8.4 Spacing for code and quote boxes */

DIV.postmsg H4 {MARGIN-BOTTOM: 10px !important;}
.pun BLOCKQUOTE, DIV.codebox {MARGIN: 5px 15px 15px 15px !important; PADDING: 8px !important;}

/* 8.5 Padding for the action links and online indicator in viewtopic */

DIV.postfootleft P, DIV.postfootright UL, DIV.postfootright DIV {PADDING: 10px 6px 5px 6px !important;}

/* 8.6 This is the input on moderators multi-delete view */

DIV.blockpost INPUT, DIV.blockpost LABEL {
	PADDING: 3px !important;
	DISPLAY: inline !important;
}

P.multidelete {
	PADDING-TOP: 15px !important;
	PADDING-BOTTOM: 5px !important;
}

/* 8.7 Make sure paragraphs in posts don't get any padding */

DIV.postmsg P {PADDING: 0 !important;}

/****************************************************************/
/* 9. SPECIAL SPACING FOR FORMS */
/****************************************************************/

/* 9.1 Padding around fieldsets */

DIV.blockform FORM, DIV.fakeform {PADDING: 20px 20px 15px 20px !important;}
DIV.inform {PADDING-BOTTOM: 12px !important;}

/* 9.2 Padding inside fieldsets */

.pun FIELDSET {PADDING: 0px 12px 0px 12px !important;}
DIV.infldset {PADDING: 9px 0px 12px 0 !important;}
.pun LEGEND {PADDING: 0px 6px !important;}

/* 9.3 The information box at the top of the registration form and elsewhere */

DIV.forminfo {
	MARGIN-BOTTOM: 12px !important;
	PADDING: 9px 10px !important;
}

/* 9.4 BBCode help links in post forms */

UL.bblinks LI {PADDING-RIGHT: 20px !important;}

UL.bblinks {
	PADDING-BOTTOM: 10px !important;
	PADDING-LEFT: 4px !important;
	font-family: arial;
}

/* 9.5 Horizontal positioning for the submit button on forms */

DIV.blockform P INPUT {MARGIN-LEFT: 12px !important;}

/****************************************************************/
/* 10. POST STATUS INDICATORS */
/****************************************************************/

/* 10.1 These are the post status indicators which appear at the left of some tables. 
.inew = new posts, .iredirect = redirect forums, .iclosed = closed topics and
.isticky = sticky topics. By default only .inew is different from the default.*/

DIV.icon {
	FLOAT: left !important;
	MARGIN-TOP: 0.1em !important;
	MARGIN-LEFT: 0.2em !important;
	DISPLAY: block !important;
	BORDER-WIDTH: 0.6em 0.6em 0.6em 0.6em !important;
	BORDER-STYLE: solid !important;
}

DIV.searchposts DIV.icon {MARGIN-LEFT: 0 !important;}

/* 10.2 Class .tclcon is a div inside the first column of tables with post indicators. The
margin creates space for the post status indicator */

TD DIV.tclcon {MARGIN-LEFT: 2.3em !important;}
