| /* |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| */ |
| |
| body{ |
| |
| font-size: 12px; |
| margin: 0px; |
| padding: 0px; |
| margin: auto; |
| width: 980px; |
| } |
| |
| #main{ |
| margin: auto; |
| } |
| |
| .logout{ |
| float: right; |
| font-weight: bold; |
| color: black; |
| font-size: 14px; |
| } |
| |
| .caption{ |
| padding : 10px; |
| border-bottom: 10px solid black; |
| font-weight: bold; |
| color: gray; |
| text-align: left; |
| } |
| |
| .captionTitle{ |
| color: #880000; |
| font-size: 14px; |
| } |
| |
| .menuItem{ |
| padding: 10px; |
| font-weight: bold; |
| color: #203360; |
| text-decoration: none; |
| } |
| |
| .table{ |
| border : 1px solid black; |
| border-collapse: collapse; |
| } |
| |
| .dataTable{ |
| |
| margin : 15px 0px; |
| } |
| |
| .oddRow{ |
| border: 1px solid black; |
| background-color: #FFF9D7; |
| } |
| |
| .evenRow{ |
| border: 1px solid black; |
| } |
| |
| |
| .leftColumns{ |
| text-align: right; |
| } |
| |
| .rightColumns{ |
| text-align: left; |
| } |
| |
| |
| .message{ |
| margin : 10px 10px 10px 25px; |
| padding : 15px; |
| font-size: 12px; |
| font-weight: bold; |
| display: block; |
| list-style-type: none; |
| list-style-image: none; |
| } |
| |
| .errorMessage{ |
| background-color: #FFEBE8; |
| border : 1px solid #DD3C10; |
| color: black; |
| } |
| |
| .infoMessage{ |
| background-color:#FFF9D7; |
| border: 1px solid #E2C822; |
| color: #333333; |
| } |