/* ------ Forms --------- */ .listBase { font:12px Arial, sans-serif; } .titleCol { font:10px Arial, sans-serif; color:#000; } .contentRow { background-color:#EFEFEF; } .titleRow { background-color:#CCC; } .contentCol { font:10px Arial, sans-serif; color:#000; } .formBase { font:12px Arial, sans-serif; } .formBaseSel { font:12px Arial, sans-serif; border:2px solid #BBBBBB; margin:10px 0px; } .formRow { } .formLabel { min-width:400px; font-weight:normal; text-align:right; padding-right:6px; } .formLabelRequired { width:250px; font-weight:bold; text-align:right; padding-right:6px; } .formInput { width:300px; padding-left:2px; text-align:left; } .textCol, .textInput { font:10px Arial, sans-serif; border:1px solid black; background-color:white; width:300px; height:20px; padding:3px 4px; } .textColDate { width:100px; } .textareaInput, .formTextareaInput { /*this values are also fixed in htmlarea.js beacause of IE bug*/ width:300px; height:92px; font:10px Arial, sans-serif; border:1px solid black; background-color:white; padding:3px 4px; } .selectInput { width:300px; font:10px Arial, sans-serif; } .multipleInput { width:300px; height:92px; font:10px Arial, sans-serif; border:1px solid black; background-color:#fff; margin-top:8px; padding:3px 6px 0px 6px; } .errorText { color:red; text-align:left; } .mapSmall input, .mapLarge input { cursor:crosshair; } .button, .defaultbutton { height:20px; font-size:12px; color:black; border:1px solid black; background-color:white; } .buttonStandard { text-align:center; font:11px Verdana; color:black; background-color:white; border:1px solid #14238a; } .buttonStandardLink, .buttonStandardLink:hover, .buttonStandardLink:visited, .buttonStandardLink:active { text-decoration:none; } .buttonDisabled { text-align:center; font:11px Verdana; color:#AAA; background-color:#CCC; border:1px solid #AAA; margin:2px; } .inputSearch { width:140px; height:22px; border:1px solid #8a0a07; padding:3px 4px; position:absolute; top:8px; left:70px; } .searchButton { position:absolute; top:8px; left:210px; } .buttonInvisible { border-width:0px; background-color:transparent; font-size:12px; } .tdTab { width:130px; height:24px; border:1px solid #8a0a07 text-align:center; } .tdNoTab { border-bottom:1px solid #8a0a07 } .tdTabSel { width:130px; height:24px; text-align:center; border:2px solid #8a0a07 border-width:2px 2px 0px 2px; } .tdFormAdminTitle { width:180px; } .tdFormAdminTitleReq { width:180px; font-weight:bold; } .tdFormAdminInput { width:400px; } .divFormAdminInput { display:inline; } .formAdminInput { border:1px solid black; padding:1px; margin:2px; width:174px; height:18px; } .textareaPicLab { font-size:10px; text-align:center; width:160px; height:40px; }