body {
    margin: 0px;
    padding: 0px;
    padding-bottom: 40px;
    padding-top: 44px;
    background-color: #fff;
    }
body.main {
    background-image: url(../imgs/bg.gif);
    background-position: left top;
    background-repeat: repeat-x;
    text-align: center;
    }
td{
    font-family: tahoma, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    color: #333;
    line-height: 120%;
    vertical-align: top;
    }
fieldset{
    font-family: tahoma, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 10px;
    margin: 5px;
    color: #333;
    line-height: 200%;
    vertical-align: top;
    text-align: right;
}
p,li {   
    font-family: tahoma, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    }
p {
    margin-top: 11px;
    text-indent: 20px;
    text-align: justify;
}
p.status{
    text-indent:0;
    padding: 5px;
    margin: 5px;
    color: blue;
    font-weight: bold;
}
hr{
    height: 1px;
    color: #d7d7d7;
    margin-top: 10px;
    }
img {
    border: 0px;
    }
label {
    cursor: pointer;
    }

form {
    margin: 5px;
    }
table {
    background-color: #fff;
    border-collapse:collapse;
}
a {
    color: #666;
    text-decoration: underline;
    }
a:hover {
    color: #666;
    text-decoration: none;
    }


.orang a  {
    font-size: 12px;
    color: #FF6600;
    text-decoration: none;
    font-weight: bold;
    padding:1px 3px;
    border: solid 1px white;
    display: block;
    width: 80px;
    float: right;
    line-height:0;
    white-space: nowrap;
    }
.orang a:hover {
    /*background-color:#4d9cb6;*/
    color: #FF6600;
    border: dotted 1px  #FF6600;
}
.edit {
    padding: 2px;
    margin: 6px;
    display: block;
    color: #FF6600;
    float:right;
    line-height:0;
    border: solid 1px;
    background: #fff;
    
}
a.edit:hover{
    color: #FF6600;
    border: dotted 1px #FF6600 ;
}
.icon{
    width: 16px;
    height: 16px;
}
h1 {
    font-family: tahoma, arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 5px;
}
h2,caption {
    font-family: tahoma, arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 3px;
}
h3,th {
    font-family: tahoma, arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 3px;
}
code {
    display: block;
    font-family: monospace;
    font-size: large;
    margin: 3px;
}
.contacts {
    padding-left: 10px;
    padding-bottom: 20px;
}
.contacts p{
    text-indent: 0;
}
.ed table tr td,
.ed table caption {
    border: 1px solid #ddd;
}
/* EDITOR RELATED STYLES - CUSTOMIZE FOR YOUR NEEDS */
/*
    The classes panel, the visual feedback and the preview
    will be affected by these values.
    
    - Commented styles inside style definitions are used for visual 
      feedback when using the editor.
    - Comments before opening the style are used as caption.
    - Comments after the class name and before the style declaration ({)
      define the jQuery expression that decides whether this 
      style should be applied or not.
      
    Note: the WYMeditor and /WYMeditor comments below are required
    for the CSS parser to work properly.
*/

/* WYMeditor */

/* Параграф: Важно */
p.important /* p[@class!="hidden-note"] */ {
    color: red;
    border: 2px solid red;
    padding: 5px;
    margin: 5px;
    text-indent:0;
}




/* /WYMeditor */
/* END EDITOR RELATED STYLES */


/* YOU CAN ADD NON-WYMEDITOR RELATED STYLES HERE */
