 /*
  *   '$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 the "external" SAEON css:
 */
@import url(ploneStyles5796.css);


.rowodd {
	background-color: #FFFFFF;
	color: #555555;
}
.subGroup_border {
	border:1px solid #555555;
}
td {
	color: #000000;	
}
div {
	color: #000000;	
}

/* square the edges for saoen */
.group {
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
}
.subGroup {
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
}

b {
font-weight: bold;
}

/**
 *  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:   300px;
  width:	100%; 
  background: #FFFFFF;
  border:   0px;
  margin:	0px;
}

.iframeloginboxclass {
    height:   1150px;
    /*width:600px;*/
    min-width:600px;
  	width:expression(document.body.clientWidth < 600? "600px": "auto" );
    border:   0px;
	vertical-align: top;
	text-align: left;
}


.iframesearchboxclass { 
	height:   1150px;
    /*width:600px;*/
    min-width:600px;
  	width:expression(document.body.clientWidth < 600? "600px": "auto" );
    border:   0px;
	vertical-align: top;
	text-align: left; 
}

.iframeleftcolclass  { 
    /*height:  100%;*/
    height:	1150px;  	
	width:	200px;
}

/**IE hack**/
html>body .iframeleftcolclass  { 
    height:	100%;
    min-height:	1150px;
}

.iframefooterclass   {
  height:   150px; 
  width:	100%;
  border:   0px;
  background: #124325;
  color: #FFFFFF;
}

.iframerightcolclass   { 
	background: #FFFFFF;
}

td.mapColumn {
  vertical-align: top;
}

.mapFrame { 
    /*height: 59em;*/
    height: 450px;
    width: 785px;
	vertical-align: top;
	background: #FFFFFF;
}

/**
* These are new classes adapted for saeon L+F
**/
 
/*override the saeon plone css */
a {
	font-weight: normal;
	text-decoration: none;
	/*
    color: #096B79;
    font-size: 12px; 
    */
}
/*    
a:hover {
    color: #ECCE00;
    text-decoration: underline; }
*/

.leftnav {
	width: 200px;
	margin: 0px auto;
	text-align: center;
}

/*
h1 {
	text-align: left;
	font-family: "Helvetica", "Trebuchet MS", "Verdana", "Arial", sans-serif;
	font-size: 1.9em;
	padding: 0px 0px 12px 0px;
	margin: 0;
	padding-top: 6px;
	color: #f30;
}

h2 {
	text-align: left;
	font-family: "Verdana", "Helvetica", "Trebuchet MS", "Arial", sans-serif;
	font-size: 1.4em;
	padding: 0px 0px 10px 0px;
	margin: 0;
	color: #f30;
}

h3 {
	text-align:	left;
	color: #124325;
	background: #CFE2CF;
	font-family: "Verdana", "Helvetica", "Trebuchet MS", "Arial", sans-serif;
	font-size: 1.1em;
	border: 1px solid #124325;
	display: block;
	padding: 3px 10px;
	margin:10px 0 10px 0;
}
*/


/**
 *  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 {
	vertical-align: top;
  	padding: 0px;
  	margin: 0px;
	background:	#FFFFFF;
	color: black;
}


/**
 *  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:   112px; 
/*
  no width allowed - uses same width as table class
*/
  border:   0px;
  padding:  0px;
  margin:   0px;
}


.templateleftcolclass {
  height:   100%; 
  width:    200px;
  border:   0px;
  padding:  0px;
  margin:   0px;
  vertical-align: top;
}


.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;
}

/** used in fgdc xsl **/
th {
	text-align: left;
	padding-left: 0px;
    border-bottom: solid #dddddd 1px;  		
    color: #124325;
}

/**
 *  these override styles imported from eml css 
 */	 
.sectionnames{
    font-weight: bold;
    font-size: 16px;
    color: #096B79;
}

.linkedHeaderStyle{
    
    background-color: #A3DADA;
    padding-left: 16%;
 }

.title {
    font-family: Verdana, Georgia, "Times New Roman", serif;
    font-size: 24px; 
    font-weight: bold;
    color:black;
    background: inherit;
}

.secondCol{
    background-color: #ffffff; 
    font-size: 12px;
    padding-left: 5px;
}

.highlight  {
    color: #666633;
    background-color: #FFFFFF;
    font-style: italic;    
    font-size: 11px; 
    padding-left: 10px;
}

.citation  {
    color: black;
    background-color: #FFFFFF;
    font-size: 1.2em; 
    padding-left: 10px;
}

.tablehead {
    color: #555522;
    background: #FFFFFF;
    text-align: left;
    font-size: 14px; 
    font-weight: bold;
    border-top: solid #ffffff 15px;
    border-bottom: solid #dddddd 1px;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

th.tablehead {

    text-align: center;
    border-bottom: solid #006666 1px;
    margin: 0px;
    padding: 0px;
    height:  21px;
}

.tablehead_lcorner {
	border-bottom: none;
    background-position: right top;
    background-repeat: no-repeat;
    padding: 0px;
    margin:  0px;
    width:   10px;
    height:  21px;
}    
    
.tablehead_rcorner {
	border-bottom: none;
    background-position: left top;
    background-repeat: no-repeat;
    padding: 0px;
    margin:  0px;
    width:   10px;
    height:  21px;
}    

.lsid {
    text-decoration: underline; 
}

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

p.emphasis {

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

.searchresultsdivider {
    background-color:	#FFFFFF;
	border-top:	thin dashed;
	color:	#DDDDDD;
}

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

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


.headertopmargin {
margin-top:    10;
}

.intro {
        width:   760px;
        margin-left:    15px;
}

textarea {
   width: 80%;
}

.required {
    font-weight: normal;
    font-style: italic;
    font-size: 11px;
    /*color: #b00000;*/
    color: #124325;
}

.label {
    font-weight: bold;
}


.emphasis {
    font-weight: bold;
    font-size: 18px;
    color: #000000;
}

.colorbold {
	font-weight: bold;
	color: #096B79;
	font-size: 12px;
}
	
.boldlink {
	font-weight: bold;
	font-size: 12px;
}


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

.greenbold {
	font-weight: bold;
    background: inherit; 
	color: #666633;
	font-size: 12px;
}

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

.largetext {
	font-weight: bold;
	font-size: 16px;
} 

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

.regtext {
	font-weight: normal;
	font-size: 12px;
}
.sectbody {
	background: #FFFFFF;
	font-size: 12px;
        font-weight: bold;}

.sectheader {
	background: #A6C2A5;
	font-size: 12px;
        font-weight: bold;}

.tables {
        width:   760px;
        margin-left:      20px;
        border-top: solid black 1px;
        border-left: solid black 1px;
        border-right: solid black 1px;      
      }

.hide {
      display:none;
  }

.showLink {
      cursor: pointer;
      cursor: hand;
      display:empty;
  }

.bordertop {
        border-top: solid black 1px;
      }
      
.borderbottom {
        border-bottom: 1px solid black;}
	
.topbottom {
	border-top: 1px solid black;
	border-bottom: 1px solid black; 
	}

.longwidth {
	width: 80%;
	}

.shortwidth {
	width: 40%;
	}
	
.rightCol {
       width:  24%;
       text-align: right;
    }

.centerContentBorder {
        padding: 0px;
        width: 98%;
        background: #FFFFFF;
        color: #FFFFFF;
}

.footerContent {
        background: #124325;
        color: #FFFFFF;
}

.footerContent a {
        color: #FFFFFF;
}
