/* CSS Document */

/* Css das imagens light box */
#lightbox{ position: absolute ;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 10;}
#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; }

/* FIM */



/* GERAL */

body,td,th {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
}
body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #dd291e;
	text-decoration: none;
}
a {
	font-family: tahoma;
	font-size: 11px;
}
a:visited {
	text-decoration: none;
	color: #dd291e;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #dd291e;
}

.outline {
	border: 5px solid #FFFFFF;
}

.outline-1 {
	border: 1px solid #FFFFFF;
}

.titulos-txt {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #EE948E;
}

.data {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.erro {
	font-family: tahoma;
	font-size: 11px;
	color:#FF0000;
}


/* MENU */

.menu {
	font-family: tahoma;
	font-size: 10px;
	color: #666666;
}

.menu a:link {
	color: #666666;
	text-decoration: none;
}
.menu a {
	font-family: tahoma;
	font-size: 11px;
}
.menu a:visited {
	text-decoration: none;
	color: #666666;
}
.menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.menu a:active {
	text-decoration: none;
	color: #666666;
}

/* CALENDARIO */

.nota-calendario {
	font-family: tahoma;
	font-size: 9px;
	color: #EDEDED;
}

.mes {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #EDEDED;
}

.calendario-default {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
}

.calendario-default a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.calendario-default a {
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
}
.calendario-default a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}
.calendario-default a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #333333;
}
.calendario-default a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}

/* FORMS */

.login-bx {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	width: 128px;
	border: 1px solid #666666;
}
form {
	margin: 0px;
	padding: 0px;
}
.box{
	font-family: tahoma;
	font-size: 12px;
	color: #666666;
	width:350px;
	border: 1px solid #999999;
}


/*Consola */


.consolapq-box{
	font-family: tahoma;
	font-size: 12px;
	color: #666666;
	width:200px;
	border: 1px solid #999999;
}
.consola-box{
	font-family: tahoma;
	font-size: 12px;
	color: #666666;
	width:450px;
	border: 1px solid #999999;
}
.consola-bts{
	font-family: tahoma;
	font-size: 12px;
	color: #666666;
	border: 1px solid #999999;
}
