/*класс для обтекания справа*/
.img_right{margin:5px 0px 5px 15px;float:right}
/*класс для обтекания слева*/
.img_left{margin:5px 15px 5px 0px;float:left}
/*клас для отмены обтекания*/
.img_no{margin:10px 0px;float:none!important;max-width:100%}

.img_no_border{border:0px !important;padding:0px!important}

/*классы для превьюшек типов документов*/
.a_attached[href$="doc"], .a_attached[href$="docx"], .a_attached[href$="rtf"], .a_attached[href$="zip"], .a_attached[href$="rar"], .a_attached[href$="pdf"], .a_attached[href$="jpg"], .a_attached[href$="jpeg"], .a_attached[href$="pjpeg"], .a_attached[href$="gif"], .a_attached[href$="png"], .a_attached[href$="xls"], .a_attached[href$="xlsx"], .a_attached[href$="txt"]{padding-left:32px; display:inline-block;background-position:left top;background-repeat:no-repeat;min-height:30px;margin-top:5px}
.a_attached[href$="doc"], .a_attached[href$="rtf"], .a_attached[href$="txt"]{background-image:url("/desimages/doc.png");}
.a_attached[href$="docx"]{background-image:url("/desimages/docx.png");}
.a_attached[href$="zip"]{background-image:url("/desimages/zip.png");}
.a_attached[href$="rar"]{background-image:url("/desimages/rar.png");}
.a_attached[href$="pdf"]{background-image:url("/desimages/pdf.png");}
.a_attached[href$="jpeg"], .a_attached[href$="jpg"], .a_attached[href$="pjpeg"]{background-image:url("/desimages/jpg.png");}
.a_attached[href$="gif"]{background-image:url("/desimages/gif.png");}
.a_attached[href$="png"]{background-image:url("/desimages/png.png");}
.a_attached[href$="xls"]{background-image:url("/desimages/xsl.png");}
.a_attached[href$="xlsx"]{background-image:url("/desimages/xslx.png");}


.selected{border-top:3px double #d3af35;border-bottom:3px double #d3af35;padding: 10px 0px 10px 0px;font-style: italic}

.table_plain{}
.table_plain tr{background-color:#fff!important;}

.td_colored{background-color:#eff5ff!important;}

.no-float{clear:both;}