body, body.desktop {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    overflow: auto;
    background-color: #FFFFFF;
}
body.desktop {
    margin-top: 20px;
    margin-bottom: 7px;
}
body.help {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    width:auto;
    height:auto;
}
div.auditTree {
    width: 230px;
    height: 100%;
    text-align: left;
    position: relative;
    overflow: auto;
    background-color:#F3F3F3;
    border-right: 1px;
    border-right-color:#C3C3C3;
    border-right-style: solid;
    border-top-style: solid;
    border-top-color:#C3C3C3;
    border-top: 1px
    padding: 10px 6px;
}

div.auditSummary {
    position: relative;
    background-color:#F3F3F3;
    border: 1px solid #C3C3C3;
    border-left: 0px;
    padding: 10px 5px 5px 10px;

}

div.auditBody {
    width: 100%;
}

table.auditTable{
    font-size: 12px;
}

table.auditHeader {
    margin: 5px 15px 5px;
    font-size: 12px;
    width: 90%;
}

table.auditQuestion {
    margin: 0px 25px 5px;
    font-size: 12px;
    width: 80%;
}

table.auditQuestion td.question{
    color:#000000;
    font-size:13px;
    font-weight: bold
}

table.auditLinks {
    margin: 5px 15px 5px;
    font-size: 12px;
    width: 80%;
}

table.auditLinks a, table.auditQuestion a, table.auditQuestionInfo a{
    font-size: 12px;
    font-weight: normal;
}


table.auditSubHeader {
    margin: 5px 30px;
    width: 90%;
    font-size: 12px;
}

table.auditQuestionInfo {
    width: 100%;
    font-size: 12px;
}

div.auditQuestionInfo{
    margin: 2px 45px;
    width: 100%;
    font-size: 12px;
}

div.auditGeneralObservations{
    margin: 2px 25px;
    width: auto;
    font-size: 12px;
}


table.auditSubHeader td.label, table.auditQuestionInfo td.label, .auditQuestionInfo{
    font-size: 12px;
    font-weight: bolder;
    color: #666666;
    width: 1%;
    padding-top: 0px;
    white-space:nowrap;
}

td.auditLabel{
    width: 1%;
    padding-top: 0px;
    white-space:nowrap;
    font-size: 12px;
    font-weight: bolder;
}



table.auditQuestion td.label{
    font-size: 12px;
    font-weight: bolder;
    color: #666666;
    padding-top: 0px;
}


div.message {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: none;
    margin-left: 7px;
    margin-right: 7px;
    background-color:#E7F5FA;
    border: 1px solid #4DB3D0;
    padding: 0px 6px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    CCborderRadiusTL: 5px;
    CCborderRadiusTR: 5px;
    CCborderRadiusBL: 5px;
    CCborderRadiusBR: 5px;
}

div.message table td
{
    background-color:#E7F5FA;
}

div.helpHeader {
    padding-top: 12px;
    padding-bottom: 4px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
    font-weight: bolder;
    border-bottom: 1px solid #9DAAC3;
}
div.helpContent {
    padding-top: 4px;
    padding-bottom: 8px;
    padding-left: 2px;
    padding-right: 2px;
}
a {
    font-size: 12px;
    color: #1F7892;
    text-decoration: underline;
}
a:hover {
    color:#B59B0C;
}
a.toolbar, a.tabbar, span.toolbar_disabled {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #4D5565;
}

a.pagination {
    font-weight: bold;
    font-size: 12px;
}
span.pagination_disabled {
    font-weight: bold;
    font-size: 12px;
    color: #808080
}

span.disabled, span.toolbar_disabled, span.offlineInfo {
    color: #666666;
}

span.offlineHeader {
    font-size: 12px;
    font-weight: bold;
}
.rejectActivity, .modified {
    color:#C00000;
}
a.large {
    font-size: 16px;
    color: #535F77;
    font-weight: bold;
    text-decoration: none;
}

table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
td {
    vertical-align: middle;
}

div.ta {
    width: 98%;
    overflow: scroll;
    scrollbar-face-color:#E1E3E9;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-3dlight-color:#EBEFF7;
    scrollbar-darkshadow-color:#5D5A6D;
    scrollbar-shadow-color:#ABACBA;
    scrollbar-arrow-color:#465064;
    scrollbar-track-color:#EBEDF1;
}

div.taAutoScroll {
    width: 98%;
    overflow: auto;
    border:1px solid #C2C5B7;
    background-color:#F4F4F4;
    scrollbar-face-color:#E1E3E9;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-3dlight-color:#EBEFF7;
    scrollbar-darkshadow-color:#5D5A6D;
    scrollbar-shadow-color:#ABACBA;
    scrollbar-arrow-color:#465064;
    scrollbar-track-color:#EBEDF1;
}

div.formTemplate {
    width: 100%;
    overflow: scroll;
    overflow-x: auto;
    scrollbar-face-color:#E1E3E9;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-3dlight-color:#EBEFF7;
    scrollbar-darkshadow-color:#5D5A6D;
    scrollbar-shadow-color:#ABACBA;
    scrollbar-arrow-color:#000000;
    scrollbar-track-color:#EBEDF1;
}

div.multifield {
    width: 100%;
    white-space: normal;
    overflow-y: auto;
    overflow-x: hidden;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #000000;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #000000;
    background-color: #FFFFFF;
    word-wrap: break-word;
    word-break: break-all;
}

.spanentity_name {
    padding: 2px;
}

.spanperson_name {
    padding: 2px;
}

div.action, div.actionDesktop {
    width: 98%;
    overflow-y: auto;
    overflow-x: none;
    scrollbar-face-color:#E1E3E9;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-3dlight-color:#EBEFF7;
    scrollbar-darkshadow-color:#5D5A6D;
    scrollbar-shadow-color:#ABACBA;
    scrollbar-arrow-color:#465064;
    scrollbar-track-color:#EBEDF1;
}

div.action {
    border: 1px solid #9DAAC3;
}

table.workflow {
    border: none;
    width: 98%;
    text-align: center;
    background-color: #FFFFFF;
    padding: 0px;
}

span.title{
    color:#000000;
    font-size:19px;
}


/* 02/19/2014 BON PR#15093 - revert to ie10support begin [2df04e6] + fix syntax
 *                           + group related declarations + CSS-ify cellpadding/spacing */
table.action {
    width: 100%;
    border-collapse: collapse !important;
    background-color: #FFFFFF;
    font-size: 11px;
    color:#434343;
}

/* action table, both header and rows */
table.action tr.action td, table.action tr.action th {
    padding: 4px 8px;
    margin:0;
    border: 1px solid #C3C3C3 !important;
    width:50%;
    text-align: left;
    top: expression(document.getElementById("actionDiv").scrollTop);
}

/* action table, header only */
table.action tr.action th {
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#f2f2f2',EndColorStr='#e2e2e2');
    /* PR 15093 - IE10 support (keep 'DXImageTransform' for IE<=9) */
    background-image: linear-gradient(to bottom, #f2f2f2 0%, #e2e2e2 100%);
    font-weight: normal;
    padding: 0;
}

/* action table, rows which are dynamically added with available actions  */
.actionDesktop td.instantAction {
    border: 1px solid #C3C3C3;
    background-color: #FFFFFF;
    padding: 4px;
}

table.ta {
    width: 100%;
    background-color: #C2C5B7
    z-index: 1;
    border-bottom: 1px solid #C2C5B7;
    border-right: 1px solid #C2C5B7;
    border-collapse: separate;
}

table.taAutoScroll {
    width: 100%;
    background-color: #C2C5B7
    z-index: 1;
    border-bottom: 1px solid #C2C5B7;
    border-right: 0px solid #C2C5B7;
    border-collapse: separate;
    margin-top:-1px;
}

table.ta tr.taHeader th, table.ta tr.taHeader2 th, table.meddra-values tr.taHeaderMeddra th,
table.ta tr.taHeaderNoScroll th, table.ta tr.taHeader td,
table.taAutoScroll tr.taHeader th, table.taAutoScroll tr.taHeader2 th,
table.taAutoScroll tr.taHeaderNoScroll th, table.taAutoScroll tr.taHeader td
{
    /* PR 15093 - IE10 support (Changed color code to sink with IE8 and IE9) */
    background-color: #e5eecc !important;
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#E9EED6',EndColorStr='#CFDAA9');
    /* PR 15093 - IE10 support (keep 'DXImageTransform' for IE<=9) */
    background-image: linear-gradient(to bottom, #E9EED6 0%, #CFDAA9 100%);
    height: 15px;
    color: #505B26;
    font-family:'Arial';
    font-weight: bold;
    font-size:12px;
    text-decoration: none;
    z-index: 20;
}

table.ta tr.taHeader th a, table.ta tr.taHeaderNoScroll th a,
table.taAutoScroll tr.taHeader th a, table.taAutoScroll tr.taHeaderNoScroll th a
{
    color: #505B26;
}

div.searchFilter table.simpleTable
{
    background-color:  #ffffc6;
    border-bottom:  #ffffc6 1px solid;
    border-left:  #ffffc6 1px solid;
    border-right:  #ffffc6 1px solid;
    border-top:  #ffffc6 1px solid;
}

div.searchFilter table.simpleTable td.contentFormData, div.searchFilter table.simpleTable td.contentFormDataLarge
{
    background-color:  #ffffc6;
}



table.header tr.workflowHeader th {
    background-color: #E7F5FA !important;
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#DEF3F9',EndColorStr='#C0E6EE');
    /* PR 15093 - IE10 support (keep 'DXImageTransform' for IE<=9) */
    background-image: linear-gradient(to bottom, #DEF3F9 0%, #C0E6EE 100%);
    height: 20px;
    color: #1F7892;
    font-family:'Arial';
    font-weight: bold;
    font-size:15px;
    text-align: left;
    border: 0px;
    z-index: 20;
}

table.ta tr.taHeader th, table.taAutoScroll tr.taHeader th {
    top: expression(document.getElementById("data").scrollTop);
}


table.ta tr.taFilter th, table.taAutoScroll tr.taFilter th {
    top: expression(document.getElementById("data").scrollTop + document.getElementById("headerRow").style.height);

    background-color: #e7f5fa;


}

table.ta tr.taHeader2 th, table.taAutoScroll tr.taHeader2 th {
    top: expression(document.getElementById("data2").scrollTop);
}

table.ta tr.taHeader th, table.ta tr.taHeader2 th, table.ta tr.ta th,
table.taAutoScroll tr.taHeader th, table.taAutoScroll tr.taHeader2 th, table.taAutoScroll tr.ta th
{
    position: relative;
    font-weight: bold;
}

table.ta tr.ta td a, a.desktopTable,
table.taAutoScroll tr.ta td a
{
    font-size: 11px;
}

table.ta .rowheader {
    background-color: #EFEFEF;
    left: expression(document.getElementById("data").scrollLeft);
    width: 1%;
    white-space: nowrap;
    z-index = 10
}

table.taAutoScroll .rowheader {
    background-color: #EFEFEF;
    left: expression(document.getElementById("data").scrollLeft);
    border-left-width:0px;
    width: 1%;
    white-space: nowrap;
    z-index = 10
}

table.ta tr.taHeader .rowheader, table.ta tr.taHeader2 .rowheader,
table.taAutoScroll tr.taHeader .rowheader, table.taAutoScroll tr.taHeader2 .rowheader
{
    z-index: 30
}

table.ta tr.taHeader a, table.ta tr.taHeader2 a, table.ta tr.taHeaderNoScroll a,
table.taAutoScroll tr.taHeader a, table.taAutoScroll tr.taHeader2 a, table.taAutoScroll tr.taHeaderNoScroll a
{
    font-weight: bold;
    text-decoration: none;
}

table.ta tr.ta .rowheader a, table.taAutoScroll tr.ta .rowheader a {
    font-weight: bold
}

table.ta tr.taHeader a, table.ta tr.taHeader2 a,
table.taAutoScroll tr.taHeader a, table.taAutoScroll tr.taHeader2 a
{
    color: #505B26
}

table.ta tr.ta, table.taAutoScroll tr.ta, tr.taAutoScroll {
    background-color: #FFFFFF;
    font-weight:normal;
}

table.ta th, table.ta td,
table.taAutoScroll th, table.taAutoScroll td
{
    padding: 6px 8px;
    text-align: left;
    border-top: 1px solid #C2C5B7;
    border-left: 1px solid #C2C5B7;
    border-collapse: separate;
}

table.ta tr.highlighted, table.ta tr.highlighted TH, tr.highlighted, tr.highlighted TH,
table.taAutoScroll tr.highlighted, table.taAutoScroll tr.highlighted TH
{
    background-color: #D5EDF7;
}

table.ta tr.tabig, table.taAutoScroll tr.tabig
{
    background-color: #FFFFFF;
    font-weight:normal;
}
table.ta tr.tabig td, table.taAutoScroll tr.tabig td
{
    font-size: 12px;
}

table.ta tr.tabig td a, table.taAutoScroll tr.tabig td a
{
    font-size: 12px;
}

table.topBar {
    /*background-image: url(../images/topbar_bkgd.jpg);*/
    background-color:#F3F3F3;
    border-bottom: 1px solid #C3C3C3;
    height: 34px;
    width: 100%;
}
table.topBar td {
    padding: 7px;
    width: 33%;
    white-space:nowrap;
}
table.topBar td a{
    font-weight: bold;
}
table.deskTopBar{
    background-color: #000000;
    height: 70px;
    width: 100%;
    border-collapse: separate;
}
table.deskTopBar TD{
    padding: 1px;
}

table.deskTopBar table{
    border-collapse: separate;
}
table.toolBar {
    width: 100%;
    height: 24px;
    background-image: url(../images/toolbar_bkgd.jpg);
    text-align: center;
}
table.toolBar td{
    padding: 0px;
}
table.toolBar td.separator{
    width: 2px;
}
table.toolBar td.tbButton {
    text-align: center;
    height: 24px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    white-space: nowrap;
    width: 1%;
}
table.tabBar {
    width: 100%;
    height: 24px;
    text-align: center;
}
table.tabBar td{
    padding: 0px;
    white-space:nowrap;
}
table.tabBar td a{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
table.tabBar td.separator1px{
    width: 1px;
}
table.tabBar td.separator2px{
    width: 2px;
}
table.tabBar td.tabOn {
    width: 1%;
    text-align: center;
    height: 24px;
    background-image: url(../images/tabbar_bkgd_on.jpg);
    padding-right: 10px;
    padding-left: 10px;
    white-space:nowrap;
}
table.tabBar td.tabOff {
    width: 1%;
    text-align: center;
    height: 24px;
    background-image: url(../images/tabbar_bkgd_off.jpg);
    padding-right: 10px;
    padding-left: 10px;
    white-space:nowrap;
}
div.tabbar {
    width: 98%;
    overflow-x: auto;
    overflow-y: none;
    scrollbar-face-color: #96A1B2;
    scrollbar-highlight-color: #96A1B2;
    scrollbar-shadow-color: #96A1B2;
    scrollbar-3dlight-color: #C7D7E7;
    scrollbar-arrow-color: #FFFFFF
}
div.tabbar_sub {
    width: 100%;
    border: none;
    background-color:#96A1B2;
}
div.tabdiv {
    width: 98%;
    overflow-x: auto;
    overflow-y: none;
    scrollbar-face-color: #96A1B2;
    scrollbar-highlight-color: #96A1B2;
    scrollbar-shadow-color: #96A1B2;
    scrollbar-3dlight-color: #C7D7E7;
    scrollbar-arrow-color: #FFFFFF
}
table.header, table.headerSmall {
    font-weight: bold;
    width: 98%;
}

table.headerSmall {
    background-image: url(../images/section_small_bkgd.jpg);
    height: 19px;
    font-size: 11px;
}

table.header td, table.footer td{
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
    white-space:nowrap;
}

table.header td{
    color:#1F7892;
    font-size:16px;
}

table.footer td{
    font-size:11px;
    vertical-align:middle;
}

table.header hr{
    color:#1F7892;
    width: 100%;
    align: right;
}

table.headerSmall td {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    white-space:nowrap;
}
table.footer {
    color: #333333;
    background-image: url(../images/desktop_footer.png);
    background-repeat: repeat-x;
    height: 100%;
    width: 100%;
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #c3c3c3;
    border-right-color: #9DAAC3;
    border-bottom-color: #9DAAC3;
    border-left-color: #9DAAC3;
}
table.calendar {
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    background-color: #CCCCCC;
}
table.calendar td {
    text-align: center;
}
table.calendar td.day {
    background-color: #FFFFFF;
}
table.calendar td.today {
    background-color: #F8E692;
}
table.calendar td.blank {
    background-color: #E7E7E7;
}
table.border {
    width: 98%;
    border: 1px solid #9DAAC3;
    text-align: center;
    background-color: #FFFFFF;
    padding: 0px;
}

table.noborder {
    text-align: center;
    padding: 0px;
    border-collapse: separate;
}

table.noborder TD{
    padding: 3px;
}


table.breadcrumbborder {
    width: 98%;
    border: 1px solid #FFDB48;
    text-align: center;
    background-color: #FFFFCC;
    padding: 0px;
}
table.borderShaded {
    width: 98%;
    border: 1px solid #C3C3C3;
    text-align: center;
    background-color: #F2F2F2;
    font-size: 12px;
}
table.question {
    width: 98%;
    background-color: #FFF7D3;
    border: 1px solid #9DAAC3;
    margin-top: 7px;
    margin-bottom: 7px;
}
table.question td {
    white-space: normal;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
}
table.plain {
    width: 98%;
    font-size: 12px;
    border: none;
    border-collapse: separate;
}
table.full {
    width: 100%;
    font-size: 12px;
    border: none;
}
table.plain a, table.full a{
    font-size: 12px;
}

.plain td
{
    white-space: normal;
}


label
{
    margin: 0 10px 3px 30px;
    width:100px;
    font-weight:bold;
    color:#000;
}


table.flexField {
    width: 100%;
    border: none;
}
td.contentLabel, td.contentLabelToggleFieldsLink, td.contentLabelSingle, td.contentLabelRequired, td.contentLabelProcess {
    text-align: left;
    padding: 2px;
    vertical-align: top;
}
td.contentLabel, td.contentLabelToggleFieldsLink, td.contentLabelSingle, td.contentLabelRequired, td.flexFieldLabel, td.contentLabelProcess, span.flexname {
    font-weight: bold;
    margin-left: 10;
}

div.multiselectionvalue_container {
    float: left;
    padding-right: 10px;
}

div.multiselectionvalue {
    word-wrap: break-word;
    word-break: break-all;
    text-decoration: underline;
}

span.flexname {
    margin-left: 10;
    margin-top: 30;
    padding-left: 3px;
}

div.flexbuttons {
    float: right;
    margin-right: 10;
    margin-top: 5;
}

td.contentFormDataLargest td.flexFieldLabel, td.contentFormDataLargest td.FlexFieldDataInner
{
    padding-left: 1px;
}

td.contentFormDataLarge td.flexFieldLabel, td.contentFormDataLarge td.FlexFieldDataInner
{
    padding-left: 2px;
}

td.contentFormDataLarge
{
    vertical-align: top;
    padding-top:2px;
}

.contentFormData select
{
    margin-top:1px;
}

td.flexFieldLabel
{
    height:21px;
}

td.flexFieldLabel, span.flexname {
    padding-bottom: 2px;
    font-size:12px;
    text-align: left;
}

td.contentLabel, td.contentLabelSingle, table.flexField {
}
td.contentLabelToggleFieldsLink {
    background-color: #EBEDF1;
}

td.contentLabel, td.contentLabelRequired, td.contentLabelToggleFieldsLink{
    width: 20%;
}
td.contentLabelInner {
    text-align: left;
    color:#000000;
    font-size:12px;
    font-weight: bold;
    height: 21px;
}
td.contentLabelProcess {
    width: 90%;
}
td.contentData, td.contentDataLarge, td.contentDataSingle, td.contentDataLargest, td.contentDataRequired, td.contentDataLargeRequired, td.contentDataProcess {
    text-align: left;
}
td.contentAdditional{
    text-align: left;
    font-weight: bold;
}
td.contentLabelSingle, td.contentData, td.contentDataRequired {
    width: 30%;
}
td.contentDataLarge, td.contentDataLargeRequired {
    width: 50%;
}
td.contentDataLargest {
    width: 100%;
}
td.contentDataSingle {
    width: 70%;
}
td.contentDataProcess {
    width: 10%;
    white-space:nowrap;
}

td.contentLabelRequired, td.contentDataRequired, td.contentDataLargeRequired, {
    background-color: #EBEDF1;
}

table.dataFieldIcon {
    width: 98%;
}
table.dataFieldIconShort {
    width: 50%;
}
.appTitle {
    font-size: 15px;
    font-weight: bold;
    color: #F0C600;
}
.pageTitle {
    font-size: 15px;
    font-weight: bold;
    /*color: #FFFFFF;*/
    color: #555;
}
.subTitle {
    font-size: 12px;
    font-weight: bold;
    color: #F0C600;
}
.data {
    font-weight: normal;
}
.instruction {
    color:#1F7892;
    font-size:11px;
    font-weight: normal;
}

.highlightedText {
    font-weight: normal;
    color: #990000;
}

.highlightedBoldText {
    font-size:15px;
    font-weight: bold;
    color: #CC0000;
}

.strongText {
    font-size: 13px;
    font-weight: bold;
}
.CFRPart11Field {
    font-size: 13px;
    font-weight: bold;
}
.required {
    color: #AD0000;
}

iframe.taHeader {
    position: absolute;
    display: block;
    top: expression(document.getElementById("data").scrollTop);
    left: expression(document.getElementById("data").scrollLeft)
}

iframe.rowheader {
    position: absolute;
    display: block;
    left: expression(document.getElementById("data").scrollLeft)
}

img {
    border: 0px none;
}
input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
input.relative {
    width: 100%;
    font-size:12px;
}

input.normal {
    width: 200px;
    font-size:12px;
    margin-right: 5px;
}



input.title {
    font-family: Arial;
    height: 25px;
    font-size: 16px;
    font-weight: bold;
    width: 490px;
}

input.file {
    width: 100%;
}

input.short {
    width: 70px;
}
input.date {
    width: 121px;
}

input.button, button {
    font-size: 11px;
    border: 1px outset;
    background-image: url(../images/button_bkgd.jpg);
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 2px;
    padding-left: 2px;
}

input.buttonFixed {
    border: 1px outset #000000;
    background-image: url(../images/button_bkgd.jpg);
    width: 50px;
}
input.buttonRelative {
    border: 1px;
    width: 100%;
    text-align: left;
    padding-top: 0px;
    padding-right: 4px;
    padding-bottom: 0px;
    padding-left: 4px;
}
input.arrowButtonUp, input.arrowButtonDown {
    border: 1px outset #000000;
    background-color: #E5E8EF;
    background-repeat: no-repeat;
    background-position: center center;
    height: 15px;
    padding-right: 4px;
    padding-left: 4px;
}
input.arrowButtonUp {
    background-image: url(../images/up.gif);
}
input.arrowButtonDown {
    background-image: url(../images/down.gif);
}
select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: auto;
}
select.relative {
    width: 100%;
}
.default {
    width: 100px;
    margin-right: 5px;
}
.normalStatic {
    width: 240px;
}
.normalRelative {
    width: 67%;
    font-size: 12px;
    margin-right: 5px;
}




select.autoWidth{
    font-size: 12px;
}


select.long {
    width: 322px;
}
option {
}
textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 100%;
    white-space:pre-wrap;
}
textarea.relative {
    font-size: 12px;
}

ul.auditTreeRoot {
    margin-left: 0px;
    margin-right: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}

li.auditTreeRoot {
    background-image: url(../images/audit_record.png);
    background-repeat: no-repeat;
    background-position: left top;
    list-style: none;
    padding-left: 20px;
    vertical-align: middle;
    line-height: 15px;
    margin-left: 10px;

}

ul.auditTree {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
li.auditTreeSection, li.auditTreeQuestion {
    list-style: none;
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 20px;
    padding-right: 1px;
    padding-top: 1px;
    padding-top: 1px;
    vertical-align: middle;
    line-height: 15px;
    margin-left: 12px;
    margin-top: 5px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    ul.auditTreeRoot  {
        margin-left: -30px;
    }
    ul.auditTree {
        margin-left: -8px;
    }
    li.auditTreeRoot, li.auditTreeSection, li.auditTreeQuestion {
        margin-left: 0px;
    }
}
li.auditTreeSection {
    background-image: url(../images/audit_tree_section.png);
}
li.auditTreeQuestion {
    background-image: url(../images/question.png);
}

td.auditTreeSettingItems{
    font-weight: bold;
    padding-left: 8px;
}

ul.helpMenu {
    list-style-image: url(../images/help_bullet.gif);
    list-style-position: outside;
    text-align: left;
    margin-left: 20px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}
li.helpMenu {
    white-space: nowrap;
    padding: 1px;
    vertical-align: middle;
}
div.progressBar {
    font-size: 5pt;
    padding: 1px;
    border: solid #69758D 1px;
}
div.batchEditProgressBar {
    font-size: 5pt;
    padding: 1px;
    width: 100%;
    border: solid #69758D 1px;
}
#newDropDown {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    width: auto;
    margin-top: 2px;
}
#desktopInfoTable {
    width: 98%;
    border: 1px solid #9DAAC3;
    background-color: #F1F2F4;
}
#splashTable {
    width: 100%;
    text-align: center;
    background-color: #FFFFFF;
    border-top: 1px solid #9DAAC3;
    border-right: 1px solid #9DAAC3;
    border-bottom: 1px solid #9DAAC3;
    border-left: 1px solid #9DAAC3;
}

table.dashboard_entries {
    width: 100%;
    border-bottom: 0px solid #9DAAC3;
}

table.dashboard_entries TR.shaded {
    background-color: #FFEE9F
}

table.dashboard_entries TD {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    border-bottom: 1px solid #9DAAC3
}

table.dashboard_entries TD a {
    font-size:12px;
}

table.dashboard_entry_details {
    width: 100%;
    margin-top: 4px;
}

table.dashboard_entry_details TR {
    height: 29px
}

table.dashboard_entry_details TD {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
}

div.dashboard_entry_item {
    margin: 3px 0px 0px 0px;
}

table.rci_config TD.dummy{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 1px;
    padding-right: 1px;
}

div.meddra-values {
    width: 98%;
    scrollbar-face-color:#CCC;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-3dlight-color:#EBEFF7;
    scrollbar-darkshadow-color:#5D5A6D;
    scrollbar-shadow-color:#ABACBA;
    scrollbar-arrow-color:#465064;
    scrollbar-track-color:#CCC;
    margin: 0 0 2px 0
}

table.meddra-values {
    font-size: 10px
}

table.meddra-values thead tr {
    position: relative;
    top: expression(typeof(offsetParent) === 'undefined' ? 0 : offsetParent.scrollTop);
}

table.meddra-values th, table.meddra-values td {
    padding: 2px 4px
}

table.meddra-values td.novalues {
    white-space: nowrap;
    text-align: center
}

div.meddra-expanded {
    position: absolute;
    border:5px solid #7D7D7D;
    z-index:99999;
    background-color: #FFFFFF
}

div.meddra-expanded .simpleHeaderDiv, td.FlexFieldDataInner .simpleHeaderDiv{
    min-width: 100%;
}

iframe.meddra-expanded {
    position:absolute;
}

tr.deletedRow {
    background-color: #ddd;
    color: #aaa
}

.rightMargin {
    margin-right: 5px;
}

table.desktop-bottom{
    border-collapse: separate;
}

table.desktop-bottom td{
    padding: 1px;
}

table.desktop-bottom table{
    border-collapse: separate;
}
input.time-unit {
    width: 50px !important;
    max-width: 50px !important;
}
select.time-unit {
    width: 70% !important;
    max-width: 70% !important;
}