/* PAGE COLOR */
body { background-color: #ffffff; }

/* FONT DEFAULTS */
p, a, th, td, ul, ol, li, div, legend, span, input, textarea {
    font-family:  Tahoma,Verdana,Arial;
    font-size: 11px;
}

/* SPECIAL FONT TREATMENTS */
pre { font-family: monospace, "Courier New", courier; font-size: 12px; color: #000000;}
.error { font-weight: bold; color: #cc0000; }
.code { font-family: monospace, "Courier New", courier; font-size: 12px; color:#000000; }
.sigText { color:#246494; font-size: 11px; }
	/* IF NOONE HAS POSTED YET, THE COLOR OF THE NEW OR NO REPLIES TAG */
.labelNew { font-weight: bold; color:#cc0000; }
.highLightText { background: #ffff00; color: #000000; }
.sortRadio { color:#4373b4; }



/* NEXT AND PREV PAGE LINKS */
tr.pagerStyle { }
tr.pagerStyle A:link { font-weight: bold; text-decoration: none; color: #4373b4; }
tr.pagerStyle A:visited { font-weight: bold; text-decoration: none; color: #4373b4; }
tr.pagerStyle A:active { font-weight: bold; text-decoration: none; color: #4373b4; }
tr.pagerStyle A:hover { font-weight: bold; text-decoration: underline; color: #4373b4; }

/* FORUM TABLE COLORS */
.listheader { padding: 0.4em; font-weight: bold; color: #ffffff; background-color: #246494; }
.listColumnText { padding: 0.8em; vertical-align: top; border-bottom: 1px solid #246494; font-size: 10px; }
.listColumnNumber { padding: 0.8em; vertical-align: top; text-align: center; border-bottom: 1px solid #246494; font-size: 10px; }

.threadUserColumnText { width: 180px; padding: 0.8em; vertical-align: top; border-bottom: 1px solid #246494; font-size: 10px; }
.threadPostColumnText { width: 80%; padding: 0.8em; vertical-align: top; border-bottom: 1px solid #246494; }

/* THE COLORS OF THE POST BACKGROUNDS */
tr.bglight { background-color: #f1f1f1; }
tr.bgdark { background-color: #dddddd; }

/* FOR FORMS */
td.formHeader { font-weight: bold; text-decoration: none; color: #4373b4; }
span.formHeader { font-weight: bold; text-decoration: none; color: #4373b4; }
td.requiredField { }

/* FIELDSETS */
fieldset.stats {border: 1px ridge #dddddd; color: #999999; width: 300px; padding:0.5em 0.5em; text-align: center; font-size: 10;}
legend.stats { font-weight: bold; text-decoration: none; color: #4373b4; }
span.stats { font-size: 10; color: #999999; }

fieldset.key {border: 1px ridge #dddddd; color: #999999; width: 300px; padding:0.5em 0.5em; text-align: center; }
legend.key { font-weight: bold; text-decoration: none; color: #4373b4; }
td.key { font-weight: bold; text-decoration: none; color: #999999; font-size: 10; }

fieldset.editor {border: 1px ridge #dddddd; color: #999999; width: 300px; padding:0.5em 0.5em; text-align: center; font-size: 10;}
legend.editor { font-weight: bold; text-decoration: none; color: #4373b4; }

fieldset.preview {border: 1px ridge #fafafa; color: #000000; width: 90%; padding:0.5em 0.5em}
legend.preview { font-weight: bold; text-decoration: none; color: #4373b4; }


/* AVATAR GALLERY */
td.galleryItemStyle { background-color: #f1f1f1; text-align: center;}
td.galleryAltItemStyle { background-color: #dddddd;  text-align: center; }

/* QUOTE IN POST */
td.quoteAttrib { color: #000000; font-weight: bold; }
td.quoteText { color: #246494; background-color: #fafafa; border: #246494; border-style: solid; padding: 0.2em;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; }

/* FOOTER TEXT */
td.footer { font-size: 10; color: #999999; font-weight: bold; }

/* INPUT BOXES */
input { color: #000000; }
textarea { color: #000000; }
input.withbackground { background-image: URL("/gv4x4/foro/gfx/forum/inputbg.png"); border: 1px solid #777777; padding-left: 5px; }
textarea.withbackground { background-image: URL("/gv4x4/foro/gfx/forum/textareabg.png"); border: 1px solid #777777; padding-left: 5px; }	



