/*---------------------------------------------------------------------------

File: fist.css

Description:
  FIST Cascade Style Sheet file

  +----------------------------------------------------------------------+
  | Flexible Internet Spatial Template (FIST)                            |
  +----------------------------------------------------------------------+
  | Copyright (c) 2004-2007 Aaron Koning and the University of           |
  |                         Northern British Columbia                    |
  +----------------------------------------------------------------------+
  | This file is subject to version 2 of the GNU General Public Licence, |
  | that is bundled with this package in the docs directory, and is also |
  | available through the world-wide-web at                              |
  | http://www.gnu.org/copyleft/gpl.html                                 |
  +----------------------------------------------------------------------+

---------------------------------------------------------------------------*/

/* HTML REDECs */
body {
	margin: 0px;
	font-family: verdana, arial, times;
	font-size: 70%;
}

a {
	color: #0000FF;
}

a img {
	border: 0px;
}

html {
	margin: 0px;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 110%;
}

/* MAIN FRAMES */

.fistlogoframe {
}

.fisttabsframe {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-left: 3px;
}
.fisttabsframe img {
	padding-top: 2px;
}

.fisttoolsframe {
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 5px;
	padding-bottom: 0px;
}
.fisttoolsframe img {
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
	margin: 1px;
	margin-top: 0px;
}
.fisttoolsframe img.inactive {
 	border: 1px solid #FFFFFF;
	
}
.fisttoolsframe img.over {
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.fisttoolsframe img.active {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}
.fisttoolsframe img.out { 
	border: 1px solid #FFFFFF;
}

.fistmapframe {
}

.fistsidebarframe {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 5px;
}

.fistinfobarframe {
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	padding-left: 5px;
	font-size: 10px;
}
.fistinfobarframe td {
	font-size: 10px;
}
.fistinfobarframe a {
	text-decoration: none;
}
.fistinfobarframe img {
	vertical-align: middle;
}

.fisthiddenframe {
	padding: 0px;
	margin: 0px;
}

.fistddidtitle {
	border-bottom: 2px solid #999999;
}
.fistddidrecords {
	border-left: 2px solid #999999;
}	
.fistddidrecords a {
	color: #0000EF;
	text-decoration: none;
}
.fistddidlayers a {
	color: #0000EF;
	text-decoration: none;
}	

/* OTHERS */

.handcursor {
	cursor: pointer;
}

.maplegend {
	padding: 5px;
	border: 0px;
/*	border-width: 0px;
	border-color: #000000;
	border-style: solid;*/
}


