 /*
  *   '$RCSfile$'
  *     Purpose: Default style sheet for PARC project web pages 
  *              Using this stylesheet rather than placing styles directly in 
  *              the PARC 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: walbridge $'
  *      '$Date: 2009-04-06 11:26:35 -0600 (Mon, 06 Apr 2009) $'
  *  '$Revision: 4903 $'
  *
  * 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);


html > body #header {
	height:225px;
}
#content_wrapper {
	margin:0;
}
.group {
	min-width: 0px;	
}
#footer {
	bottom:0;
	left:0;
	margin:0;
	position:relative;
	right:0;
}
a:visited, a:link {
	color:#5294C1;
}
.rowodd {
	background-color:#FFFFFF;
	color:#006699;
	font-size:1em;
	font-style:italic;
	padding-left:10px;
}
.group_border {
	border: none;
}

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

html {
  display: block;
  height: 101%;
}

html, body, table th, table td {
  color: rgb(57, 57, 57);
  font-family: Verdana, sans-serif;
  font-size: 9pt;
  line-height: 1.7em;
}

h1, h2, h3, h4, h5, h6 {
  padding-left: 10px;
  font-weight: normal;
}

h1 {
  border-bottom: 1px solid rgb(191, 196, 207);
  font-size: 170%;
  margin-bottom: 0.5em;
  margin-top: 1em;
  padding-bottom: 0.35em;
}

#navigation ul {
  list-style: none;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
}

#navigation li {
  float: left;
  margin: 0 0.5em;
}

#header {
  background-image: url('images/researchbanner.jpg');
  width: 800px;
  height: 225px;
  padding: 0px;
  margin: 0px;
  border-left: 1px solid rgb(209, 217, 227);
  border-right: 1px solid rgb(209, 217, 227);
}

#main_wrapper {
	margin-top:  0px;
	margin-bottom:  0px;
	margin-left:  auto;
	margin-right:  auto;
	width: 800px;
	background-color: #FFFFFF;
}

#navigation {
	padding-top: 10px;
	padding-bottom: 30px;
	width: 800px;
	clear: both;
	border-left: 1px solid rgb(209, 217, 227);
	border-right: 1px solid rgb(209, 217, 227);
}

#content_wrapper {
	width: 800px;
	clear: both;
        border-left: 1px solid rgb(209, 217, 227);
        border-right: 1px solid rgb(209, 217, 227);
}

#main_content {
	padding: 0px;
	float: right;
	width: 800px;
}

#secondary_content {
	float: left;
	display: inline;
	width: 158px;
	padding-top: 5em;
	padding-left: 1px;
}

#footer {
  clear: both;
  width: 800px;
  height: 37px;
  border-left: 1px solid rgb(209, 217, 227);
  border-right: 1px solid rgb(209, 217, 227);
  background: url('images/research-bg-footer.gif') repeat-x;
}

/*
body {
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    background-color: #ffffff;
    font-weight: normal;
    font-size: 12px; 
    font-family: Verdana,Arial,Helvetica,sans-serif; 
}
*/

 .linkedHeaderStyle {
    background: #fff;
    padding-left: 10px;
}
    
 .citation {
    text-align: left;
}

.secondCol {
    text-align: left;	
}

.sectionnames{
    font-weight: bold;
    font-size: 16px;
    color: #393939;
}
.title {
    font-family: Georgia, Times New Roman, Times, serif;
    color:      black;
    background: white;
    font-size: 24px; 
    font-weight: bold;
}

.highlight  {
    color: #006699;
    background-color: #FFFFFF; 
    font-style: italic;
    font-size: 1em; 
    padding-left: 10px;
}

.resultstable {
    margin-left: 2px;
}

td, th {
	padding: 2px 5px 0px 5px;
}


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

th.tablehead {

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

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

#Overview {
  background-color: rgb(245, 245, 245);
  margin: 0px;
}

a {
    color: rgb(82, 148, 193);
    text-decoration: none; 
}
    
a:hover {
    color: rgb(82, 148, 193);
    text-decoration: underline; 
}

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

p.emphasis {

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

.searchresultsdivider {
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.searchresultsdividerPale {
    margin: 4px 4px;
}

.text_plain {
    padding-top: 5px;
    text-align: left;
}

pre {
/**    margin-right: 8em;
    padding: .4em .75em;
    */
    font-size: 10px;
}

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

td.templatecontentareaclass a {
    border: none;
}

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

.intro {
    width: 760px;
    margin: 0 auto; 
    text-align: left;
    
}

textarea {
   width: 80%;
}

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

.label {
    font-weight: bold;
}


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

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

.colorbold {
	font-weight: bold;
	color: #393939;
	font-size: 12px;
}

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

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

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

a.smalltext {
        border-bottom: 1px dotted #333399;
}

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

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

.regtext {
	font-weight: normal;
	font-size: 12px;
}
.sectbody {
	background: #e8eef7;
	font-size: 12px;
        font-weight: bold;
        text-align: left;
}

.sectheader {
	background: #B7C9E3;
	font-size: 12px;
        font-weight: bold;}
    
.tables {
    width: 760px;
    margin: 0 auto;
    border: solid black 1px;
    border-bottom: none;
}

/* override default td sizing specified in EML css */
.regular td {
    font-size: 87.5%;
}

.hide {
      display:none;
  }
  
.bordertop {
        border-top: solid black 1px;
      }

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

.longwidth {
	width: 80%;
	}

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

.rightCol a {
    border-bottom: none;
}

.rightCol img {
    margin: 0px;
}


.centerContentBorder {
        padding-left: 5px;
        padding-right: 5px;
        width: 98%;
}

.rule {
		height: 1px;
		color: #ccc;
		background-color: #ccc;
		border: 0;
}

/**
 *  This is add to overload the p+p function defined in eml.css.
 *  Refer to bug# 1306 for further details. 
 */

p + p {
    text-indent: 0em;

}



