/* 
    Document   : florbelamendes
    Created on : 24 de Junho de 2005, 23:22
    Author     : sergio
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO: completed.
*/

body.popUp {
    	color: black;
	font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
	text-align: justify;
	vertical-align: top;
}

root { 
    display: block;
}

p.homePageTitle {
	font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
	font-weight: bold;
	color: darkgreen;
}

p.homePageText {
	font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
	color: darkgreen;
}

td.homePageBox {
	border-bottom: 1px dotted darkgreen;
	border-right: 1px solid darkgreen;
	background-color: #ccffcc;
	vertical-align: top;
}

td.homePageBox2 {
	border-bottom: 1px dotted darkgreen;
	background-color: #ccffcc;
	vertical-align: top;
}

td.homePageBox3 {
	border-bottom: 1px dotted darkgreen;
	background-color: #ccffcc;
	vertical-align: top;
        background-image: url(images/butterfly_watermark.gif);
        background-repeat: no-repeat;
        background-position: bottom right;
}

a {
	color: darkgreen;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
    color: orange;
	text-decoration: underline;
}

a.internal {
	color: darkgreen;
	text-decoration: underline;
}

a.internal:hover {
        color: orange;
	text-decoration: underline;
}

a.small {
	color: #0000ff;
	text-decoration: none;
}

a.small:hover {
	text-decoration: underline;
}

p.title {
	font-size: 14px;
	font-weight: bold;
}

p.subtitle {
	font-size: 12px;
	font-weight: bold;
}

td.content {
	color: #006400;
	background-color: #b7ffb7;
	font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
	text-align: justify;
	vertical-align: top;
	padding-right: 32px;
}

table.internal {
	color: #006400;
	background-color: #ccffcc;
	font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
}

#menuLayer {
    background-color: transparent;
    height: 512px;
    width: 384px;
    position: absolute;
    z-index: 1;
    visibility: visible;
}

