 /*
  *   '$RCSfile: default.css,v $'
  *     Purpose: Default style sheet for KNB project web pages 
  *              Using this stylesheet rather than placing styles directly in 
  *              the KNB web documents allows us to globally change the 
  *              formatting styles of the entire site in one easy place.
  *   Copyright: 2000 Regents of the University of California and the
  *               National Center for Ecological Analysis and Synthesis
  *     Authors: Matt Jones
  *
  *    '$Author: daigle $'
  *      '$Date: 2008-10-23 18:12:36 $'
  *  '$Revision: 1.18 $'
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */


@import url(portalpages.css);

.searchboxlayout {
		width: 100%; 
		height: 450px;
}

body { 
    font-size: 12px;
}

.tablehead {
		height: 21px;
    background-image: url(images/panelhead_bg.gif);
    color: #0040A1; 
	  text-align: center;
    font-size: 16px; 
    font-weight: bold; 
    padding: 0px;
}

.tablepanel {
    background: #ffffff;
    color: #555555;
    font-size: 12px; 
    padding: 5px;
}
.tabledefault {
    background: white;
    color: #555555;
		width: 790px;
    font-size: 12px; 
    padding: 5px;
}

.title { 

    font-family: Georgia,Times New Roman,Times,serif;
    background: white;
		color: #0247A8; 
    margin-top: 1em;
    font-size: 30px; 
    font-weight: bold; 
}

.subtitle { 
    color: #666666; 
    margin-top: 0.5em;
    font-size: 12px; 
    font-weight: normal; 
}

a {
    font-size: 12px; 
}

a.sitelink {
    font-size: 10px;
}

a.toollink {
    color: #669944;
}

.download-section-label {
	font-size: 12px;
	font-variant: small-caps;
	margin-top: 20px;
}

.download-section-description {
	font-size: 11px;
	margin-bottom: 10px;
}

.download-label {
	font-size: 12px;
	margin-left: 25px;
}

a.download-link {
	margin-left: 5px;
}

p { 
    padding: 5px;
    font-size: 12px; 
}
p.contact { 
    color: #666666; 
    font-size: 10px; 
    font-weight: normal;
}

p.header {
    color: #333333; 
    padding-top: 1em;
    padding-bottom: 0.5em;
    font-size: 13px; 
    font-weight: bold; 
}

p.citation { 
    font-style: italic;
}

.emphasis {
    color: red; 
    font-size: 12px; }

ul {
	line-height: 2;
}

