body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #F0F0F0;
}

.defaultLabel {
    font-size: 12px;
}

.defaultLabelSmall {
    font-size: 10px;
}

.defaultLabelSmallNotActive {
    font-size: 10px;
    color: silver;
}

.defaultError {
    font-size: 10px;
    color: red;
    font-weight:bold;
    vertical-align: middle;
}

.defaultErrorMessage {
    font-size: 12px;
    color: red;
    font-weight:bold;
    vertical-align: middle;
}

.defaultFatal {
    font-size: 12px;
    color: red;
}

.defaultLabelRequired {
    font-size: 12px;
    font-weight: bold;
    color: #990000;
}

.defaultInfoText {
    font-size: 10px;
}

.defaultInfoText8 {
    font-size: 8px;
}

.defaultSupportTextOK {
    font-size: 10px;
}

.defaultSupportTextError {
    font-size: 12px; color:#FF0000;
}

.defaultSimpleTogglePanelHeader{
    font-size: 12px;
}

.defaultEditbox {
    font-size: 12px;
}

.defaultEditboxRequired {
    font-size: 12px;
}

.defaultEditboxRequiredSmall {
    font-size: 10px;
}

.defaultEditboxSmall {
    font-size: 10px;
}

.defaultCalendarRequired {
    font-size: 12px;
}

.defaultSelectCheckbox {
    font-size: 12px;
}

.defaultCheckbox {
    font-size: 12px;
}

.defaultSelectOneRadio{
    font-size: 12px;
    vertical-align: middle;
    text-align: left;
}

.defaultSelectListboxSmall {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.defaultIconTextON {
    font-size: 10px;
    color: red;
}

.defaultIconTextOFF {
    font-size: 10px;
    color: silver;
}

.labelSmall {
    font-size: 10px;
}

.simpleTogglePanelHeaderSmall{
    font-size: 10px;
}

.selectCheckboxSmall {
    font-size: 10px;
}

.selectOneRadioSmall{
    font-size: 10px;
    vertical-align: middle;
    text-align: left;
}

.editboxSmall {
    font-size: 10px;
}

.table_ColumnTopLeft {
    text-align: left; vertical-align: top;
}

.table_ColumnBottomLeft {
    text-align: left; vertical-align: bottom;
}

.table_ColumnTopRight {
    text-align: right; vertical-align: top;
}

.table_ColumnBottomRight {
    text-align: right; vertical-align: bottom;
}

.table_ColumnTopCenter {
    text-align: center; vertical-align: top;
}

.table_ColumnMiddleCenter {
    text-align: center; vertical-align: middle;
}

.table_ColumnMiddleLeft {
    text-align: left; vertical-align: middle;
}

.table_ColumnMiddleRight {
    text-align: right; vertical-align: middle;
}

.listboxSkins {
    width: 80px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.commandLink{
    text-decoration:none;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
}

.scrollerTable tbody {
    border-collapse : collapse;
    font-family : verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #003366;
    border: 1px dotted #d9d1cc;
    margin: 1em auto;
    overflow: auto;
}
.standardTable_Header {
    color: #003366;
    background-color: #C4DCEC;
    padding: 3px;
    text-align: left;
    border: none;
}
.standardTable_Row1 {
    background-color: #FFFFFF;
    height: 1px
}
.standardTable_Row2 {
    background-color: #DEE5EC;
    height: 1px
}
.standardTable_Column {
    padding: 3px;
}
.standardTable_ColumnCentered {
    text-align: center
}
.standardTable_ColumnLeft {
    text-align: left
}
.standardTable_ColumnRight {
    text-align: right
}
.scroller {
    padding-left: 20px;
}
.paginator {
    font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.ajaxDeleteModalBoxHeaderClass {
    font-size: 12px;
    color: red;
}

.dataGridTanoraItem tbody td {
    font-size: small;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    border : 0px solid #ffffff; /*change as per your need*/
    vertical-align: top;
}
.dataGridTanoraItem {
    width: 100%;
    border : 0px solid #ffffff; /*change as per your need*/
    border-collapse: collapse;
    margin: 0px;
}

