
/* --------------------------
 * Element Styles
 * --------------------------
*/

/*body, html {*/
	/*width: 100%;*/
	/*margin: 0;*/
	/*padding: 0;*/
	/*min-height: 650px;*/
    /*font-family: "Segoe UI",arial,sans-serif;*/
    /*font-size: 12px;*/
	/*line-height: 16px;*/
	/*color: #777;*/
/*}*/

body, html
{
    margin-left: auto;
    margin-right: auto;
    /*padding: 0;*/
    /*padding-top: 5px;*/
    min-width: 700px;
    max-width: 1078px;
    font: normal 12px/1.8em Arial, Helvetica, sans-serif;
    color: #868686;
    background-color: #e6e6e6 !important;
    text-align: left;
    /*padding-bottom: 10px;*/
}

/*
body{
*/
    /*
    background-image:url(../images/dotted-worldmap-blue-8bit.png);
    background-position: 0 70px;
    */
    /*
    background-image:url(../images/skin/body_bg.jpg);
    background-color:#E7E7DF;
    background-repeat:repeat-x;
    */
/*
    text-align: center;
}
*/

/***/
/*{*/
    /*border: 0;*/
    /*margin: 0 auto;*/
    /*padding: 0;*/
    /*outline: none;*/
/*}*/

p {
    margin: .5em 0;
}

h1
{
    /*color:#0097ba;*/
    color: #509e2e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    /*line-height: 24px;*/
    /*margin-bottom: 8px;*/
}

h2
{
    /*color: #666666;*/  /*mlim 7/30/2014 old color was 0097ba*/
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    /*
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    padding-bottom: 8px;
    */
}

h2 a:link,h2 a:visited
{
    text-decoration:underline
}

h2 a:hover,h2 a:active
{
    text-decoration:underline
}

h3
{
    /*color: #0097ba;*/
    color: #000000
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

h4
{
    color: #999999;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    padding: 0;
    margin: 0;
}

h5
{
    /*color: #666666;*/
    color: #509e2e;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    padding-bottom: 8px;
    line-height: 22px;
}

h6
{
    color: #509e2e;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
}

/*
h7
{
    color: #545559;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
}

h8
{
    color: #0097ba;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 17px;
}
*/

.header
{
    background-color: white;
    padding-top: 3px;
    padding-bottom: 1px;
    z-index:999;
}

.headerBanner
{
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 12px;
    border-bottom: 1px solid #d1d1d1;
}

.footer
{
    padding: 10px 8px 1px;
    min-height: 200px;
    background-color: #ededed;
}

.footer p
{
    padding-left: 30px;
    padding-right: 30px;
    font-size: 10px;
}

/*.headerButtons*/
/*{*/
    /*padding-top: 10px;*/
/*}*/

/*.headerButtons ul*/
/*{*/
    /*padding: 0;*/
/*}*/

/*.headerButtons ul li*/
/*{*/
    /*color: #777;*/
    /*width: 2.4em;*/
    /*list-style-type: none;*/
    /*text-decoration: none;*/
    /*padding: 5px 20px;*/
    /*display: inline-block;*/
    /*font-size: 16px*/
/*}*/

/*.headerButtons a*/
/*{*/
    /*color: #777*/
    /*height: 2.4em;*/
    /*text-decoration: none;*/
    /*line-height: 1.5em;*/
/*}*/

/*.headerButtons a:link, .headerButtons a:visited*/
/*{*/
    /*text-decoration: none;*/
    /*color: #777;*/
/*}*/

/*.headerButtons a:hover, .headerButtons a:active*/
/*{*/
    /*height: 2.4em;*/
    /*text-decoration: none;*/
    /*background-color: #efefef;*/
/*}*/

div.pure-g
{
    margin-left: 30px;
    margin-right: 30px;
    /*padding-bottom: 12px;*/
}


.pageBanner
{
    text-align: center;
    margin-bottom: 12px;
}

.productDescription
{
    margin-top: 20px;
    padding-bottom: 1em;
}

.productDescription h1
{
    padding: 0 30px 0;
    /*margin-top: 0;*/
    /*margin-left: 30px;*/
    /*margin-bottom: 0;*/
}

.productDescription h2
{
    /*margin: 0 30px 0;*/
    padding: 0 30px 0;
}

.productDescription h3
{
    /*margin: 0 30px 0;*/
    /*margin-top: 0px;*/
    /*margin-left: 30px;*/
    /*margin-bottom: 0px;*/
    padding: 0 30px 0;}

div.separator
{
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 12px;
    border-bottom: 1px solid #d1d1d1;
}

.toc{
    float:left;
    border: 1px solid #9ebcda;
    background-color: #eaf1f7;
    padding: 0.5em 1em;
    text-align: right;
    margin-left:2em;
    margin-top:2em;
    margin-bottom:1em;
}

/*
.doc{
    width:50em;
    text-align:justify;
    background-color: white;
    padding: 1em 2em;
    font-size:14px;
}

.doc table{
    margin: 1em 2em;
    border: 1px solid #dddddd;
    padding: .5em;
    border-spacing: .3em;
}
*/

/*
.excerpt {
    font-family:monospace;
    margin:0.5em 1em;
    border: 1px solid #4d932b;
    background-color:#eef6eb;
    padding:.5em;
    color:#265710;
    white-space:pre;
}
*/

/*
.doc h1,h2,h3,h4 {
    color:#1f4e98;
}
*/

/*
.doc h1 {margin: 1em 0;counter-reset: section3;}
.doc h2 {margin-bottom: .8em;margin-top:1.5em;counter-increment: section2;counter-reset: section3;}
.doc h3 {margin-bottom: .5em;margin-top:1em;margin-left:1em;counter-increment: section3;}

.doc h2:before
{ content: counter(section2) ". " }
.doc h3:before
{ content: counter(section2) "." counter(section3) " "}
*/


/*
.doc li {
    margin-bottom: .3em;
}
*/

/*margin: 0 4em;*/
.container{
	text-align: left;
	/*background: #ffffff;*/
	border: 1px solid #c4c4bb;
    padding: 0.5em;
    min-height: 200px;
    margin: 0 30px 0;
}

#globalContainer
{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    /*width: 90%;*/
    /*margin-left: 30px;*/
    /*margin-right: 30px;*/
    /*min-width: 700px;*/
    /*max-width: 1078px;*/
	text-align: left;
    padding-bottom: 1em;
}

#logo {
    padding-top: 10px;
    height: 30px;
}


table, caption {
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
    /* margin: inherit; */
}


table, tbody,tr, td {
     /* height: inherit; */
	 font-size: inherit;
}

/*
input, select, textarea, button {
    border: 1px solid;
    font-family: inherit;
    font-size: 12px;
    line-height: normal;
    font-variant: normal;
    text-transform: none;
}
*/

#loginForm form {
  /*  margin:0;
    top:-3px;
    position:relative; */
}

input:hover, input:focus {
    border-color: black;
    background-color: #efefef;
}

/*a {*/
    /*color: #314eb5;*/
    /*text-decoration: none;*/
/*}*/

img {
    border: none;
}

/*a:hover {*/
    /*text-decoration: underline;*/
/*}*/


/*#header {*/
    /*background-color: white;*/
    /*background-position: center 0;*/

    /*margin-bottom: 1em;*/
    /**/
    /*padding-left: 0.5em;*/
    /*padding-right: 0.5em;*/
    /*padding-top:3px;*/
    /*padding-bottom:1.5em;*/
    /*z-index:999;*/

    /*border-bottom: 1px solid #c4c4bb;*/
/*}*/

#headerMenu {
    padding-top: 2em;
}

#menu {
    text-align: left;
    float: left;
}

#userInfo {
    float: right;
    text-align: right;
}



#resultsContainer {
    height: 100%;
    width: 100%;
}

#main {
    width: 90%;
}

#sampleLayers {
    text-align:center;
    border:1px solid #c4c4bb;
    background-color:white;
    padding: 10px;
    width: 270px;
}

.welcomePanel {
    margin-top: 5em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 70%;
    margin-bottom: 50px;
}

#info {
    vertical-align: top;
    /* border:1px solid #c4c4bb;
    background-color:white; */
    text-align: left;
    padding: 1em;
    margin-right:1em;
}

#advancedSearch {
    margin-bottom:1em;
}

#advancedSearchPanel {
    vertical-align:top;
    padding-top:2em;
    padding-right: 1em;
}

#advancedSearchPanel select {
    border-color:#c4c4bb;
    font-size: 90%;
}

#leftPanelButton {
    float:left;
    position:relative;
    top:13px;
    left:-10px;
    opacity:0.4;filter:alpha(opacity=40)
}

#leftPanelButton:hover {
    opacity:1;filter:alpha(opacity=100)
}

.help {
    text-align:left;
    display:none;
    position: absolute;
    top: 0.8em;
    left:1em;
    border: 1px solid black;
    background-color:beige;
    line-height:1.2em;
    padding: 2px;
    font-size:85%;
}

.helpContainer {
    /* display:none; */
    width: 0px;
    height: 0px;
    display: inline;
    position: relative;
}

.help td {
    vertical-align: top;
}

.content {
    margin-top:2.5em;
    /*padding: 2em 1em;*/
}

/*.alpha {*/
  /*background-image:url(../images/75p_white_2.png);*/
/*}*/

/* styles for the admin page */

table.models-status {

}

table.models-status thead th {

    text-align: center;
    background: #b2cff4;
}

table.models-status td {
    text-align: center;
    padding: 6px;
}

table.models-status tr.update-needed {

    background-color: #fc883f;
}

#taxonomyBrowser {
    min-width: 200px;
	text-align:left;
	/*background:#ffffff;
	border:1px solid #c4c4bb;*/
    padding: 0 0.5em;
    /*background-image:url(../images/75p_white_2.png);*/
}

.ygtvfocus {
    background-color: #d2ddf7;
}

.ygtvcontent {
    font-size: 90%;
    max-width: 120px;
    overflow:hidden;
}

.ygtvcontent:hover {
    overflow:visible;
}

.selectedNode {
    font-weight: bold;
}

.warn {
    font-weight: bold;
    color: #cc0000;
}
