blob: c91ecf8f09f911a2316586ca6ac1199cd2d1f18c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2003, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
body {
}
span.icon {
white-space: nowrap;
}
img.icon {
width: 16px;
height: 16px;
}
#banner {
width: 100%;
overflow: hidden;
position:absolute;
left: 0px;
top: 0px;
}
#content {
position:absolute;
top:40px;
margin-left: 10px;
width:95%;
}
/* following font face declarations need to be removed for DBCS */
body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt {font-family: Arial, Helvetica, sans-serif; color: #000000}
/* end font face declarations */
body { font-size: 83%; background: #FFFFFF; margin-bottom: 1em }
h1 { font-size: 140%; margin-top: 25px; margin-bottom: 3px }
h2 { font-size: 110%; margin-top: 20px; margin-bottom: 3px }
dd {
margin-bottom: 1em;
}