/**
 * @source    media/css/tetradatlas.css
 * @copyright	Copyright (C) 2015 Garganey Consulting. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */


fieldset.adminform-species label {
  min-width: 160px !important;
}

.view-tetradupload input[type="radio"],
.view-atlasupload input[type="radio"] {
	margin: 0 4px 3px 8px;
}
.view-tetradupload ul,
.view-atlasupload ul,
.view-habitatfeatureupload ul,
.tetradatlas-nav-pane ul {
	list-style-type: none;
}
   
.italic {
  font-style: italic;
}
p.secondary-title {
  margin: 3px 0 0 6px;
} 

ul.adminformlist ul {
  padding-left: 20px !important;
}
ul.adminformlist ul li label {
  width: 160px !important;
}

/*** Fluid 3-column layout - CSS derived from http://matthewjamestaylor.com/blog/perfect-3-column.htm ***/
.threecol {
  background-color: #FFF;
}
.threecol.container3 {                  /*-- Wrapper for text pane within main body --*/
  position: relative;                   /* Fix the IE7 overflow hidden bug    */
  clear: both;
  float: left;
  width: 900px;                         /* Width of whole page                */
  overflow: hidden;                     /* Truncate any overhanging divs      */
	padding: 0;
}
/* common column settings */
.threecol .container2,
.threecol .container1 {
  float: left;
  position: relative;
  width: 100%;
}
.threecol .tetradatlas-col-left,
.threecol .tetradatlas-col-centre,
.threecol .tetradatlas-col-right {
  float: left;
  position: relative;
  padding: 0;                           /* no left and right padding on       */
                                        /* columns, we just make them         */
                                        /* narrower instead only padding top  */
                                        /* and bottom is included here, make  */
                                        /* it whatever value you need         */
}
.threecol .tetradatlas-col-left,
.threecol .tetradatlas-col-centre,
.threecol .tetradatlas-col-right {
  overflow: hidden;
}  
/* 3 Column settings 232px:476px:232px for species maps */
.threecol.container3 {
                           ;            /* Right column background colour     */
}
.threecol .container2 {
  right: 232px;                         /* Right column width                 */
}
.threecol .container1 {
  right: 476px;                         /* Centre column width                */
}
.threecol .tetradatlas-col-centre {
  width: 446px;                         /* Centre column content width        */
                                        /*  (column width minus padding)      */
  left: 935px;                          /* 100% plus left padding of center   */
                                        /*  column                            */
  }
.threecol .tetradatlas-col-left {
  width: 212px;                         /* Left column content width          */
                                        /*  (column width minus padding)      */
  left: 262px;                          /* width of (right column) plus       */
                                        /*  (center column left and right     */
                                        /*   padding) plus                    */
                                        /* (left column left padding)         */
}
.threecol .tetradatlas-col-right {
  width: 212px;                         /* Right column content width         */
                                        /*  (column width minus padding)      */
  left: 738px;                          /* (100% - left column width) plus    */
                                        /*   (center column left and right    */
                                        /*    padding) plus                   */
                                        /*   (left column left and right      */
                                        /*    padding) plus                   */
                                        /*   (right column left padding)      */
  font-size: 0.875rem;
}
          
/*** Fluid 2-column layout - CSS derived from http://matthewjamestaylor.com/blog/perfect-2-column.htm ***/
.twocol {
  background-color: #FFF;
}
.twocol.container2 {                  /*-- Wrapper for text pane within main body --*/
  position: relative;                   /* Fix the IE7 overflow hidden bug    */
  clear: both;
  float: left;
  width: 900px;                         /* Width of whole page                */
  overflow: hidden;                     /* Truncate any overhanging divs      */
	padding: 0 0 20px 0;
}
/* common column settings */
.twocol .container1 {
  float: left;
  position: relative;
  width: 100%;
}
.twocol .tetradatlas-col-left,
.twocol .tetradatlas-col-centre {
  float: left;
  position: relative;
  padding: 0;                           /* no left and right padding on       */
                                        /* columns, we just make them         */
                                        /* narrower instead only padding top  */
                                        /* and bottom is included here, make  */
                                        /* it whatever value you need         */
}
.twocol .tetradatlas-col-left,
.twocol .tetradatlas-col-centre {
  overflow: hidden;
}  
/* 2 Column settings 232px:708px for species tables */

.twocol .container2 {
  right: 232px;                         /* Left column width                  */
}
.twocol .container1 {
  right: 688px;                         /* Centre column width                */
}
.twocol .tetradatlas-col-centre {
  width: 688px;                         /* Centre column content width        */
                                        /*  (column width minus padding)      */
  left: 900px;                          /* 100% plus left padding of center   */
                                        /*  column                            */
  }
.twocol .tetradatlas-col-left {
  width: 212px;                         /* Left column content width          */
                                        /*  (column width minus padding)      */
}

/* 1 column settings */
.onecol {
	clear: both;
	width: 100%;
	padding: 8px 0;
}
.onecol p {
	padding: 8px 0 0 0;
}
         
.tetradatlas-nav-pane h3 {
  color: #fff;
  font-size: 1rem;
}

.tetradatlas-table {
  float: right;
  width: 673px;
}
.tetradatlas-table {
  float: right;
}
.tetradatlas-table a {
	display: block;
	padding: 0 0 0 4px;
}
.tetradatlas-table a:hover {
	background: #804a4a;
	color: #FFF;
	text-decoration: none;
}
.tetradatlas-table a img {
	float: right;
}
table#species-table1 {
  font-size: 0.75rem;
  border-collapse: collapse;
}
table#species-table1 td {
  width: 167px;
  border: 1px solid #D4CEB9;
  padding: 0;
}
table#species-table1 img {
	padding: 0 0 0 0;
	max-height: 14px;
}
.tetradatlas-distribution table#species-table1 img {
	padding: 2px 4px 0 0;
}
.tetradatlas-map-pane h2,
.tetradatlas-table h2 {
	padding: 2px 8px;
	margin-bottom: 4px;
	font-size: 1.857rem; /* 26px */
	color: #FFF;
	background: #8B9857;
	border-radius: 4px;
}
.tetradatlas-map-pane h2 span {
  font-weight: normal;
  font-size: 0.75em; 
  font-style: italic;
}
.view-distcomparison h2 span,
.view-habcomparison h2 span {
	font-style: inherit;
	font-size: 0.972rem;
	color: inherit;
	width: 335px;
	float: right;	
}
.tetradatlas-map-pane h3,
.tetradatlas-table h3 {
	padding: 2px 8px 0 8px;
	font-size: 1.286rem; /* 18px */
}
.tetradatlas-table h3 {
	padding-bottom: 8px;
}
.view-distcomparison h3 span,
.view-habcomparison h3 span {
	width: 335px;
	float: right;	
}
.tetradatlas-map-pane {
	width: 444px;
	position: relative; /* allow absolute positioning of children */
}
.tetradatlas-map-pane p.birdtrends {
	padding: 0 8px 4px 8px;
}
.tetradatlas-map-pane p.statustext {
	position: relative;
	width: 428px;
	padding: 4px 8px;
}

.tetradatlas-map {
  position: relative; 
  width: 444px;
  height: 566px;
}
.tetradatlas-nav-pane,
.tetradatlas-nav-adjacent,
.tetradatlas-counts,
.tetradatlas-description {
  position: relative;
  line-height: 24px;
  border: 1px solid #D4CEB9;
  margin: 0 0 6px 0;
}
.tetradatlas-counts {
  padding-bottom: 4px;
}
.tetradatlas-nav-pane h3,
.tetradatlas-nav-adjacent h3,
.tetradatlas-counts h3,
.tetradatlas-description h3 {
  text-align: center;
  color: #FFF;
  font-size: 1rem;
  padding: 10px 4px 2px 4px;
  line-height: 16px;
  height: 48px;
  background: #FFF url("../images/boxheader1.jpg") no-repeat; 
}
.tetradatlas-nav-pane li {
  font-size: 0.9rem;
  padding: 0 6px;
}
.tetradatlas-nav-pane li.next {
	text-align: right;
}
.tetradatlas-nav-pane li span.arrow {
	font-size: 146%;
	font-weight: bold;
}
.tetradatlas-nav-pane a {
	padding: 4px 6px;
	margin: 2px 0;
	border-radius: 4px;
	display: block;
	line-height: 1.2em;
}
.tetradatlas-nav-pane a:hover {
	color: #FFF;
	background: #804A4A;
	text-decoration: none;
}
.tetradatlas-nav-pane a.current {
	color: #FFF;
	background: #8B9857;
}
.tetradatlas-nav-pane span.inactive {
	color: #FFF;
	background: #C0C0C0;
	padding: 1px 6px;
	margin: 2px 0;
	border-radius: 4px;
	display: block;
}
.tetradatlas-nav-adjacent span.out {
	height: 67px;
	display: block;
}
.tetradatlas-counts img {
	background: #FFF;
	height: 11px;
	width: 11px;
	border: 1px solid #E0E0E0;
	margin-bottom: 3px;
}
.tetradatlas-counts p.total {
  border-top: 2px solid #D4CEB9; 
}
.tetradatlas-counts p {
  display: inline;
  line-height: 20px;
  font-size: 0.8rem;
  margin: 0;
  position: absolute;
}
.tetradatlas-counts p.c1 {
  padding: 2px 0 0 4px;
  left: 8px;
  width: 15px;
}
.tetradatlas-counts p.c2 {
  padding: 0 0 0 4px;
  left: 33px;
  width: 105px;
  font-size: 11px !important;
}
.tetradatlas-counts p.c3 {
  padding: 0 0 0 4px;
  left: 115px;
  width: 50px;
  text-align: right;
}
.tetradatlas-counts p.c4 {
  padding: 0 0 0 4px;
  left: 140px;
  width: 58px;
  text-align: right;
}
.tetradatlas-counts p.c1c2 {
  padding: 0;
  left: 8px;
  width: 109px;
  text-align: left;
  font-size: 11px !important;
}
.tetradatlas-counts p.c2c3 {
  padding: 0;
  left: 23px;
  width: 172px;
  text-align: left;
}
.tetradatlas-counts p.c3c4 {
  padding: 0;
  right: 18px;
  text-align: right;
}
.tetradatlas-counts p.c2c3c4 {
  padding: 0;
  left: 33px;
  text-align: left;
}
.tetradatlas-counts p.caveat {
	padding: 26px 10px 4px 14px;
	display: block;
	position: relative;
	line-height: 1.2em;
}
.tetradatlas-description p {
  padding: 4px 10px 10px 10px;
  font-size: 0.857rem;
  line-height: 1.3em;	
}

.hints {
  position: absolute;
  bottom: 2px;
  margin: 0;
  background: #FFF;
  border: 1px solid #d4ceb9;
}
.hints p {
  padding: 2px 6px 4px 6px;
  font-size: 0.65rem;
  line-height: 1.2em;
}
.hints p span {
  border-bottom: 1px dashed;
}
.zoom-buttons {
	height: 20px;
}
span.zoom {
	border: 1px solid #808080; 
	border-radius: 5px;
	background: #c0c0c0;
	margin-right: 10px; 
	padding: 2px 8px;
}
span.zoom a {
	color: #202020;
	font-size: 0.875rem;
}
.acknowledgement {
  position: absolute;
  bottom: 4px;
  left: 200px;
  width: 112px;
  font-size: 0.65rem;
}
.tetradatlas-warning {
	color: #FF0000;
	font-weight: bold;
}
.tetradatlas-nav-adjacent table {
    border-collapse: collapse;
    font-size: 0.7rem;
    height: 160px;
    margin: 4px 0 0 0;
    width: 212px;
}
.tetradatlas-nav-adjacent table tr {
    margin: 0;
    padding: 0;
}
.tetradatlas-nav-adjacent table tr td.thistetrad {
    color: #FFF;
    background-color: #8B9857;
}
.tetradatlas-nav-adjacent table tr td {
    border: 1px solid #d4ceb9;
    height: 29px;
    width: 67px;
}
.tetradatlas-nav-adjacent table tr td a, 
.tetradatlas-nav-adjacent table tr td p {
    display: block;
    font-size: 1rem;
    height: 22px;
    width: 67px;
    margin: 0;
    padding: 23px 0;
    text-align: center;
    text-decoration: none;
}
.tetradatlas-nav-adjacent table tr td a:hover {
	background: #804A4A;
	color: #FFF;
}

div.header {
	height: 34px;
}
div.main div.header-right {
	height: 108px;
	margin-top: -102px;
}
div.main div.header-right span {
  font-size: 0.875rem;
  padding: 0 4px 0 8px;
}
div.main .main-right {
	margin-top: 10px;
}
p.under-development {
	position: absolute;
	top: 250px;
	left: 100px;
	font-size: 40px;
	z-index: 100;
}