/*********************/ /* MISCELLANEOUS */ /*********************/ body { background-color: #e8e8ac; height: 100%; margin: 0px; font: 8pt Tahoma black } a { color: black; text-decoration: underline; font-size: 8pt; font-family: Verdana, Arial, Helvetica, Sans-Serif } table { font: 8pt Verdana; color: black } fieldset { font-size:8pt; color: #22574f; } fieldset legend { font-size: 8pt; color: #22574f } 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-size: 14pt; color: black; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold } /****************/ /* CONTROLS */ /****************/ input { font: 8pt Tahoma; color: #22574f } .button { border-width: 2px; border-style: solid; border-color: #FFF #999 #999 #FFF; font: 8pt Tahoma; padding: 2px; color: black; background-color: gainsboro; } .checkbox { font: 8pt Tahoma; color: #22574f } .dropdownlist, select { font: 8pt Tahoma; } .dropdownlistsmall { font: 8pt Tahoma; } .link { font: 8pt Tahoma; } .linksmall { font: 8pt Tahoma; } .listbox { font: 8pt Tahoma; } .radiobutton { font: 8pt Tahoma; color: black } .textbox { font: 8pt Tahoma; } .textboxmultiline { font: 8pt Tahoma; } /**************/ /* ERRORS */ /**************/ .errorSummary { width: 100%; background-color: crimson; color: black; font-weight: bold; padding:10px; margin-bottom: 10px; } .errorMarker { color: red } /****************/ /* SECTIONS */ /****************/ .section { /* border: 1px solid dimgray;*/ width:100%; color: #22574f } .sectionheader { background-color: #C0CED9; color: black; margin: 0px; height: 24px; width:100% } .sectionheader .sectiontitle { color: black; font-weight: bold; padding: 5px; } .sectionheader .sectionbuttons { padding:10px; text-align: right; } .sectionheader .sectionbuttons a { color: #22574f; padding: 3px 10px 3px 10px; text-decoration: none; border: 1px solid darkblue; background-color: black; font-size: 8pt; font-weight: bold } .sectionheader .sectionbuttons a:hover { background-color: whitesmoke; } .sectionfilter { background-color: #f8f9d8; padding: 5px; width:100%; margin: 0px } .sectionform { background-color: #f8f9d8; padding: 5px; width:100%; color: #22574f; margin: 0px } .sectionpanel { background-color: #f8f9d8; padding: 5px; width:100%; color: #22574f /* border: 2px groove;*/ } .sectionfooter { margin-top: 0px; background-color: #f8f9d8; padding: 15px 0px 5px 0px; text-align: center; } .sectioninfo { border: solid 1px darkgray; background-color: #f8f9d8; padding: 10px; color: #22574f } /*************/ /* LISTS */ /*************/ .list { font: 8pt Verdana; cursor: default; background-color: #f8f9d8; border: 1px solid dimgray; width:100%; color: black } .list a { color: Blue } .list .header { font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #f8f9d8; color: #22574f } .list .header a { font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #f8f9d8; color: #22574f; text-decoration: underline } .list .pager { background-color: #f8f9d8; font: 8pt Verdana; font-weight: bold; height: 22px } .list .item a { color: #22574f } .list .item { background-color: #f8f9d8; color: #22574f; vertical-align:top; } .list .alternatingitem { background-color: #f8f9d8; color: #22574f; vertical-align:top; } .list .alternatingitem a { color: #22574f } .list .edititem { background-color: lightsteelblue; } .list .overflowcell { overflow: hidden; text-overflow: ellipsis; } .list .selectedItem { background-color : #D7F3B5; } .list .mouseOver { background-color : #D7F3B5; } /*************/ /* FORMS */ /*************/ .form { } .form .fieldlabel { font-size: 8pt; font-weight:bold; color: #22574f; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: LEFT; } .form .fieldlabelrequired, .fieldlabelrequired { font-size: 8pt; font-weight:bold; color: #22574f; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: LEFT; } .form .fieldcontent { color: #22574f } fieldset .form { } /*******************/ /* DATE PICKER */ /*******************/ .datePicker { color: Black } .datePickerMonthHeader { background-color: gainsboro; font-weight: bold; color: darkblue } .datePickerDayHeader { background-color: lemonchiffon; font-weight: bold; color: black } .datePickerOffMonth { background-color: blacksmoke; color: black; text-decoration: none } .datePickerToday { text-decoration: none; background-color: black; font-weight: bold; color: black } .datePickerSelectedDate { background-color: crimson; text-decoration: none; color: black } .datePickerWeekday { text-decoration: none; background-color: black; color: black } .datePickerWeekend { background-color: gainsboro; text-decoration: none; color: Blue } .datePickerClearDate { background-color: gainsboro; font-weight: bold } #usrctrl_lblMessage { visibility:hidden !important; }