/*===== TAGS HTML =====*/
BODY, TD	{
		font-family: "verdana";
		font-size: 15px;
		font-weight: normal;
		background-color: FBD2D2;
		color: 990000;
		text-align: justify;
		}

A:LINK, A:VISITED	{
		font-family: "verdana";
		font-size: 15px;
		color: FF0000;
		text-decoration: none;
		font-weight: bold;
		}

A:HOVER	{
		font-family: "verdana";
		font-size: 15px;
		color: FF0000;
		text-decoration: underline;
		font-weight: bold;
		}

H1		{
		font-family: "trebuchet ms", "verdana";
		font-size: 18px;
		font-weight: bold;
		color: FFFFFF;
		background-color: 990000;
		text-align: center;
		border-width: 1px;
		border-style: solid;
		width: 500;
		}

MARQUEE		{
		border-style: solid;
		border-width: 1px;
		border-color: FFFFFF;
		background-color: 990000;
		color: FFFFFF;
		}
		
MARQUEE A:LINK, MARQUEE A:VISITED {
		color: FFFFFF;
		text-decoration: none;
		}
		
MARQUEE A:VISITED {
		color: FFFFFF;
		text-decoration: underline;
		}
		
/*===== CLASSES =====*/
.botao	{
	font-family: "verdana", "arial";
	font-size: 9px;
	font-weight: bold;
	color: FFFFFF;
	background-color: 990000;
	}

.titulofoto	{
		font-family: "trebuchet ms", "comic sans ms", "verdana", "arial";
		font-size: 20px;
		font-weight: bold;
		color: 990000;
		background-color: FBD2D2;
		text-align: center;
		}

.subtitulofoto	{
		font-family: "trebuchet ms", "comic sans ms", "verdana", "arial";
		font-size: 18px;
		font-weight: bold;
		color: 990000;
		background-color: FBD2D2;
		text-align: center;
		}

.descricaofoto	{
		font-family: "verdana", "courier new", "arial";
		font-size: 13px;
		font-weight: bold;
		color: 990000;
		background-color: FBD2D2;
		text-align: center;
		}

/*===== DIVS =====*/
#thumbs	{
		font-family: "verdana", "arial";
		font-size: 9px;
		font-weight: normal;
		color: FFFFFF;
		background-color: FBD2D2;
		text-align: center;
		border-width: 2px;
		border-style: solid;
		border-color: 990000;
		}

#thumbs	h1 {
		font-family: "verdana", "arial";
		font-size: 14px;
		font-weight: bold;
		color: FFFFFF;
		width: 99%;
		}

#thumbs	a:link, #thumbs	a:visited {
		font-family: "verdana", "arial";
		font-size: 10px;
		font-weight: bold;
		color: 990000;
		text-decoration: none;
		}

#thumbs	a:hover {
		font-family: "verdana", "arial";
		font-size: 10px;
		font-weight: bold;
		color: 990000;
		text-decoration: underline;
		}

.corpocomentario	{
					background-color: DFDFDF;
					font-family: "verdana";
					font-size: 12px;
					font-weight: normal;
					color: 990000;
					text-align: justify;
					}

.corpocomentario td	{
					background-color: DFDFDF;
					font-family: "verdana";
					font-size: 12px;
					font-weight: normal;
					color: 990000;
					text-align: justify;
					}

#detalhescomentario	{
					background-color: DFDFDF;
					font-family: "verdana", "arial";
					font-size: 10px;
					font-weight:normal;
					}

#detalhescomentario	a:link, #detalhescomentario	a:visited {
					font-family: "verdana", "arial";
					font-size: 10px;
					font-weight:normal;
					color: FF0000;
					text-decoratiuon: none;
					}

#detalhescomentario	a:hover {
					font-family: "verdana", "arial";
					font-size: 10px;
					font-weight:normal;
					color: FF0000;
					text-decoratiuon: underline;
					}
					
#navegacao, #navegacao td	{
			background-color: 990000;
			color: FFFFFF;
			}

/*************************** 
  Menu 
 ***************************/
 #menu	{
 	background-color: #CABCA1;
 	margin-bottom: 10px;
 	}
 	
.submenu {
	position:absolute;
	top:175px;
	width:100px;
	visibility:hidden;
}	

.itemmenu a	{
	display: block;
	background: #CABCA1;
	font-size: 12px;
	text-align: left;
	padding: 5px;
	color: #694602;
	text-decoration: none;
	border-right: 1px solid #C96;
	border-bottom: 1px solid #C96;
	border-top: 1px solid #FFC;
	border-left: 1px solid #FFC;
	position: relative;
	top: 0px;
	left: 0px;
	width: 150px;
	}

.itemmenu a:hover	{
	background:#DD2424;
	background:#900;
	color:white;
	border:1px solid black;
	}

.itemmenu	{
	float:left;
	width:100px;
	}

/* Tooltip */
a span	{
	display:none
}

a:hover span{
	display:block;
	position:absolute;
	top:20px;
	left:120px;
	background:#FFC;
	color:black;
	border:1px dotted black;
	width:150px;
	padding:10px;
	}

.arco-iris	{
		background-image: url('picssite/arco-iris.jpg');
		background-repeat: repeat-x;
		width: 80%;
		}