﻿.IRRequestsSelectHeaderRow {
    text-align: left;
    vertical-align: top;
    font-weight: bold;
}

.IRRequestsSelectRequestGVCell {
    text-align: right;
    vertical-align: top;
    width: 350px;
}

.IRRequestsSelectGuideCell {
    text-align: right;
    vertical-align: top;
}

.IRRequestsSelectCheckGVCell {
    text-align: right;
    vertical-align: top;
    width: 350px;
}

.IRRequestsEditInsertTable {
    border-left: solid 1px #DDD;
    border-top: solid 1px #DDD;
    border-right: solid 1px #BBB;
    border-bottom: solid 1px #BBB;
}

.IRRequestsEditInsertCell {
    border-right: solid 1px #DDD;
    border-bottom: solid 1px #DDD;
}

.IRRequestsEditInsertHeader {
    text-align: center;
    vertical-align: top;
    font-weight: bold;
}

.IRRequestsEditInsertContent {
    text-align: left;
    vertical-align: top;
}

.submitPermissionMessage {
    font-weight: bold;
    color: Red;
}