﻿ 
 /*paginator*/

 .pnlTable
 {
 	border:solid 1px black;
	position:relative;padding:3px;
	background-color:White;
 	}

 .pg-Table 
{
width:100%;
}
 .TD_Impar
{
	height: 25px;
	background-color: #F0F0F0;
}
 .TD_Par
{
	height: 25px;
	background-color: #F5F5F5;
}
 
div.pag-bottom a,div.pag-bottom a:visited,div.pag-bottom a:active {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	font-weight:normal;
	text-decoration: none; 
	color: #aaa !important;
}
div.pag-bottom a:hover
{
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #a0a0a0;
	font-weight: bold;
	text-decoration: none
	color:#aaa !important;
}
a.pg-selected 
 {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #e0e0e0;
	font-weight: bold;
	background-color: #f0f0f0;
	color: #aaa;
}
 
 div.pag-bottom
 {	padding:3px;margin:3px;
 	text-align:center;
 	width:100%; 	
 	}
 	
 /*tooltip over marker*/ 	
 
.FloatMaxInst
{
	margin: 5px;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	vertical-align: middle;
	text-align: center;
	background-color: white;
	font-size: 12pt;
	padding: 5px;
	height: 100px;
	width: 300px;
	border: 3px solid #006699;
	color: black;
}

 .tooltip {
        background-color:#ffffff;
        font-size:x-small;
        padding:3px;
        border:1px #006699 solid;
      }
/**/     
.lblInstr
{
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
	color:White;
	font-weight:bold;
}
.splitt_bg
{
	background-position: center center;
	background: url(images/bg.png) repeat-y;
	width: 10px;
	cursor: pointer;
	vertical-align:middle;
}

.tdSearch
{
	padding: 0;
	border: medium solid #c4dcfb;
	background-color:#c4dcfb;
	vertical-align:top;
}
.tdMap
{
	border: medium solid #c4dcfb;
	background-color: #c4dcfb;
	vertical-align: top;
}

.LinkGE
{
	float: left;
	height: 35px;
	font-size: 10pt;
	padding-top: 5px;
	padding-left: 40px;
	background-position: right;
	background: url(images/ge.png) no-repeat;
}

.DelBtn
{
	background-position: center center;
	background-image: url(images/delete.png);
	background-repeat: no-repeat;
		width:20px;
	height:20px;
	cursor:hand;
	border:outset thin white;
}

.MoveUp
{
	background-position: center center;
	background-image: url(images/moveup.gif);
	background-repeat: no-repeat;
		width:20px;
	height:20px;
	cursor:hand;
	border:outset thin white;
}

.MoveBottom
{
	background-position: center center;
	background-image: url(images/movebottom.gif);
	background-repeat: no-repeat;
		width:20px;
	height:20px;
	cursor:hand;
	border:outset thin white;
}
.AddBtn
{
 font-weight:bold;
	height:22px;
	width:22px;
	}
.InfoBalloon
{
	/* Sample:
	width:150px;
	background-color:Silver;
	color:Black;
	*/
}