/*************************************************************************
*   commons.css                                                          *
*                                                                        *
*   Contains styles for the LDB project                                  *
*                                                                        *
*   Contents:                                                            *
*   1.) HTML basics                                                      *
*   2.) Global Positioning                                               *
*   3.) Common useful styles                                             *
*   4.) Page Template styles                                             *
*   4.1.) Page Styles                                                    *
*   4.2.) Header styles                                                  *
*   4.3.) Footer style                                                   *
*   4.4.) Menu styles                                                    *
*   4.5.) Content styles                                                 *
*   4.6.) Language Selector                                              *
*   4.7.) Links                                                          *
*   5.) Form styles                                                      *
*   6.) Fieldset                                                         *
*   7.) Right tabs                                                       *
*   8.) UL, LI Styles                                                    *
*                                                                        *
**************************************************************************/

/*
*   1.) HTML basics
*/
h1, h2, h3, h4, p    {
    padding: 0;
    margin: 0;
}

#content p {
    clear: both;
}

h1 {
    margin-bottom: 5px;
}

h2 {
    margin-bottom: 3px;
}

h3 {
    margin-bottom: 1px;
}

a, img {
    border:none;
}

.clear {
    clear: both;
}

.wordwrap {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
}

/*
*   2.) Global positioning
*/
.float-left {
    float: left;
}
.float-right {
    float: right;
}

.bigInput {
    width: 350px;
}

.smallTopPadding {
    padding-top: 20px;
}

.mediumTopPadding {
    padding-top: 10px;
}

.icons-right-padding {
    padding-right: 5px;
}

.smallRightPadding {
    padding-right: 20px;
}

.smallLeftPadding {
    padding-left: 50px;
}

/*
*   3.) Common useful styles
*/
.overflow-x-auto {
    overflow-y: visible;
    overflow-x: auto;
    padding-bottom: 10px;
}

.empty-table-message {
    float: left;
    width: 100%;
}

/*
*   4.2.) Header styles
*/
#header h1.white {
    position: relative;
    top: 35px;
    left: 250px;
    color: #e7ecef;
}

/*
*   5.) Form Styles
*/
.selectItemLabel {
    width: 450px;
    float: left;
}

.selectItemTable {
    width: 450px;
    height: 400px;
    float: left;
    overflow: auto;
    overflow-x: hidden;
}

.clear {
    width: 100%;
    clear: both !important;
    display: inline-block;
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clear {
    height: 1%;
}

.form-line {
    display: block;
    margin-bottom: 7px;
    width: 100%;
    float: left;
}

.form-actions-panel {
    float: left;
    margin-top: 10px;
    margin-bottom: 15px;
}

.form-line .input {
    float: left;
    padding-top: 0.3em;
}

.form-line .input .ui-widget {
    margin-top: -0.3em;
}

.form-line .input .ui-selectmanycheckbox .ui-chkbox, .form-line .input .ui-selectoneradio .ui-radiobutton {
    margin-top: 0;
}

.form-line .input .ui-selectmanycheckbox label, .form-line .input .ui-selectoneradio label {
    margin-top: 0;
}

.form-line .input .selectMenu {
    width: 100%;
}

.form-line .label {
    float: left;
    overflow: hidden;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    margin-right: 10px;
}

.form-line .label span.required-star {
    color: #DB1515;
    padding-left: 2px;
    font-size: 13px;
    top: -2px;
    display: none;
    font-weight: bold;
}

.required span.required-star {
    display: inline !important;
}

.input.smallWidth {
    width: 100px;
}

.input.mediumWidth {
    width: 300px;
}

.input.bigWidth {
    width: 450px;
}

.label.smallWidth {
    width: 100px;
}

.label.mediumWidth {
    width: 200px;
}

.label.bigWidth {
    width: 300px;
}

h2, form h2 {
    font-size: 16px;
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 3px;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
    float: left;
}

/*
*   6.) Fieldset
*/
fieldset {
    border: 1px solid #555555;
}

legend {
    font-size: 12px;
    padding: 0.2em 0.2em;
    border: 1px solid #555555;
}

/*
*   7.) Right tabs
*/
.side-tab {
    width: 44px;
    float: left;
    position: relative;
}

.side-tab .top {
    width: 44px;
    height: 32px;
}

.side-tab .middle {
    width: 44px;
    height: 150px;
}

.side-tab .middle img {
    margin-left: 3px;
}

.side-tab.orange .middle img {
    margin-left: 1px;
}

.side-tab .bottom {
    width: 44px;
    height: 32px;
}

.side-tab.green {
    z-index: 500;
    top: -40px;
}

.side-tab.lila {
    top: -80px;
}

.side-tab.green .top {
    background:url(/fpl/javax.faces.resource/common/images/template/tab-green-bg-top.png.xhtml) left no-repeat;
}

.side-tab.green .middle {
    background:url(/fpl/javax.faces.resource/common/images/template/tab-green-bg-1px.png.xhtml) left repeat-y;
}

.side-tab.green .bottom {
    background:url(/fpl/javax.faces.resource/common/images/template/tab-green-bg-bottom.png.xhtml) left no-repeat;
}

.side-tab.orange .top {
    background:url(/fpl/javax.faces.resource/common/images/template/tab-orange-bg-top.png.xhtml) left no-repeat;
}

.side-tab.orange .middle {
    background:url(/fpl/javax.faces.resource/common/images/template/tab-orange-bg-1px.png.xhtml) left repeat-y;
}

.side-tab.orange .bottom {
    background:url(/fpl/javax.faces.resource/common/images/template/tab-orange-bg-bottom.png.xhtml) left no-repeat;
}

.side-tab.lila .top {
    background:url(/fpl/javax.faces.resource/common/images/template/tab-lila-bg-top.png.xhtml) left no-repeat;
}

.side-tab.lila .middle {
    background:url(/fpl/javax.faces.resource/common/images/template/tab-lila-bg-1px.png.xhtml) left repeat-y;
}

.side-tab.lila .bottom {
    background:url(/fpl/javax.faces.resource/common/images/template/tab-lila-bg-bottom.png.xhtml) left no-repeat;
}

/*
*   8.) UL, LI styles
*/
.standard-ul {
    list-style: inherit;

}

ul.standard-ul, .standard-ul ul {
    list-style-type: disc;
    list-style-position: inside;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 2em;
    float: left;
    clear: both;
}

ol.standard-ul, .standard-ul ol {
    list-style-type: decimal;
    list-style-position: inside;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 2em;
    float: left;
    clear: both;
}

ul.standard-ul ul, .standard-ul ul ul {
    list-style-type: disc;
    list-style-position: inside;
    margin-top: 0px;
    margin-bottom: 0px;
}

ol.standard-ul ol, .standard-ul ol ol {
    list-style-type: decimal;
    list-style-position: inside;
    margin-top: 0px;
    margin-bottom: 0px;
}