﻿body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: x-small; 
}

#bodyMain
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(imagens/bg.jpg)	
}

hr
{
	height:1px;
	color: #e9e9e9;
}

#conteudo
{
	font-family: Verdana;
	font-size:small ;
}

#menu
{
	font-family: Verdana;
	font-size:small ;
}

legend
{
	font-family: Verdana;
	font-size: small;
	font-weight:bold ; 	
}


#modalPage
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100px; left: 0px;
}
.modalBackground
{
    filter: Alpha(Opacity=40); -moz-opacity:0.4; opacity: 0.4;
    width: 100%; height: 100%; background-color: #999999;
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
}

.modalContainer
{
    position: absolute;
    width: 300px;
    left: 50%;
    top: 50%;
    z-index: 750;    margin-top:30px;

}

.modal
{
    background-color: white;
    border: solid 4px black; position: relative;
    top: 1px;
    left: -155px;
    z-index: 1000;
    width: 400px;
    height: 300px;
    padding: 0px;
}

.modalQ
{
    background-color: white;
    border: solid 4px black; position: relative;
    top: -150px;
    left: -150px;
    z-index: 1000;
    width: 400px;
    height: 300px;
    padding: 0px;
}

.modalTop
{
    width: 292px;
    background-color: #000099;
    padding: 4px;
    color: #ffffff;
    text-align: right;
}
.modalTop a, .modalTop a:visited
{
    color: #ffffff;
}
.modalBody
{
    padding: 10px;
}


a:link { text-decoration: none; }
a:visited { text-decoration: none; color:gray; }
a:hover { text-decoration: underline;  }
a:active { text-decoration: none; }