/*
 * @project     KIX4oTRS (http://www.cape-it.de) - Customer Frontend
 * @version     $Revision: 1.5 $
 * @copyright   c.a.p.e. IT GmbH
 * @license     AGPL (http://www.gnu.org/licenses/agpl.txt)
 */

/*
 * @package     Skin "default"
 * @section     TextModules
 */

@media screen,projection,tv,handheld {

@media screen,projection,tv,handheld {

    .Italic {
        font-style: italic;
    }

    #TextModulesSelectionContainer {
        height: 250px;
        background-color: #FFFFFF;
        border: 1px solid #ccc;
        -moz-box-shadow: inset 0px 0px 6px #ccc;
        -webkit-box-shadow: inset 0px 0px 6px #ccc;
        box-shadow: inset 0px 0px 6px #ccc;
        overflow: auto;
        padding: 0px 10px 10px 10px;
    }

    .TextModuleCategory {
        background: url(../img/tm_category.png) no-repeat left 2px;
        margin-left: 2px;
        padding-left: 19px;
        white-space: nowrap;
    }
    #CategorySelectionContainer .TrashCan {
        position:           relative;
        padding:            0px;
        height:             16px;
        border:             none;
        background-color:   white;
        background:         url("../img/icons/trash-can.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    }

    #TextModulesSelectionContainer div.TextModule {
        background:         url(../img/textmodule.png) no-repeat left 2px;
        padding:            2px;
        padding-left:       19px;
        white-space:        nowrap;
        line-height:        18px;
        width:              100%
        -webkit-user-select: none;
        -moz-user-select:   none;
        -ms-user-select:    none;
        -khtml-user-select: none;
    }

    #TextModulesSelectionContainer div.TextModule.Loading {
        background:         url(../img/loader.gif) no-repeat left 2px;
        padding:            2px;
        padding-left:       19px;
        white-space:        nowrap;
        line-height:        18px;
        width:              100%
        -webkit-user-select: none;
        -moz-user-select:   none;
        -ms-user-select:    none;
        -khtml-user-select: none;
    }

    .TextModule {
        background:         url(../img/textmodule.png) no-repeat left 2px;
        padding-left:       19px;
        padding-top:        3px;
        padding-bottom:     2px;
        white-space:        nowrap;
    }

    .TextModule.Loading {
        background:         url(../img/loader.gif) no-repeat left 2px;
    }

} /* end @media */