/**
 * @project     OTRS (http://www.otrs.org) - Agent Frontend
 * @copyright   OTRS AG
 * @license     AGPL (http://www.gnu.org/licenses/agpl.txt)
 */

/**
 * @package     Skin "Default"
 * @section     ITSM default
 */

@media screen,projection,tv,handheld {

/**
 * @subsection  Tables, lists
 */

.RTEContent, .RTEContent * {
    line-height: 130% !important;
    font-size: 12px;
    font-family: Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
}

.RTEContent table {
    border: 1px outset #222;
    border-collapse: separate;
    border-spacing: 1px;
}

.RTEContent table td, .RTEContent table th {
    border: 1px inset #000;
    padding: 1px;
    vertical-align: middle;
}

.RTEContent table th {
    font-weight: bold;
    background-color: #ddd;
}

.RTEContent p {
    margin: 10px 0px;
}

.RTEContent ul {
    list-style-type: disc;
    margin: 10px 0px;
    padding-left: 45px;
}

.RTEContent ol {
    list-style-type: decimal;
    margin: 10px 0px;
    padding-left: 45px;
}

.RTEContent strong, .RTEContent em  {
    font-size: inherit !important;
}


} /* end @media */
