﻿a:link
{
	color: #99ede2;
	text-decoration: none;
}
a:visited
{
	color: #33ada2;
	text-decoration: none;
}
a:hover
{
	color: yellow;
}
a:active
{
}
body
{
	background-color: #332828;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family: Lucida Sans, Tahoma, Verdana;
	font-size: x-small;
	color: White; /*scrollbar-3dlight-color: #ffd700; 	scrollbar-arrow-color: #ff0; 	scrollbar-base-color: ; 	scrollbar-darkshadow-color: #ffa500; 	scrollbar-face-color: #008080; 	scrollbar-highlight-color: #ff69b4; 	scrollbar-shadow-color: #f0f;*/
}
input
{
	border: solid 1px #ac8282;
	background-color: #440101;
	color: #ac8282;
}

.btn
{
	background-color: #332828;
	border: solid 2px #e4e488;
	color: #ffffff;
	font-weight: bold;
}
h2
{
	font-size: 11pt;
	font-weight: normal;
	color: #e4e488;
}
h3
{
	font-size: 9pt;
	font-weight: normal;
}
.painelMensagem
{
	position: absolute;
	left: 5%;
	top: 20%;
	width: 300px;
	color: White;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-style: solid;
	border-color: white; /*#0068b6;*/
	border-width: 1px;
	background-color: black;
	display: none;
	opacity: .5;
	filter: alpha(opacity=90);
	z-index: 101;
}

.down
{
	background-color: #220000;
	border: solid 1px white;
	width: 110px;
	height: 37px;
}


.down a:link
{
	opacity: 1;
}

.down a:hover
{
	opacity: .6;
}

.painelLatPropag
{
	font-size: small;
	width: 100px;
	height: 200px;
	border: solid 1px white;
	margin: 120px 0px 0px 35px;
	padding: 5px 5px 5px 5px;
	float: left;
	text-align: center;
	background-color: #000000;/*5#051b40; /*4 #0f1e00;*/
	opacity: .8;
}

/****************
			ME
****************/
#divMe
{
}

#divMe ul
{
	list-style: none;
}

#divMe ul li
{
	height: 32px;
}

#divMe ul li ul
{
	list-style: none;
}

#divMe ul li ul li
{
	display: inline-block;
}

/****************
			MIXES
****************/

.nmPainel
{
	margin-top: 7px;
	margin-left: 10px;
	width: 95%;
	height: 120px;
	text-align: right;
	border-top: solid 1px black;
}

.nmDesc
{
	float: right;
	width: 240px;
}

.nmTxtPart1
{
	height: 110px;
	padding: 0px 8px 0px 8px;
	vertical-align: top;
}

.nmImagem
{
	margin-top: 5px;
	border: solid 1px white;
	float: left;
}

/****************
		MENU
****************/

.mnuIt2
{
	float: right;
	width: 30px;
	height: 55px;
	margin-top: 6px;
	margin-left: 2px;
	background-color: Black;
	border: solid 1px white;
	border-right: none;
}
#nav
{
	margin: 0px 0px 0px 0px;
}
#nav ul
{
	list-style: none;
}
#nav ul li
{
	height: 70px;
	vertical-align: middle;
}

/****************
		LIGHT BOX
****************/

#lightbox
{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img
{
	width: auto;
	height: auto;
}
#lightbox a img
{
	border: none;
}

#outerImageContainer
{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer
{
	padding: 10px;
}

#loading
{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer > #hoverNav
{
	left: 0;
}
#hoverNav a
{
	outline: none;
}

#prevLink, #nextLink
{
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif,base64,AAAA); /* Trick IE into showing hover */
	display: block;
}
#prevLink
{
	left: 0;
	float: left;
}
#nextLink
{
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover
{
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover
{
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer
{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}

#imageData
{
	padding: 0 10px;
	color: #666;
}
#imageData #imageDetails
{
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption
{
	font-weight: bold;
}
#imageData #numberDisplay
{
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose
{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}

#overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

