﻿/* 0 BASIC TAGS */

/*table {
	font-size: 1em;
}
*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-color:#ffffdd; /*#ffffdd;*/
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:450px;
}
.demoarea {
	padding:0px;
	background:#FFF url(images/demotop.png) no-repeat left top;
	z-index:1;
	margin: 0 auto;
}
div.right
{
    width: 100%;
    text-align: right;
}
div.center
{
    width: 100%;
    text-align: center;
}
div.left
{
    width: 100%;
    text-align: left;
}
div.justify
{
    width: 100%;
    text-align: justify;
}
p.right
{
    width: 100%;
    text-align: right;
}
p.center
{
    width: 100%;
    text-align: center;
}
p.left
{
    width: 100%;
    text-align: left;
}
p.justify
{
    width: 100%;
    text-align: justify;
}
.tdright
{
    text-align: justify;
}
.tdleft
{
    text-align: left;
    width: 150px;
}
.tdnoticialeft
{
    text-align: left;
    width: 120px;
    vertical-align:top;
}
.txtfiltro
{
    width: 98%;
}

h1, h2, h3, h4 {
	margin: 0 0 0 22px;
	font-family: tahoma, arial, helvetica, sans-serif;
}

p {
	line-height: 1.4em;
    text-align: left;
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

.voltar {font-family: Arial; font-size: 11px}
.style1 {font-size: 0px}
.style2 {font-size: 1pt}
.style3 {width: 100% }
.style4 
{
    height: 27px;
    text-align: left;
}
.tdstyle1 {
            width: 100%;
        }
.tdstyle2 {
            width: 5px;
        }

/*a {
    text-decoration:none; 
    color: #336699; 
    cursor: pointer; 
    font-family: Arial;
	text-align: left;	
}*/
/*a:hover {text-decoration:none; color:#FF9901; cursor: pointer; font-family: Arial}
a {
	text-decoration: none;
	color: #d32525;
}

a:visited {
	color: #980000;
}

a:hover {
	text-decoration: underline;
	color: #e05252;
}

a:active {
	color: #980000;
}*/

/*A:link	{	
	text-decoration:none;
	color: #336699; 
	cursor: pointer; 
	font-family: Arial;	
	font-weight: bold;	
}
		
A:visited	{
	text-decoration: none;
	color:	#333399;	
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:none; 
	color:#FF9901; 
	cursor: pointer; 
	font-family: Arial;
	}*/
 
body {
	background-color: #FFFFFF;
	background-image: url(images/background1.gif);
	background-repeat: repeat-x;
	font-family: arial, helvetica, sans-serif;
}

.bodyimprimir {
	background-color: #FFFFFF;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	font-family: arial, helvetica, sans-serif;
}

img {
	border-width: 0;
}

img {
	border-width: 0;
    text-align: left;
}

/* 1 HEADER */

.header {
	background-image: url(Images/header.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 760px;
	height: 81px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

h2 {
	position: absolute;
	left: 37px;
	top: 60px;
	font-size: 11px;
}

.menua {
	position: absolute;
	right: 37px;
	top: 17px;
	text-transform: uppercase;
	font-size: 10px;
}

.nav {
	position: absolute;
	right: 37px;
	top: 60px;
	text-transform: uppercase;
	font-size: 10px;
}

.menua a:visited, .nav a:visited {
	color: #d32525;
}

/* 1.1 SHIM */

.shim {
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 8px;
	font-size: 0;
}

.column {
	background-image: url(images/content-shim.gif);
}

.gradient {
	background-image: url(images/content-shim-photo.gif);
}

.solid {
	background-image: url(images/content-shim-none.gif);
}

/* 2 PAGE */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}

/* 2.1 HOME, RESUME, LINKS, REGISTER, ADMIN/ALBUMS, ADMIN/PHOTOS PAGES */

#home, #resume, #links, #register, #admin-albums, #admin-photos {
	background-image: url('images/body-repeat.gif');
	position: relative;
	width: 686px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px;
	top: 0px;
	left: 0px;
	padding-left: 37px;
	padding-right: 37px;
}

#sidebar {
	float: left;
	width: 214px;
	height: 100%;
}

#content {
	margin-left: 246px;
}

#whatsnew {
	float: left;
	width: 198px;
	height: 100%;
}

#coollinks {
	margin-left: 250px;
}

#resume h4, #links h4 {
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.0em;
	position: absolute;
	left: 37px;
	width: 214px;
}

#resume #photo {
	position: absolute;
	left: 37px;
	top: 20px;
	width: 214px;
}

#resume .first {
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
}

dl {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
}

dt {
	position: absolute;
	left: 0;
}

dd {
	margin-left: 150px;
	height: 2.0em;
}

.emptydata td {
	padding: 50px;
	color: #aeaeae;
}

/* 2.2 ALBUMS PAGE */

#albums {
	background-image: url(images/body-repeat-photo.gif);
	padding: 0px 37px;
	padding-bottom: 40px;
	width: 686px;
}

.view {
	margin-left: auto;
	margin-right: auto;
	width: 686px;
	text-align: center;
}

.view .photo-frame {
	margin-left: auto;
	margin-right: auto;
}

.item {
	padding: 20px 50px;
	color: #B2B2B2;
}

.item h4 {
	margin-bottom: 0.4em;
}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}

/* 2.3 PHOTOS, DETAILS, ADMIN/DETAILS PAGE */

#photos, #details, #admin-details {
	background-image: url(images/body-repeat-photo.gif);
	padding: 0;
	width: 760px;
}

.buttonbar {
	background-image: url(images/photonav-bg.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	width: 744px;
	height: 33px;
	text-align: center;
}

.buttonbar-top {
	background-image: url(images/photonav-top-bg.gif);
}

#photos .view, #admin-details .view {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* 3 FOOTER */

.footerbg {
	background-image: url(images/footer-side.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 75px;
	text-align: center;
}
.footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 75px;
	text-align: center;
	font-size: 10px;
}

.menub {
	margin: 12px auto 5px auto;
	text-transform: uppercase;
	font-size: 10px;
}

.menub a:visited {
	color: #d32525;
}



/* Inline styles are used because image controls hard code a border property */

.photo_198 {
	border: 4px solid #FFFFFF;
}

/*.divprocessando
{
    position: absolute;
    z-index: 0;
    background: url(images/carregandopagina.gif) no-repeat center;
    width: 100%;
    height: 100%; 2500px;
    top: 50%;
    left: 50%;
    bottom: 50%;
    right: 50%;
    border: 1px solid black;
    opacity: 0.7;
    background-color: ThreeDDarkShadow;
}*/

.divprocessando
{
    background-image:  url(images/carregandopagina.gif);
    background-repeat: no-repeat;
    background-position: center;    
    border: 0px;
    padding: 0px;
    margin: 0px;
    left: 0px;
    width: 100%;
    position: absolute;
    background-color: #000000;
    opacity: 0.5;
    filter: Alpha(opacity:50);
    z-index:99;
}

.divUsuario
{
	position:absolute;
	z-index:99;
	top:53px;
	left:8px;
	width: 98%;
}
.divMenu
{
	position:absolute;
	z-index:99;
	top:82px;
	left:5px;
	width: 98%;
}
.divFoto
{
	position:absolute;
	z-index:99;
	top:0px;
	right:0px;
}
.divBotoes
{
	position:inherit;
	z-index:98;
	width:100%;
}
.favBg
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    position: absolute;
    background-color: #000000;
    opacity: 0.5;
    filter: Alpha(opacity:50);
}
.divnovo1
{
    position:absolute;
    top: 150px;
    right: 10px;
    text-align:right;
}

@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0cm;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman","serif";}
h2
	{mso-style-link:"Título 2 Char";
	margin-right:0cm;
	margin-left:0cm;
	font-size:18.0pt;
	font-family:"Times New Roman","serif";}
span.Ttulo2Char
	{mso-style-name:"Título 2 Char";
	mso-style-link:"Título 2";
	font-family:"Times New Roman","serif";
	font-weight:bold;}
.MsoPapDefault
	{margin-bottom:10.0pt;
	line-height:115%;}
@page Section1
	{size:595.3pt 841.9pt;
	margin:36.0pt 36.0pt 36.0pt 36.0pt;}
div.Section1
	{page:Section1;
	 width: 100%;
	 text-align: center;}
