﻿* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

button, input[type="button"], .button, input[type="reset"], input[type="submit"], .HyperLink_a {
    background-color: #f19e00;
    color: White;
    font-family: Tahoma;
    font-weight: normal;
    font-size: 12px;
    padding-right: 8px;
    padding-left: 8px;
    margin: 5px;
    border: outset 1px silver;
    cursor: pointer;
}

.textbox, input[type="text"], select, textarea, input[type="password"] {
    overflow: auto;
    border: solid 1px silver;
}

input[type="radio"] {
    margin-left: 5px;
    margin-right: 5px;
}

.over-auto {
    overflow: auto;
}

.over-hidden {
    overflow: hidden;
}

a {
    text-decoration: none;
}

    a img {
        border: 0px;
    }

img {
    border: 0px;
}   
       
.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.center {
    text-align: center;
}

.borderless {
    border: 0px;
}

input[type="checkbox"] {
    border: 0px;
}

.hide {
    display: none;
}

.show {
    display: inherit;
}

.pointer {
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.width-fill {
    width: 100%;
}

.width-half {
    width: 50%;
}

.width-third {
    width: 32%;
}

.width-forth {
    width: 23%;
}

.width-fifth {
    width: 18%;
}

.height-fill {
    height: 100%;
}

.tahoma {
    font-family: Tahoma;
}

.on-top {
    z-index: 101;
}

.justify {
    text-align: justify;
}

.trad_ar {
    font-family: "Traditional Arabic";
}

.simple_ar {
    font-family: "Simplified Arabic";
}

.italic {
    font-style: italic;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.padding-none {
    padding: 0px;
}

.margin-none {
    margin: 0px;
}

.margin-tiny {
    margin: 1px;
}

.margin-auto {
    margin-left: auto;
    margin-right: auto;
}

.width-auto {
    width: auto;
}

.inline-b {
    display: inline-block;
}
/* font sizes */
.f11 {
    font-size: 11px;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f17 {
    font-size: 17px;
}

.f18 {
    font-size: 18px;
}

.f19 {
    font-size: 19px;
}

.f20 {
    font-size: 20px;
}

hr {
    width: 99%;
    height: 1px; /*color: #C0C0C0;*/ /*background-color: #C0C0C0;*/
    border-top: solid 2px;
    margin: 0px;
    padding: 0px;
}

.h1024 {
    height: 1024px;
}
/* widths */
.wp46 {
    width: 46%;
}

.wp33 {
    width: 33%;
}

.wp90 {
    width: 90%;
}

.wp20 {
    width: 20%;
}

.w50 {
    width: 50px;
}

.w80 {
    width: 80px;
}

.w100 {
    width: 100px;
}

.w150 {
    width: 150px;
}

.w170 {
    width: 170px;
}

.w180 {
    width: 180px;
}

.w200 {
    width: 200px;
}

.w250 {
    width: 250px;
}

.w260 {
    width: 260px;
}

.w280 {
    width: 280px;
}

.w300 {
    width: 300px;
}

.w350 {
    width: 350px;
}

.w450 {
    width: 450px;
}

.w600 {
    width: 600px;
}

.w780 {
    width: 780px;
}

.w800 {
    width: 800px;
}

.h50 {
    height: 50px;
    max-height: 50px;
}

.h100 {
    height: 100px;
    max-height: 100px;
}

.h150 {
    height: 150px;
    max-height: 150px;
}

.h200 {
    height: 200px;
    max-height: 200px;
}

.h500 {
    height: 500px;
    max-height: 500px;
}

.hauto {
    height: auto;
}

.wauto {
    width: auto;
}

.tcell {
    display: table-cell;
}

.clear {
    clear: both;
}

.border {
    border: solid 1px silver;
}

.bordert {
    border-top: solid 1px silver;
}

.borders {
    border-right: solid 1px silver;
    border-left: solid 1px silver;
}

.borderb {
    border-bottom: solid 1px silver;
}

.borderr {
    border-right: solid 1px silver;
}

.borderl {
    border-left: solid 1px silver;
}

.nodecor {
    text-decoration: none;
}

.underline {
    text-decoration: underline;
}

.vmiddle {
    vertical-align: middle;
}

.line-break {
    line-height: 5px;
}

.back-silver {
    background-color: Silver;
}

.back-black {
    background-color: Black;
}

.back-light {
    background-color: #F7F7F7;
}

.back-white {
    background-color: #FFFFFF;
}

.minh-130 {
    height: 130px;
    min-height: 130px;
}

.minh-160 {
    height: 160px;
    min-height: 160px;
}

.minh-160 {
    height: 130px;
    min-height: 130px;
}
/*colored elements */
.black, .black * {
    color: Black;
}

.red, .red * {
    color: Red;
}

.white, .white * {
    color: White !important;
}

.green {
    color: #006631;
}

.gray, .gray * {
    color: #9B999A;
}

.targmalink-active {
    background-image: url(/designimages/tabover.jpg);
}


.padding-3 {
    padding: 3px;
}

.padding-6 {
    padding: 6px;
}
/*lists*/
ul {
    padding: 0px;
}

.list-noimg {
    list-style-type: none;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}
