body {
	background:#d4d4d4 url(../images/back.jpg);
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:16px;
	margin:0px;
}
a {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
}
a:link {	
	color: #000;
	font-weight: bold;
}
a:visited {	
	color: #000;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
a:active {
	color: #666;
}
hr {
	border: #FFF dotted 1px;
	color: #000;
	size: 1px;
	width: 100%;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
img {
	border: 0px;
}
input, select {
	background-color: #EEEEEE;
	border: #999999 solid 1px;
	padding:5px;
	font-size: 12px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
textarea {
	background-color: #EEEEEE;
	border: #999999 solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:5px 0.5%;
	font-size: 12px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
tr, th, td {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 3px;
	padding: 5px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.semCanto{
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;	
}

/*   L A Y E R S   */
#arquivos {
	padding: 10px;
	font-size: 9px;
	position: fixed;
	width:900px;
	left: 0px;
	top: 5%;
}

#busca {
	background: #FFF;
	float: left;
	margin-bottom: 5px;
	padding: 10px;
	text-align: right;
	width: 730px;
}

#central {
	background-color: #FFF;
	border: 3px solid #CCC;
	margin:10px auto;
	padding: 5px 0 10px 10px;
	margin-bottom:10px;
	width: 760px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#fecharIframe {
	background-color: #FFFFFF;
	border: #CCC solid 3px;
	height: 14px;
	left: 50%;
	margin-left: -460px;
	margin-top: 29px;
	position: fixed;
	text-align: center;
	top: 10.2%;
	width: 50px;
}
#fundoPreto {
	background-color: #000000;
	filter: alpha(opacity: 90);
	height: 100%;
	left: 0px;
	opacity: 0.9;
	position: fixed;
	top: 0px;
	width: 100%;
}
#iframe {
	background-color: #FFFFFF;
	border: #CCC solid 3px;
	height: 500px;
	left: 50%;
	margin-left: -460px;
	margin-top: 50px;
	position: fixed;
	top: 10%;
	width:920px;
	overflow: hidden;
}
#index {
	clear:both;
	margin:0px auto;
	width: 900px;
	padding:5px 10px;
	color:#FFF;
	font-size:12px;
}
#menuInserir {
	border: #CCC solid 1px;
	margin: 2px;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
}
#menu{
	background: #FFF;
	float:left;
	min-height:60px;
	width:750px;
	text-align:center;
}


.linearBg {
  /* fallback */
  background-color: #F2F2F2;
  background: url(images/back_menu_.png);
  background-repeat: repeat-x;

  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F2F2F2), to(#DDDDDD));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #F2F2F2, #DDDDDD);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #F2F2F2, #DDDDDD);

  /* IE 10 */
  background: -ms-linear-gradient(top, #F2F2F2, #DDDDDD);

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #F2F2F2, #DDDDDD);
}

.linearBg1 {
  /* fallback */
  background-color: #fde1e1;
  background: url(images/back_menu_.png);
  background-repeat: repeat-x;

  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fde1e1), to(#fcafaf));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #fde1e1, #fcafaf);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #fde1e1, #fcafaf);

  /* IE 10 */
  background: -ms-linear-gradient(top, #fde1e1, #fcafaf);

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #fde1e1, #fcafaf);
}

.transparent{
	opacity:10;
  	filter:alpha(opacity=100); /* For IE8 and earlier */
	
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	-ms-transition: all 200ms;
	transition: all 200ms;	
}

.transparent:hover{
	opacity:0.6;
  	filter:alpha(opacity=60); /* For IE8 and earlier */	
}

.zoom {
transition:All 1s ease;
-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;
transform: rotate(0deg) scale(0.95) skew(1deg) translate(0px);
-webkit-transform: rotate(0deg) scale(0.95) skew(0deg) translate(0px);
-moz-transform: rotate(0deg) scale(0.95) skew(0deg) translate(0px);
-o-transform: rotate(0deg) scale(0.95) skew(0deg) translate(0px);
-ms-transform: rotate(0deg) scale(0.95) skew(0deg) translate(0px);
}
.zoom:hover{
transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
}

.round{
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

/*   C L A S S E S   */
#menu a, #menu a:hover { text-decoration:none; }
a>.menu {
	display:inline-block;
	padding: 2px;
	text-align: center;
	text-decoration: none;
	width:12%;
	min-width:50px;
	min-height:65px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin:1px;
	border:solid 2px #DDD;
}
a>.menu {
	color: #000;
	text-decoration: none;
	background: #000 url(../images/back_menu_.png) center top repeat-x;
}
a:hover>.menu {
	color: #FFF;
	background: #000 url(../images/back_menu.png) center top repeat-x;
	text-decoration: none;
}

.nome {
	font-weight: bold;
	text-transform: uppercase;
}
.paginacao {
	background: #efefef;
	line-height: 20px;
	margin: 2px;
	padding: 5px;
	text-align: center;
	width: 20px;
}
