BODY {
	margin: 0px;
	background-color: #ffffff; 
	font-family:Arial; 
	font-size:12px;
}

.link, .link:link, .link:active, .link:visited
{
    padding-right: 14px;
    background-image: url(http://file.fde.sp.gov.br/template/imagens/icons/link.png);
    background-position: right;
    background-repeat: no-repeat;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    text-decoration: underline;
}

.link:hover
{
    color: Gray;
}

.subtitulo
{
    color: #fff;
    background-color: #990000;
    font-weight: bold;
    padding: 3px;
}

.MenuItem{

}
.SubMenu{
    width:100%;
    height:25px;
    vertical-align:middle;
    background-color:#9a9a9a;
}
.SubMenuTd{
    width:100px;
}
.MenuItem .tdEsquerda{
    background:url(../imagens/esquerda.png); 
    width:5px; 
    height:25px;
}
.MenuItem .tdDireita{
    background:url(../imagens/direita.png); 
    width:5px; 
    height:25px;
}
.MenuItem .tdCentro{
    background:url(../imagens/centro.png); 
    background-repeat:repeat-x;
    height:25px;
    text-align:center;
}
.MenuItem .tdEsquerdaSelected{
    background:url(../imagens/esquerda_over.png); 
    width:5px; 
    height:25px;
}
.MenuItem .tdDireitaSelected{
    background:url(../imagens/direita_over.png); 
    width:5px; 
    height:25px;
}
.MenuItem .tdCentroSelected{
    background:url(../imagens/centro_over.png); 
    background-repeat:repeat-x;
    height:25px;
    text-align:center;
}
A.menu_item:active {
	font-weight: bold; 
	font-size: 12px; 
	color: #000000; 
	font-family: Arial; 
	text-decoration: none;
}
A.menu_item:link {
	font-weight: bold; 
	font-size: 12px; 
	color: #000000; 
	font-family: Arial; 
	text-decoration: none;
}
A.menu_item:visited {
	font-weight: bold; 
	font-size: 12px; 
	color: #000000; 
	font-family: Arial; 
	text-decoration: none;
}
A.menu_item:hover {
	font-weight: bold; 
	font-size: 12px; 
	color: #999999; 
	font-family: Arial; 
	text-decoration: none;
}
A.menu_item_selected:active {
	font-weight: bold; 
	font-size: 12px; 
	color: #000000; 
	font-family: Arial; 
	text-decoration: none;
}
A.menu_item_selected:link {
	font-weight: bold; 
	font-size: 12px; 
	color: #000000; 
	font-family: Arial; 
	text-decoration: none;
}
A.menu_item_selected:visited {
	font-weight: bold; 
	font-size: 12px; 
	color: #000000; 
	font-family: Arial; 
	text-decoration: none;
}
A.menu_item_selected:hover {
	font-weight: bold; 
	font-size: 12px; 
	color: #ffffff; 
	font-family: Arial; 
	text-decoration: none;
}
A.menu_subitem:active {
	font-weight: bold; 
	font-size: 12px; 
	color: #ffffff; 
	font-family: Arial; 
	text-decoration: none;
}
A.menu_subitem:link {
	font-weight: bold; 
	font-size: 12px; 
	color: #ffffff; 
	font-family: Arial; 
	text-decoration: none;
}
A.menu_subitem:visited {
	font-weight: bold; 
	font-size: 12px; 
	color: #ffffff; 
	font-family: Arial; 
	text-decoration: none;
}
A.menu_subitem:hover {
	font-weight: bold; 
	font-size: 12px; 
	color: #e8e8e8; 
	font-family: Arial; 
	text-decoration: none;
}

.p-10px {
	font-size: 10px; 
	font-family: Arial;
}
.trForm{
    height:30px;
}
.trForm td{
    vertical-align:top;
}
.tituloForm{
    font-family:Arial,Sans-Serif;
    font-size:16px;
    font-weight:bold;
    color:#000;
    padding-left:15px;
    width:90%;
}
.nomeCampo{
    font-weight:bold;
    width:200px;
}
.nomeCampo1{
    font-weight:bold;
}
.nomeCampo2{
    font-weight: normal;
}
.tituloForm
{
    font-family: Arial,Sans-Serif;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding-left: 15px;
    width: 90%;
}
/*.fieldset{
    padding:10px;
    width:98%;
    display:block;
}*/
.fieldset1{
    padding:10px;
    width:27%;
    display:block;
}
/*.legendFieldset{
    font-weight:bold;
    font-size:14px;
    color:#990000;
}
*/
.fieldset, .legendFieldset
{
    border: 1px solid #c6c6c6;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.fieldset
{
    padding: 10px;
    width: 98%;
}

.legendFieldset
{
    font-weight: bold;
    font-size: 14px;
    color: #990000;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 10px;
}
.dropdown {
    font-family:Arial; 
    font-size:12px;
}
.radiobutton{
    font-family:Arial; 
    font-size:12px;
    margin-left:-8px;
}
.checkbox{
    font-family:Arial; 
    font-size:12px;
    margin-left:-6px;
    font-weight: normal;
}
.textbox{
    border: 1px solid Silver;
	font-family:Arial; 
    	font-size:12px;
    	}
.textarea{
    font-family:Arial; 
    font-size:12px;
    border-width:1px;
    border-style:solid;
    border-color:Silver;
    margin-bottom:10px;
}
/*.button, .button:visited
{
    background:#888888 url(../imagens/mascara_botao.png) repeat-x;
    color:#ffffff;
    top:811px;

    border:0px solid #000000;
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;

    cursor:pointer;
    display:inline-block;
    padding:0px 10px 2px;
    position:relative;

    font-family:arial;
    font-size:11px;
    font-weight:bold;
    line-height:2;
    text-decoration:none;
    text-shadow:0 -1px 1px rgba(0,0,0,0.25);
	left: 5px;
}
.button:hover,   .button:active
{
    background-color:#777777;
    color:#ffffff;
    top:1px;
}*/
/*.button
{
color: #ffffff;
border: 0px;
}
.button, .button:visited
{
background: #990000 url(../imagens/mascara_botao.png) repeat-x;
top: 0px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
cursor: pointer;
display: inline-block;
padding: 0px 2px 0px;
position: relative;
font-family: arial;
font-size: 11px;
font-weight: bold;
line-height: 2;
text-decoration: none;
	left: 0px;
}
.button:hover, .button:active
{
background-color: #880000;
top: 1px;
}*/

.button
{
    color: #ffffff;
    border: 0px;
    background-color: #990000;
}

.button, .button:visited
{
    background: #990000 url(http://file.fde.sp.gov.br/template/imagens/mascara_botao.png) repeat-x;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    cursor: pointer;
    display: inline-block;
    padding: 0px 10px 2px;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    line-height: 2;
    text-decoration: none;
    z-index: 0;
}

.button:hover, .button:active
{
    background-color: #660000;
}

.button:disabled
{
    background-color: #ccc;
    cursor: default;
}

.link:link{
    font-size:12px;
    font-weight:bold;
    color:#333333;
    text-decoration:underline;
}
.link:active{
    font-size:12px;
    font-weight:bold;
    color:#333333;
    text-decoration:underline;
}
.link:visited{
    font-size:12px;
    font-weight:bold;
    color:#333333;
    text-decoration:underline;
}
.link:hover{
    font-size:12px;
    font-weight:bold;
    color:Gray;
    text-decoration:underline;
}
/*
.grid{
    width:100%;
}
.gridRow{
    background-color:White;
}
.gridRow:hover{
    background-color:#FFFF99;
}
.gridAlternatingRow{
    background-color:#e8e8e8;
}
.gridAlternatingRow:hover{
    background-color:#FFFF99;
}
.gridSelectedRow{
    background-color:#ffcccc;
}
.gridHeader{
    background-color:#990000;
    color:White;
    padding:5px;
    height:25px;
}
.gridHeader1{
    background-color:#990000;
    color:White;
    padding:5px;
    height:35px;
}
.gridPager{
    font-size:13px;
    font-weight:bold;
    color:#000000;
    text-decoration:none;
}
.gridPager a:link{
    font-size:13px;
    font-weight:bold;
    color:#999999;
    text-decoration:none;
}
.gridPager a:active{
    font-size:13px;
    font-weight:bold;
    color:#999999;
    text-decoration:none;
}
.gridPager a:visited{
    font-size:13px;
    font-weight:bold;
    color:#999999;
    text-decoration:none;
}
.gridPager a:hover{
    font-size:13px;
    font-weight:bold;
    color:#333333;
    text-decoration:none;
}

.gridFooter{
    background-color:#333333;
    color:White;
}
.resultado{
    font-size:12px;
    font-weight:normal;
    color:#333333;
    text-decoration:none;
}
*/
.grid
{
    width: 100%;
}

.gridRow
{
    background-color: White;
    height: 25px
}

.gridRow:hover, .gridAlternatingRow:hover
{
    background-color: #ffff99;
}

.gridAlternatingRow
{
    background-color: #e8e8e8;
    height: 25px
}

.gridSelectedRow
{
    background-color: #999;
}

.gridHeader
{
    background-color: #990000;
    color: White;
    padding: 5px;
    height: 25px;
}

.gridHeader a:link, .gridHeader a:active, .gridHeader a:visited
{
    text-decoration: underline;
    color: #fff;
}

.gridHeader a:hover
{
    color: #ccc;
}

.gridPager
{
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.gridPager a:link, .gridPager a:active, .gridPager a:visited
{
    font-size: 13px;
    font-weight: bold;
    color: #999999;
    text-decoration: none;
}

.gridPager a:hover
{
    color: #333333;
}

.gridFooter
{
    background-color: #333333;
    color: White;
}

.gridNoHover
{
    width: 100%;
}

.gridNoHoverRow
{
    background-color: White;
}

.gridNoHoverAlternatingRow
{
    background-color: #e8e8e8;
}

.gridNoHoverSelectedRow
{
    background-color: #999;
}

.gridNoHoverHeader
{
    background-color: #990000;
    color: White;
    padding: 5px;
    height: 25px;
}

.gridNoHoverHeader a:link, .gridNoHoverHeader a:active, .gridNoHoverHeader a:visited
{
    text-decoration: underline;
    color: #fff;
}

.gridNoHoverHeader a:hover
{
    color: #ccc;
}

.gridNoHoverPager
{
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.gridNoHoverPager a:link, .gridNoHoverPager a:active, .gridNoHoverPager a:visited
{
    font-size: 13px;
    font-weight: bold;
    color: #999999;
    text-decoration: none;
}

.gridNoHoverPager a:hover
{
    color: #333333;
}

.gridNoHoverFooter
{
    background-color: #333333;
    color: White;
}

.gridEmptyDataRow
{
    color: #990000;
    font-size: 10px;
}

/*
.MsgBox{
    margin:10px;
    margin-top:5px;
}
.ValidationSummary{
    background-image:url(../Imagens/erro.png);
    background-color:#FFFF99;
    background-repeat:no-repeat;
    background-position:5px 5px;
    padding-left:40px;
    padding-top:5px;
    padding-bottom:5px;
    font-family:Arial;
    font-size:12px;
    color:Black;
    line-height:20px;
}
*/
.MsgBox
{
    border-width: 1px;
    border-style: solid;
    border-color: #ee981c;
    background-color: #ffff99;
    color: #000000;
    padding: 2px;

    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.MsgBoxPanel
{
    width:98%;
}

.message
{
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
}
.ValidationSummary
{
    border-width: 1px;
    border-style: solid;
    border-color: #ee981c;
    background-image: url(http://file.fde.sp.gov.br/template/imagens/Icons/error.png);
    background-color: #FFFF99;
    background-repeat: no-repeat;
    background-position: 10px 7px;
    padding-left: 55px;
    padding-top: 10px;
    padding-bottom: 5px;
    font-family: Arial;
    font-size: 12px;
    color: Black;
    line-height: 20px;
    margin: 10px;
    margin-left:10px;
    min-height: 25px;
    width: 94%;

    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.local
{
    width: 99.7%;
    padding-left: 5px;
}
.sublocal
{
    background: #e8e8e8;
    padding-bottom: 5px;
    padding-top: 5px;
    border-left: 8px solid #990000;
    padding-left: 5px;
}
.voceesta
{
    font-weight: bold;
}

.sair:link, .sair:active, .sair:visited
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    border: 1px none #fff;
    text-align: center;
    display: inline-block;
    width: 50px;
    padding: 2px;
}

.sair:hover
{
    font-weight: bold;
    border-color: #ccc;
    color: #ccc;
}

/*.sair:link, .sair:active, .sair:visited
{
font-family: Arial;
font-size:14px;
font-weight:bold;
color: #fff;
text-decoration: none;
border:0px solid #fff;
text-align:center;
}*/
.p2b
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	border: 1px solid silver;
	height: 200px;
	overflow: auto;
	background-color: white;
	margin-left: 0px;
}
/*.sair:hover
{
font-weight:bold;
}*/

  .modalFilter
        {
            background-color: Gray;
            filter: alpha(opacity=50);
            opacity: 0.5;
        }
        .fundoModal
        {
            background-color:Black;
            filter: alpha(opacity=70);
            opacity: 0.5;
        }
        .modalPopup
        {
            background-color: #FFFFFF;
            border-width: 0px;
            border-style: double;            
            border-color: #000;
            padding: 3px;
            width: 200px;
        }
.modalPopup
{
    background-color: #FFFFFF;
    border-width: 0px;
    border-style: double;            
    border-color: #000;
    padding: 3px;
    width: 200px;
}
.style1 {   font-family: Arial, Helvetica, sans-serif;
      font-size: 11px;
}
.style11 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}