/* CSS file for acenetwork.org */

html { margin: 0px; padding: 0px; }
body
    {
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
	color: #006600;
	font-family: arial, helvetica, sans-serif;
    }
div { margin: 0px; padding: 0px; }
p {padding: 0px; margin: 0px;}
.clear { clear: both;} /* CSS HACK: only for NN4, so now use Caio hack to cleanse palette */
/*/*/ .clear { display: none; } /* */
h1 { margin-top: 0px; margin-bottom: 0.5em; }
h2 {
    margin: 0px 0px 0.5em 0px; 
    padding: 0.25em;
    }
.box-footer
    {
    padding: 0.5em;
    clear: both;
    border: none
    }
/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */
.columns-float
    {
    float: left;
    width: auto;
    }
.column-one
    {
    float: left;
    width: 181px;
    }
/* CSS HACK: Caio hide from NN4 since NN4's float model is all wrong */
/*/*/
.column-two { margin-left: 190px; }
/* */
.column-one-content, .column-two-content
    {
    padding: 6px;
    border: none;
    }

/* CSS HACK: position:relative needed by IE6 otherwise the header and col 2 don't show up on initial rendering - they're there but you have to minimise the window or switch to another app and back to see the full effect. But IE5(pc) doesn't like it. And nor does NN4.
NB. the use of pos:rel has to go way beyond skin-deep - any nested element that needs a background colour appears to require to be be relatively positioned */
/*/*/
.box-wrap, .columns-float, .column-one, .column-two, h2
    { p\osition: relative; }
/* */ 

p,ul,ol,h2,h3,h4 { margin-bottom: 1em; }

/* ============================ Form control stuff ===================== */

table.control-form { border: 0px; background: #000000; color: #FFFFFF; padding: 1px; margin-bottom: 0px; }
table.control-form td { font-size: 0.8em; padding: 0.4em; vertical-align: top }
table.control-form td.left-even { color: black; background: #DDDDDD; text-align: right; }
table.control-form td.left-odd { color: black; background: #AAAAAA; text-align: right; }
table.control-form td.right-even { color: black; background: #DDDDFF; }
table.control-form td.right-odd { color: black; background: #AAAADD; }
table.control-form p.explanation-standard { font-size: 0.9em; margin-bottom: 0px; border-top: dashed black 1px; padding-top: 3px; margin-top: 0.5em; font-style: italic }
table.control-form p.explanation-error { font-size: 0.9em; margin-bottom: 0px; border-top: dashed black 1px; padding-top: 3px; margin-top: 0.5em; font-style: italic; color: red }
table.control-form td.divider { text-align: center; font-weight: bold; color: white; background: black; }
table.control-form td.divider a:link { color: white; background: black; }
table.control-form td.divider a:hover { color: white; background: black; }
table.control-form td.divider a:visited { color: white; background: black; }
table.control-form td.divider a { color: white; background: black; }

span.required { color: red; }
span.field-required-problematic { font-weight: bold; font-style: italic; color: red; }
span.field-required-not-problematic { font-weight: bold; }
span.field-not-required-problematic { font-style: italic; color: red; }
span.field-not-required-not_problematic { }
  
table.search-results-list { border: solid black 1px; padding: 4px; background: #888888; }
table.search-results-list th { background: #000000; color: #FFFFFF; font-weight: bold; }
table.search-results-list tr { padding: 2px; }
table.search-results-list tr.odd-row { background: #DDDDFF; }
table.search-results-list tr.even-row { background: #AADDAA; }
table.search-results-list td { padding-right: 4px; }

p.returnhome { font-size: 0.9em; margin-top: 1em; margin-bottom: 1em; }


