@charset "utf-8";
/* CSS Document */
* {
	/*margin: 0;
	padding: 0;*/
}

html, body {
	/*height: 100%;*/
	margin:0 auto;
}

* html #tudo { /*height: 100%;*/ }

body {
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
}

a, a.selected, a:hover	{
	text-decoration: none;
}

#tudo {
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
}

#cabecalho { /*cabeçalho do sistema */ 

	background-color: #666666;

	text-align: left;

	border: solid 1px Gray;

	font-size:8pt;

	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;

	font-weight:bold;

	width:100%;

	color:#ffffff;

	position:fixed; 

	top:0px;

	left:0px;
	
	height: 90px;
	
	z-index: 1000;
	
	vertical-align:middle;
	
	

}


#rodape { /*rodapé do sistema */

	background-color: #666666;

	text-align: left;

	border: solid 1px Gray;

	font-size:8pt;

	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;

	font-weight:bold;

	width:100%;

	color:#ffffff;

	position:fixed; 

	bottom:0px;

	left:0px;
	
	height: 30px;
	
	z-index: 1000;
	

}

#conteudo {
	padding-top: 80px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 50px;
}

#footer-left {
	color: #000000;	 
	font-size: 11px;
	line-height: 25px; 	
	background: url(img/icon_idlogo.jpg) no-repeat 2px 6px;
    padding-left: 30px;
	padding-top: 2px;
} 
#footer-left a {
	color: #000000;
	text-decoration: none;
	}
#footer-left a.selected,
#footer-left a:hover	{
	color: #C7C7C7;
	text-decoration: none;
}

#menu {    
	color: #000000;
	float:left;
    width: 100%;
}

#header {
    color: #999999;       
    width:100%;  
}

#header a, a.selected, a:hover	{
    text-decoration: none;
	color: #999999; 
}

#headerLeft {
    float:left; 
    padding-left:10px;
    font-size:18px;   
	padding-bottom:7px;
}
 
#headerLeft span {
    font-size:11px;   
}

#headerRight {    
    float:right;
    padding-right: 10px;
	padding-bottom:7px;
}





.demo-info{
	background:#FFFEE6;
	color:#8F5700;
	padding:12px;
}
.demo-tip{
	width:24px;
	height:16px;
	float:left;
}

  
