/*********************/ /* MISCELLANEOUS */ /*********************/ body { background-color: white; height: 100%; margin: 0px; font: 10pt Arial,Helvetica,sans-serif; text-align:center; } #outside_container { background:url(/tenant/_sites/usf/tsi/images/usf_gradient.gif) repeat-x #000000; background-color: white; padding-bottom: 200px; min-height:300; } a { color: #00573C } table { font: 8pt; } fieldset { font-size:9pt; color: #00573C; border: 0px; } fieldset legend { font-size: 10pt; color: #00573C } 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 { border: 0px; padding-left: 180px; font: bold 12pt; width: 100%; color: black; margin: 0px; background-color:#DFD0A5; } .reservationConflictText { font-weight : bold; font-size : larger; } /****************/ /* CONTROLS */ /****************/ input { font: 10pt; } .button { border-width: 1px; border-color: #00573C; font: bold 11px; padding: 2px; color: #00573C; background-color: #FAFAFA; } .checkbox { font: 8pt ; } .dropdownlist, select { font: 10pt ; } .dropdownlistsmall { font: 7pt ; } .link { font: 8pt ; } .linksmall { font: 7pt ; } .listbox { font: 10pt ; } .radiobutton { font: 8pt ; } .textbox { font: 10pt; } .textboxmultiline { font: 10pt; } /**************/ /* ERRORS */ /**************/ .errorSummary { width: 100%; background-color: crimson; color: White; font-weight: bold; padding:10px; margin-bottom: 10px; } .errorMarker { color: red } .errorSummary a { color:White; } /****************/ /* SECTIONS */ /****************/ .section { border: 0px; width:100% } .sectionheader { background-color: #69c; color: White; margin: 0px; height: 24px; width:100%; } .sectionheader .sectiontitle { color: #00573C; font-weight: bold; padding: 5px; } .sectionheader .sectionbuttons { padding:10px; text-align: right; } .sectionheader .sectionbuttons a { color: #00573C; padding: 1px 6px; text-decoration: none; height: 18px; border: 1px solid Black; background: #D9E6F2; } .sectionheader .sectionbuttons a:hover { background-color: #F3E4B5; } .sectionfilter { background-color: #F8F3E7; padding: 5px; width:100%; margin: 0px } .sectionform { background-color: #F8F3E7; border: 0px; padding: 0px; width:100%; margin: 0px } .sectionpanel { background-color: white; padding: 5px; width:100%; border: 2px groove; } .sectionfooter { margin-top: 0px; background-color: #F8F3E7; padding: 15px 0px 5px 0px; text-align: center; } .sectioninfo { border: solid 1px darkgray; padding: 10px; background-color: #F8F3E7; } /*************/ /* LISTS */ /*************/ .list { font: 8pt ; cursor: default; background-color: white; border: 0px; width:100%; } .list .header { background-color: #DFD0A5; color: #00573C; text-align: left } .list .header a { color: #00573C; } .list .pager { background-color: #DFD0A5; font: 8pt; font-weight: bold; height: 22px } .list .item { background-color: #F8F3E7; vertical-align:top; } .list .alternatingitem { background-color: white; vertical-align:top; } .list .edititem { background-color: #DFD0A5; } .list .overflowcell { overflow: hidden; text-overflow: ellipsis; } .list .selectedItem { background-color : #DFD0A5; } .list .mouseOver { background-color : #DFD0A5; } /*************/ /* FORMS */ /*************/ .form { } .form .fieldlabel { font-weight : bold; } .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 }