﻿.left {
    text-align: left;
}

.standard_button {
    font-size: 0.9em; /* proportion of the default font set in the body tag in mainstyles.css */ 
    height: 31px;
}

.standard_rdolist {
    font-size: 0.9em; /* proportion of the default font set in the body tag in mainstyles.css */ 
    border: none;
}

.standard_chkboxlist {
    font-size: 0.9em; /* proportion of the default font set in the body tag in mainstyles.css */ 
    border: none;
}

.standard_error {
    font-size: 0.8em;/* proportion of the default font set in the body tag in mainstyles.css */ 
}

.displayinline {
    display: inline-table;
}

.floatleft {
    float: left;
}

/* ---------------------------------------------------------- */
/* Dev Express tab control */
.dx_tab_control {
    font-size: 1.0em; /* proportion of the default font set in the body tag in mainstyles.css */ 
}
.tabtable{
    width: 100%;
    margin-left: 10px;
    font-size: 0.9em; /* proportion of the default font set in the dx_tab_control setting*/ 
}

/* ---------------------------------------------------------- */
/* Dev Express gridview control */
.dx_gridview {
    font-size: 1.1em; /* proportion of the default font set in the body tag in mainstyles.css */ 
}

/* ---------------------------------------------------------- */
/* Dev Express textedit control */
.dx_textedit {
    color: #046a38;
    font-size: 1.3em;
}

