/* CSS Document */
.lbl
{
    color: #025985;
    font-weight: 700;
    padding-bottom: 2px;
    font-size: 11px;
}

.tab_fieldset
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    border: 1px solid #C0CCD6;
    width: 99%;
    margin-left: 5px;
    margin-bottom: 5px;
}

.tab_fieldset td
{
    border-bottom: 1px solid #C0CCD6; /*background-color: #F4F5F7;*/
    background-color: Transparent !important;
    padding: 5px;
}

.tab_fieldset2
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    border: 1px solid #C0CCD6;
    width: 99%;
    margin-left: 5px;
    margin-bottom: 5px;
}

.tab_fieldset2 td
{
    border-bottom: 0px solid #C0CCD6; /*background-color: #F4F5F7;*/
    background-color: Transparent !important;
    padding: 5px;
}

.FieldSet
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    border: 1px solid #C0CCD6;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
}

.FieldSet legend
{
    margin-left: 5px;
}

.lbl_titulo
{
    color: #025985;
    font-weight: bold;
    padding-bottom: 2px;
    font-size: 14px;
}

.lbltittexto
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    color: Black;
}

.lblmensagem
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    color: red;
}

.lblerro
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    color: red;
}

.lbltexto
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    color: #025985;
}

.lblTitulo1
{
    color: #ff9900;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.lblTitulo2
{
    color: #025985;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.lblTitulo3
{
    color: #025985;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.cor_celula
{
    color: #FF8500;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 15px;
    font-size: 13px;
    background-color: #FFFFFF;
}

.radioList input
{
    border: none;
    background: none;
}

.gridScroll
{
    overflow: auto;
}

.gridScroll table th
{
    position: relative;
}

.gridScroll table tbody
{
    overflow: hidden;
}

.txt
{
    text-transform: uppercase;
}

.imgBoxMsg
{
    cursor: default;
    margin-right: 10px;
    margin-bottom: 4px;
    border: none;
    padding: 0px;
}

.boxmsg
{
    padding: 5px;
    color: black;
    background-color: #FFFFE8;
    border: solid 1px #DDDDDD;
    margin-top: 3px;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 10px;
}

.okmsg
{
    padding: 5px;
    color: black;
    background-color: #EBFDDF;
    border: 1px solid #DDDDDD;
    margin-top: 3px;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 10px;
}

.bgrdmodal
{
    background-color: #000000;
    opacity: 0.35;
    -moz-opacity: 0.35;
    filter: alpha(opacity=35);
}

.pnModal
{
    padding: 10px;
    background-color: #FFFFFF;
    border: 4px solid #C0CCD6;
}

.FieldSetMenu
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal; /*border: 1px solid #C0CCD6;*/
    width: 100%;
    text-align: left; /*margin-bottom: 5px;*/ /*background-color: #DCEBF8;*/
    background-color: #F3F9FE;
    margin-bottom: 5px;
}

/*.FieldSetMenu td
{
    border-bottom: 1px solid #C0CCD6;
    background-color: #F4F5F7;
    padding: 5px;
}*/

.FieldSetMenu legend
{
    margin-left: 5px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    color: #05419B;
}

.divItem
{
    background-color: #DCEBF8;
    padding: 5px 0px 0px 0px;
    border: solid 1px #77D5F7;
    margin-bottom: 5px;
}

.divSubItem
{
    margin: 5px;
    padding: 5px;
    background-color: white;
    border: 1px solid #E0E0E0; /*background-color: #F3F9FE;*/
    vertical-align:middle;
}

.divSubConteudo
{
    border: solid 1px #77D5F7;
    margin: 5px 5px 5px 5px;
}

/* Início da formatação para GridView */
.formatTabela{
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
    border-collapse:collapse;
    border-style:none;
    border-width:0px;
	width:100%;	
	margin: 5px;
	text-decoration:none;
	}

.formatTabela caption {
	background-color:#006699;
	text-align:left;
	line-height:22px;
	font-size:12px;
	font-weight:bold;
	padding-top:4px;
	padding-left:4px;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	text-decoration:none;
}
	
.formatTabela td{
    border:1px solid #EBEBEB;
    padding:0.2em;
    font-size: 9.7pt;
    cursor:pointer;
   	text-decoration:none;
}

.grid_headerstyle
{
	background-color: #006699;
	text-align:center;
	font-size:9pt;
	font-weight:bold;
    color:#025985;
	line-height:22px;
	border:none;
    padding-top:4px;
	padding-left:4px;
	text-decoration:none;
    height: 20px;
}

.grid_headerstyle th{
	background-color:#006699;
	text-align:left;
    color:#FFFFFF;
	line-height:22px;
	font-size:12px;
	font-weight:bold;
	padding-top:4px;
	padding-left:4px;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	border:solid 1px ##ebebeb;
    text-decoration:none;
}

.grid_rowstyle
{
	background-color:#F5f5f5;
	text-align:left;
	border:none;
	font-weight:normal;
}

.grid_editrowstyle
{
	background-color:#DFDFDF;
	text-align:left;
	color:#695560;
	border:none;
}

.grid_selectedrowstyle
{
	background-color:#FFFFCE;
	text-align:left;
	color:#000000;
	font-weight:bold;
	border:none;
}

.grid_footerstyle
{
	background-color:#006699;
	border:none;
}

.grid_alternatingrowstyle{
	background-color:#E5F1F4;
	text-align:left;
	height:24px;
	border:none;
	font-weight:normal;	
}

.grid_emptydatarowstyle{
	color: #BF1616;
	font-size:12px;
	font-weight:bold;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
}

.grid_pagerstyle
{
	background-color:#006699;
	font-size:6pt;
	color:#FFFFFF;
	text-align:center;
	border:none;
	height:24px;  
}


.grid_pagerstyle td{
    padding:2px 8px 2px 8px;
    text-align:right;
    vertical-align:middle;
    cursor:pointer;
    font-size: 8pt;
    }

.grid_pagerstyle a:link
   {
	font-size:8px;
    color:#fff;
    font-weight:bold;
	text-align:center;
	display:block;  
	
	}

.sortalternatingrowstyle{

}
.sortrowstyle
{
	color:#000;
}
.sortascheaderstyle{
    background:#c5c5c5 url(../images/sort_asc1.gif) no-repeat scroll right center;
    padding-left:0px;
}
.sortdescheaderstyle{
    background:#c5c5c5 url(../images/sort_desc1.gif) no-repeat scroll right center;
    padding-left:0px;
}

.formatTabela a {text-decoration: none;color:#FFFFFF;cursor:pointer;text-decoration: none;} 
.formatTabela a:hover {text-decoration: none;color:#FFFFFF;text-decoration: none;}

.normalRow
{
	background-color:white;
	cursor:pointer;
	text-align:left;
}

.highlightRow
{
	border:1px solid #FFFFFF;
	background:#DFDFDF;
	cursor:pointer;
	text-align:left;
}

.altoverow
{
	border:1px solid #FFFFFF;
	background:#DFDFDF;
	text-align:left;
}
.letranormal{
	font-size: 7pt;
	font-style:normal;
	font-weight:normal
}
/*Fim Formatação da GridView*/


a:hover {text-decoration: underline;font-weight:bold; color: #001166}
a:link {text-decoration: none; color: #05419b; cursor:pointer;}
a:visited {text-decoration: none; color: #0066cc}
a:active {text-decoration: none; color: #000000}

.img {vertical-align: middle;}

/*Autor: Wesley Soares de Souza*/
.btPesquisar
{
    background-image: url(../images/icones/113.gif);
    background-repeat: no-repeat;
    height: 25px; 
    width: 25px; 
}
.btPesquisar2
{
    background-image: url(../images/icones/pesquisar.png);
    background-repeat: no-repeat;
    background-color:transparent; 
    border:none;   
    height: 25px; 
    width: 25px; 
}

.btAdicionar
{
    background-image:  url(../../Content/images/icones/001.gif);
    background-repeat: no-repeat;
    height: 25px; 
    width: 25px; 
}

.RetornoPesquisa
{
    font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
    font-style: normal;
    font-size: 14px;
}
.btnNovo
{
    background-attachment: fixed;
	background-image: url(../images/icones/add.png) ;
	background-position: left;
}
.btInterno
{  
    height: 23px; 
    width: 32px; 
    border: 1px solid #77d5f7; 
    background: #daeaf8 url(images/ui-bg_highlight-hard_45_daeaf8_1x100.png) 50% 50% repeat-x; 
    font-weight: normal; 
    color: #05419b;   
    margin-left: 2px;
    vertical-align:bottom;
}

/* Autor: Aline Lopes*/

.btnNovo
{
    background:url(file:///C|/Users/afrancisco/Downloads/pixelbox/GIF/026.gif) no-repeat 5px;
    }
    
    .mensagem
    {
        background-color: #EBEBE4;
        height: 135px;
        }

.DivRodapeTabs
{
    text-align: center;
     background-color: #E1EEF9; 
     width: 100%;
      padding: 3px;
}

#accordion
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
}