/* * #%L * synat-ui-commons * %% * Copyright (C) 2010 - 2013 ICM, Warsaw University * %% * Licensed 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. * #L% */ @CHARSET "UTF-8"; a { text-decoration:none; } body { font-family:Arial,Helvetica,Verdana,sans-serif; font-size:12px; margin:0; } #header { height: 95px; background:none repeat scroll 0 0 #B5BEBF; min-width: 640px; } #headerImage { float: left; } #headerText { float: left; } #header h1 { font-family: sans-serif; font-size: 24px; padding: 12px 24px 12px 12px; } #mainContent { clear: both; font-family: sans-serif; font-size:12px; line-height:16px; min-height: 480px; min-width: 640px; } #leftColumn { clear: both; float: left; min-width: 100px; background: none repeat scroll 0 0 #CAD2CF; padding-left: 10px; padding-right: 10px; min-height: 480px; } #leftColumn ul { list-style:none outside none; } #bodyColumn { float: left; margin-left: 10px; margin-right: 10px; } #clearFooter { clear: both; } #footer { border-top:2px solid #B5BEBF; clear:both; margin:0 auto; padding:0 10px 0 10px; position:relative; top:4px; } #footer img { border:medium none; } #footer #icm_logo { float:left; margin-top:5px; } #footer #bottom_menu { float:right; } #footer #bottom_menu li { float:left; list-style:none outside none; margin-left:35px; } #footer #bottom_menu li a, #footer #bottom_menu li a:visited { color:#1B0F15; text-decoration:none; } #lightRow { background: #f8f8ff; } #darkRow { background: #B5BEBF; } #listTable { width: 100%; } #menuText { font-weight: bold; margin-top: 10px; } #menuItem { margin-left: 10px; } .error { color: red; } .header{background-color:#C0D1FD;} .header2{background-color:#D0E1FF;} tr.colorRows{background-color:#E0E8F0;} tr.colorRows:nth-child(odd){background-color: #EAF2F8;} tr.colorRows:hover{background-color:#AAAAFF;}