/* *********************************************** DMS Grid *********************************************** */ .dmsGrid { /*border: solid 3px #aaaaaa; padding: 8px; width: 0px;*/ } .dmsGrid table { border: none; behavior: url(/Normenbutler/Behavior/Grid.htc);*/ } .dmsGrid td { padding-left: 4px; padding-right: 4px; border-top: solid 1px #aaaaaa; border-bottom: solid 1px #aaaaaa; border-left: none; border-right: none; border-collapse: collapse; } .dmsGrid input { font-size: 8pt; } .dmsGrid a { color: #2f1471; text-decoration: none; } .dmsGrid .header td { font-weight: bold; border-bottom: solid 1px #2f1471; border-top: none; vertical-align: bottom; } .dmsGrid .subheader td { background-color: #eeeeee; font-weight: bold; padding-left: 8px; padding-right: 8px; border-top: solid 1px #aaaaaa; border-bottom: solid 1px #aaaaaa; border-left: none; border-right: none; border-collapse: collapse; } .dmsGrid .header a, .customGrid .pager a { font-weight: bold; color: #000000; text-decoration: none; } .dmsGrid .pager td { font-weight: bold; border: none; } .dmsGrid .edit td { background-color: #eeeeee; } .dmsGrid .add td { background-color: #eeeeee; } .dmsGrid a.pageFirst, .dmsGrid a.pageLast, .dmsGrid a.pagePrevious, .dmsGrid a.pageNext { top: 2px; vertical-align: middle; } .dmsGrid a.page, .dmsGrid a.pageCurrent { font-weight: bold; color: #000000; padding-bottom: 1px; padding-left: 1px; padding-right: 1px; } .dmsGrid a.pageCurrent { color: #ffffff!important; background-color: #aaaaaa; } /* *********************************************** DMS Form *********************************************** */ .dmsForm table { border: 0px; margin: 0px; padding: 0px; } .dmsForm .hiddenFilter tr { visibility: hidden; display: none; } .dmsForm .normal { visibility: visible; } .dmsForm .form { border: none; /*width: 600px;*/ } .dmsForm .input { /*border-top: solid 1px #999999; border-bottom: solid 1px #999999; padding: 5px;*/ } .dmsForm td.inputCol { /*padding: 10px;*/ } .dmsForm td.inputCol { padding-right: 10px; } .dmsForm .color { /*background-image: url(/Normenbutler/Images/bg.png); background-repeat: repeat-y ; background-position: right top;*/ } .dmsForm .title { padding-right: 15px; height: 1em; } .dmsForm .submitbutton input, .submitbutton a, .submitbutton a:link, .submitbutton a:hover, .submitbutton a:visited, .submitbutton a:active, .submitbutton a:focus { border: 0px; width: 100px; height: 15px; line-height: 15px; padding: 0px 3px 0px 3px; color: #ffffff!important; background-color: #666666; text-decoration: none; text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; } .dmsForm .button input, .button a, .button a:link, .button a:hover, .button a:visited, .button a:active, .button a:focus { width: 100px; height: 15px; line-height: 15px; padding: 0px 3px 0px 3px; color: #ffffff!important; background-color: #666666; text-decoration: none; text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; } /* *********************************************** DMS *********************************************** */ .optional { height: 1.7em; border: solid 1px #999999; } .required { height: 1.7em; background-color: #eeeeff; border: solid 1px #999999; }