/**
	Earthly Hues main CSS file

	ABR
*/

html, body {
    font: 11px arial, helvetica, verdana;
    /*background-color: #3b0910;*/
    background: #379e41;
    margin: 0;
    padding: 0;
    /*overflow : hidden*/
    /*height: 100%*/
}

.leader-text {
    font: italic 14px arial, helvetica, verdana;
}

.button-text {
    font: italic 14px arial, helvetica, verdana;
    color: black;

    text-decoration: none
}


.normal-text {
    font: 10pt arial, helvetica, verdana;
    color: black;
    text-decoration: none
}

p.copyright-text { color: black;
   /* font-style: italic;*/
    font-size: xx-small; font-style: italic; text-align: center; }

li {
    font: small arial, helvetica, verdana;
    /*color: black;*/
    text-decoration: none
}

td.button-cell {
    padding-right: 20px;
}

.header-panel1 {
    background: #eec522
}

.header-panel2 {
    background: #ee8122
}

.header-panel3 {
    background: #b13801
}

.header-panel4 {
    background: #3b0910
}

.panel-left {
    background: #3b0911
}

.content-panel {
    background-color: #379e41;
    padding-left:10px;
    height : 100%;
    border : none
}

.green-panel {
    background-color: #379e41;
}

.x-panel-body {
    background-color: #379e41;
}

.blog-panel {
    background-color: black;
    color : #379e41;
    padding: 0;
    height : 100%;
    border : none
}

#maintabs {
    background-color: #379e41;
}

.text-panel {
    width : 60%;
    background-color: #379e41;
}

ul.x-tab-strip-top {
    background : #3b0910;
    border-color : #246D2B    ;

}

.x-tab-panel-header, .x-tab-panel-footer {
    background : #379e41;
    border : none
}

.x-tab-strip-top .x-tab-strip-active .x-tab-right span.x-tab-strip-text {
    color : white
}

.x-tab-strip-top  .x-tab-right span.x-tab-strip-text {
    color : gray
}