/* generic styles*/
.help .hidden {/*display: none;*/ /* will be hidden by js */}
.help .green {color: #090;}
.help .yellow {color: #980;}
.help .red { color: #a00;}
.help .blue {	color: #68e;}
.help img {border-width: 0; margin: .5em 0;}


/* tags */
.help {
}

.help h1,
.help h2,
.help h3,
.help h4 {
	clear: both;
}

.help h1 {
    font-size: 2em;
    padding: .2em .2em;
    margin: .2em 0;
    font-weight: bold;
    background-color: #eff2f5;
}

.help h2 {
    font-size: 1.5em;
    padding: .5em .2em .1em .2em;
    margin: .5em 0 0 0;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.help h3 {
    font-size: 1.25em;
    padding: .1em .2em .1em .2em;
    margin: 1em 0 .1em 0;
    font-weight: bold;
    color: #000;
    background-color: #fd9;
    float: left;
}

.help h4 {
    font-size: 1.0em;
    padding: .2em;
    margin: .5em 0 .2em 0;
    font-weight: bold;
    color: #666;
    clear: both;
}

.help p,
.help ul,
.help table,
.help pre {
    padding: .2em;
    margin: 0 0 .5em 0;
    font-size: 1em;
    clear: both;
}

.help .lookatme {
    background-color: #fff5d3;
    padding: .5em 0;
}

.help .lookatme pre {
    background-color: #ffe99c;
}


.help td,
.help th {
    padding: .2em .4em .4em .2em;
}

.help th {
    font-weight: bold;
}

.help ul.bullets li {
    list-style: disc inside;
    margin-left: 1.5em;
    margin-bottom: .4em;
}

.help ul.bullets em {
    background-color: #dfd;
}

.help ul.flags li {
    margin: 1em 0 .2em 1.5em;
}

.help ul.flags em {
    background-color: #fe9;
    padding: 0 .2em;
}

.help ul.bullets ol li,
.help ol li {
    list-style: decimal inside;
}

.help table.directives {
    width: 95%;
    border-spacing: 3px;
    border-collapse: separate;
    border-color: #fff;
}

.help table.directives td:first-child
{
    width: 15%;
}

.help table.directives td:nth-child(2n)
{
    width: 20%;
}

.help table.directives th {
    background-color: #cfc;
}

.help table.directives td {
    background-color: #ddfadd;
}

.help strong {
    font-weight: bold;
}

.help em {
    font-style: italic;
}

.help pre {
    width: 95%;
    background-color: #f2f2f2;
}

.help code {
    font-family: "Consolas", "Lucida Console", "Courier New", monospace;
}

.help .button {
    border-bottom: 1px dashed #00f;
    cursor: pointer;
}

/* compatibility chart */

.help .tablecomp { 
    background-color: #888;
    font-size: 85%;
}

.help .tablecomp td,
.help .tablecomp th {
    padding: .1em;
}

.help .tablecomp td {
    background-color: #fff;
}

.help .tablecomp tr.hdr td {
    background-color: #e0e0e0; font-weight: bold;
}
.help .tablecomp .pad1 {
	padding-left: 1.5em;
}

.help .tablecomp .pad2 {
	padding-left: 3em;
}

.help .tablecomp td.greenbg {
	background-color: #e4ffe4;
}

.help .tablecomp td.redbg {
	background-color: #ffe4e4;
}


.help a.cserver,
.help a.cserver:link,
.help a.cserver:visited {
    font-weight: bold;
    color: #000;
}


.help a.cvirtualhost,
.help a.cvirtualhost:link,
.help a.cvirtualhost:visited {
    font-weight: bold;
    color: #00c;
}

.help a.cdirectory,
.help a.cdirectory:link,
.help a.cdirectory:visited {
    font-weight: bold;
    color: #080;
}

.help a.chtaccess,
.help a.chtaccess:link,
.help a.chtaccess:visited {
    font-weight: bold;
    color: #c40;
}

.help .disabled {
    font-weight: bold;
    color: #bcb;
}

