﻿a:link{text-decoration:none; }
a:visited {text-decoration:none; }
a:hover {text-decoration:none;}
a:active {text-decoration:none;}

.grid a:link
{
    
    text-decoration:underline;
}

.Cabecalho
{
	height: 105px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	background-color:#339999;
	text-align: center;
}

.grid
{
	background-color:#339999;
	color:White;
}

body
{
	color:Black;
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 10px;
    margin: 2;
}

.Corpo
{
 	height:400px;
 	margin-left:30px;
	margin-right:30px;
}

a, a:visited
{
    color: white;
}

input[type="text"],textarea
{
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 10px;
}

.tabFrmPadrao
{
    border:1px;
    margin:0;
    padding:0;
}

.tabFrmPadrao th
{
	color:Black;
	font-size:10px;
	text-align:right;
}

.tabFrmPadrao td
{
	color:Black;
	font-size:10px;
}

.tabImpressao thead
{
	background-color:#339999;
}

.tabImpressao th
{
	font-weight:bold;
	font-size:12px;
	text-align:left ;
}
.tabImpressao td
{
	font-size:11px;
	text-align:left ;
}


.titulo
{
	font-size: 20px;
	font-family: Arial;
}

.Label
{
	font-size:12px;
}

/* ----------------- ABA ------------------- */

.tab {
      margin-left : 15px;
      
}

.item
{
      background: gray;
      color: white;
      text-transform: capitalize;
      padding-left:5px;
      padding-right:5px;
      padding-bottom: 5px;
      padding-top: 5px;
      font-size: 16px;
	  font-family : Arial;
}

.selectedTab
{
      background: #339999; 
      font-size: 16px;
	  font-family : Arial;
}

.tab a:hover
{
      text-decoration: underline;  
} 

.conteudo
{
      border-top : 1px solid gray;
      border-bottom : 1px solid gray;
      border-left : 1px solid gray;
      border-right : 1px solid gray;
      margin-bottom:10px;
      height:380px;
}

.masterPageMenu
{
	height: 20px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	text-align: right;
}
.masterPageMenu a
{
	text-decoration:none; 
    color: #000;
}
masterPageMenu a:visited
{
	text-decoration:underline; 
    color: #FFF;
}
.masterPageMenu a:hover
{
	text-decoration:none;
	color: #FFF;
}
.pixelMenu
{
	background-image:url(../../images/pixel.jpg);
	background-repeat: repeat-x;
	height:20px;
	width:550px; 
	background-color:#eeeeee; 
	border: solid 1px gray;
}

/* ABAS */
.aba
{
	clear: left;
}
.aba .ajax__tab_header
{
	border-bottom: 2px solid #339999;
	margin: 0;
	padding: 0;
	/* alterado wp2 - text-align: right; */
	text-align: left;
}

.aba .ajax__tab_outer
{
	background: transparent url(img/tab_left.gif) left no-repeat;
	margin: 0 4px 0 0;
	padding: 0 0 0 10px;
	height: 18px;
	border: none;
	width: auto;
	color: #000;
}
.aba .ajax__tab_inner
{
	background: transparent url(img/tab_right.gif) right no-repeat;
	margin: 0;
	padding: 0 6px 0 0;
	height: 18px;
	border: none;
	width: auto;
	color: #000;
}
.aba .ajax__tab_tab
{
	background: #C8C8C8;
	color: #000;
	margin: 0;
	padding: 2px 0 0 0;
	height: 16px;
	border: none;
	font-size: 8pt;
	width: auto;
}

.aba .ajax__tab_active .ajax__tab_outer, .aba .ajax__tab_hover .ajax__tab_outer
{
	background: transparent url(img/tab_active_left.gif) left no-repeat;
	margin: 0 4px 0 0;
	padding: 0 0 0 10px;
	height: 18px;
	border: none;
	width: auto;
}
.aba .ajax__tab_active .ajax__tab_inner, .aba .ajax__tab_hover .ajax__tab_inner
{
	background: transparent url(img/tab_active_right.gif) right no-repeat;
	margin: 0;
	padding: 0 10px 0 0;
	height: 18px;
	border: none;
	width: auto;
}
.aba .ajax__tab_active .ajax__tab_tab, .aba .ajax__tab_hover .ajax__tab_tab
{
	background: #939393;
	color: #FFF;
	margin: 0;
	padding: 2px 0 0 0;
	height: 16px;
	border: none;
	font-size: 8pt;
	width: auto;
}

.aba .ajax__tab_body
{
	padding: 0px 0;
}

.borderPanel
{
    border: solid 1px #339999;
}