/* 
    Document   : framework
    Created on : 07.02.2014, 15:42:11
    Author     : valera
    Description:
        Purpose of the stylesheet follows.
*/

/* Курсор */
.pointer {cursor: pointer;}

/* Шрифты */
.size10 {font-size: 10px;}
.size12 {font-size: 12px;}
.size14 {font-size: 14px;}
.size16 {font-size: 16px;}
.size18 {font-size: 18px;}
.size20 {font-size: 20px;}
.size22 {font-size: 22px;}
.size24 {font-size: 24px;}
.size26 {font-size: 26px;}
.size28 {font-size: 28px;}
.size30 {font-size: 30px;}
.bold {font-weight: bold;}
.normal {font-weight: normal;}
.italic {font-style: italic;}
.cGreen {color: green;}
.cRed {color: red;}
.cWhite, a.cWhite:hover {color: white;}
.cBlack {color: #000;}
.cLGrey {color: #ccc;}
.cMain {color: #48b7d7;}

/* Отсутпы */
.m15 {margin: 15px;}
.m10 {margin: 10px;}
.m5 {margin: 5px;}
.mt15 {margin-top: 15px;}
.mb15 {margin-bottom: 15px;}
.ml15 {margin-left: 15px;}
.mr15 {margin-right: 15px;}
.mt10 {margin-top: 10px;}
.mb10 {margin-bottom: 10px;}
.ml10 {margin-left: 10px;}
.mr10 {margin-right: 10px;}
.mt5 {margin-top: 5px;}
.mb5 {margin-bottom: 5px;}
.ml5 {margin-left: 5px;}
.mr5 {margin-right: 5px;}
.p15 {padding: 15px;}
.p10 {padding: 10px;}
.p5 {padding: 5px;}
.pt15 {padding-top: 15px;}
.pb15 {padding-bottom: 15px;}
.pl15 {padding-left: 15px;}
.pr15 {padding-right: 15px;}
.pt10 {padding-top: 10px;}
.pb10 {padding-bottom: 10px;}
.pl10 {padding-left: 10px;}
.pr10 {padding-right: 10px;}
.pt5 {padding-top: 5px;}
.pb5 {padding-bottom: 5px;}
.pl5 {padding-left: 5px;}
.pr5 {padding-right: 5px;}

/* Выравнивание */
.aCenter {text-align: center !important;}
.aLeft {text-align: left !important;}
.aRight {text-align: right !important;}
.w100 {width: 100%;}
.fLeft {float: left !important;}
.fRight {float: right !important;}
.vTop {vertical-align: top !important;}
.vMiddle {vertical-align: middle !important;}
.vBottom {vertical-align: bottom !important;}

/* ? */
.error{color: red;}
label.error {display: block;}