/* Version 2.03  2005-08-13 */

form {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/*
p {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
*/

div {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

a {
    text-decoration: none;
}

.w100 { width: 100%; }
.w95  { width: 95%;  }
.w90  { width: 90%;  }
.w85  { width: 85%;  }
.w80  { width: 80%;  }
.w75  { width: 75%;  }
.w70  { width: 70%;  }
.w65  { width: 65%;  }
.w60  { width: 60%;  }
.w55  { width: 55%;  }
.w50  { width: 50%;  }
.w45  { width: 45%;  }
.w40  { width: 40%;  }
.w35  { width: 35%;  }
.w30  { width: 30%;  }
.w25  { width: 25%;  }
.w20  { width: 20%;  }
.w15  { width: 15%;  }
.w10  { width: 10%;  }
.w5   { width: 5%;   }

.h100 { height: 100%; }

.l200 { line-height: 200%; }
.l190 { line-height: 190%; }
.l180 { line-height: 180%; }
.l170 { line-height: 170%; }
.l160 { line-height: 160%; }
.l150 { line-height: 150%; }
.l140 { line-height: 140%; }
.l130 { line-height: 130%; }
.l120 { line-height: 120%; }
.l110 { line-height: 110%; }

.s130 { font-size: 130%; }
.s120 { font-size: 120%; }
.s110 { font-size: 110%; }
.s90  { font-size:  90%; }
.s80  { font-size:  80%; }

.left   { text-align: left;   }
.center { text-align: center; }
.right  { text-align: right;  }

.b    { font-weight: bold; }
.bold { font-weight: bold; }

.c0  { color: #000000; }
.c1  { color: #ffffff; }
.c2  { color: #cc0000; }
.c3  { color: #0000cc; }
.c4  { color: #cc66ff; }
.c5  { color: #696969; }

div.notice {
    color: #cc0000;
    font-size: 10px;
}

span.notice {
    border-color: #cc0000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
}

input.notice {
    border-color: #cc0000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
}

textarea.notice {
    border-color: #cc0000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
}

img.left {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}

img.right {
    float: right;
    margin-left: 8px;
    margin-bottom: 8px;
}


.message {
    color: #cc0000;
    font-size: 12px;
}

.qrcode {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    padding: 4px 4px 4px 4px;
    text-align: center;
}


a:link    { color: #333333; }
a:visited { color: #333333; }
a:active  { color: #333333; }
a:hover   { color: #cccccc; }



/* Љ */

.big   { font-size: 16px; }
.small { font-size: 10px; }
.color { color: #666600; }
.bold  { font-weight: bold; }
.box {
    border-color: #C0C288;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    padding: 10px 20px 10px 20px;
}



