/*********************/ /* MISCELLANEOUS */ /*********************/ .tdStyle { border-bottom: 1px solid #0077D4; } body { height: 100%; font: 8pt arial } a { color: #A0541E } table { font: 8pt arial } fieldset { font-size:9pt; color: #A0541E; border: 1px solid #000000 } fieldset legend { font-size: 10pt; } fieldset div { padding-top: 10px; padding-bottom: 10px; padding-left: 5px; padding-right: 5px; width: 100%; text-align: left; } iframe { width : 100%; height : 100%; border : 0px; } .pagetitle { font: bold 12pt arial; padding-bottom: 20px; width: 100%; color: #B09721; } /****************/ /* CONTROLS */ /****************/ input { font: 10pt #CCCCCC; } .button { border-width: 2px; border-style: solid; border-color: #FFF #999 #999 #FFF; font: 11px #000000; padding: 2px; color: black; background-color: gainsboro; } .checkbox { font: 8pt arial; } .dropdownlist, select { font: 10pt arial; } .dropdownlistsmall { font: 8pt arial; } .link { font: 10pt arial; } .linksmall { font: 8pt arial; } .listbox { font: 10pt arial; } .radiobutton { font: 8pt arial; } .textbox { font: 10pt arial; } .textboxmultiline { font: 10pt arial; } /**************/ /* ERRORS */ /**************/ .errorSummary { width: 100%; background-color: crimson; color: White; font-weight: bold; padding:10px; margin-bottom: 10px; } .errorMarker { color: red } /****************/ /* SECTIONS */ /****************/ .section { border: 1px solid dimgray; width:100% } .sectionheader { background-color: #B09721; color: White; margin: 0px; height: 24px; width:100%; } .sectionheader .sectiontitle { color: White; font-weight: bold; padding: 5px; } .sectionheader .sectionbuttons { padding:10px; text-align: right; } .sectionheader .sectionbuttons a { color: #A0541E; padding: 3px 10px 3px 10px; text-decoration: none; border: 1px solid #CCCCCC; background-color: white; font-size: 8pt; font-weight: bold; } .sectionheader .sectionbuttons a:hover { background-color: whitesmoke; } .sectionfilter { background-color: #EDE5C1; padding: 5px; width:100%; margin: 0px } .sectionform { background-color: #EDE5C1; padding: 5px; width:100%; margin: 0px; } .sectionpanel { background-color: #EDE5C1; padding: 5px; width:100%; } .sectionfooter { margin-top: 0px; background-color: #EDE5C1; padding: 15px 0px 5px 0px; text-align: center; } .sectioninfo { border: solid 1px darkgray; padding: 10px; } /*************/ /* LISTS */ /*************/ .list { font: 8pt arial; cursor: default; background-color: white; border: 1px solid dimgray; width:100%; } .list .header { background-color: #EDE5C1; color: #A0541E; text-align: left } .list .header a { color: #A0541E; } .list .pager { background-color: #EDE5C1; font: 8pt Verdana; font-weight: bold; height: 22px } .list .item { background-color: whitesmoke; vertical-align:top; } .list .alternatingitem { background-color: white; vertical-align:top; } .list .edititem { background-color: #EDE5C1; } .list .overflowcell { overflow: hidden; text-overflow: ellipsis; } .list .selectedItem { background-color : #EDE5C1; } .list .mouseOver { background-color : #EDE5C1; } /*************/ /* FORMS */ /*************/ .form { } .form .fieldlabel { } .form .fieldlabelrequired, .fieldlabelrequired { } .form .fieldcontent { } fieldset .form { } /*******************/ /* DATE PICKER */ /*******************/ .datePicker { } .datePickerMonthHeader { background-color: gainsboro; font-weight: bold; color: darkblue; } .datePickerDayHeader { background-color: lemonchiffon; font-weight: bold; color: black; } .datePickerOffMonth { background-color: whitesmoke; color: lightgrey; text-decoration: none; } .datePickerToday { text-decoration: none; background-color: white; font-weight: bold; color: crimson } .datePickerSelectedDate { background-color: crimson; text-decoration: none; color: white } .datePickerWeekday { text-decoration: none; background-color: white; } .datePickerWeekend { background-color: gainsboro; text-decoration: none; } .datePickerClearDate { background-color: gainsboro; font-weight: bold }