@import url("CebLista.css");
@import url("CebListaParametroBusca.css");
@import url("CebListaSimples.css");
@import url("CebListaVos.css");
@import url("CebCadastro.css");
@import url("CebAcesso_Menu.css");
@import url("CebMenuIcone.css");
@import url("CebLogin.css");

*
{
	font-size: 11px;	
}

body 
{
	margin: 0;
	padding: 0;
	background: #ffffff url(../img/layout/img01.png) repeat-x;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 
{
	margin-top: 0;
}

h1 
{
	font-size: 2em;
}

h2 
{
	font-size: 1.6em;
}

h3 
{
	font-size: 1em;
}

ul 
{
	list-style-image: url(../img/layout/img07.gif);
}

a 
{
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
	color: #D56E22;
}

a:hover 
{
	border-bottom: none;
}

a img 
{
	border: none;
}

img.left 
{
	margin: 0 20px 0 0;
}

img.right 
{
	margin: 0 0 0 20px;
}

input, select, button, textarea
{
    border: 1px solid #cccccc;
    border-collapse: inherit;
    border-radius: 4px;
    margin: 0;
    padding: 5px;
}

input.botao
{
    border-radius: 10px;
}

input.required, select.required {
    background-color: #fff;
    border-left: 2px solid red;
    border-radius: 0 10px 10px 0;
}

.botaoData {
    background-color: #fff;
    border-radius: 0;
    padding-top: 2px;
}

/* .Botao
{
	background: url(../img/layout/botao.png) no-repeat;
	width: 180px;
	height:34px;
	font-size: 11px;
	font-weight: bold;
	border: 0; 
	padding-bottom: 5px;
	color: #ffffff;
}
 */
.Botao, input[type="submit"], input[type="button"], #cancelar {
    background-color: #2549a5;
    border-color: #fff #ccc #ccc #fff;
    border-style: solid;
    border-width: 2px;
    color: #fff;
    font-size: 9pt;
    font-weight: bold;
    height: 30px;
    width: 120px;
}



/* Header */
#logo 
{
	width: 880px;
	height: 88px;
	margin: 0 auto;
	padding: 0 10px;
}

#logo h1, #logo p 
{
	float: left;
	margin: 0;
	color: #293b75;
}

#logo h1 
{
	padding: 0;
	font-weight: normal;
	font-size: 3em;
}

#logo p 
{
	text-transform: uppercase;
	padding: 52px 0 0 3px;
	font-size: 10px;
	color: #616161;
}

#logo a 
{
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

#menuIcone
{
	background: #ffffff;
	margin-top: 10px;
}

/* Wrapper */
#wrapper 
{
	background: #ffffff;
}

/* Page */
#page 
{
	width: 95%;
	margin: 0 auto;
	padding: 10px 0;
}

#page-bg 
{
	padding: 11px 24px;
	background: url(../img/layout/img03.jpg) no-repeat;
}

/* Latest Post */
#latest-post 
{
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */
#content 
{
	width: 100%;
	height: auto;
}

.post 
{
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #949494;
	line-height: 200%;
}

.post h1 
{
	font-weight: normal;
}

.title 
{
	margin: 0;
	font-weight: normal;
}

.title a 
{
	border-bottom: none;
}

.title a:hover 
{
	border-bottom: 1px dotted #CCCCCC;
}

.byline 
{
	margin: 0 0 20px 0;
}

.entry 
{
	padding: 0 20px;
}

.links 
{
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

.links a 
{
	padding-left: 15px;
	background: url(../img/layout/img04.gif) no-repeat left center;
	border: none;
}

.links a:hover 
{
	border-bottom: 1px dotted #CCCCCC;
}

/* Footer */

#footer 
{
	border-top: 1px solid #cccccc;
	background-color: #b9cce7;
	padding: 80px 0px 50px 0px;
	height: 20%;
}

#footer p 
{
	font-family: Arial;
	margin: 0;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

#footer a 
{
	color: #FFFFFF;
}

/* BOX */
div.topBox, div.bottomBox 
{
  height: 6px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

div.contentBox 
{
  font-size: 11pt;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0 8px;
}

div#box div.topBox 
{
  background: url(../img/box/border_top.png) 0 0 repeat-x;
}

div#box div.topBox div.topBox 
{
   background: url(../img/box/sup_right.png) 100% 0 no-repeat;
}

div#box div.topBox div.topBox div.topBox 
{
   background: url(../img/box/sup_left.png) 0 0 no-repeat;
}

/* Conteudo */
div#box div.contentBox 
{
  padding: 5px 10px;
}

/* bottom box */

div#box div.bottomBox 
{
  background: url(../img/box/border_bottom.png) 0 100% repeat-x;
}

div#box div.bottomBox div.bottomBox 
{
   background: url(../img/box/inf_right.png) 100% 0 no-repeat;
}

div#box div.bottomBox div.bottomBox div.bottomBox 
{
   background: url(../img/box/inf_left.png) 0 0 no-repeat;
}

