﻿/******************
estilo geral
******************/
body
{
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #010a2e;    
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    }
form
{
    margin: 0;
    padding: 0;
    }
ul
{
    margin: 0px 0px 5px 5px;
    padding: 0;
    }
li
{
    margin: 2px 0px 2px 10px;
    padding: 0;
    }
p
{
    margin: 0;
    padding: 0;
    }
legend
{
    font-weight:bold;
    color: #AB1A02;
    padding: 0px;
    margin: 0px;  
    }    
a:link      { color:#0f32db; text-decoration:none; }
a:visited 	{ color: #0f32db; text-decoration:none; }
a:active 	{ color: #00732E;  cursor:hand; text-decoration:none; }
a:hover 	{ color:#0f32db; cursor:hand; text-decoration:underline; }
		
a.bodyLink:link     { color: #00732E; text-decoration:none; font-weight:bold; }
a.bodyLink:visited 	{ color: #00732E; text-decoration:none; font-weight:bold; }
a.bodyLink:active 	{ color: #00732E; cursor:hand; text-decoration:none; font-weight:bold; }
a.bodyLink:hover 	{ color: #CFC98B; cursor:hand; text-decoration:underline; font-weight:bold; }
/******************
headings
******************/
h1 {
	font-size:1.6em;
	padding:0;
	margin:0 0 6px 0;
	}

h2 {
	font-size:1.2em;
	margin:0 0 6px 0;	
	}
h3 {
	font-size:1.2em;
	margin:4px 0 4px 0;
	}
	
h4 {
	font-size:1.1em;
	margin:4px 0 4px 0;
	}
	
h5 {
	font-size:.9em;
	margin:4px 0 4px 0;
	}
	
h6 {
	font-size:.8em;
	margin:4px 0 4px 0;
	}
/******************
geral
******************/
.texto0
{
    font-size: 11px;
    }
.texto1
{
    font-size: 12px;
    }
.link0
{
    font-weight:bold;
    font-size: 10px;
    color:#0f32db;
    padding: 0px 0 6px 10px;
    margin: 10px 0 10px 0;  
}
.titulo0
{
    font-weight:bold;
    font-size: 11px;
    color:#638740;
    padding: 0px 0 6px 10px;
    margin: 10px 0 10px 0;  
    }
.titulo1
{
    font-weight:bold;
    font-size: 12px; 
    color:#445e2a;
    padding: 0px 0 6px 10px;
    margin: 10px 0 10px 0;  
    }
.titulo2
{
    font-weight:bold;
    font-size: 13px; 
    color:#0f32db;
    }    
.gmaps0
{
    font-size: 10px;
    text-decoration: none;
    color: #002745;
}
.gmaps0 a
{
    font-size: 10px; 
    text-decoration: underline;
    color: #002745;
}
/******************
componentes dos formulários
******************/
.campoobrigatorio
{   
    font-size: x-small; 
    color: #BB3029;
    }
.notas
{   
    font-size: xx-small; 
    color: #000000;
    }    
.camposobrigatorionotas
{
    font: 10px arial, helvetica, sans-serif;
    color: #BB3029;
    padding: 6px 0 0 0;
    }    
.obrigatorio0
{
    font-size: xx-small;
    color: #ff0000;
    font-style: italic;
    font-weight: bolder;
}
.combobox1
{
    font: 11px arial, helvetica, sans-serif;
    color: #002745;
    }
.listbox1
{
    font: 11px arial, helvetica, sans-serif;
    color: #002745;
    }    
.campo1
{
    text-indent:4px;
    font: 11px arial, helvetica, sans-serif;
    color: #002745;
    }
.botao1
{
    font: 11px arial, helvetica, sans-serif;
    color: #002745;
    }
/******************
menu
******************/
.menu
{
    padding:1px; 
    border:solid 1px #333333; 
    width:175px;
}     
.accordion  
{
    font-size:8.5pt;
    font-family:Tahoma;
    background:url(menu/item_bg.png);
}
.accordion .header 
{
    cursor:pointer;
    background:url(menu/hd_bg.gif) repeat-x;
   /* border-bottom:solid 1px #57566f;*/
   border:solid 1px #c12506;
}
.accordion .header DIV
{
    cursor:pointer;
    height:30px;
    padding-left:40px;
   /* background-color:Transparent;*/
    background-position:center left;
    background-repeat:no-repeat;
}
.accordion .header SPAN
{
    cursor:pointer;
    font-weight:bold;
    display:block;
    padding-top:8px;
    color:#fff;
}        
.accordion .header:hover
{
    cursor:pointer;
    height:30px;
    /*background-color:Transparent;*/
    background:url(menu/hd_hover_bg.gif) repeat-x;
   /* border-bottom:none;
    text-decoration:none;*/
}                
.accordion UL        
{
    padding:0;
    margin:5px 5px 5px 15px;
    list-style-type:none;
}
.accordion LI
{
    background-color:Transparent;
    background-repeat:no-repeat;
    background-position:left center;
    vertical-align:middle;
    padding:6px 5px 6px 25px;
    cursor:hand;
}
.accordion LI DIV
{
    padding-left:10px;
   /* color:#666666;*/
    cursor:hand;
}
.accordion LI:hover
{
    text-decoration:none;
}
/* table style */
table.gridview
{
	border:solid 1px #84a360;
}
/* header cell style */
.gridview th
{
	background: url(gridview-header.jpg) repeat-x;
}  
/* cell styles */
.gridview td
{
    color:#000;
    border-bottom-color:#e7f2da;	
    border-right-color:#e7f2da;	
}
/* mouseover row style */
.gridview .row-over 
{ 
	background-color:#e7f2da;
}
/* mouse selectrow style */
.gridview .row-select 
{ 
	color:#fff;
	background-color:#4e9a06;
}