/* CSS Document */
body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 76.01%;
    background-color: #999999;
    color: #CC6600;
    text-align: left;
    background-image: url(http://www.apex-ethics.com/layout/body-bak.gif);
    background-repeat: repeat;
}
.hidden, hr {
    position: absolute;
    left: -999px;
    /* prevent long text from */
    /* invading display space */
    width: 900px;
}
.clear {
    clear: both;
    height: 0;
    margin: 0;
    line-height: 0;
    font-size: 1px; /* keeps IE6 from applying extra space below */
}
.center{
    text-align: center; 
}
.underline{
    text-decoration: underline !important;
}
.invisible {
    display: none;
    visibility: hidden;
    z-index: -1;
}
.blue{
    color:#46368F;
    background-color: transparent;
}
acronym {
    cursor: help;
}
/* Main DIV containers */ 
#header {
    margin:0;
    padding:0;
    background-image: url(http://www.apex-ethics.com/layout/apexheader.gif);
    border-bottom: 1px solid #CC6600;
    height: 100px;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #330066;
    color: #CC6600;
}
#mainbody {
    width: 90%;
    min-width: 650px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    color: #CC6600;
    border: 1px solid #CC6600;
}
* html body #columnbox {height:33em;}
#columnbox {
    margin:0;
    padding:0;
    background-image: url(http://www.apex-ethics.com/layout/main-bak.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    min-height:26em;
}
#navleft {
    color: #CC6600;
    background-color: #FF9900;
    float:left;
    width:12.0em;
    margin:0; 
    padding:0;
}


#navright {
    float:right;
    color: #CC6600;
    background-color: transparent;
    width:170px;
    margin:0;
    padding:0;
}
#content {
    margin:0 170px 0 12.2em;
    padding: 0 15px 0 10px;
    max-width: 900px;
    text-align: justify;
    color: #794D23 !important;
    background-color: transparent;
    border-right: 1px dashed #CC6600;
}
.columnleft {
    margin:0;
    padding: 10px 1em 10px 1em;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: dashed;
    border-bottom-style: dashed;
    border-right-color: #666699;
    border-bottom-color: #666699;
}
.row {
    margin:0; padding: 10px 1em 0 1em;
}
.column {
    margin:0; padding: 5px 1em 10px 1em;
}
.columnright {
    margin:0;
    height: 100%;
    text-align: right;
    padding-top: 10px;
    padding-right: .6em;
    padding-bottom: 0;
    color: #794D23;
    background-color: transparent;
}
#footer {
    border-top: 1px solid #CC6600;
    background-color: #FFFFFF;
    color: #794D23 !important;
    background-image: url(http://www.apex-ethics.com/layout/footer-bak.gif);
    background-repeat: repeat-x;
    clear: both;
    text-align: center;
    line-height: 1.5em;
    padding: 5px 0;
    background-position: left bottom;
}
#memberslist {
    margin: 0;
    padding: 0;
}
.colboxes {
    border: 1px solid #EEEEEE;
    margin: 0.6em 0 0 0.6em;
    padding: 3px 2px 3px 3px;
    background-image: url(http://www.apex-ethics.com/icons/bordercolbox.gif);
    background-repeat: no-repeat;
    background-position: 0% 0%;
}
.colboxes:hover {
    background-image: url(http://www.apex-ethics.com/icons/bordercolbox2.gif);
    background-repeat: no-repeat;
    background-position: 0% 0%;
}
/* Link Styles */
#footer a, #navright a {
    color: #3366CC;
    background-color: inherit;
}
#content a {
    color: #3366CC;
    background-color: inherit;
}
#content a:visited, #columnright a:visited  {
    color: #996666;
    background-color: inherit;
}
#content .breaktop a, #content .breaktop a:hover, #content .breaktop a:active, #content .breaktop a:visited {
    color: #3366CC !important;
    background-color: transparent !important;
}
div.columnleft a {
    display: block;
    color: #333399;
    background-color: transparent;
    text-decoration: none;
    width: 96%;
    padding-left: 5px;
}
* html div.columnleft a {
    width: 97%;
}
div.columnleft ul a:hover {
    background-color: #666699;
    color: #FFFFFF !important;
}
div.columnleft ul a.active {
    background-color: #CC6600 !important;
    color: #FFFFFF !important;
    cursor: default;
}
/* Headings and paragraphs */   
#content h2 {
    text-align: left;
    font-size: 1.3em;
    width: 80%;
    background-image: url(http://www.apex-ethics.com/icons/h2bullet2.gif);
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 1.6em;
    padding-left: 28px;
}
#content h3 {
    text-align: left;
    font-size: 1.2em;
    line-height: 1.6em;
    padding-left: 52px;
    background-image: url(http://www.apex-ethics.com/icons/h3bullet.gif);
    background-repeat: no-repeat;
    background-position: 20px 0px;
}
#content h4, #content h5 {
    text-align: left;
    font-size: 1.1em;
    line-height: 1.6em;
    padding-left: 28px;
}
#content p {
    font-size: 1em;
    line-height: 1.5em;
    padding-left: 28px;
    margin-left: 1em;
}

div.column p.italic {
    font-size: 1.1em;
    font-weight: bold;
    text-align: justify;
}
#content .breaktop {
    text-align: right;
    margin-bottom: 10px;
    margin-top: 10px;
    background-image: url(http://www.apex-ethics.com/layout/septop-bak.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}
#navright p, #navright h2 {
    font-size: 0.9em;
    margin: 0 0 1em 0 !important;
}
#navright p.bold {
    font-size: 1.3em;
    font-weight: bold;
}
#footer p {
    padding:0;
    margin: 0;
    font-size: 0.94em;
}   
/* Lists */
div.columnleft ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.8em;
    text-align: left;
}
div.columnright ul, #memberslist ul {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0.9em;
    line-height: 1.4em !important;
    text-align: right;
}
#memberslist ul {
    text-align: left !important;
}
div.columnright ul {
    margin-bottom: 1.8em !important;
}
div.columnright ul li {
    padding-right: 10px;
    background-image: url(http://www.apex-ethics.com/icons/ulbulletright.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}
div.columnleft ul li {
    line-height: 1.8em;
    margin: 0 0 .2em 0;
    border: 1px solid #DDDDDD;
    padding-left: 21px;
    background-image: url(http://www.apex-ethics.com/icons/ulbulletleft.gif);
    background-repeat: no-repeat;
    background-position: left center;
}
#content ul {
    list-style-type: none;
    margin: 0;
    padding: 0 20px;
    line-height: 1.8em;
}
#content ul li {
    padding-left: 24px;
    text-align: justify;
    margin-bottom: 0.5em;
    background-image: url(http://www.apex-ethics.com/icons/ulbullet.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
#content ol {
    list-style-type: decimal;
    margin-left: 28px;
    padding: 0 20px;
    line-height: 1.8em;
}
#content ol li {
    text-align: justify;
    margin-bottom: 0.8em;
}
#memberslist ul li {
    margin: 0;
    padding:0 ;
    font-size: 1em;
    background-image: none;
}
#content blockquote, #content dl, #content address, #content p.step, .box{
    text-align: justify;
    border: 1px dashed #996666;
    margin: 0 0 0 28px;
    padding: 0.6em;
}
.codebox {
    text-align: left;
    width: 84%;
    border: 1px dashed #996666;
    margin: 0 0 0 28px;
    padding: 0.6em;
    background-color: #EEEEEE;
    overflow: auto;
}
.codebox2 {
    text-align: left;
    width: 75%;
    border: 1px dashed #996666;
    margin: 0 0 0 50px;
    padding: 0.6em;
    background-color: #EEEEEE;
    overflow: auto;
}
#navright dl dt {
    font-size: 0.9em;
    font-weight: bold;
}
#navright dl dd {
    font-size: 0.9em;
}
#content dl dt {
    font-weight: bold;
}
#content dl dd {
    margin-left: 0;
}
#memberslist dl{
    border: none !important;
}
#memberslist dl dd {
    margin-left: 0;
    line-height: 1.8em;
}
#memberslist dt {
    font-weight: bold;
    line-height: 2.2em;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #996666;
    margin-top: 1.8em;
}
#memberslist dt:first-child, dt#firstchild {
    margin-top: 0 !important;
} 
/* Images */
div.columnright img {
    border: 1px solid #ffffff;
}
#memberslist dl dt img {
    border: 1px solid #ffffff;
    margin: 0px 5px 0px 0px;
    vertical-align: middle;
}
#content img.left {
    text-align: left;
    border: none;
    margin: 3px 5px 5px 0;
    float: left;
}
#content img.right {
    text-align: right;
    border: none;
    margin: 3px 0 5px 5px;
    float: right;
}
img {
border: none;
}
/* Forms */
#content form {
    margin: 10px 0 5px 28px;
}
div.row, span.row {
    clear: both;
    padding: 3px 0 2px 0;
    text-align: center;
}
#content form fieldset {
    margin-top: 10px;
    padding: 5px;
    border: 1px solid #996666;
}
#content form fieldset legend{
    border: 1px solid #996666;
    padding: 5px;
    background-color: #CC6600;
    color: #FFFFFF;
}
#content fieldset p{
    padding: 0;
}
#content form fieldset fieldset legend{
    border: 1px solid #DDDDDD;
    padding: 5px;
    color: #794D23;
    background-color: #FFFFFF;
}
#content form fieldset fieldset.votingoptions label{
    display: block;
    padding: 10px 10px 10px 28px;
}
div.row span.label {
    float: left;
    width: 15%;
    text-align: right;
    font-size: 1em;
}
div.row span.formw {
    float: right;
    width: 70%;
    text-align: left;
    font-size: 0.9em;
} 
#content fieldset input, #content fieldset textarea{
    border: 1px solid #DDDDDD;
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
    color: #794D23;
    background-color: transparent;
}
#content fieldset #enviar, #content fieldset #apagar {
    border: 1px solid #996666;
    background-color: #CC6600;
    color: #FFFFFF  !important;
    padding: 1px;
    font-size: 1em;
    font-weight: bold;
}
#content fieldset #enviar:hover, #content fieldset #apagar:hover {
    background-color: #666699;
    color: #FFFFFF;
}
#content table td {
	text-align: center;
	font-size: inherit;
	width: 32%;
}
/* a[rel="external"]:after {
    content: "(N)";
    color: inherit;
    margin-left: 5px;
} */
/* *[accesskey]:after {content: "<" attr(accesskey)">";} */

