html,body{
	height		: 100%;
	scrollbar-3dlight-color		: rgb(83,83,83);
	scrollbar-arrow-color		: rgb(255,255,255);
	scrollbar-base-color		: rgb(83,83,83);
	scrollbar-darkshadow-color	: rgb(83,83,155);
	scrollbar-face-color		: rgb(83,83,83);
	scrollbar-highlight-color	: rgb(83,83,83);
	scrollbar-shadow-color		: rgb(83,83,83);
	scrollbar-track-color		: rgb(255,255,255);
}
select{
	font-family	: arial;
	font-size	: 11px;
	color		: #575757;
}

.frmCad{
	border:1px solid #565656;
	background-color: #565656;
	color: #FFFFFF;
	font-family: arial;	
	font-size: 10px;
}

.frmAdm{
	border:1px solid #565656;
	background-color: #F4F4F4;
	color: #565656;
	font-family: arial;
	font-size:10px;
}
.frmAdmTxtArea{
	border:1px solid #565656;
	background-color: #F4F4F4;
	color: #565656;
	font-family: arial;
	font-size:10px;
	behavior: url('../_inc/maxlength.htc');
}

.btnAdm{
	border: 1px solid #575757;
	background-color : #CCCCCC;
	color		: #575757;
	font-size	: 9px;
	font-weight : bold;
}

.imgBtn{
	cursor		: pointer;
}

.msgAdm{
	font-family	: arial;
	font-size	: 14px;
	font-weight	: bold;
	color		: #FFFFFF;
	background-color : #FF8408;
	padding		:5px;
}

.link, .link:visited, .link:link{
	font-family	: arial;
	font-size	: 11px;
	color		: #FF8408;
	text-decoration : underline;
}

.menu {
	font-family: Arial;
	color: #ff7a00;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	padding-left: 18px;
	width: 235px;
	float: left;
	margin-top: 5px;
}
.menu:hover {
	background: url(../_img/menu/menu_over.gif) no-repeat;
	color: #565656;
}
.menu2:hover {
	background: url(../_img/menu/menu_over2.gif) no-repeat;
}
.menuAtivo {
	font-family: Arial;
	color: #feba70;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	padding-left: 18px;
	width: 235px;
	float: left;
	margin-top: 5px;
}
.cinza {
	color: #565656;
}
.cinza:hover {
	color: #cd6200;
}

.submenu { margin: 4px 0 0 18px; float: left; }

.submenu a {
	font-family: Arial;
	color: #ff7a00;
	text-decoration: none;
	font-size: 10px;
	padding-left: 18px;
	width: 221px;
	float: left;
	height: 14px;
	margin-bottom: -1px;
	background: url(../_img/menu/submenu.gif) no-repeat;
}
.submenu a:hover {
	background: url(../_img/menu/submenu_over.gif) no-repeat;
	color: #565656;
}
.submenu .ativo {
	background: url(../_img/menu/submenu_over.gif) no-repeat;
	color: #565656;
}

.mnu_item {padding-left:15px;}


.link:hover{
	font-family	: arial;
	font-size	: 11px;
	color		: #FFFFFF;
	background-color : #FF8408;
	text-decoration : underline;
}

.linkNews, .linkNews:link, .linkNews:visited{
	font-family	: arial;
	font-size	: 11px;
	color		: #575757;
	text-decoration : none;
}
.linkNews:hover{
	color		: #FF8408;
	text-decoration : underline;
}

.txt1{
	font-family	: arial;
	font-size	: 11px;
	color		: #575757;
}

.txt2{
	font-family	: arial;
	font-size	: 11px;
	color		: #FF8408;
}

.txt3{
	font-family	: arial;
	font-size	: 12px;
	color		: #FF8408;
}

.lineGray{
	border		: 0px;
	height		: 1px;
	background-color : #CCCCCC;
	font-size	: 2px;
	line-height	: 2px;
}

.txt_org{
	color: #FF8408;
}
	
	


/* ---------------------------- */
/* ----- Scrollbar Styles ----- */
/* ---------------------------- */
#container {
	position	: absolute;
	top			: 0px;
	left		: 0px;
	width		: 100%;
	height		: 100%;
	background	: #EEEEEE;
	overflow	: hidden;
	border		: 0px solid #666666;
}
#content {
	position	: relative;
	width		: 100%;
	left		: 0px;
}
#scrollArea {
	position	: absolute;
	left		: 1024px;
	top			: 0px;
	height		: 100%;
	width		: 29px;
	border		: 0px solid #6666666;
	overflow	: hidden;
	background-image : url('../_img/scroll_bg.gif');
	background-repeat : repeat-y;
	background-position : right center;
}
#scroller {
	position	: absolute;
	top			: 0px;
	width		: 29px;
	height		: 66px;
	background	: transparent;
	background-image : url('../_img/scroll_btn.gif');
}
/* ---------------------------- */

.bkO{
    width:100%;
	border:1px dashed #F9CAB0;
	color:#575757;
	text-align:center;
}
.bkO th{
    padding:5px;
    background:#F97D00; 
	color:#ffffff; 
	font-weight:normal; 
	font-size:11px;
	border:1px dashed #F9CAB0;
}
.bkO td{
	padding:5px;
	font-weight:normal; 
	font-size:11px;
	border:1px dashed #F9CAB0;
}

.tblServicos {
	width: 100%;
	text-align: center;
}

.tblServicos td {
	width: 100%;
	border: 1px solid #ff6600;
	background: #ffff99;
	padding: 5px;
}

.tblServicos .cinza {
	background: #808080;
	color: #FFFFFF;
}

.tblServicos .tit {
	background: #FFFFFF;
}

.tblServicos .bottom {
	background: #FFFFFF;
	border: none;
}


.Rlg{
}

.FolhaTableHL{
	width:560px;
	height:auto;
	background:#FFF;
	padding:10px;
	margin:0 auto;
	margin-top:12px;
}
.TableHideLog{
height:100%;
left:0;
position:fixed;
top:0;
width:100%;
background:transparent url(../_img/bg001.png);
z-index:1;
display:none;
overflow:auto;
}

.cont-new{
	position:absolute;
	top:0;
	width:615px;
	*width:613px;
	height:861px;
	margin-top:265px;
	padding:52px 0 0 0;
	background:url(../_img/box-new.jpg) no-repeat right top;
}
.new-box{
	
}
.tblNew{
	width:564px !important;
	margin-left:12px;
}