﻿
/*buttons*/

.veb-btn-ltr {
    background-color: #E6E6E6;
    background-image: linear-gradient(#ffffff, #CCCCCC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05);
    color: #333333;
    line-height: 22px;
    cursor: pointer;
    direction: rtl;
    display: inline-block;
    font-family: Helvetica,Arial,sans-serif, tahoma;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 4px 12px 4px 12px;
    text-align: center;
    vertical-align: central;
    width: auto;
}
  
.veb-btn-ltr:hover{
 background-color: #CCCCCC; 
 border-color: rgba(0, 0, 0, 0.25);
 background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#CCCCCC));
 background-image: -webkit-linear-gradient(top, #E6E6E6, #CCCCCC);
 background-image: -moz-linear-gradient(top, #E6E6E6, #CCCCCC);
 background-image: -ms-linear-gradient(top, #E6E6E6, #CCCCCC);
 background-image: -o-linear-gradient(top, #E6E6E6, #CCCCCC);
 background-image: linear-gradient(to bottom, #E6E6E6, #CCCCCC);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E6E6E6, endColorstr=#CCCCCC);
}   

.veb-btn {
    background-color: #E6E6E6;
    background-image: linear-gradient(#ffffff, #CCCCCC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05);
    color: #333333;
    line-height: 22px;
    cursor: pointer;
    direction: ltr;
    display: inline-block;
    font-family: Helvetica,Arial,sans-serif, tahoma;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 4px 12px 4px 12px;
    text-align: center;
    vertical-align: central;
    width: auto;
}

.veb-btn:hover{
 background-color: #CCCCCC; 
 border-color: rgba(0, 0, 0, 0.25);
 background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#CCCCCC));
 background-image: -webkit-linear-gradient(top, #E6E6E6, #CCCCCC);
 background-image: -moz-linear-gradient(top, #E6E6E6, #CCCCCC);
 background-image: -ms-linear-gradient(top, #E6E6E6, #CCCCCC);
 background-image: -o-linear-gradient(top, #E6E6E6, #CCCCCC);
 background-image: linear-gradient(to bottom, #E6E6E6, #CCCCCC);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E6E6E6, endColorstr=#CCCCCC);
}    
                                     
.veb-btn-blue{
    background-color: rgb(0, 109, 204);
    background-image: linear-gradient(rgb(0, 136, 204), rgb(0, 68, 204));
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
    cursor: pointer;
    direction: rtl;
    display: inline-block;
    font-family: Helvetica,Arial,sans-serif, tahoma;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 5px;
    padding: 4px 12px 4px 12px;
    text-align: center;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    vertical-align: central;
    width: auto;
}

.veb-btn-blue:hover{
 border:1px solid #b3b3b3;
 background-color: #cdcdcd; background-image: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd), to(#b3b3b3));
 background-image: -webkit-linear-gradient(top, #cdcdcd, #b3b3b3);
 background-image: -moz-linear-gradient(top, #cdcdcd, #b3b3b3);
 background-image: -ms-linear-gradient(top, #cdcdcd, #b3b3b3);
 background-image: -o-linear-gradient(top, #cdcdcd, #b3b3b3);
 background-image: linear-gradient(to bottom, #cdcdcd, #b3b3b3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cdcdcd, endColorstr=#b3b3b3);
}

/*editors*/
.editor-label {
    background-clip: border-box;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: content-box;
    clear: both;
    color: #2e2e2e;
    direction: rtl;
    display: inline-block;
    float: right;
    line-height: normal;
    margin-left: 0;
    margin-right: 2%;
    padding: 0.4em 0 0.6em 0;
    text-align: left;
    width: 7%;
    vertical-align: middle;
}

.editor-label label{
    font-weight: bold;
    font-size: 14px;
    font-family: inherit;
}

.editor-field {
    background-clip: border-box;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: content-box;
    clear: left;
    color: #2e2e2e;
    direction: rtl;
    float: left;
    line-height: normal;
    margin-left: 2%;
    margin-right: 0;
    padding: 0.4em 0 0.6em 0;
    width: 85%;
}

.editor-field input[type="text"], input[type="password"], input[type="number"], input[type="textbox"], input[type="text"] {
    font-size: 14px;
    vertical-align: middle;
    width: 250px;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0; 
    background-position-y: center;
    background-repeat: repeat;
    background-size: auto;
    border-collapse: collapse;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-family: inherit;
    display: inline-block;
    text-indent: 0.16em;
    color: #2e2e2e;
    margin: 1px 0 0 0;
    overflow: visible;
    position: relative;

    border-color: #c5c5c5;
    border-style: solid;
    border-width: 1px;
    height: 1.8em;
    line-height: 1em;
    padding: 2px 0.3em 2px 0.3em
}

.editor-label-ltr {
    background-clip: border-box;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: content-box;
    clear: both;
    color: #2e2e2e;
    direction: ltr;
    display: inline-block;
    float: left;
    line-height: normal;
    margin-right: 0;
    margin-left: 2%;
    padding: 0.4em 0 0.6em 0;
    text-align: left;
    width: 30%;
    vertical-align: middle;
}

.editor-label-ltr label{
    font-weight: bold;
    font-size: 14px;
    font-family: inherit;
    
}

.editor-field-ltr {
    background-clip: border-box;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: content-box;
    clear: right;
    color: #2e2e2e;
    direction: ltr;
    float: left;
    line-height: normal;
    margin-right: 2%;
    margin-left: 0;
    padding: 0.4em 0 0.6em 0;
    width: 60%;
}

.editor-field-ltr input[type="text"], input[type="password"], input[type="number"], input[type="textbox"] {
    font-size: 14px;
    vertical-align: middle;
    width: 250px;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0; 
    background-position-y: center;
    background-repeat: repeat;
    background-size: auto;
    border-collapse: collapse;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-family: inherit;
    display: inline-block;
    text-indent: 0.16em;
    color: #2e2e2e;
    margin: 1px 0 0 0;
    overflow: visible;
    position: relative;

    border-color: #c5c5c5;
    border-style: solid;
    border-width: 1px;
    height: 1.8em;
    line-height: 1em;
    padding: 2px 0.3em 2px 0.3em
}


/*padding*/
.pad5_top_but {
    padding: 5px 0 5px 0;
}

/*design*/
.bold {
    font-weight: bold;
}

/*tables*/
.table
{
    /*border: 1px solid #EBEBEB;*/
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%; 
    display: table;
}

.border {
    border: 1px solid #EBEBEB;
}

.row {
    vertical-align: top;
    display: table-row;
    width: 100%
}

.cell-simple
{
    display: table-cell;
    vertical-align: top;
    width: auto;
}

.cell
{
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.cell-nowidth
{
    display: table-cell;
    vertical-align: top;
    border: 1px solid #EBEBEB;
}


.cell-transparent
{
    display: table-cell;
    background-color: transparent;  
    padding: 5px 5px 5px 10px;
    vertical-align: top;
    white-space: nowrap;
}

.cell-right {
    display: table-cell;
    background-color: white;
    width: 150px;
    min-width: 150px;
    vertical-align: top;
}

.cell-left {
    display: table-cell;
    background-color: white;
    width: 100%;
    vertical-align: top;
    padding: 0 10px 0 0;
}

.cell-right h4 {
    color: white;
    background-color:#E21A22;
    padding: 7px 10px 7px 7px;
}

.cell-empty
{
    display: table-cell;
    background-color: white;
    vertical-align: top;
    width: 100%;
}

.cell-width20pr {
    display: table-cell;
    vertical-align: top;
    width: 20%; 
}

.v-spacer
{
    display: table-cell;
    width: 10px;
    min-width: 10px;
}

.h-spacer
{
    display: table-row;
    height: 10px;
    min-height: 10px;
    font-weight: bold;
}

.pad01050 { padding: 0 10px 5px 0; }

.pad10 { padding: 10px; }

.bold { font-weight: bold; }

.fontsize16 { font-size: 16px;}
