body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin-top: 0px; margin-left: 0px; margin-right: 0px; } table, select, textarea, input{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; } hr { color: LightSkyBlue; } @media screen { /* Style for links*/ a:link{ color:navy; text-decoration: underline; } a:visited{ color:#800080; text-decoration: underline; } a:hover{ color:red; text-decoration: underline; } a:active{ text-decoration: underline; color:red; } } @media print { a { display:none; } } #MainTable { width: 100%; } #MainTableContent { padding: 10px; } #WebSiteTitle { font-family: Arial; font-size: 16px; color: DarkSlateBlue; font-weight: bold; font-style: italic; align: left; } #dropmenudiv{ position:absolute; border:1px solid black; border-bottom-width: 0; font:normal 12px Arial; line-height:18px; z-index:100; } #dropmenudiv a{ width: 100%; display: block; text-indent: 3px; border-bottom: 1px solid black; padding: 1px 0; text-decoration: none; font-weight: bold; color: #635F59; background-color: #FCC373; } #dropmenudiv a:hover{ background-color: #E8AE33; color: white; } #WebSiteHeader { background-color: #3155AB; height: 60px; } .WebSiteHeaderEnd { background-color: #3155AB; } #DropDownMenuHeader { background-image: url(topnavbg.gif); color: 3155AB; padding: 4px; height: 30px; font-weight: bold; } #DropDownMenuHeader a { text-decoration: none; color: white; font-weight: bold; } #DropDownMenuHeader a:visited { color: white; font-weight: bold; } #DropDownMenuHeader a:hover { text-decoration: underline; } #WelcomeText { background-image: url(topnavbg.gif); color: white; font-weight: bold; text-align: right; } #CalendarViewBody A { font-size: 11px; } .FieldLabel { color: DarkSlateBlue; font-weight: bold; } .SectionHeader { color: white; font-weight: bold; background-color: #3155AB; } .SectionContent { border-top: 1px solid LightSkyBlue; } #DashboardTableByCategory { border: 1px solid LightSkyBlue; background-color: #D3D6DF; width: 100%; } #DashboardTableByCategory TD { border: 1px solid LightSkyBlue; padding: 2px; } #CriticalViewBody TABLE { width: 100%; border: 1px solid LightSkyBlue; background-color: #D3D6DF; } #CriticalViewBody TABLE TH { background-color: #3155AB; color: white; padding: 4px; text-align: left; } #CriticalViewBody TABLE TD { border: 1px solid LightSkyBlue; padding: 2px; } .ViewBody TABLE { border: 1px solid LightSkyBlue; width: 100%; } .ViewBody TABLE TH FONT { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; } .ViewBody TABLE TD FONT { font-family: Arial, Helvetica, sans-serif; font-size: 12px; } .ViewSelection { border: 1px solid LightSkyBlue; background-color: LightCyan; } .ViewSelectionAllTasks { border: 1px solid LightSkyBlue; background-color: LightCyan; margin-left: -200px; } .ViewTitle { font-family: Arial, Helvetica, Sans-Serif; font-size: 16px; color: white; font-weight: bold; text-align: center; background-color: #3155AB; padding: 2px; } .PageTitle { font-family: Arial; font-size: 20px; color: #CC6D08; font-weight: bold; text-align: left; } .Heading1 { font-family: Arial; font-size: 14px; color: DarkSlateBlue; font-weight: bold; text-align: left; } #ReportTable TD { padding: 4px; } .SelectAnchor { font-weight: normal; border: 1px solid LightSkyBlue; padding: 3px; background-color: #98F5FF; } #ReportResultTable { width: 100%; } #ReportResultTable TD { padding: 2px; border: 1px solid LightSkyBlue; } #AttachmentText { padding: 2px; border: 1px solid LightSkyBlue; } #SearchText { color: DarkSlateBlue; font-weight: bold; position:absolute; right:20px; top:150px; border: 1px solid LightSkyBlue; background-color: LightCyan; } #SearchViewBody IMG { display: none; } #Version { color: white; font-weight: normal; position:absolute; right:4px; top:40px; } #AppName { color: white; font-family: Arial; font-weight: bold; font-size: 22px; margin-left: 8px; margin-top: 0px; } #ClientName { font-family: Arial; font-size: 18px; color: #FF7F00; font-weight: bold; margin-left: 9px; } .DashboardStationLabel { color: DarkSlateBlue; font-weight: bold; font-style: italic; font-size: 12px; } .DashboardCategoryLabel { color: DarkSlateBlue; font-weight: bold; padding-left: 10px; } #DocLibSection { display:none; } #LeftNav { width: 140px; height: 1024px; background-color: LightCyan; vertical-align: top; padding: 10px; border-right: 1px solid LightSkyBlue; border-bottom: 1px solid LightSkyBlue; } #Content { vertical-align: top; padding: 10px; border-bottom: 1px solid LightSkyBlue; } #SensorData { border-top: 1px solid LightSkyBlue; padding: 10px; } #SensorDataTable TD { width: 200px; border: 1px solid LightSkyBlue; } .RedRow { background-color: red; color: white; font-weight: bold; }