/*
  *   '$RCSfile$'
  *     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$'
  *      '$Date$'
  *  '$Revision$'
  *
  * 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 eml css:
 */

@import url(../../../style/common/eml_xsl.css);


/*
 *  import eml css:
 */

@import url(portalpages.css);


/**
 *  set the correct iframe sizes to accomodate the 
 *  header, footer, left and right areas.
 *  NOTE: these styles apply only to each 
 *  container frame, *NOT* to the document within it!
 */  
.iframeheaderclass {
  height:   80px; 
  width:    100%;
  border:   0px;
  margin:   0px;
}

.iframesearchboxclass {
  height:   431px; 
  width:    100%;
  border:   0px;
  margin:   0px;
}

.iframeleftcolclass  { /* not used */ }
.iframerightcolclass { /* not used */ }
.iframefooterclass   { /* not used */ }

/**
 *  set the size and alignment etc of the top-level layout table
 */  
.templatetableclass {
  width:   100%; 
  border:   0px;
  padding:  0px;
  margin:   0px;
}


/**
 *  set the style of the main content area and its contents
 */ 
.templatecontentareaclass {
  border:   0px;
  padding:  0px;
  margin:   0px;
}


/**
 *  set the correct <td> sizes to accomodate the 
 *  header, footer, left and right iframes.
 *  NOTE: these styles apply only to each 
 *  container frame, *NOT* to the document in
 *  the iframe within it!
 */  
.templateheaderrowclass {
  height:   80px; 
/*
  no width allowed - uses same width as table class
*/
  border:   0px;
  padding:  0px;
  margin:   0px;
}


.templateleftcolclass {
  height:   100%; 
  width:    0px;
  border:   0px;
  padding:  0px;
  margin:   0px;
}


.templaterightcolclass {
  height:   100%; 
  width:    0px;
  border:   0px;
  padding:  0px;
  margin:   0px;
}


.templatefooterrowclass {
  height:   0px; 
/*
  no width allowed - uses same width as table class
*/
  border:   0px;
  padding:  0px;
  margin:   0px;
}


/**
 *  these override styles imported from eml css 
 */

.tablehead {
    background-image: url(images/panelhead_bg.gif);
    color: #0040A1; 
    text-align: left;
    font-size: 14px; 
    font-weight: bold;
    border-top: solid #ffffff 5px;
    border-bottom: solid #ffffff 2px;
    padding-left: 15%;
    padding-top: 0px;
    padding-bottom: 0px;
}

th.tablehead {

    text-align: center;
    border: 0px;
    margin: 0px;
    padding: 0px;
    height:  21px;
}

.tablehead_lcorner {
    background-image: url(images/panelhead_bg_lcorner.gif);
    background-position: right top;
    background-repeat: no-repeat;
    padding: 0px;
    margin:  0px;
    width:   10px;
    height:  21px;
}    
    
.tablehead_rcorner {
    background-image: url(images/panelhead_bg_rcorner.gif);
    background-position: left top;
    background-repeat: no-repeat;
    padding: 0px;
    margin:  0px;
    width:   10px;
    height:  21px;
}    

/**
 *  these are used only in the metacat pages
 */

p.emphasis {

  font-size: 18px;
  color: #dd7744; 
  font-weight: bold;
  font-style:  normal;
}

.searchresultsdivider {
    background-color: #dddddd;   
}

/**
 *  these are used only in the registry skins
 */
p.searchbox {
    color: #0040A1;
    font-weight: bold;
    font-size: 12px; 
    text-decoration: none; 
}

br {
    margin: 0px;
    padding: 0px;
}


textarea {
   width: 80%;
}

.required {
    font-weight: bold;
    color: #b00000;
    font-size: 12px;
}

.label {
    font-weight: bold;
    font-size: 12px;
}


.emphasis {
    font-weight: bold;
    font-size: 12px;
}

.boldlink {
	font-weight: bold;
	font-size: 12px;
}


.redbold {
	font-weight: bold;
	color: #b00000;
	font-size: 12px;
}

.greenbold {
	font-weight: bold;
	color: #008000;
	font-size: 12px;
}

.smalltext {
	font-weight: bold;
	font-size: 10px;
}

.italicized {
	font-style: italic;
	font-size: 12px;
}

.regtext {
	font-size: 12px;
}
	
.tables {
  width:   760;
  border:    0;
  margin:    0;
  padding:   9;
  border-spacing: 5;
  background-color: #c6d6e7;
}