
/*Generated By TableCSS Class*/            
html
{
    direction: ltr;
}
body
{
    direction: rtl;
    line-height: 1em;
    text-align: right;
}
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: sans-serif;
}
ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after
{
    content: '';
    content: none;
}
ins
{
    text-decoration: none;
}
del
{
    text-decoration: line-through;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}
/*End reset*/

/*costumization*/
.clear{
    clear: both;
}
.bold {
    font-weight: bold;
}
textarea, input, select {
    -moz-box-sizing: border-box;
    font-family: Arial,sans-serif;
    text-align :center;
}
.hidden {
    display: none !important;
}

.number{unicode-bidi: embed; direction: ltr;}

.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.underline {
    text-decoration: underline;
}
.lineThrough {
    text-decoration: line-through;
}
.alignCenter {
    text-align: center;
}
.alignRight {
    text-align: right;
}
.alignJustify {
    text-align: justify;
}
.highFont{
    font-family: 'Lucida Grande','Lucida Sans Unicode','Verdana,Arial,Helvetica,sans-serif';
}
.red{
    color: #CC0000;
}
.green{
    color: #009D41;
}
.gray{
    color: #666666;
}
.yellow{
    color: #FBDC07;
}

.bg_red{
    background: #CC0000;
}

.bg_green{
    background:  #009D41;
}

.round{
    border-radius: 50%;
}

.errorInput{
    border: 2px solid red;
}


fieldset {
    border: 1px solid #D84A38;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 15px;
    padding: 20px;
}

legend {
    color: #D84A38;
/*    height: 25px;*/
    text-align: right;
    text-indent: 10px;
    width: 100px;
}

.labelHigh{
/*    width : 250px;*/
float: right;
    margin-left: 10px;

}

.labelVal{
/*    width : 250px;*/
    float: right;
    margin-left: 10px;
    direction :ltr;
    unicode-bidi: embed;
    
}

