﻿
/* Styles for text */

.bold_text 
{
    font-weight: bold;    
}

.bold_text a
{
    font-weight: bold;    
    text-decoration: none;
}

.boldfont span  
{
    font-weight: bold;
}

.line-through td
{
    text-decoration: line-through;
}

.line-through td.t-hierarchy-cell
{
    text-decoration: none!important;
}

.TextWrap
{
    white-space: -moz-pre-wrap!important;  /* Mozilla, начиная с 1999 года */
    white-space: -pre-wrap!important;   /* Opera 4-6 */
    white-space: -o-pre-wrap!important;       /* Opera 7 */
    word-wrap: break-word!important;     /* Internet Explorer 5.5+ */
}

span.display-string, u.display-string {
    white-space: pre-wrap;
    /*
    word-break: break-all;
    word-wrap: break-word;*/
}

.caption, .caption-required
{
    font-weight: 700;
    color: #444;
}
.caption-required:after
{
    content: '*';
    display: inline;
    color: Red;
    font-weight: bold;
    white-space: nowrap;
    padding-left: 5px;
}

/* Styles for text - colors */

.color-red td {
    color: red;
}

.green_text {
    color: green;
}

.green_text a {
    color: green;
    text-decoration: none;
}

.gray_text {
    color: #777777;
}

.gray_text a {
    color: #777777;
    text-decoration: none;
}

.red_text {
    color: red;    
}

.red_text a {
    color: red;
    text-decoration: none;
}

.normal_text {
    color: #000;    
}

.normal_text a {
    color: #3366CC;  
}

.text_light_gray {
    color: #A3ABB6;
}
