/* 
    Document   : webgis
    Created on : 28/Abr/2009, 10:49:03
    Author     : fbarrenho
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body
{
        font-family:Arial, sans-serif;
        font-size:12px;
        color:#111;
        padding:0;
        margin:0;
        text-align:left;
}

root
{
        display: block;
}

mainTable
{
        width: 971px;
        height: 971px;
}

div.headerBar
{
    height:104px;
    width:971px;
    background-image:url('../IMG/banner.png');
    display:block;

}

td.printLeft
{
    height:20px;
    width:891px;
}

input.printButton
{
    border:transparent;
    /*
  width: 62px;
  height: 15px;
  margin: 0;
  padding: 0;
  border: 0;
  background-image: url(../IMG/imprimir.png);
  text-indent: -1000em;
  cursor: pointer; *//* hand-shaped cursor */
}

a.helpButton
{
    text-decoration:none;
    border:none;
	-moz-outline-style: none;
}

img.helpButton
{
    text-decoration:none;
    border:none;
	-moz-outline-style: none;
}

td.printRight
{
    height:20px;
    width:80px;

}

div.leftBar
{
    width:355px;
    height:576px;
}

.textSearch
{
    font-family:Arial, sans-serif;
    font-size:7pt;
    color:#939598;
}

.mapDiv
{
        position:relative;
        width:616px;
        height:556px;
}

.locations
{
    font-family:Arial, sans-serif;
    font-size:8pt;
    font-weight:bold;
    color:#A91409;
}

.locationSearch
{
    font-family:Arial, sans-serif;
    font-size:7pt;
    font-weight:bold;
    color:#58595B;    
}

.searchType
{
    padding-top:30px;
    vertical-align:middle;
    width:258px;
}

.searchTypeInner
{
    padding-top:10px;
    vertical-align:middle;
    width:258px;
}

.searchBoxes
{
    width:258px;
    height:18px;
    line-height:22px;
    border: 1px solid #58595B;
    padding-top: 4px;
}

.textSearchTD
{
    padding-top:36px;
    vertical-align:middle;
}

.textSearchTopicTD
{
    padding-top:16px;
    vertical-align:middle;
}

.locationsTD
{
    padding-top:54px;
    vertical-align:middle;
}

.locationSearchTD
{
    padding-top:30px;
    vertical-align:middle;
}


.searchBoxesTD
{
    padding-top:4px;
    vertical-align:middle;
    width:258px;
}

.searchImagesTD
{
    padding-top:8px;
    padding-left:4px;
    vertical-align:middle;
	cursor:pointer;cursor:hand;
}

.searchArrowTD
{
    padding-right:76px;
	cursor:pointer;cursor:hand;
}

.searchArrowTDCursor
{
	cursor:pointer;cursor:hand;
}

div.rightBar
{
    width:616px;
    height:576px;
}

div.filler
{
    width:564px;
    height:80px;
}

a:link, a:visited, a:active, a:hover, a:focus 
{
    text-decoration:none;
    border:none;
	-moz-outline-style: none; 
}


img.urlCMA
{
    width:156px;
    height:80px;
    text-decoration:none;
    border:none;
}

img.urlCMA
{
    width:156px;
    height:80px;
    text-decoration:none;
    border:none;
}

img.urlMapas
{
    width:130px;
    height:80px;
    text-decoration:none;
    border:none;
}

img.urlSigma
{
    width:118px;
    height:80px;
    text-decoration:none;
    border:none;
}

div.generalTab
{
    height:553px;
    border-top: none;
    border-left: 1px solid #A91409;
    border-bottom: 1px solid #A91409;
    border-right: 1px solid #A91409;
}

div.rightBar
{
    width:616px;
    height:576px;
}

div.resultDiv
{
        position:relative;
        width:330px;
        height:330px;
        overflow:scroll;
}


div.mapDiv
{
    margin-top:19px;
}

#filterTab
{
	position:relative;
    overflow:auto;
    height:540px;
}

innerFilter
{
    height:300px;
}

/* root element for scrollable */
div.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;

	/* vertical scrollers have typically larger height than width */
	height: 307px;
	width: 116px;

	/* decoration */
	padding:0px 10px;
	border:1px outset #ccc;
	background-color:#efefef;
}

/* root element for scrollable items */
div.scrollable div.items {
	position:absolute;

	/* this time we have very large space for height */
	height:20000em;

	/* decoration */
	margin-top:10px;
}

/*
	same settings as in horizontal scroller except that these items
	are not floated
*/
div.scrollable div.items div {
	text-align:center;
	width:110px;
	padding:25px 0px;
	font-size:30px;
	font-family: 'bitstream vera sans';
	border:1px outset #ccc;
	background-color: #ddd;
	-moz-border-radius:5px;
	margin-bottom:10px;
}

/* active item */
div.scrollable div.items div.active {
	border:1px inset #ccc;
	background-color:#fff;
}


.rightBar {
    padding-top:7px;
}

.filterIcon {
    width: 22px;
    height: 22px;
    margin-top:2px;
    margin-left: 2px;
    position: absolute;
}

.menu-subheader .filterIcon {
    margin-top:0px;
    float:left;
    position:relative;
    margin-right: 4px;
}

.menu-header-separator {
    border-bottom: 1px solid #000000;
    margin-left: 2.1em;
    margin-right: 2.1em;
}

.menu-header .ui-accordion-content {
    padding: 0 2em;
    overflow:hidden;
}

.menu-subheader .ui-accordion-content {
    padding: 0 2em;
    overflow:hidden;
}

.menu-subheader span.ui-icon {
    display:none;
}

#filterTab label.list {
    float: left;
    margin: 5px 0px 5px 0px;
    clear:none;
    max-width: 200px;
    overflow:hidden;
}

#filterTab label.prettyCheckbox span.holderWrap {
    margin-top: -1px;
}

