/* Font
-----------------------------------------------------------------------------*/ 
@font-face {
	font-family: 'Futura';
	src: url('/futura2-normal-webfont.eot');
	src: local('â&#732;º'), url('/futura2-normal-webfont.woff') format('woff'), url('/futura2-normal-webfont.ttf') format('truetype'), url('/futura2-normal-webfont.svg#webfontj2n7wug8') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
@font-face {
	font-family: 'Tahoma';
	src: url('tahoma-webfont.eot');
	src: local('â&#732;º'), url('tahoma-webfont.woff') format('woff'), url('tahoma-webfont.ttf') format('truetype'), url('tahoma-webfont.svg#webfontnyGrnfGh') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/

@page { size: A4 }

iframe {width: 100%; border:0px; margin:0px; }

/* html , body
-----------------------------------------------------------------------------*/ 
html,
body {
  height: 100%;
}
html,
html a {
    width: 100%;

    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* Body
-----------------------------------------------------------------------------*/ 
body {
	margin:0px; 
	padding:0px; 
	height:100%;
                min-height:100%;

                /*line-height: 1.25em;*/

                font-family: Tahoma, Verdana ; 
                font-size: 0.8em;
	color:#1c5d87;
                text-align: justify;
                /* text-align: justify; senão não centra com margin: auto*/
                /*text-align:center; */
                /* behavior: url("csshover3.htc"); */


/* scrollbar */
                scrollbar-face-color: #ffffff;
                scrollbar-shadow-color: #d7e6ef;
                scrollbar-highlight-color: #7eaecb;
                scrollbar-3dlight-color: #d7e6ef;
                scrollbar-darkshadow-color: #dddddd;
                scrollbar-track-color: #eeeeee;
                scrollbar-arrow-color: #d7e6ef;

                /*-ms-overflow-style: -ms-autohiding-scrollbar;*/
                -ms-overflow-style: none;

        }


::-webkit-scrollbar {
    width: 8px;
}
 
/* Track */
::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3); */
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(215,230,239,0.9); 
   */ -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8); */
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(234,242,247,0.2); 
}

.shadow1 {
-moz-box-shadow: 0 0 9px 1px #888;
-webkit-box-shadow: 0 0 9px 1px #888;
box-shadow: 0 0 9px 1px #888;
/* behavior: url(/ie-css3.htc); */ /* This lets IE know to call the script on all elements which get the 'box' class */
}

.shadow2 {
-moz-box-shadow: 0 0 9px -2px #888;
-webkit-box-shadow: 0 0 9px -2px #888;
box-shadow: 0 0 9px -2px #888;

}

td.cab, table.cab, .cab {

                filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#bbe1ee', endColorstr='#91c4e3'); /* for IE */
                background: -ms-linear-gradient(top left, #bbe1ee 0%, #91c4e3 100%); /* for IE>10 */

	background: -webkit-gradient(linear, left top, right bottom, from(#bbe1ee), to(#91c4e3));
	background: -moz-linear-gradient(55deg, #bbe1ee,  #91c4e3);

	-moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px 5px 5px 5px;
}


.titidx  {
	border-bottom: 1px solid;
	margin-top: 8px;
                margin-bottom: 6px;
                padding-bottom: 3px;
                margin-left:0px;

	font-family: Arial,verdana ; 
	/*font-size: 9pt;*/
	font-style: normal;
	font-weight: bolder;
	color: rgb(0,96,150);
	text-decoration: none;
 }

.idxh1 {
        list-style-image:url("/images/Bullet1.gif"); 

   }

.idxh2 {
        margin-left: 10px;
        list-style-image:url("/images/Bullet2.gif"); 

   }

.idxh3 {
        margin-left: 20px;
         list-style-image:url("/images/Bullet3.gif");
   }

.idxh4 {
        margin-left: 30px;
        list-style-image:url("/images/Bullet4.gif"); 

   }

.idxh5 {
        margin-left: 40px;
        list-style-image:url("/images/Bullet5.gif"); 
   }

.idxh6 {
        margin-left: 50px;

   }



.pagebreak {  page-break-before: always; }

.printheader {
        page-break-before: always; 
        border-bottom: 1px solid #b0c8e0;
        margin-top:8px;
        margin-bottom:25px;
        font-size: 0.8em;
    }

@media print {
   .noprint {  display: none; }
}


@media screen {

   .noscreen, .printheader { display: none; }
}


.titulocoluna {
padding: 5px;
margin-top: 5px;
 font-family:  Arial, Futura; 
 font-size: 1.1em;
 color:#1c5d87; 
border: 0px solid;
background-color:transparent;
overflow: hidden; 
text-transform: uppercase; 
text-align:center; 
font-weight: bold;
}

.titulopagina {
padding: 5px;
margin: 0px;
 font-family:  Arial, Futura; 
 font-size: 1.1em;
 color:#1c5d87; 
border: 1px solid;
background-color:transparent;
                filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#f5fcfe', endColorstr='#D3E9F6'); /* for IE */
	background: -webkit-gradient(linear, left top, right bottom, from(#f5fcfe), to(#D3E9F6));
	background: -moz-linear-gradient(55deg,  #f5fcfe ,  #D3E9F6);
overflow: hidden; 
text-transform: uppercase; 
text-align:center; 
font-weight: bolder;
}
p {
	margin:0px; 
	padding:0px; 
                /*line-height: 1.25em;*/
       }

/* Table
-----------------------------------------------------------------------------*/ 

 table {

     margin: 0px;
     padding: 0px;
          font-size: 0.95em;      
     border: none;

     font-family: Arial,Tahoma,verdana ; 
     
}


tr th, tr td{

     margin: 0px;
     text-align: justify;
     padding:4px; /* Por defeito dá margem interior */

     border: none;

}

*/ tnormal , tgradiante, tdotted -----------------------------------------------------------------------------*/ 

.tsimples {
border-style:solid; 
border:0px;

}

.tsimples tr td {
                  
              border: 1px solid #1c5d87;
              padding: 2px;
              line-height:1,4;
              margin:0px;
                
}

.tsimples tr th {
                background: #b2daf0;
                padding: 2px;
                border: 1px solid #1c5d87;
                /*color: #ffffff;*/
}

.tgradiante, .tgradiante  table {
      margin: 0px;
      padding:0px;
      border-style:solid; 
      border:0px;
}

.tgradiante, table .tgradiante table, table .tgradiante {

	border: 1px solid #1c5d87;

                filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#90CAEA', endColorstr='#D3E9F6'); /* for IE */
                background: -ms-linear-gradient(top left, #90CAEA 0%, #D3E9F6 100%); /* for IE>10 */

	background: -webkit-gradient(linear, left top, right bottom, from(#90CAEA), to(#D3E9F6));
	background: -moz-linear-gradient(55deg,  #90CAEA ,  #D3E9F6);
}

.tgradiante td, .tgradiante th {
     padding:2px; /* Por defeito dá margem interior */
     border: 1px solid #ffffff;
     
}

.tgradiante th, table .tgradiante th{
                background: #005a97;
                color: #ffffff;
}



.tdotted {
border-style:solid; 
border:0px;
border-top:1px dotted #000000;border-left:1px dotted #000000;
}

 .tdotted tr td, .tdotted tr th { 
    padding: 2px;
    border-style:solid;
    border:0px;
    border-bottom:1px dotted #000000;
    border-right:1px dotted #000000;
}


table .thescuro th, th.thescuro
{
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#90CAEA', endColorstr='#D3E9F6'); /* for IE */
                background: -ms-linear-gradient(top left, #90CAEA 0%, #D3E9F6 100%); /* for IE>10 */

	background: -webkit-gradient(linear, left top, right bottom, from(#90CAEA), to(#D3E9F6));
	background: -moz-linear-gradient(55deg,  #90CAEA ,  #D3E9F6);
}


/* LINK <a....
-----------------------------------------------------------------------------*/ 

a {
  text-decoration: none;
  color: rgb(120,150,180);
}
	/* --------- Image----------- */ 
	a:hover img{
 	 	/* for IE */
  		filter:alpha(opacity=60);
  		/* CSS3 standard */
  		opacity:0.6;
	}


	/* --------- Menu----------- */ 
	a.menu:link {
		text-decoration: none;
		color:#1c5d87;
	}

	a.menu:visited {
		text-decoration: none;
		color:#1c5d87;
	}

	a.menu:hover {
		text-decoration: none;
		color: #ffffff;
		background:rgb(107,185,226);
	}

	a.branco {
		color:#ffffff;
		text-decoration: none;
		font-weight: normal;
	}

	a.branco:hover {
		color:#efefef;
	}

	a.cinzento {
		color:#666666;
		text-decoration: none;
		font-weight: normal;
	}

	a.cinzento:hover {
		color:#afafaf;
	}


/* H1...3
-----------------------------------------------------------------------------*/ 
H1 {
	border: 1px solid;
	margin-top: 8px;
                margin-bottom: 6px;
                padding: 3px;

	font-size: 1.2em;
	font-style: normal;
	font-weight: bolder;

	text-decoration: none;
}


H2 {
                margin-top: 8px;
                margin-bottom: 6px;
                padding: 2px;

	font-size: 1.1em;
	font-weight: bolder;
                background:rgb(189,229,248);
                padding: 2px;
}

H3 {
                margin-top: 8px;
                margin-bottom: 4px;
                margin-left:10px;

                border-bottom: 1px dotted;	

	font-size: 1em;
	font-style: normal;
	font-weight: bolder;
	color: #444444;
	text-decoration: none;
}


H4 {
                margin-top: 8px;
                margin-bottom: 6px;
                padding: 2px;

	font-size: 1em;
	font-weight: normal;
                background:#FEEFB3;
                padding: 2px;
}

H5 {
                margin-top: 2px;
                margin-bottom: 3px;
                padding: 2px;

	font-size: 0.95em;
	font-weight: normal;
                background:#f4f4f4;

}


H6 {
                margin-top: 2px;
                margin-bottom: 2px;
                padding: 2px;

	font-size: 0.9em;
	font-weight: bolder;
                background: transparent;
                padding: 2px;
}


showhide {
                margin-top: 3px;
                display:inline-block;
                margin-bottom: 4px;
                padding: 4px;

	font-size: 1.05em;
	font-weight: normal;
                background:#f4f4f4;

}

/* Controlos
-----------------------------------------------------------------------------*/ 
img {border:0px;};

select {
	font-family: Tahoma,Verdana ; 
}

input {
   font-family: Tahoma,Verdana ;

}

textArea {
   font-family: Tahoma, Verdana ; 

}

input.submit  {
   color: #eeeeee;
   font-family: Tahoma,Verdana ; 
   background-color:RGB(12, 91, 147);
   border: 1px solid;   
   border-color: RGB(178, 195, 223);
   filter:progid:DXImageTransform.Microsoft.Gradient   
   (GradientType=0,StartColorStr='#518CB6',EndColorStr='#0C5B93');
}


/* Message
-----------------------------------------------------------------------------*/ 

table.msg, .msg {

                display:inline-block;
                position:relative;
                padding:0px;
                border: none;
                margin: 5px;
                vertical-align:middle; 

}

td.sucesso, td.info, td.aviso, td.erro, .sucesso, .info, .aviso, .erro {
	
                margin: 0px;
                padding:3px 5px 5px 47px; /*top,right,bottom,left*/

                vertical-align: middle;
                background-repeat: no-repeat; /* tem de vir aqui por que se não no firefox não funciona*/
                background-position: 7px center;
}

td.sucesso, td.sucesso a:hover, td.sucesso a:visited, td.sucesso a:link, .sucesso, .sucesso a:hover, .sucesso a:visited, .sucesso a:link  {color: #4F8A10;}
td.sucesso, .sucesso {
                border: 1px solid #4F8A10;
	background-color: #DFF2BF;
	background-image:url('/Images/simbolos/w32/Valid Green.png');
}

td.info, td.info a:hover, td.info a:visited, td.info a:link, .info, .info a:hover, .info a:visited, .info a:link   {color: #00529B;}
td.info, .info {
	border: 1px solid #00529B;
	background-color: #BDE5F8;
	background-image: url('/Images/simbolos/w32/info.png');
}

td.aviso, td.aviso a:hover, td.aviso a:visited, td.aviso a:link, .aviso, .aviso a:hover, .aviso a:visited, .aviso a:link  {color: #9F6000;}
td.aviso, .aviso {                      
	border: 1px solid #9F6000;
	background-color: #FEEFB3;
	background-image: url('/Images/simbolos/w32/Attention.png');
}

td.erro, td.erro a:hover, td.erro a:visited, td.erro a:link, .erro, .erro a:hover, .erro a:visited, .erro a:link  {color: #D8000C;}
td.erro, .erro {
	border: 1px solid #D8000C;
	background-color: #FFBABA;
	background-image: url('/Images/simbolos/w32/cancel.png');
}



/* Outros
-----------------------------------------------------------------------------*/ 
hr {
      /*width:95%;*/
      color: #cecece;
      border-style: solid; /* dotted */
      background-color: #1c5d87;
      height: 1px;
      margin:0px;
      padding:0px;
    }

p, font {
      margin:none;
}

/* Botoes - Buttons*/
.btn {
    margin:0px;
    border: solid 1px #0076a3;
    /*float:left;*/
    padding: 5px;
    text-decoration: none;
    color:black;

                background-color: #EAF1F7;
	background: -webkit-gradient(linear, left top, left bottom, from(#dbe5f1), to(#f5f9fc));
	background: -moz-linear-gradient(top,  #dbe5f1,  #f5f9fc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbe5f1', endColorstr='#f5f9fc');
                background: -ms-linear-gradient(top, #dbe5f1 0%, #f5f9fc 100%);  /* for IE>10 */

                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                border-radius: 3px 3px 3px 3px;

}



.vcenter {
               /*border:none;
               margin:0px;
               padding:0px;
               height: 100%; */       
               vertical-align: middle; 
}

nota, .notas, .nota {
      display:block;
      margin:3px;
      color: #ae9a0b;
      font-size: 0.8em;
      padding:3px;
      border: 1px solid #f0d30d;
      background-color: #fffde8;

      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#fffde8', endColorstr='#fef8b4'); /* for IE */
       background: -ms-linear-gradient(top left, #fffde8 0%, #fef8b4 100%); /* for IE>10 */

      background: -webkit-gradient(linear, left top, right bottom, from(#fffde8), to(#fef8b4));
      background: -moz-linear-gradient(55deg,  #fffde8 ,  #fef8b4);
 }          
 

sup {
		 vertical-align: baseline;
		 font-size: 0.8em;
		 position: relative;
		 top: -0.4em;

		 }


.gradiante  {

	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#90CAEA', endColorstr='#D3E9F6'); /* for IE */
                background: -ms-linear-gradient(top left, #90CAEA 0%, #D3E9F6 100%); /* for IE>10 */

	background: -webkit-gradient(linear, left top, right bottom, from(#90CAEA), to(#D3E9F6));
	background: -moz-linear-gradient(55deg,  #90CAEA ,  #D3E9F6);
}


.dtable {
    display: table-cell;
    vertical-align: middle;
    
float: left;

}
.drow{display: table-row;}
.dcell {display: table-cell;}




ul {
               
               list-style-type: square;
               margin:0px,0px,0px,0px; /*top,right,bottom,left*/
               padding:0px,0px,0px,20px;
}


.pad0, .pad0 tr th, .pad0 tr td {
               margin: 0px;
               padding: 0px;
}

.pad2, .pad2 tr th, .pad2 tr td {
               padding: 2px;
}

/* Action bar  -  usada para os botoes do lotus - é a 1ª table a aparecer o javascript adiciona a class actionbar
   actionbarponta - é os dois botoes da ponta, so funciona se existir no  $$ViewTemplate o Javascript a função styleActionBar(), ver exemplo no mat informatico
---------------------------------------------------------------------*/

table.actionbar {
    width:100%;
    /*border-collapse: collapse;*/
    border:0px;
    background: #0095cd;
    position:fixed;
    margin: 0px auto;
    padding: 0px;

    }

td.actionbarponta { width:20px; }

table.actionbar a{
   color: #ffffff;
   font-family: Arial, Tahoma, Verdana; 
}

table.actionbar td {
                border:0px;
                margin:0px;
                padding:0px;
                width:50%;         
    }

/* letras
--------------------------- */
table.actionbar td a {

    padding-left: 6px;
    padding-right: 6px;
    padding-top: 1px;
    padding-bottom: 2px;


    margin:0px; 
    border:4px;
    /*border: solid 1px #0076a3;*/
    /*float: left;*/

    text-decoration: none;
    vertical-align:middle;


                /* cores para internet 2 - #00adee,  #0078a5 */
                /* cores para intranet #94b1c1,  #125476
               	background: #0095cd;

	background: -webkit-gradient(linear, left top, left bottom, from(#94b1c1), to(#125476));
	background: -moz-linear-gradient(top,  #94b1c1,  #125476);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#94b1c1', endColorstr='#125476');
                background: -ms-linear-gradient(top, #94b1c1 0%, #125476 100%); /* for IE>10 */

    }


table.actionbar td a:hover{

         
                /*border: solid 1px #0076a3;*/
                color: #ffffff;
	position: relative;
	top: 1px; 
                /* #0095cc,  #00678e */
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
                background: -ms-linear-gradient(top, #0095cc 0%, #00678e 100%); /* for IE>10 */
}


table.actionbar td a:active {

	position: relative;
	top: 1px;

	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
                background: -ms-linear-gradient(top, #0078a5 0%, #00adee 100%); /* for IE>10 */
}


/* Menu actionbar - intrabuton e interbuton class
---------------------------------------------------------------------*/
ul.actionbar {
    /*width:100%;*/ /*border-collapse: collapse;*/ /*height:28px;*/
   
    margin:0px;
    padding: 0px;
    border: 0px;
    list-style-type: none;
    width:100%;
    position:relative;

    }

ul.actionbar a {
   color: #ffffff;
   text-decoration:none;
   font-size:1em;
   margin:0px;
   padding: 0px;


}

ul.actionbar li {
                float: left;
                border:0px;
                margin:0px;
                padding:0px;  
                top:0px;   
    }

/* letras
--------------------------- */
ul.actionbar li a {
    /*display: block; position: absolute;*/


    margin:0px;
    border: solid 1px #0076a3;
    float:left;
    padding: 5px;
    text-decoration: none;
    /*vertical-align:middle;*/
}


ul.intrabuton li, ul.intrabuton li a, .ColorIntraButon {

    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#94b1c1), to(#125476));
    background: -moz-linear-gradient(top,  #94b1c1,  #125476);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#94b1c1', endColorstr='#125476');
    background: -ms-linear-gradient(top, #94b1c1 0%, #125476 100%); /* for IE>10 */

    }
ul.intrabuton li a:hover {

	background: -webkit-gradient(linear, left top, left bottom, from(#125476), to(#94b1c1));
	background: -moz-linear-gradient(top,  #125476,  #94b1c1);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#125476', endColorstr='#94b1c1');
                background: -ms-linear-gradient(top, #125476 0%, #94b1c1 100%); /* for IE>10 */
}



ul.interbuton li a:hover {

	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
                background: -ms-linear-gradient(top, #0078a5 0%, #00adee 100%); /* for IE>10 */
}
ul.interbuton li, ul.interbuton li a  {
   
                background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
                background: -ms-linear-gradient(top, #00adee 0%, #0078a5 100%); /* for IE>10 */
}



/*----------------------------------*/
/* Menu Vertical    */

ul.vactionbar {

    width: 100%;
    margin:0px;
    padding: 0px;
   
    border: 1px;
    list-style-type: none;

    }

ul.vactionbar a{

   width: 100%;
   color: #ffffff;
   text-decoration:none;
   font-size:1em;
   margin:0px;
   padding: 0px;

}


ul.vactionbar li {

    width: 100%;
    text-align:center;

                border:0px;
                margin:0px;
                padding:4px;   

    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#94b1c1), to(#125476));
    background: -moz-linear-gradient(top,  #94b1c1,  #125476);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#94b1c1', endColorstr='#125476');
    
}

/* letras
--------------------------- */
ul.vactionbar li a {

    color: #ffffff;

    display: block; 
    margin:0px;
    padding 0px;

    border: solid 1px #0076a3;
    text-decoration:none;
   

    }

ul.vactionbar li a:hover{
   
   color: #ffffff;

   display: block; 
   margin: -1px;
   padding: 0px;

   border: solid 1px #0076a3;
   text-decoration:none;

   background-color: #007ead;
   background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
   background: -moz-linear-gradient(top,  #0095cc,  #00678e);
   filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}

ul.vactionbar li a:visited, ul.vactionbar li a:active, ul.vcactionbar li a:link {

    display: block; 
    margin:0px;
    padding 1x;

    border: solid 2px #0076a3;
    text-decoration:none;

   display: block;
   color: #ffffff;
   text-decoration:none;

}


.ctext {

  width:96%;
  margin-left:auto;
  margin-right:auto;
  padding: 10px;
  background-color:#edf2f8;
font-family: "monospace","courier new"

}

/* design decoracao
------------------------------------------------------------------------------------------------------------------------------------- */
.rnd5 {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px 5px 5px 5px;

-moz-box-shadow: 2px 2px 7px #888 ;
-webkit-box-shadow: 2px 2px 7px #888 ;
box-shadow: 2px 2px 7px #888; 

padding:5px; margin5px;
}

.backcolor3 {
             background-color:#d4e0ec;
}

.quadradodotted  {

width:975px;

margin-left:auto;
margin-right:auto;
padding: 10px;

-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px 15px 15px 15px;

border:10px;
border-color: #b0c8e0;
background-color:white;
/*background-color:#b0c8e0;*/
}

.quadradoredondo2 {
width:98%;
margin:2px;
padding: 2px;

-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px 3px 3px 3px;

border:1px;
border-color: #b0c8e0;
background-color:#d4e0ec;
/*background-color:#b0c8e0;*/

 /* behavior: url(/ie-css3.htc);  */ /* This lets IE know to call the script on all elements which get the 'box' class */

}

.quadradoredondo1 {

width:98%;
margin:5px;
padding: 7px;

-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px 5px 5px 5px;

border:none;

-moz-box-shadow: 2px 2px 7px #888 ;
-webkit-box-shadow: 2px 2px 7px #888 ;
box-shadow: 2px 2px 7px #888; 

/* behavior: url(/ie-css3.htc);*/ /* This lets IE know to call the script on all elements which get the 'box' class */

background-color:#0095cd;


}

.quadradoredondo {

margin:5px;
width:98%;

-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px 5px 5px 5px;

border:none;

-moz-box-shadow: 2px 2px 7px #888 ;
-webkit-box-shadow: 2px 2px 7px #888 ;
box-shadow: 2px 2px 7px #888; 

/* behavior: url(/ie-css3.htc); */  /* This lets IE know to call the script on all elements which get the 'box' class */

}

.quadradoredondo td, .quadradoredondo th {
padding: 7px;
}


/* ++++++++++++++  Cloud Zoom Imagens ++++++++++++++++++++++++++++++++++*/
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 1px solid #888;
	margin:0px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;		
}

.ind1 { 
               z-index:50000;
}

.ind2 { 
               z-index:10;
}
/* This is for the title text. */
.cloud-zoom-title {
	 font-family: Tahoma, Verdana ; 
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:0px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:1em;
	top:0px;
}

/* This is the zoom window. */

.cloud-zoom-big {
	border:1px solid #ccc;
	overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
} 


#divmenu {
height:26px;
background-color:#d7e6ef;

 }


/*    Menus Simples - Content    */
---------------------------------------------------------------------*/

.menur1 {

                background-color:transparent;
	position: relative;
	margin: 0 auto;
	width: 100%;
	top: 0px;
	height: 20px;
}


/* Vertical Navigation */
.menur1 ul { 
	list-style: none; 
	margin: 0; 
	padding: 0;
	font-size: 1.05em;
	float: left;
	position: relative;

                
}


/* CSS for each Parent Item */
.menur1 ul li { float: left; position: relative;}

.menur1 ul li a
{
	float: left;
	display: block;

	padding: 4px;


	text-decoration: none;
	color: #666;
	text-transform: uppercase;
	margin-right: 0px;
                margin-left: 0px;
                background-color:transparent;

}

/* 
Change background color and font color 
of parent items when mouse hover 
*/
.menur1 ul li:hover a
{

             background: #999;
             color: #fff;	
}




/* 
Applie to group of Child Items
Each Child Item will be invisible by default
*/
.menur1 ul li ul {display: none;}

/* Each Child Item will be visible if mouse hover */
.menur1 ul li:hover ul {display: block;}

.menur1 ul li ul
{
	float: none;
	position: absolute;
	list-style: none;
	margin: 0px;
	padding: 0px;

                /*top:40px;*/
                top:3px;
	left: 0px;
                background-color:transparent;
}

.menur1 ul li ul li
{
	float: none;
                display:block;

	clear: none;
	margin: 0px;
	padding: 0px;
	color: #999;
                z-index:1001;

}


/* 
Reset and re style 
link of each child item
*/
.menur1 ul li:hover ul li a,
.menur1 ul li ul li a
{
	
                line-height: 170%;
	
	padding: 0px 6px 0px 6px;
                display:inline-block;
                margin:0px;
	float: none;
                /*font-size:0.8em;*/
	text-transform: lowercase;
	color: #999;

	background: white;
                width: 150px;
                border-left:1px solid  #e8f3f7;
                border-top:1px solid  #e8f3f7;
                
}

.menur1 ul li:hover ul li a:hover,
.menur1 ul ul li a:hover
{
	/*background-color:#f7f7f7;*/
                /*border-bottom:1px dotted  #878787;*/
                background: #e8f3f7;
	color: #000;
}


/* Horizontal Navigation */
#horizontal-navigation {
	width: 400px;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
}


