
/* В этом stylesheet правила, перенесённые из css.css (из guic). */

.invisible {
    visible: hidden;
    display: none;
}

table.dialog {
    margin: 0pt;
    color: black;
    background-color: #FFFFFF;
    border: 0px solid white;
    border-collapse: collapse;    
}

.dialog th {
    text-align: right;
    font-family: verdana, arial, helvetica, sans-serif;    
    vertical-align: middle;
    color: black;
    background-color: #EEEEEE;
    padding: 1px;
    border: 1px solid white;    
}

.dialog th.big {
    font-size: 10pt;
    padding: 3px;
    background-color: #CCCCFF;
}

.dialog th.hdr {
    text-align: center;
    vertical-align: top;
}

.dialog td {
    vertical-align: top;
    color: black;
    background-color: #EEEEEE;
    padding: 1px;
    font-family: Verdana, arial, helvetica, sans-serif;   
    font-size: 8pt; 
    font-weight: normal;
    border: 1px solid white;        
}

.objlist-link tr {
	border: 0px;
}

.objlist-link tr td {
	text-align: center;
	border: 0px;
	vertical-align: middle;
}

/* Заголовок в таблицах.*/
.listHeader {
    text-align: center;
    font-size: 10pt;
    font-weight: bold;
    padding: 3px;
    color: black;
    background-color: #CCCCFF;
}

td.listHeader {
    text-align: center;
    font-size: 10pt;
    font-weight: bold;
    padding: 3px;
    color: black;
    background-color: #CCCCFF;
}


/* .big - для заголовков */
.main th.big,.supp th.big {
    font-size: 10pt;
    padding: 3px;
    color: black;
    background-color: #CCCCFF;
    text-align: center;
}

.big {
    font-size: 10pt;
    padding: 3px;
    color: black;
    text-align: center;
    background-color: #CCCCFF;
}

.menu th.big {
    vertical-align: middle;
    text-align: center;
    color: black;
    background-color: #DCDCFF;
    padding: 2px;
    font-family: Verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    border: 2px solid #909090;
}

p.message {
    color: blue;
    font-weight: bold;
}


div.comment {
    margin: 2px 5px 2px 5px;
    color: #449944;
    font-size: 8pt;
    font-weight: bold;
    
}

.error {
    color: red;
    font-weight: bold;
}

.boldText {
	font-weight: bold;
}

.redText {
    color: #FF0000;
}

.greenText {
    color: #008000;
}

.redStar {
    color: #FF0000;
    font-weight: bold;
}
object.hiddenObject {
    visibility: hidden;
    width: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
    border-style: none;
    border-width: 0px;
    max-width: 0px;
    max-height: 0px;
}