﻿@media all{MSIE\:CLIENTCAPS {behavior:url(#default#clientcaps)}}

body, td
{
    font-family: verdana, arial, helvetica;
    font-size: 11px;
    color: #444444;
    scrollbar-face-color: #cecece;
	scrollbar-shadow-color: #9c9c9c;
	scrollbar-base-color : #cecece;
	scrollbar-highlight-color: #133A84;
	scrollbar-3dlight-color: #195EBC;
	scrollbar-darkshadow-color: #195EBC;
	scrollbar-track-color: #195EBC;
	scrollbar-arrow-color: #133A84;	
}

input,textarea
{
color:#808080; border:1px solid #1D4786; font-family: Verdana, Tahoma, Arial, Helvetica; font-size:11px; font-weight:normal; padding:1 0 0 3;
    scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #f8f8f8;
	scrollbar-base-color : #ffffff;
	scrollbar-highlight-color: #f8f8f8;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #f8f8f8;
}
select {color:#808080; border:1px solid #1D4786; font-family: Verdana, Tahoma, Arial, Helvetica; font-size:11px; font-weight:normal; padding:1 0 0 3}

a, a:visited {
    color: #195EBC;
    text-decoration: none;
    font-weight: normal;
}
a:hover
{
    color: #880000;
    text-decoration: none;
    font-weight: normal;
}

a:active
{
    color: #880000;
    text-decoration: none;
    font-weight: normal;
}

hr{color:#1D4786; height:1px; width:100%;}

/* Personalizadas */
.title {color:#195EBC; font-family:ms trebuchet, arial, helvetica; font-size:17px; font-style:normal; font-weight:bold;}
.subtitle {color:#195EBC; font-family:ms trebuchet, arial, helvetica; font-size:14px; font-weight:bold;}
.linkmenu {cursor:pointer; font-family: tahoma, arial, helvetica; font-size:11px; font-style:normal; font-weight:normal; color:#ffffff;}
.linkmenuselected {font-family: tahoma, arial, helvetica; font-size:11px; font-style:normal; font-weight:bold; color:#003366;}
.copyright {color: #888888; text-align:right; padding:8px;}
.LeftTitle {color:#bbbbbb;}
.LeftText {color:#888888;}
.FormColor1 {background:#f5f5f5;padding-left:5px;padding-right:5px}
.FormColor2 {background:#efefef;padding-left:5px;padding-right:5px}

.button {color:#000000; font-size:11px; font-family:arial, tahoma, Arial, Helvetica; cursor: hand;}

.MenuArea
{ background-color: #3775B8; color: #ffffff; padding: 4px; border-top: solid 1px #8CAFD6; border-left: solid 1px #8CAFD6; border-right: solid 1px #17314D; border-bottom: solid 1px #17314D; }
.FootArea
{ background-color: #3775B8; color: #ffffff; padding: 4px; }

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0px;
width:40px; /*só para forçar os tambs a terem o mesmo tamnho*/
height:27px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #aaaaaaa;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid gray; /*by Márcia Grafus*/
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
width:450px; /*só para garantir que as imagens grades tenham o mesmo tamanho*/
height:300px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0px;
left: 275px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.tema
{ padding-bottom:5px;}

