/******************************************************************************
 * HTML Tags
 ******************************************************************************/
body {
    background: #FFFFFF;
    font-family: verdana,  helvetica, arial, geneva, tahoma, sans-serif;
    font-size: 70%;
    margin: 0px;
    padding: 0px;
    color: #000;
    width: 100%;
    height: 100%;
    text-align: center;
    border: 0 none;
}

h1 {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    margin: 0 0 10 0;
}

h2 {
    font-size: 11px;
    font-weight: bold;
    color: #000;
    margin: 0 0 0 15px;
}

h3 {
    font-size: 11px;
    font-weight: normal;
    color: #900;
    margin: 0 0 0 35px;
    display: inline;
}

h4 {
    font-size: 10px;
    font-weight: normal;
    color: #000;
    margin: 0 0 0 45px;
    padding: 0;
    display: inline;
}

fieldset {
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    display:block;
    border: 1px solid #c0c0c0;
    padding: 3px;
}

legend { font-weight: bold; }


code {
    font-size: 11px;
    font-weight: normal;
    padding: 5px;
}

hr {
    height: 1px;
    color: #CCC;
}

/******************************************************************************
 * Theme Structure
 ******************************************************************************/
.mStdOut {
    font-weight: bold;
    z-index: 100;
    position: absolute;
    top: 0;
    background-color: #EEE;
}

.mThemeBody {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

.mThemeContent {
    font-size: 11px;
    color: #000000;
    font-weight: normal;
    width: 750px;
    vertical-align: top;
    text-align: center;
}

.mThemeBox {
    background-color: #dddddd;
    border: 1px #CCCCCC solid;
}

.mThemeBox .title {
    color: #000000;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    height: 15px;
    display: block;
}

/*** Tan hack for IE ***/
* html .mThemeBox .title { margin-right: -3px; }

.mThemeBox .content {
    background-color: #ffffff;
    font-size: 11px;
    font-weight: normal;
    margin: 1px;
    padding: 5px;
}

.mThemeContainer {
    width: 100%;
    height: 100%;
    border:none;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border: none;
    overflow : auto;
}

.mThemeContainerTop {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0;
    padding: 0;
    background: blue;
    height: 45px;
    width: 100%;
    background-color: #1f72bf;
    color: white;
    background-image: url(images/bannerBackground.png);
    background-repeat: repeat-x;
    z-index: 1;
}

.mThemeContainerModule {
    padding: 2px;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
}

.mThemeContainerDhtmlMenu /* estilo para o mainmenuContainer -> deve ser criado */ {
    padding: 0;
    top: 0;
    position: absolute;
    z-index: 1; /* z-index deve ser maior que em contentContainer e contentFullContainer */
    background: menu;
    width: 749px;
    height: 21px;
}

.banner {
    background-image: url(images/banner.png);
    background-repeat: no-repeat;
    width: 220px;
    padding-right: 50px;
    height: 100%;
    float: right;
}

.banner .icon {
    position: relative;
    top: 18px;
    left: 10%;
}

.banner .title {
    left: 15%;
    margin-top: 5px;
    color: #1664b2;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    top: 13px;
}

.banner .version {
    left: 15%;
    margin-top: 5px;
    color: #ff6c05;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    top: 13px;
}

.banner .commentText {
    left: 30%;
    color: #ff6c05;
    font-weight: bold;
    font-family: times;
    position: relative;
    top: 10px;
}

#mThemeMenus {
    position: fixed;
    z-index: 5;
    top: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 20px;
}

#mMenuBox {
    position: fixed;
    top: 0;
    left: 0;
}

.mThemeContainerMenu {
    float: left;
    background: menu;
    width: 150px;
    padding: 0;
}

.mThemeContainerContent {
    float: left;
    width: 580px;
    height: auto;
    text-align: left;
    margin: 8px;
    position: relative;
    z-index: 0;
    font: caption;
    font-weight: normal;
    background: window;
}

.mThemeContainerExt {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font: caption;
    font-weight: normal;
    background: white;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index : 0;
}

.mThemeContainerContentFull {
    margin-top: 50px;
    padding-bottom: 50px;
}

.mThemeContainerContentFullAjax {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    font: caption;
    font-weight: normal;
    height: 100%;
    width: 750px;
    z-index: 0;
    margin-top: 50px;
    padding-bottom: 0;
}

.mThemeContainerContentPopup {
    height: auto;
    text-align: left;
    position: relative;
    z-index: 0;
    font: caption;
    font-weight: normal;
    background: window;
}

.mThemeContainerBottom {
    font: status-bar;
    clear: both;
    text-align: center;
    position: fixed;
    bottom: 0px;
    height: 20px;
    width: 100%;
    z-index: 1;
    background-color: white;
}

.mThemeContainerMinbar {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    clear: both;
    text-align: left;
}

/******************************************************************************
 * ThemeElements
 ******************************************************************************/
/******************************************************************************
 * topMenu
 ******************************************************************************/
#mContainerTopMenu {
    position: fixed;
    width: 100%;
    z-index: 2;
    height: 4%;
    top: 23px;
}
.mTopMenuBox {
    padding: 2px;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    color: #fff;
}

.mTopMenuBox li {
    padding-left: 5px;
    color: #2B92CE;
}

.mTopMenuBox ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    color: #2B92CE;
}

.mTopMenuBox ul li {
    display: inline;
    color: #2B92CE;
}

.mTopMenuBox ul li .mMenuLink {
    color: #2B92CE;
    text-decoration: none;
}

.mTopMenuBox:hover ul:hover li:hover .mMenuLink:hover {
    color: #2B92CE;
    text-decoration: none;
    text-decoration: underline;
}

.mTopMenuCurrent {
    padding: 2px;
    font-size: 10px;
    font-weight: bold;
    color: #2B92CE;
}

.mTopMenuLink {
    text-decoration: none;
    color: #2B92CE;
}

.mTopMenuLink:link, .mTopMenuLink:visited { color: #2B92CE; }

.mTopMenuLink:active, .mTopMenuLink:hover {
    color: #2B92CE;
    text-decoration: underline;
}

@media print {
    .mTopMenuLink:active, .mTopMenuLink:hover , .mTopMenuLink:link, .mTopMenuLink:visited, .mTopMenuLink, .mTopMenuCurrent, .mTopMenuBox:hover ul:hover li:hover .mMenuLink:hover, .mTopMenuBox ul li .mMenuLink, .mTopMenuBox ul li, .mTopMenuBox ul, .mTopMenuBox li, .mTopMenuBox {
        color: black !important;
    }
}

/******************************************************************************
 * Menu e sub menu
 ******************************************************************************/
.mMenuBox {
    margin: 0px;
    padding: 3px 0px 3px 0px;
    background-color: #eee;
    width: 100%;
    font: menu;
}

.mMenuBox li a.mMenuLink {
    padding-left: 14px;
    background-image: url(../../images/bullet.gif);
    background-repeat: no-repeat;
    background-position: .5em .5em;
    text-decoration: none;
}

.mMenuBox li div.mMenuTitle {
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    background-color: #D0D0D0;
    padding: 2px;
    border-top: 2px solid #999;
}

.mMenuBox li div.hr { background-color: #999; }

.mMenuBox ul li {
    width: 100%;
    margin: 1px 0px 1px 0px;
}

.mMenuBox ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mMenuBox li a.mMenuLink:link {
    color: #000000;
    text-decoration: none
}

.mMenuBox li a.mMenuLink:visited { text-decoration: none; }
.mMenuBox li a.mMenuLink:hover { text-decoration: underline; }
.mMenuBox li a.mMenuLink:active { text-decoration: underline; }

.mSubmenuBox {
    margin-left: 15px;
    padding: 0px;
    background-color: #EEE;
}

.mSubmenuBox li a.mMenuLink {
    padding-left: 10px;
    background-image: url(../../images/seta.jpg);
    background-repeat: no-repeat;
    background-position: 0 .3em;
}

.mSubmenuBox ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mSubmenuTitle {
    color: #000000;
    font-weight: bold;
    font-size: 9px;
    text-decoration: none;
    text-align: center;
    background-color: #CCC;
    vertical-align: top;
}

.mSubmenuText {
    text-decoration: none;
    margin-left: 16px;
}

/******************************************************************************
 * Status Bar
 ******************************************************************************/
.mStatusBar {
    width: 100%;
    margin-top: 0;
    height: 100%;
    background-color: #ebebeb;
}

.mStatusBar li {
    background-color: #eee;
    background-image: url(images/status-background.png);
    background-repeat: repeat-x;
    border: #ccc solid 1px;
    text-align: left;
    font-size: 10px;
    font-weight: normal;
    color: #555;
    margin: 3px 0px 3px 0px;
    padding-left: 2%;
    padding-right: 20px;
    padding-bottom: 4px;
    margin: 0;
}

.mStatusBar li:hover {
    background-color: #cfecfe;
    background-image: url(images/status-background-hover.png);
    background-repeat: repeat-x;
    border: #96bedc solid 1px;
    color: #1b61b6;
    margin: 0;
}

.mStatusBar ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
    background-color: #ebebeb;
    background-image: url(images/status-background.png);
    background-repeat: repeat-x;
    border-top: #ccc solid 1px;
    margin: 0;
}

.mStatusBar ul li { display: inline; }

/******************************************************************************
 * moduleHeader
 ******************************************************************************/
.mModuleHeader {
    color: #000000;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
}

/******************************************************************************
 * contentHeader
 ******************************************************************************/
.mContentHeader {
    background-color: #FFFFFF;
    color: #000000;
    font-weight: bold;
    font-size: 13px;
    margin: 2px 0px 5px 0px;
    text-decoration: none;
}

/******************************************************************************
 * ThemeTable
 ******************************************************************************/
.themeTableBody {
    background-color: #ffffff;
}

.themeTable {
    color: #000000;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none
}

/******************************************************************************
 * Dialogs with IFrame (deprecated)
 ******************************************************************************/
.mPopup {
    overflow: hidden;
    border-style: none;
    border: 0;
}

/******************************************************************************
 * Loading Message
 ******************************************************************************/
#mLoadingMessage {
    display: none;
    top: 1.5%;
    right: 1%;
    width: 100px;
    height: 32px;
    position: absolute;
    border: solid 1px #000000;
    z-index: 999;
}

#mLoadingMessageBg {
    display: none;
    top: 1.5%;
    right: 1%;
    width: 100px;
    height: 32px;
    background: #ddd;
    position: absolute;
    opacity: 0.5;
    /* IE */
    border: solid 1px #000000;
    z-index: 998;
}

#mLoadingMessageImage {
    top: 0px;
    width: 100px;
    height: 32px;
    opacity: 1.0;
    background: url("../../images/loading_solis1.gif") no-repeat;
    position: relative;
    margin-left: 0px;
    margin-top: 2px;
}

#mLoadingMessageText {
    font-size: 10px;
    top: 0px;
    width: 50px;
    opacity: 1.0;
    padding-top: 5px;
    position: relative;
    margin-top: 3px;
    margin-left: 40px;
}

/******************************************************************************
 * statistics
 ******************************************************************************/

div.statistics {
    position: absolute;
    width: 500px;
    left: 10px;
    overflow: scroll;
    height: 200px;
}

div.statistics .image { text-align: right; }

div.statistics .text {
    background-color: #f7f7f7;
    border-top: solid #555 1pt;
    border-bottom: solid #fff 1pt;
    border-left: solid #555 1pt;
    border-right: solid #fff 1pt;
    vertical-align: top;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    color: #005;
    padding: 4pt;
}


/******************************************************************************
 * Box
 ******************************************************************************/

.mBox {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
}

@media print {
    .mBox {
        width: 100% !important;
        padding-bottom: 0px !important;
    }
}

* html .mBoxInner { height: 1%; }

.mBoxInner {
    border: 1px solid #c0c0c0;
    background-color: #ededed;
    background-position: bottom;
    margin: 0 10px 20px 10px;
}

@media print {
    .mBoxInner {
        border: none !important;
        background-color: white !important;
        margin: 0px !important;
    }
}

.mBoxTitle {
    background: #277eb0;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    height: 20px;
    vertical-align: top;
    margin: 0;
    background-image: url(images/formheader-background.png);
    background-repeat: repeat-x;
}

.mBoxTitleCaption {
    text-align: left;
    padding-top: 1px;
    float: left;
    width: 80%;
}

.mBoxTitleIcon {
    float: left;
    width: 17px;
    height: 17px;
    padding: 1px;
    display: block;
}

.mBoxTitleButton {
    float: right;
    padding-top: 0px;
    padding-right: 0px;
    width: 20px;
    text-align: right;
}

.mBoxContent {
    background: threedface;
    font: caption;
    padding: 8px;
}

/******************************************************************************
 * Panel
 ******************************************************************************/
/* Tan hack for IE/Win */
* html .mPanelBody { height: 1%; }

.mPanelBody {
    overflow: hidden;
    background-color: #FFF;
    background-image: url(images/background-panel.png);
    background-repeat: repeat-x;
    margin-top: -2px;
    width: 100%;
}

.mPanelBody .mPanelCellBox {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    border: solid 1px transparent;
    text-decoration: none;
    display: block;
}

.mPanelBody .mPanelCellLeft { float: left; }
.mPanelBody .mPanelCellClear { clear: both; }

.mPanelBody .mPanelCellLarge {
    width: 70px; 
    height: 68px; 
}

.mPanelBody .mPanelCellSmall {
    width: 125px; 
    height: 30px; 
}

.mPanelBody .mPanelCellBox:hover , .mPanelCellBox:active {
    border: solid 1px #aaa;
    opacity: 0.8;
    moz-opacity: 0.8;
    filter: alpha(opacity=80);
    background-color: #eee;
}

/******************************************************************************
 * Prompt
 ******************************************************************************/
.mPrompt {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    border: 0 none;
}

.mPromptBox .mBoxOuter {
    width: 70%;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
}

.mPromptBox {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.mPromptBox .mPromptBoxButton {
    clear: left;
    text-align: center;
    margin: 0px;
}

.mPromptBox .mPromptBoxButton li button {
    font: caption;
    width: 80px;
    margin: 5px;
}

.mPromptBox .mPromptBoxButton ul {
    list-style: none;
    padding: 5pt;
    margin: 0;
}

.mPromptBox .mPromptBoxButton ul li { display: inline; }

.mPromptBox .mPromptBoxText {
    float: left;
    text-align: left;
    padding: 5px 5px 5px 40px;
    font-size: 11px;
    font-weight: bold;
}

.mPromptBox .mPromptBoxText li {
    background-image: url(../../images/bullet.gif);
    background-repeat: no-repeat;
    background-position: 0 0.5em;
    margin-left: .7em;
    padding-left: 10px;
}

.mPromptBox .mPromptBoxText ul {
    list-style: none;
    padding: 5pt;
    margin: 0;
}

.mPromptBox .mPromptBoxTitle {
    color: #FFF;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    vertical-align: top;
    height: 20px;
    margin: 0;
}

.mPromptBox .mPromptBoxTitle .caption {
    text-align: left;
    padding-top: 2px;
    float: left;
    width: 280px;
}

.mPromptBox .mPromptBoxTitle .icon {
    float: left;
    padding-top: 2px;
    padding-left: 2px;
    width: 20px;
}

.mPromptBox .mPromptBoxTitle .button {
    float: right;
    padding-top: 2px;
    padding-right: 2px;
    width: 20px;
    text-align: right;
}

.mPromptBoxBody {
    background-color: white;
    width: 100%;
    height:100%;
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

.mPromptBox .mPromptBoxTitleError {
    background-color: #f00;
    background-image: url(images/backgroundError.png);
    background-repeat: repeat-x;
    border: solid 1px #c80000;
}

.mPromptBoxError { background-image: url(images/error.png); }
.mPromptBox .mPromptBoxTitleInformation { background: #00f url(images/backgroundInfo.png) repeat-x scroll 0 0; }
.mPromptBoxInformation { background-image: url(images/info.png); }

.mPromptBox .mPromptBoxTitleConfirmation {
    background-color: #f00;
    background-image: url(images/backgroundError.png);
}

.mPromptBoxConfirmation { background-image: url(images/confirmation.png); }

.mPromptBox .mPromptBoxTitleQuestion {
    background-color: #009600;
    background: #277EB0 url(images/backgroundQuestion.png) repeat-x scroll 0 0
}

.mPromptBoxQuestion { background-image: url(images/question.png); }

.mPromptBoxTitleAlert {
    background-color: #FFFF3C;
    color: #000000;
}

.mPromptBoxAlert {
    background-color: #FFFFFF;
    width:100%;
    background-image: url(/images/alert.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

/******************************************************************************
 * Messages
 ******************************************************************************/
.mMessage {
    font-family: verdana,  helvetica, arial, geneva, tahoma, sans-serif;
    padding: 10px 5px 10px 42px;
    background-repeat: no-repeat;
    background-position: 5px 2px;
    font-size: 12px;
    min-height: 16px;
    margin: 4px;
    border: solid 1px;
}

.mMessageSuccess {
    background-color: RGB(0,255,130);
    border-color: RGB(0,200,100);
    background-image: url(images/success.png);
}

.mMessageInformation {
    background-color: RGB(200,200,255);
    border-color: RGB(50,50,255);
    background-image: url(images/info.png);
}

.mMessageError {
    background-color: RGB(255,80,80);
    border-color: RGB(200,0,0);
    background-image: url(images/error.png);
    color: white;
}

.mMessageWarning {
    background-color: RGB(255,255,60);
    border-color: RGB(255,185,60);
    background-image: url(images/warning.png);
}


/******************************************************************************
 * Controls
 ******************************************************************************/
.mSpacer {
    clear: both;
    line-height: 0;
    background-color: transparent;
}

.mHr {
    width: 100%;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    margin: 0px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid white;
    clear: both;
}

.mSeparator {
    width: 95%;
    font-size: 11px;
    vertical-align: top;
    font-weight: normal;
    border: none !important; 
    margin: 0px;
}

.mHint {
    background-color: #f2f5f7;
    font-size: 9px;
    border: solid #93bcd9 1px;
    color: #287eb0;
}

.mReadOnly {
    font: caption;
    font-weight: bold;
    color: black;
    background-color: threedface;
}

.mLabel, .mCaption, .mCaptionRequired, .mFormRow .label {
    color: #000;
    font-size: 11px;
    font-weight: normal;
    margin-left: 2px;
}

.mLabelBold {
    font-weight: bold;
}

.mLabel:hover, 
.mLabel:active, 
.mCaption:hover, 
.mCaption:active, 
.mLabel-text:hover, 
.mLabelText:active, 
.mText:hover, 
.mText:active {
    color: #05a;
}

.mLabelText {
    color: #000;
    font-size: 11px;
    font-weight: bold;
    margin: 2px;
}

.mText {
    font-size: 11px;
    font-weight: normal;
    margin: 2px;
}

.mTextField {
    font-size: 11px;
    font-weight: normal;
    margin: 2px;
    background: #fff;
    border: 1px solid #93bcd9;
}

@media print {
    .mTextField , .mSelection {
        font-size: 8px !important;
        border: 1px solid black !important;
        margin: 0px !important;
    }
}

.mTextField:hover, .m-multiline-field:hover , .m-text-user-field:hover, .m-text-passwd-field:hover, textarea:hover, .mSelection:hover {
    background-color: #edf8ff;
    border: 1px solid #93bcd9;
}

.mTextField:focus , .m-multiline-field:focus, .m-text-user-field:focus, .m-text-passwd-field:focus, textarea:focus, .mSelection:focus {
    background-color: #cfecfe;
    border: 1px solid #05a;
}

.mLookupGrid { margin: -50px 0 0 0 !important; }

.mTextUserField {
    padding-left: 18px;
    background-image: url(../../images/user.png);
    background-repeat: no-repeat;
    border: 1px solid #93bcd9;
}

.mTextPasswdField {
    border: 1px solid #93bcd9;
    padding-left: 18px;
    background-image: url(../../images/keys.png);
    background-repeat: no-repeat;
}


.mMultilineField, textarea {
    font-size: 11px;
    font-weight: normal;
    border: 1px solid #93bcd9;
    background-color: #fff;
    vertical-align: top;
    margin: 2px;
}

.mSelection {
    font-size: 11px;
    font-weight: normal;
    background-color: #fff;
    margin: 2px;
    border: 1px solid #93bcd9;
}

.mButton {
    font-size: 11px;
    font-weight: normal;
    background-color: white;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    height: 19px;
    margin: 2px;
    background-image: url(images/button-background.png);
    color: #000;
    background-repeat: no-repeat;
}

@media print {
    .mButton {
        font-size: 8px !important;
        border: 1px solid black !important;
    }
}

.mButton:hover {
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-left: 1px solid #2B92CE;
    border-top: 1px solid #2B92CE;
    color: #1F72BF;

}

.mButton:active {
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #333333;
    border-top: 1px solid #333333;
}

.mButtonFind {
    background-image: url(../../images/button_select.png);
    background-repeat: no-repeat;
    background-color: #EDEDED;
    margin-top: 1px;
    border:none;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    width: 17px;
    height: 17px;
    vertical-align: top;
    margin-left:1px;
}

.mButtonFind:hover {
    background-image: url(../../images/button_select.png);
    background-repeat: no-repeat;
    background-color: #f5f5f7;
    margin-top: 1px;
    border: none;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    width: 17px;
    height: 17px;
    vertical-align: top;
    margin-left:1px;
}

.mButtonFind:active {
    background-image: url(../../images/button_select.png);
    background-repeat: no-repeat;
    background-color: #f5f5f7;
    margin-top: 1px;
    border: none;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #333333;
    border-top: 1px solid #333333;
    width: 17px;
    height: 17px;
    vertical-align: top;
    margin-left:1px;
}

.mButtonCloseUp {
    font: message-box;
    background: url(../../images/button_close.png) no-repeat top left;
    background-position: 0 -30px;
    width: 17px;
    height: 17px;
    vertical-align: top;
    margin:2px;
}

.mButtonCloseDown {
    font: message-box;
    background: url(../../images/button_close.png) no-repeat top left;
    background-position: 0 -74px;
    width: 17px;
    height: 17px;
    vertical-align: top;
    margin:2px;
}

.mButtonMinimizeUp {
    font: message-box;
    background: url(../../images/button_minimize.png) no-repeat top left;
    background-position: 0 -30px;
    width: 17px;
    height: 17px;
    vertical-align: top;
    margin:2px;
}

.mButtonMinimizeDown {
    font: message-box;
    background: url(../../images/button_minimize.png) no-repeat top left;
    background-position: 0 -74px;
    width: 17px;
    height: 17px;
    vertical-align: top;
    margin:2px;
}

.mButtonHelpUp {
    font: message-box;
    background-image: url(../../images/button_help_up.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    text-align: center;
    vertical-align: top;
    margin:2px;
}

.mButtonHelpDown {
    font: message-box;
    background-image: url(../../images/button_help_down.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    text-align: center;
    vertical-align: top;
    margin:2px;
}

.mBaseGroup {
    display:block;
    border: 1px solid #c0c0c0;
    padding: 3px;
}

.mRadiobuttonGroup {
    color: #000000;
    font-size: 11px;
    font-weight: normal;
    margin-top: 1px;
    margin-bottom: 1px;
    vertical-align: 20%;
}

.mCheckboxGroup {
    color: black;
    font-size: 11px;
    font-weight: normal;
    margin-top: 2px;
    margin-bottom: 1px;
    vertical-align: 50%;
}

.mScrollableLabel {
    color: #000000;
    font-size: 11px;
    font-weight: normal;
}

.mScrollableField {
    background-color: #EDEDED;
    border: solid #c0c0c0 1px;
    overflow:auto;
}

.mMultitextField .select {
    font-size: 11px;
    font-weight: normal;
    width: 180px;
    font-size: 11px;
    font-weight: normal;
    background-color: #fff;
    margin: 2px;
    border: 1px solid #93bcd9;
}

.mMultitextField .label {
    color: #000000;
    font-size: 9px;
    margin-top: 1px;
    margin-bottom: 1px;
    vertical-align: top;
}

.mMultitextField .textfield {
    font-size: 11px;
    font-weight: normal;
}

.mMultitextField .combo {
    font-size: 11px;
    font-weight: normal;
}

.mMultitextField .button {
    font-size: 11px;
    font-weight: normal;
    margin: 0px 5px 5px 0px;
    width: 70px;
    text-align: center;
    vertical-align:top;
}

.mMultitextField .buttonPosH { float:left; }

.mMultitextField .fieldPosH {
    float:left;
    width: 200px;
}

.mMultitextField .selectPosH { float:left; }

.mMultitextField .selection {
    float:left;
    width: 280px;
}

.mMultitextField fieldset {
    padding: 10px;
    border: 1px solid #CCC;
}

.mFileContent {
    font: message-box;
    font-weight: bold;
    text-align: left;
}

.mFileField {
    font-size: 11px;
    font-weight: normal;
    margin: 2px;
    background: white;
    border: 1px solid #93BCD9;
}

/******************************************************************************
 * Container
 ******************************************************************************/

/* Tan hack for IE/Win */
* html .mContainerControls { height: 1%; }
.mContainerControls { overflow: hidden; }

.mContainerHorizontal {
    display: block;
    float: left;
    margin-right: 5px;
}

.mContainerVertical { margin-bottom: 3px; }

/******************************************************************************
 * TableRaw
 ******************************************************************************/
.mTableRaw {
    background-color: #359;
    border-collapse: collapse;
}

.mTableRaw td, .mTableRaw th, .mTableRaw caption {
    padding: 3px;
    margin: 0;
}

.mTableRawTitle, .mTableRaw caption {
    background-color: #FFF;
    color: #359;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
}

.mTableRawColumnTitle {
    background-image: url(images/formheader-background.png);
    background-repeat: repeat-x;
    background-color: #277EB0;
    color: white;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none

}

.mTableRawRow {
    background-color: #FFF;
    color: #000;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none
}

.mTableRawRow0 {
    background-color: #FFF;
    color: #000;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none
}

.mTableRawRow1 {
    background-color: #DDD;
    color: #000;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none
}

.mTableRawRow0:hover, .mTableRawRow1:hover {
    background-color: #2B92CE;
    border: solid 1px #2B92CE;
}

@media print {
    .mTableRawTitle {
        background-color: white !important;
        color: black !important;
        font-weight: bold !important;
        font-size: 10px !important;
        text-decoration: none !important;
        text-align: center !important;
        border: solid 1px black !important;
    }

    .mTableRawColumnTitle {
        background: white !important;
        color: black !important;
        font-weight: bold !important;
        font-size: 10px !important;
        text-decoration: none !important;
        border: solid 1px black !important;
    }
}

/******************************************************************************
 * gridNavigator
 ******************************************************************************/
.mGridNavigatorText {
    color: #000000;
    font-weight: normal;
    font-size: 11px;
    vertical-align: top;
}

.mGridNavigatorRange {
    color: #000000;
    font-weight: normal;
    font-size: 11px;
}

.mGridNavigatorImages .mGridNavigatorRange { float: left; }

.mGridNavigatorSelected {
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    margin-left: 5px;
    vertical-align: top;
}

.mGridNavigatorLink {
    color: #000000;
    font-weight: normal;
    font-size: 11px;
    text-decoration: underline;
    vertical-align: middle;
    margin-left: 5px;
    vertical-align: top;
}

.mGridNavigatorLink:link, 
.mGridNavigatorLink:visited {
    color: #000000;
    font-weight: normal;
    text-decoration: underline;
}

.mGridNavigatorLink:active,
.mGridNavigatorLink:hover {
    color: #287eb0;
    font-weight: normal;
    text-decoration: underline;
}

.mGridNavigatorImage {
    vertical-align: middle;
    width: 17px;
    text-decoration: none;
}

.mGridNavigatorImages .mGridNavigatorImage { float: left; }

.mGridNavigationControl {
    float: left;
    width: 16px;
    height: 12px;
    text-align: center;
}

.mGridNavigationControl:hover { text-decoration: none; }
.mGridNavigationControl * { text-align: center; }


.mGridNavigatorImageFirstOn {
    background: url(images/gridnavigator.png) no-repeat top left;
    background-position: 0 -84px;
    height: 12px;
}

.mGridNavigatorImageFirstOff {
    background: url(images/gridnavigator.png) no-repeat top left;
    background-position: 0 -72px;
    height: 12px;
}

.mGridNavigatorImagePrevOn {
    background: url(images/gridnavigator.png) no-repeat top left;
    background-position: 0 -60px;
    height: 12px;
}

.mGridNavigatorImagePrevOff {
    background: url(images/gridnavigator.png) no-repeat top left;
    background-position: 0 -48px;
    height: 12px;
}

.mGridNavigatorImageNextOn {
    background: url(images/gridnavigator.png) no-repeat top left;
    background-position: 0 -36px;
    height: 12px;
}

.mGridNavigatorImageNextOff {
    background: url(images/gridnavigator.png) no-repeat top left;
    background-position: 0 -24px;
    height: 12px;
}

.mGridNavigatorImageLastOn {
    background: url(images/gridnavigator.png) no-repeat top left;
    background-position: 0 -12px;
    height: 12px;
}

.mGridNavigatorImageLastOff {
    background: url(images/gridnavigator.png) no-repeat top left;
    background-position: 0 0;
    height: 12px;
}

.mGridNavigatorImages *:hover { text-decoration: none; }

/******************************************************************************
 * Hyperlink
 ******************************************************************************/

.mLink {
    color: #000000;
    font-weight: bold;
    font-size: 11px;
    text-decoration: underline;
}

.mLink:link {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

.mLink:visited {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

.mLink:hover {
    color: #287eb0;
    font-weight: bold;
    text-decoration: underline;
}

.mLink:active {
    color: #287eb0;
    font-weight: bold;
    text-decoration: underline;
}

/******************************************************************************
 * Images
 ******************************************************************************/
.mImageCentered {
    text-align:center;
    display: block;
}

.mImageIcon {
    vertical-align: middle;
    margin: 2px;
    padding: 0px;
    width: 16px;
    height: 16px;
    border: none;
}

.mImageLink { text-decoration: none; }

.mImageLabel {
    color: #000000;
    font-size: 11px;
    text-align: center;
    margin: 3px 3px 3px 3px;
    display: block;
}

.mImageLinkLabel {
    color: #000;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
}

.mImageLinkLabel:link {
    color: #000;
    font-weight: normal;
    text-decoration: underline;
}

.mImageLinkLabel:visited {
    color: #000;
    font-weight: normal;
    text-decoration: underline;
}

.mImageLinkLabel:hover {
    color: #287eb0;
    font-weight: normal;
    text-decoration: underline;
}

.mImageLinkLabel:active {
    color: #287eb0;
    font-weight: normal;
    text-decoration: underline;
}

readonly, .mReadOnly, .mReadOnly:hover, .mReadOnly:focus {
    clear: both;
    color: #666;
    font-size: 11px;
    border: 1px #ccc solid;
    background-color: #efefef;
}

#toolBar, #toolbar, #mToolBar, #mToolbar {
    background-color: #eee;
    background-image: url(images/status-background.png);
    background-repeat: repeat-x;
    width: 100%;
    margin-bottom: 5pt;
}

.mToolbarButton:hover {
    color: #287EB0;
    text-decoration: underline;
    padding: 1px;
    border: solid 1px #AAAAAA;
    background-color: #FFFFFF;
    cursor: pointer;
}

.mToolbarButton,
.mToolbarButtonDisabled,
.mToolbarButtonDisabled:hover { padding: 2px; }

/******************************************************************************
 * TextTable
 ******************************************************************************/
.mTextTable {
    border-bottom: 1px solid threedshadow;
    border-top: 1px solid threedshadow;
    border-left: 1px solid threedshadow;
    border-right: 1px solid threedhighlight;
    font-size: 11px;
}

.mTextTable .head tr {
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    height:15px;
}

.mTextTable .head tr th span.colTitle {
    background-color: threedface;
    border-top: 1px solid threedhighlight;
    border-right: 1px solid threedshadow;
    border-left: 1px solid threedhighlight;
    border-bottom: 1px solid threedshadow;
    font-weight:normal;
    padding-left:3px;
    padding-right:3px;
    display:block;
    overflow:hidden;
}

.mTextTable tr th {
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    height:15px;
    padding:0px;
}

.mTextTable tr th.select {
    border-left: 1px solid black;
    width: 10px;
}

.mTextTable tr th.select .link-select {
    background-color: threedface;
    border-top: 1px solid threedhighlight;
    border-left: 1px solid threedhighlight;
    border-right: 1px solid threedshadow;
    border-bottom: 1px solid threedshadow;
    height:15px;
    width:10px;
    text-decoration: none;
}

.mTextTable .scroll {
    background-color: white;
    overflow: scroll;
    overflow-x: hidden;
    font-weight: normal;
}

.mTextTable .scroll .row0 {
    background-color: #FFF;
    color: black;
    cursor:default;
}

.mTextTable .scroll .row1 {
    background-color: #DDD;
    color: black;
    cursor:default;
}

.mTextTable .scroll .hover {
    background-color: highlight;
    color: highlighttext;
    cursor:default;
}

.mTextTable .scroll table tr {
    height: 15px;
    background-color: black;
}

.mTextTable .scroll table tr td { padding-left: 3px; }

.mTextTable .scroll table tr td.select {
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    height:15px;
    width: 10px;
    padding:0px;
}

.mTextTable .scroll table tr td.select .link-select {
    background-color: threedface;
    border-top: 1px solid threedhighlight;
    border-left: 1px solid threedhighlight;
    border-right: 1px solid threedshadow;
    border-bottom: 1px solid threedshadow;
    height:15px;
    width:10px;
    text-decoration: none;
}


/******************************************************************************
 * Form
 ******************************************************************************/
.mForm {
    width: 100%;
    text-align: center;
    border-right: 0 none;
    background: transparent;
    height: 100%;
}

.mFormOuter {
    margin-left: auto;
    margin-right: auto;
}

.mFormTitle {
    background-color: #c0c0c0;
    color: #000000;
    font-weight: bold;
    font-size: 11px;
    padding: 2px;
    text-decoration: none;
}

.mFormBody {
    font-size: 11px;
    padding: 4px;
    font-weight: normal;
    background-color: #ededed;
    text-align: left;
    background-image: url(images/form-background.png);
    background-position: bottom;
    background-repeat: repeat-x;
}

.mFormCSS {
    font-size: 11px;
    font-weight: normal;
    background-color: #ededed;
}

.mFormRow {
    clear: both;
    margin-top: 3px;
    width: 100%;
}

.mFormRow0 {
    clear: both;
    padding-top: 3px;
    width: 100%;
    background-color: #ededed;
}

.mFormRow1 {
    clear: both;
    padding-top: 3px;
    width: 100%;
}

.mFormRow span {
    line-height: 24px;
}

.mFormRow span.horizontal {
    float: left;
    padding-right: 5px;
}

.mFormRow span.label {
    float: left;
    padding-right: 5px;
    width: 15%;
    vertical-align: middle;
}

.mFormRow span.field {
    float: left;
    padding-left: 2px;
}

.mFormRow span.hint {
    float: left;
    padding-left: 2px;
}

.mFormRow div.clear {
    display:box;
    clear: both;
    line-height: 0px;
    background-color: transparent;
    height: 0px;
}

.mFormFieldBox { padding: 2px; }

.mFormButtonBox {
    padding-top: 3px;
    clear: left;
}

/* hack for IE/Win */
.mFormButtonBox div.mHr { height: 5px; }
.mFormButtonBox li button { margin: 2px 2px 2px 0px;    }

.mFormButtonBox ul {
    list-style: none;
    padding: 2px 0px 0px 0px;
    margin: 0px;
}

.mCaptionRequired:after {
    content:'*';
    color: #c61217;
}

/******************************************************************************
 * Tabbed Form
 ******************************************************************************/
.mTabForm {
    background-color: #fff;
    padding: 1px;
    width: 95%;
}

.mTabFormBody {
    border-left: solid #000 1pt;
    border-right: solid #000 3pt;
    border-bottom: solid #000 3pt;
    font-size: 11px;
    padding: 4px;
    font-weight: normal;
    background-color: #ededed;
    text-align: left;
    background-image: url(images/form-background.png);
    background-position: bottom;
    background-repeat: repeat-x;
}

.mTabFormText {
    color: #000;
    font-size: 11px;
    margin-top: 3px;
    margin-bottom: 3px;
    vertical-align: top;
}

.mTabFormTitle {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 2px;
    vertical-align: top;
}

.mTabFormColor0 { background-color: #fff; }
.mTabFormColor1 { background-color: #cccccc; }
.mTabFormColor2 { background-color: #333333; }
.mTabFormColor3 { background-color: threedface; }
.mTabFormColor4 { background-color: #000; }

/*
 * Javascript
 */
.mCollapsible {
    margin: 0; padding: 0;
    overflow: hidden;
    display: block;
}

.mTabFormPanelGroup {
    position: relative; overflow: hidden;
    margin: 10; padding: 0;
}

.mTabFormPanel {
    position: absolute;
    overflow: auto;
    overflow-x: hidden;
    margin: 0; padding: 10px;
    font-size: 11px;
    padding: 4px;
    font-weight: normal;
    background-color: #ededed;
    text-align: left;
    background-image: url(images/form-background.png);
    background-position: bottom;
    background-repeat: repeat-x;
}

.mTabFormGroup {
    position: absolute; overflow: hidden;
    margin: 0; padding: 0;
}

.mTabFormSpan {
    display: block;
    height: 100%;
    border-top: 1px solid threedshadow;
    border-right: 1px solid threedshadow;
    border-left: 1px solid threedshadow;
    padding:2px;
}

.mTabFormDefault {
    position: absolute; overflow: hidden;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    text-align: center;
    border-bottom: 1px solid threedhighlight;
    margin: 0; padding: 0;
    background: threedface;
    font: message-box;
}

.mTabFormSelected {
    position: absolute; overflow: hidden;
    cursor: pointer;
    color: #000;
    z-index:5;
    text-decoration: none;
    text-align: center;
    border-bottom: 1px solid threedface;
    margin: 0; padding: 0;
    color: #000; background: threedface;
    font: message-box;
}

/******************************************************************************
 * StepByStepForm
 ******************************************************************************/
.mStepNum {
    font-size: 25px;
    font-weight: bold;
    width:50%;
    float:left;
    text-align:right;
}

.mStepHide {
    font-size: 30px;
    float: left;
    margin-top: 10px;
}

.mStepStatusLabel {
    font-size: 8px;
    clear: both;
    text-align: center;
}

.mStepLabel {
    font-size: 11px;
    clear: both;
}

.mStepCurrentLabel { font-weight: bold; }

.mStepIcon {
    background-image: url(images/button_steps.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.mStepIconNext { background-position: 0px; }
.mStepIconCurrent { background-position: -24px; }
.mStepIconPrevious { background-position: -48px; }

.mStep {
    border: 1px transparent solid;
    margin: 2px;
    padding: 2px;
    text-align: center;
    width: 160px;
    min-height: 50px;
    float: left;
}

.mStepEnabled:hover {
    border: solid 1px #aaa;
    opacity: 0.8;
    moz-opacity: 0.8;
    filter: alpha(opacity=80);
    background-color: #fff;
    cursor: pointer;
}

.mStepButton { float:left; }

.mStepButton input, .mStepButton input:hover {
    background: transparent;
    border: none;
}

.mStepbystepButtons,
.mStepbystepButtons-img { text-align: center; }

.mStepbystepButtonsImg button {
    height: 23px !important;
    padding: 2px !important;
}

.mStepbystepButtonsImg button span {
    position: relative;
    top: -3px;
}

/******************************************************************************
 * Grid
 ******************************************************************************/
.mGrid {
    background-color: #fff;
    font-size: 11px;
    border: 1px solid #ddd;
    width: 99%;
    text-align: left;
}

.mGrid .mGridFont {
    color: #006;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
}

.mGrid .mGridTitle {
    background-color: #c0c0c0;
    color: #000;
    font-weight: bold;
    font-size: 11px;
    padding: 0px;
    text-decoration: none;
    width: 100%;
    margin: 0px auto;
}

.mGrid .mGridTitle .mGridTitleCaption {
    text-align: left;
    padding-top: 2px;
    float: left;
    width: 80%;
}

.mGrid .mGridTitle .mGridTitleIcon {
    float: left;
    padding-top: 2px;
    padding-left: 2px;
    width: 20px;
}

.mGrid .mGridTitle .mGridTitleButton {
    float: right;
    padding-right: 2px;
    width: 20px;
    text-align: right;
}

.mGrid .mGridLink {
    color: #000;
    font-weight: normal;
    font-size: 11px;
    text-decoration: underline;
}

.mGrid .mGridDetail { color: #000;
  font-weight: normal;
  font-size: 11px;
  text-decoration: underline;
  cursor: '#';
}

.mGrid .mGridLinkActionDefault { text-decoration: none; }

.mGrid .mGridLinkDisable {
    color: #999;
    font-weight: normal;
    font-size: 11px;
    text-decoration: underline;
}

.mGrid .mGridLink:link {
    color: #000;
    font-weight: normal;
    text-decoration: underline;
}

.mGrid .mGridLink:visited {
    color: #000;
    font-weight: normal;
    text-decoration: underline;
}

.mGrid .mGridLink:hover {
    color: #990000;
    font-weight: normal;
    text-decoration: underline;
}

.mGrid .mGridLink:active {
    color: #000;
    font-weight: normal;
    text-decoration: underline;
}


.mGrid .mGridInfo {
    color: #000;
    background-color: #fff;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
}

.mGrid .mGridNavigation {
    background-color: #fff;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
    height: 18px;
    position: relative;
    background-image: url(images/background-panel.png);
    background-repeat: repeat-x;
}

.mGrid .mGridNavigation a { height: 12px; }
.mGrid .mGridNavigation .mGridNavigatorImageFirstOff a { height: 16px; }

.mGrid .mGridNavigation .mSpan a {
    height: 16px;
    padding: 0 2px;
}

.mGrid .mGridNavigation .mGridNavigatorLinks { float: left; }
.mGrid .mGridNavigation .mGridNavigatorImages { float: right; }


.mGrid .mGridHeaderLink {
    background-color: #eee;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
    padding: 4px;
    height: 20px;
    text-align: center;
}

.mGrid .mGridAction { height: 15px; }

.mGrid .mGridFilter {
    background-color: #fff;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
    padding: 4px;
    border-bottom: 1px solid #c0c0c0;
}

.mGrid .mGridFilter span { vertical-align: top; }

.mGrid .mGridControls {
    background-color: white;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    color: #000;
    font-size: 11px;
    vertical-align: middle;
    padding:2px;
}

.mGrid .mGridAttention {
    color: #990000;
    font-weight: bold;
    background-color: #fff;
    font-size: 11px;
    padding: 2px;
    text-align: center;
}


/* Grid Body */
.mGrid .mGridBody {
    border: none;
    padding: 3px;
}

/* Grid Body - head */
.mGrid .mGridBody  thead tr th.select {
    text-align: center;
    height:15px;
    overflow:hidden;
}

.mGrid .mGridBody thead tr th.order,
.mGrid .mGridBody thead tr th {
    background-color: #2B92CE;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    border-left: solid 1px white;
    color: white;
}

.mGrid .mGridBody  thead tr th .order {
    text-decoration: none;
    padding:0px;
    font-weight:bold;
    color: white;
}

.mGrid .mGridBody thead tr th .order:hover { text-decoration: underline; }

.mGrid .mGridBody thead tr th span {
    font-weight: bold;
    display:block;
    overflow:hidden;
    color: white;
    text-decoration: none;
    font-size: 11px;
}


.mGrid .mGridBody thead tr th.action {
    background-color: #2B92CE;
    text-align: center;
    padding: 5px;
    border-left: solid 1px white;
}

.mGrid .mGridBody thead tr th.data { height:15px; }

.mGrid .mGridBodythead tr th.btn {
    background-color: #2B92CE;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    border-left: solid 1px white;
    color: white;
    width: 10px;
}

.mGrid .mGridBody thead tr th.btn .linkbtn {
    font-weight:normal;
    display:block;
    overflow:hidden;
    width:8px;
}

.mGrid .mGridBody thead tr th.data span { padding-left: 3px; }
.mGrid .mGridBody thead tr th span.tall { height:15px; }

.mGrid .mGridBody thead tr th span.select {
    padding-left:0px;
    height:15px;
}

.mGrid .mGridBody thead tr th.linkbtn { width:10px; }
.mGrid .mGridBody thead tr th.grid_select { width:17px; }

/* Grid Body - body */
.mGrid .mGridBody tbody tr td {
    padding:0px;
    margin:0px;
    height:100%;
}

.mGrid .mGridBody tbody tr td.detail {
    padding: 0px;
    width:50px;
}

.mGrid .mGridBody tbody tr td.btn {
    background-color: #EDEDED;
    text-align: center;
    vertical-align: middle;
    padding: 0px;
    border-bottom: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    background-repeat: repeat-x;
    color: white;
    width: 10px;
    height:100%;
}

.mGrid .mGridBody tbody tr td.btn .linkbtn {
    font-weight:normal;
    display:block;
    overflow:hidden;
    width:8px;
}

.mGrid .mGridBody tbody tr td.btn .grid_select {
    background-image: url(images/button_select.png);
    background-repeat: no-repeat;
    font-weight:normal;
    display:block;
    overflow:hidden;
    width:15px;
    cursor:pointer;
}

.mGrid .mGridBody tbody tr { color: #000; }

.mGrid .mGridBody tbody tr.row0,
.mGrid .mGridBody tbody tr.row1 { background-color: #FFF; }
.mGrid .mGridBody tbody tr.row2 { background-color: #efefef; }

.mGrid .mGridBody tbody tr.row0checked,
.mGrid .mGridBody tbody tr.row0:hover,
.mGrid .mGridBody tbody tr.row1checked,
.mGrid .mGridBody tbody tr.row1:hover,
.mGrid .mGridBody tbody tr.row2checked,
.mGrid .mGridBody tbody tr.row2:hover { background-color: #cfecfe; }

.mGrid .mGridBody tbody td.action {
    padding: 0px 1px 0px 1px;
    text-align: center;
    border-bottom   : 1px solid #C0C0C0;
}

.mGrid .mGridBody tbody td.select {
    padding: 0px;
    text-align: center;
}

.mGrid .mGridBody tbody td.data {
    padding: 0px 2px 0px 3px;
    border-bottom   : 1px solid #C0C0C0;
    border-right   : 1px solid #C0C0C0;
}

.mGrid .mGridBody tbody td div.detail {
    padding: 0px;
    width:45px;
}

.mGrid .mGridBody tbody tr.detail {
    padding: 0px;
    height:0px;
}

.mGrid .mGridActionIcon img {
    font-weight: normal;
    font-size: 11px;
    border: none;
    padding: 3px;
}

.mGrid .mGridActionIcon img:hover {
    padding: 2px;
    border: solid 1px #C0C0C0;
    background-color: #fff
}

.mGridActionIconDetail {
    cursor: pointer;
    cursor: hand;
}

/******************************************************************************
 * Icons
 ******************************************************************************/
.icon-edit-on { background-image: url(images/button_edit.png); }
.icon-edit-off { background-image: url(images/button_noedit.png); }
.icon-delete-on { background-image: url(images/button_drop.png); }
.icon-delete-off { background-image: url(images/button_drop_disable.png); }
.icon-select-on { background-image: url(images/button_select.png); }
.icon-detail-on { background-image: url(images/plus.gif); }
.icon-detail-off { background-image: url(images/minus.gif); }

/******************************************************************************
 * Main Menu
 ******************************************************************************/
.ThemeOffice2003Menu,.ThemeOffice2003SubMenuTable {
    font-family: verdana, arial, sans-serif;
    font-size: 13px;
    padding: 0;
    white-space: nowrap;
    cursor: default;
}

.ThemeOffice2003SubMenu {
    position: absolute;
    visibility: hidden;
    overflow: hidden;
    padding: 1px 1px 1px 1px;
    background: #F6F6F6 url(../../images/menubg.gif) repeat-y scroll 0%;
    background-position: left;
    border: 1px solid #002D96;
}

.ThemeOffice2003SubMenuTable { overflow: hidden; }

.ThemeOffice2003MainItem,.ThemeOffice2003MainItemHover,.ThemeOffice2003MainItemActive,
.ThemeOffice2003MenuItem,.ThemeOffice2003MenuItemHover,.ThemeOffice2003MenuItemActive {
    border: 0;
    cursor: default;
    white-space: nowrap;
}

.ThemeOffice2003MainItem {
    background-color: #93bcd9;
    color: white;
}

.ThemeOffice2003MainItemHover,.ThemeOffice2003MainItemActive { background: url(../../images/mainmenubg.gif); }
.ThemeOffice2003MenuItem { background-color: transparent; }
.ThemeOffice2003MenuItemHover,.ThemeOffice2003MenuItemActive { background-color: white; }


/* horizontal main menu */
.ThemeOffice2003MainItem {
    padding: 1px;
    border: 0;
}

td.ThemeOffice2003MainItemHover,td.ThemeOffice2003MainItemActive {
    padding: 0px;
    border: 1px solid #000080;
}

.ThemeOffice2003MainFolderLeft,.ThemeOffice2003MainItemLeft,
.ThemeOffice2003MainFolderText,.ThemeOffice2003MainItemText,
.ThemeOffice2003MainFolderRight,.ThemeOffice2003MainItemRight { background-color: inherit; }

/* vertical main menu sub components */
td.ThemeOffice2003MainFolderLeft,
td.ThemeOffice2003MainItemLeft {
    padding: 1px 2px 1px 1px;
    border: 0;
    background-color: inherit;
}

td.ThemeOffice2003MainFolderText,
td.ThemeOffice2003MainItemText {
    padding: 1px 5px 1px 5px;
    border: 0;
    background-color: inherit;
}

/* sub menu sub components */
.ThemeOffice2003MenuFolderLeft,.ThemeOffice2003MenuItemLeft,
.ThemeOffice2003MenuFolderText,.ThemeOffice2003MenuItemText,
.ThemeOffice2003MenuFolderRight,.ThemeOffice2003MenuItemRight {
    border: 0;
    white-space: nowrap;
    background-color: inherit;
    margin: 0;
    padding: 0;
}

.ThemeOffice2003MenuFolderText,
.ThemeOffice2003MenuItemText {
    white-space: nowrap;
    padding: 1px 0;
    margin: 0;
}

.ThemeOffice2003MenuFolderText div,
.ThemeOffice2003MenuItemText div {
    float: left;
    padding: 3px 3px;
    text-align: left;
}

.ThemeOffice2003MenuFolderText a,
.ThemeOffice2003MenuItemText a {
    text-decoration: none;
    color: black;
}

.ThemeOffice2003MenuItemHover td,
.ThemeOffice2003MenuItemActive td {
    padding: 0;
    margin: 0;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: #000080;
}

.ThemeOffice2003MenuFolderImage,
.ThemeOffice2003MenuItemImage {
    width: 16px;
    height: 16px;
}

.ThemeOffice2003MenuFolderRight,
.ThemeOffice2003MenuItemRight {
    float: left;
    padding: 0 !important;
}

/* menu splits */
.ThemeOffice2003MenuSplit {
    margin: 0;
    height: 1px;
    overflow: hidden;
    background-color: inherit;
    border-top: 1px solid #6A8CCB;
}

/*
 * Image shadow animation
 * 
 * seq1: image for normal
 * seq2: image for hover and active
 * 
 * To use, in the icon field, input the following:
 * <img class="seq1" src="normal.gif" /><img class="seq2" src="hover.gif" />
 */

.ThemeOffice2003MenuItem img.seq1,
.ThemeOffice2003MenuItemHover seq2,
.ThemeOffice2003MenuItemActive seq2 { display: inline; }

.ThemeOffice2003MenuItem .seq2,
.ThemeOffice2003MenuItemHover .seq1,
.ThemeOffice2003MenuItemActive .seq1 { display: none; }

/******************************************************************************
 * Dojo Classes
 ******************************************************************************/
.dijitTooltip,
.dijitTooltipDialog { height:10px; }

.dijitTooltipContainer {
    padding:0.45em;
    background: infobackground;
    font: message-box;
    border: solid black 1px;
    color: infotext;
    padding-left: 2px;
    padding-right: 2px;
    height:10px;
}

/* dijit.Dialog */
.mThemeBody .dijitDialog {
    -webkit-box-shadow: 0px 5px 10px #adadad;
    padding: 0px;
}
.mThemeBody .dijitDialog .dijitDialogTitle {
    border-top: none;
    border-left: none;
    border-right: none;
}
.mThemeBody .dijitDialog .dijitDialogPaneContent {
    background: #fff;
    border:none;
    border-top: 1px solid #d3d3d3;
    padding:3px;
}
.mThemeBody .dijitDialogTitleBar {
    background: #fafafa url("images/titleBar.png") repeat-x top left;
    padding: 5px 6px 3px 2px;
    cursor: move;
    outline:0;
}
.mThemeBody .dijitDialogTitle {
    font-weight: bold;
    padding: 8px 12px 8px 12px;
    outline:0;
}
.mThemeBody .dijitDialogCloseIcon {
    background : url("images/spriteRoundedIconsSmall.png") no-repeat right top;
    float: right;
    position: absolute;
    vertical-align: middle;
    right: 6px;
    top: 4px;
    height: 15px;
    width: 15px;
    cursor: pointer;
}
.dj_ie6 .mThemeBody .dijitDialogCloseIcon {
    background : url("images/spriteRoundedIconsSmall.gif") no-repeat right top;
}

.mThemeBody .dijitDialogContent { padding: 8px; }
.mThemeBody .dijitTooltip,
.mThemeBody .dijitTooltipDialog { background: transparent; }
.dijitTooltipBelow { padding-top: 13px; }
.dijitTooltipAbove { padding-bottom: 13px; }

.mThemeBody .dijitTooltipContainer {
    background: #ffffff url("images/popupMenuBg.gif") repeat-x bottom left;
    border:1px solid #7eabcd;
    padding:0.45em;
    -webkit-border-radius: 6px;
}
.mThemeBody .dijitTooltipConnector {
    border:0px;
    z-index: 2;
}
.mThemeBody .dijitTooltipABRight .dijitTooltipConnector {
    left: auto !important;
    right: 3px;
}
.mThemeBody .dijitTooltipBelow .dijitTooltipConnector {
    top: 0px;
    left: 3px;
    background:url("images/tooltipConnectorUp.png") no-repeat top left;
    width:16px;
    height:14px;
}
.dj_ie6 .mThemeBody .dijitTooltipBelow .dijitTooltipConnector {
    background-image: url("images/tooltipConnectorUp.gif");
}
.mThemeBody .dijitTooltipAbove .dijitTooltipConnector {

    bottom: 0px;
    left: 3px;
    background:url("images/tooltipConnectorDown.png") no-repeat top left;
    width:16px;
    height:14px;
}
.dj_ie6 .mThemeBody .dijitTooltipAbove .dijitTooltipConnector {
    background-image: url("images/tooltipConnectorDown.gif");
    bottom: -3px;
}
.mThemeBody .dijitTooltipLeft { padding-right: 14px; }
.dj_ie6 .mThemeBody .dijitTooltipLeft { padding-left: 15px; }
.mThemeBody .dijitTooltipLeft .dijitTooltipConnector {

    right: 0px;
    bottom: 7px;
    background:url("images/tooltipConnectorRight.png") no-repeat top left;
    width:16px;
    height:14px;
}
.dj_ie6 .mThemeBody .dijitTooltipLeft .dijitTooltipConnector {
    background-image: url("images/tooltipConnectorRight.gif");
}
.mThemeBody .dijitTooltipRight { padding-left: 14px; }
.mThemeBody .dijitTooltipRight .dijitTooltipConnector {

    left: 0px;
    bottom: 7px;
    background:url("images/tooltipConnectorLeft.png") no-repeat top left;
    width:16px;
    height:14px;
}
.dj_ie6 .mThemeBody .dijitTooltipRight .dijitTooltipConnector {
    background-image: url("images/tooltipConnectorLeft.gif");
}

.dj_safari .mThemeBody .dijitPopup .dijitTooltipContainer,
.dj_safari .mThemeBody .dijitPopup .dijitMenu { -webkit-box-shadow: 0px 5px 10px #adadad; }

.mThemeBody .dijitPopup > div,
.mThemeBody .dijitPopup > table { opacity: 0.95; }

.dijitContentPane { overflow: none !important; }

.dijitButtonNode {
    font-size: 11px;
    font-weight: normal;
    background-color: white;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    height: 19px;
    margin: 2px;
    background-image: url(images/button-background.png);
    color: #000;
    background-repeat: no-repeat;
}

.dijitButtonNode:hover {
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-left: 1px solid #2B92CE;
    border-top: 1px solid #2B92CE;
    color: #1F72BF;
}

.dijitButtonNode .dijitArrowButtonInner {
    background-image: url(images/down.png);
    position: relative;
    top: 0px;
}

.dijitTimePicker .dijitButtonNode {
    height: 15px;
    padding: 0;
    background: #D3D3D3 url(images/titleBar.png) repeat-x scroll center top;
    border: 0;
    margin: 0;
}

.dijitTimePicker .dijitButtonNode:hover {
    padding: 0;
    border: none;
}

.dijitTimePicker .dijitArrowButtonChar { display:block !important; }
.dijitTimePicker .dijitArrowButtonInner { display: none; }

.dijitMenu {
    border: 1px solid #d3d3d3;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
}

.dijitMenuItem {
    background-color: #fff;
    font: menu;
    margin: 0px;
    color: #243C5F;
    text-align: left;
}

.dijitMenuItem TD { padding:1px; }
.dijitMenuItemHover {
    background-color: #ffe284 !important;
    color: #243C5F !important;
}

.dijitMenuSeparator {
    background-color: #fff;
    height: 1px;
}
.dijitMenuSeparatorTop { border-bottom: 1px solid #fff; }
.dijitMenuSeparatorBottom { border-top: 1px solid #d3d3d3; }

.mImageNew { background-image: url(images/new.png); }
.mImageSave { background-image: url(images/save.png); }
.mImageExit { background-image: url(images/exit.png); }

.dijitCalendarIncrementControl {
    width:15px;
    height:15px;
}
.dijitCalendarIncreaseInner,
.dijitCalendarDecreaseInner { visibility:hidden; }
.dijitCalendarDecrease { background:url("images/spriteRoundedIconsSmall.png") no-repeat top left; }
.dijitCalendarIncrease { background:url("images/spriteRoundedIconsSmall.png") no-repeat -30px top; }
table.dijitCalendarContainer {
    font-size: 100%;
    border-spacing: 0;
    border-collapse: separate;
    border: 1px solid #ccc;
    margin: 0;
}
.dijitCalendarMonthContainer th {
    background:#d3d3d3 url("images/titleBar.png") repeat-x top;
    padding-top:.3em;
    padding-bottom:.2em;
    text-align:center;
}
.dijitCalendarDayLabelTemplate {
    background:white url("images/calendarDayLabel.png") repeat-x bottom;
    font-weight:normal;
    padding-top:.15em;
    padding-bottom:0em;
    border-top: 1px solid #eeeeee;
    color:#293a4b;
    text-align:center;
}
.dijitCalendarBodyContainer { border-bottom: 1px solid #eeeeee; }
.dijitCalendarMonthLabel {
    color:#293a4b;
    font-weight: bold;
}
.dijitCalendarDateTemplate {
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
    padding: 0.3em 0.3em 0.05em 0.3em;
    letter-spacing: 1px;
}
.dijitCalendarPreviousMonth,
.dijitCalendarNextMonth {
    color:#999999;
    background-color:#f8f8f8 !important;
}
.dijitCalendarPreviousMonthDisabled,
.dijitCalendarNextMonthDisabled {
    background-color:#a4a5a6 !important;
}
.dijitCalendarCurrentMonth {
    background-color:white !important;
}
.dijitCalendarCurrentMonthDisabled {
    background-color:#bbbbbc !important;
}
.dijitCalendarCurrentDate {
    text-decoration:underline;
    font-weight:bold;
}
.dijitCalendarCurrentDate {
    text-decoration:underline;
    font-weight:bold;
}
.dijitCalendarSelectedDate {
    background-color:#bbc4d0 !important;
    color:black !important;
}
.dijitCalendarYearContainer {
    background:white url("images/calendarYearLabel.png") repeat-x bottom;
    border-top:1px solid #ccc;
}
.dijitCalendarYearLabel {
    margin:0;
    padding:0.4em 0 0.25em 0;
    text-align:center;
}
.dijitCalendarSelectedYear {
    color:black;
    padding:0.2em;
    padding-bottom:0.1em;
    background-color:#bbc4d0 !important;
}
.dijitCalendarNextYear,
.dijitCalendarPreviousYear {
    color:black !important;
    font-weight:normal;
}

.dijitIEFixedToolbar {
    position:absolute;
    top: expression(eval((document.documentElement||document.body).scrollTop));
}

.dijitToolbar .dijitToolbarSeparator { background: url('images/editor.gif'); }

.dijitToolbar {
    padding: 3px 0 1px 3px;
    border-bottom: 1px solid #ccc;
    background:#eaeaea url(images/titleBar.png) repeat-x top left;
}

.dijitToolbar .dijitButtonNode {
    background: none;
    margin: 0px !important;
    padding: 0px !important;
    border: none;
    font-size: 12px;
}
.dijitToolbar .dijitButton,
.dijitToolbar .dijitToggleButton,
.dijitToolbar .dijitDropDownButton {
    background: none;
    margin: 1px;
    padding: 0px;
    border: 1px solid transparent;
}
.dijitToolbar .dijitButtonChecked,
.dijitToolbar .dijitToggleButtonChecked {
    background-color:#d8e5f8;
    border:1px solid #316ac5;
    margin: 1px !important;
    padding: 0px !important;
}
.dijitToolbar .dijitButtonCheckedHover,
.dijitToolbar .dijitToggleButtonCheckedHover {
    background-color:#9abbea;
    border:1px solid #316ac5;
    margin: 1px !important;
    padding: 0px !important;
}
.dijitToolbar .dijitButtonHover,
.dijitToolbar .dijitToggleButtonHover,
.dijitToolbar .dijitDropDownButtonHover {
    border: 1px solid #316ac5;
    background-color:#9abbea;
}
.dijitToolbar label { padding: 3px 3px 0 6px; }
.dj_ie .dijitToolbar .dijitComboButton .dijitButtonContentsFocused,
.dj_ie .dijitToolbar .dijitComboButton .dijitDownArrowButtonFocused,
.dj_ff2 .soria.dijitToolbar .dijitComboButton .dijitButtonContentsFocused,
.dj_ff2 .dijitToolbar .dijitComboButton .dijitDownArrowButtonFocused {
    border: 1px black dotted !important;
}
.dj_ie6 .dijitToolbar .dijitButton,
.dj_ie6 .dijitToolbar .dijitToggleButton,
.dj_ie6 .dijitToolbar .dijitDropDownButton {
    margin: 2px;
    padding: 0px 2px;
    border: 0px;
}
.dj_ie6 .dijitToolbar .dijitButtonChecked,
.dj_ie6 .dijitToolbar .dijitToggleButtonChecked,
.dj_ie6 .dijitToolbar .dijitDropDownButtonChecked {
    background-color:#d8e5f8;
    border:1px solid #316ac5;
    margin: 1px !important;
    padding: 0px 2px !important;
}
.dj_ie6 .dijitToolbar .dijitButtonCheckedHover,
.dj_ie6 .dijitToolbar .dijitToggleButtonCheckedHover,
.dj_ie6 .dijitToolbar .dijitDropDownButtonCheckedHover {
    background-color:#9abbea;
    border:1px solid #316ac5;
    margin: 1px !important;
    padding: 0px 2px !important;
}
.dj_ie6 .dijitToolbar .dijitButtonHover,
.dj_ie6 .dijitToolbar .dijitToggleButtonHover,
.dj_ie6 .dijitToolbar .dijitDropDownButtonHover  {
    background-color:#9abbea;
    border:1px solid #316ac5;
    margin: 1px !important;
    padding: 0px 2px !important;
}
.dijitComboBox {
    background:#fff url(images/validationInputBg.png) repeat-x top left;
    border:1px solid #b3b3b3;
    line-height: normal;
    position: relative;
    top: 6px;
}

.dijitReset .dijitA11ySideArrow { display: none; }

/* dijit.Tree */

.dijitTreeNode {
    background-image : url('images/i.gif');
    background-position : top left;
    background-repeat : repeat-y;
    margin-left: 19px;
    zoom: 1; 
}
.dijitTreeIsLast { background: url('images/i_half.gif') no-repeat; }
.dijitTreeIsRoot {
    margin-left: 0;
    background-image: none;
}
.dijitTreeExpando {
    width: 18px;
    height: 18px;
}
.dijitTreeContent {
    min-height: 18px;
    min-width: 18px;
    padding-top:0px;
    padding-left:0px;
    text-align:left;
    left: -4px;
    position: relative;
}

.dijitTreeExpand {
    width: 18px;
    height: 18px;
    background-repeat : no-repeat;
}
.dijitTreeNodeEmphasized {
    background-color: Highlight;
    color: HighlightText;
}
.dijitTreeLabelFocused {
    outline: 1px invert dotted;
    background:#dde7f2;
}
.dijitTreeExpandoOpened { background: transparent url(images/spriteTree.gif) no-repeat scroll -18px top; }
.dijitTreeExpandoClosed { background-image: url(images/spriteTree.gif); }
.dijitTreeExpandoLeaf { background: transparent url(images/spriteTree.gif) no-repeat scroll -36px top; }
.dijitTreeExpandoLoading { background-image: url('images/treeExpand_loading.gif'); }
.dijitTreeIcon {
    width: 16px;
    height: 16px;
    padding-right: 2px;
}
.dijitFolderOpened0 { background: url('images/folderopen0.gif') no-repeat; }
.dijitFolderClosed0 { background: url('images/folderclose0.gif') no-repeat; }
.dijitLeaf0 { background: url('images/leaf0.gif') no-repeat; }

.dijitFolderOpened1 { background: url('images/folderopen1.gif') no-repeat; }
.dijitFolderClosed1 { background: url('images/folderclose1.gif') no-repeat; }
.dijitLeaf1 { background: url('images/leaf1.gif') no-repeat; }

.dijitFolderOpened2 { background: url('images/folderopen2.gif') no-repeat; }
.dijitFolderClosed2 { background: url('images/folderclose2.gif') no-repeat; }
.dijitLeaf2 { background: url('images/leaf2.gif') no-repeat; }

.mCaptchaCode {
    background-repeat: repeat-x;
    font-size: 34px;
    height: 40px;
    width: 150px;
    margin-top: 0;
    letter-spacing: 4px;
    text-align: center;
}

.mCaptchaButton {
    height: 44px;
    margin-top: 0;
    padding-top: 8px;
    width: 30px;
    text-align: center;
    background-image: url(images/refresh.png);
    background-repeat: no-repeat;
    background-position: center;
}

.mExpandDivButton {
    float: left;
    height: 11px;
    width: 11px;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin-right: 5px;
    background-image: url('images/expandDivButton.png'); 
    background-repeat: no-repeat;
}

.mExpandDivButtonCollapsed { background-position: 0px; }
.mExpandDivButtonExpanded { background-position: -11px; }
.mExpandDivText { overflow: hidden; }

/******************************************************************************
 * MLightBox
 ******************************************************************************/
.dojoxLightbox {
    position:absolute;
    z-index:999;
    overflow:hidden;
    width:100px;
    height:100px; 
    border:11px solid #fff;
    background:#fff url('../../images/loading_solis1.gif') no-repeat center center;
    -webkit-box-shadow: 0px 6px 10px #636363; 
    -webkit-border-radius: 3px;
    -moz-border-radius:4px;
    border-radius: 4px;
}

.dojoxLightboxContainer {
    position:absolute;
    top:0; left:0; 
}

.dojoxLightboxFooter {
    height:50px; 
    position:relative;
    bottom:0;
    left:0;
    margin-top:8px;
    color:#333;
    z-index:1000;
    font-size:10pt;
}

.dojoxLightboxGroupText {
    color:#666; 
    font-size:8pt;
}

.LightboxNext,
.LightboxPrev,
.LightboxClose {
    float:right;
    width:16px;
    height:16px;
    cursor:pointer;
}

.LightboxClose { background:url('images/close.png') no-repeat center center; }
.dj_ie6 .tundra .LightboxClose { background:url('images/close.gif') no-repeat center center; }
.LightboxNext { background:url('images/right.png') no-repeat center center; }
.dj_ie6 .LightboxNext { background:url('images/right.gif') no-repeat center center; }
.LightboxPrev { background:url('images/left.png') no-repeat center center; }
.dj_ie6 LightboxPrev { background:url('images/left.gif') no-repeat center center; }

.mTab {
    font-weight: bold;
    float: left;
    margin: 2px 3px 0 0;
    position: relative;
    top: 8px;
    cursor: hand;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}

.mTabActive {
    top: 5px;
    color: black;
    background-color: #EDEDED;
    background-image: url('images/status-background.png');
    background-repeat: repeat-x;
    padding: 6px 9px 3px 9px;
    border: solid 1px #C0C0C0;
    border-top: solid 2px #277EB0;
    border-bottom-width: 0;
    z-index: 1;
}

.mTabIdle {
    color: #444;
    background: #F8F8F8;
    padding: 3px 9px;
    border: solid 1px #C0C0C0;
    border-bottom-color: white;
}

.mTabIdle:hover {
    background-color: #F7FAF9;
    color: black;
}

.mTabDisabled {
    background: #FAFAFA;
    color: #C0C0C0;
    padding: 3px 9px;
    border: solid 1px #C0C0C0;
    border-bottom-color: white;
    cursor: default;
}

/* Used to identify removed tabs */
.mTabRemoved { display: none; }

.mTabbedBaseGroup fieldset {
    position: relative;
    padding: 10px 0;
    margin: 0;
}

.dj_ie .mTabbedBaseGroup fieldset { top: -5px; }

.mTabButtons {
    float: left;
    margin-right: 3px;
}

#mPopup {
    z-index: 99;
    background-color: #f7faf9;
    border: 3px solid #7EABCD;
    text-align: left;
    border-collapse: collapse;
    max-width: 80%;
    min-height: 30%;
    position: absolute;
    top: 100px;
    opacity: 0;
}

.dj_ie #mPopup { top: 50px; }

.mPopupInner {
    overflow: hidden;
    margin: -1px;
}

.mPopupTitle { float: left; }

.mPopupTitleDiv {
    display: block;
    position: relative;
    top: 0px;
    width: 100%;
    text-indent: 10px;
    padding-top: 2px;
    z-index: 99;
    height: 18px;
}

.mPopupClose {
    background-image: url(images/spriteRoundedIconsSmall.png);
    background-repeat: no-repeat;
    background-position: -60px;
    float: right;
    position: relative;
    right: 2px;
    width: 16px;
    z-index: 99;
    height: 16px;
    cursor: pointer;
}

.dj_ie .mPopupClose { top: -16px; }

#mPopupBackground {
    background-color : white;
    opacity: 0.5;
    filter: alpha(opacity=50);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
}

.mPopupBody {
    z-index: 99;
    padding: 5px 10px;
    overflow: auto;
    max-height: 400px;
}

/*labels inside lookups*/
.mPopupBody div .mFormRow span.label { width: 100px; }

/*containers inside lookups*/
.mPopupBody div .mFormRow .mContainerHorizontal { width: 100px; }
.mPopupButtonsDiv { text-align: center; }
#mPopupPromptField { width: 85%; }

.mGridVisibleColumns {
    float: left;
    height: 14px;
    width: 16px;
    background: transparent url(images/mGridVisibleColumns.png) repeat-x bottom;
    margin: 2px 4px;
    cursor: hand;
    cursor: pointer;
}

.mGridVisibleColumnsChecked {
    height: 16px;
    width: 16px;
    background: transparent url(images/mGridVisibleColumnsChecks.png) repeat-x bottom;
    background-position: 0px;
}

.mGridVisibleColumnsUnchecked {
    height: 16px;
    width: 16px;
    background: transparent url(images/mGridVisibleColumnsChecks.png) repeat-x bottom;
    background-position: -16px;
}

.mGridHeader, .mGridHeader span {
    background-color:#2B92CE;
    border-left:1px solid white;
    color:white;
    padding:5px;
    text-align:center;
    vertical-align:middle;
    font-size:11px;
    font-weight:bold;
    overflow:hidden;
    text-decoration:none;
}

.mGridHeader span { border: none; }

/******************************************************************************
 * MIOLO::vd
 ******************************************************************************/

table.dBug_array, table.dBug_object, table.dBug_resource, table.dBug_resourceC, table.dBug_xml {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
}

.dBug_arrayHeader, .dBug_objectHeader, .dBug_resourceHeader, .dBug_resourceCHeader, .dBug_xmlHeader {
    font-weight: bold;
    color: #FFFFFF;
}

/* array */
table.dBug_array { background-color: #006600; }
table.dBug_array td { background-color: #FFFFFF; }
table.dBug_array td.dBug_arrayHeader { background-color: #009900; }
table.dBug_array td.dBug_arrayKey { background-color: #CCFFCC; }

/* object */
table.dBug_object { background-color: #0000CC; }
table.dBug_object td { background-color: #FFFFFF; }
table.dBug_object td.dBug_objectHeader { background-color: #4444CC; }
table.dBug_object td.dBug_objectKey { background-color: #CCDDFF; }

/* resource */
table.dBug_resourceC { background-color: #884488; }
table.dBug_resourceC td { background-color: #FFFFFF; }
table.dBug_resourceC td.dBug_resourceCHeader { background-color: #AA66AA; }
table.dBug_resourceC td.dBug_resourceCKey { background-color: #FFDDFF; }

/* resource */
table.dBug_resource { background-color: #884488; }
table.dBug_resource td { background-color: #FFFFFF; }
table.dBug_resource td.dBug_resourceHeader { background-color: #AA66AA; }
table.dBug_resource td.dBug_resourceKey { background-color: #FFDDFF; }

/* xml */
table.dBug_xml { background-color: #888888; }
table.dBug_xml td { background-color: #FFFFFF; }
table.dBug_xml td.dBug_xmlHeader { background-color: #AAAAAA; }
table.dBug_xml td.dBug_xmlKey { background-color: #DDDDDD; }

#dBug_closeButton {
    text-align: right;
    cursor: pointer;
    cursor: hand;
}

/******************************************************************************
 * Validator
 ******************************************************************************/
.mValidatorError {
    border: solid 1px #FFB93C;
    background-color: #FFFCA2;
    color: #FF0000;
    padding: 2px;
    font-size: 10px;
    margin-left: 2px;
}

/******************************************************************************
 * Menus
 ******************************************************************************/
.dijitMenuExpand {
    background-image: url(images/arrow-right.png);
    background-position: 0;
    width: 16px;
    height: 16px;
}

.dijitMenuItem { white-space: normal; }

.dijitMenuZebra .dijitMenuZebra0 {
    background-color: #FFFFFF;
    border: solid 1px #C0C0C0;
}

.dijitMenuZebra .dijitMenuZebra1 {
    background-color: #EFEFEF;
    border: solid 1px #C0C0C0;
}

.dj_ie6 .dijitMenuExpand {
    background-image: url(images/arrow-right.gif);
}

.mMenuIcon {
    background-image: url('images/contextmenu.png'); 
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
.mMenuIconInsert { background-position: 0px; }
.mMenuIconEdit { background-position: -20px; }
.mMenuIconView { background-position: -40px; }
.mMenuIconRemove { background-position: -60px; }
.mMenuIconDuplicate { background-position: -80px; }
.mMenuIconExport { background-position: -100px; }
.mMenuIconExportHTML { background-position: -120px; }
.mMenuIconExportPDF { background-position: -140px; }
.mMenuIconExportCSV { background-position: -160px; }
.mMenuIconRelation { background-position: -180px; }
.mMenuIconWorkflow { background-position: -200px; }

/******************************************************************************
 * MDualList
 ******************************************************************************/

.mDualList {
    min-width: 200px;
}

.mDualListDiv {
    text-align: center;
}

.mDualListDiv button {
    width: 70px;
}

.mDualListCounter {
    float: left;
    line-height: 25px;
}


/* Label width for horizontal containers */
.mContainerHorizontal span.label {
    width: 108px;
}

/******************************************************************************
 * MDialog
 ******************************************************************************/
.dijitDialog .dijitDialogPaneContent {
    min-width: 200px !important;
    background-color: #F7FAF9;
}

.dijitDialogPaneContent .mFormRow {
    display: inline;
}

.dijitDialogPaneContent .mFormRow .label {
    width: 130px;
    text-align: right;
}

.dijitDialogPaneContent .dijitContentPane {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    overflow: auto !important;
}

.dijitDialogTitleBar {
    text-align: left;
    background: #1F72BF url(images/formheader-background.png) repeat-x !important;
    font-weight: bold;
    color: white;
    text-decoration: none;
    vertical-align: top;
    height: 18px;
}

.dijitDialogTitle {
    padding: 0 8px !important;
}

.xdebug-var-dump { text-align: left; }
