body
{
  background-color: #999999;
  margin: 0px;
  padding: 0px;
  text-align: center;

  /* Lairton */
  width: 750px;
}

td
{
	font-size: 11px;
}

#page_body
{
  width: 750px;
  text-align: left;
  margin: 0px auto;
  background-color: #ffffff;
}

.PageBox
{ 
  position: absolute;
  
  /*
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  */
  
  width: 50%;
  height: 100%;
  margin: auto;
  background-color: #ffffff;
}

/***********************************************
/* Painéis de Conteúdo
************************************************/

#LeftPane
{
  float: left;
  padding-left: 24px;
  width: 199px;
  font-family: Trebuchet MS;
  padding-bottom: 8px;
}

#LeftPane .panel
{
  text-align: left;
  border-width: 1px;
  border-style: solid;
  border-color: #dbdbdb;
  width: 199px;
  margin-bottom: 10px;
}

#LeftPane .panel .title
{
  width: 199px;
  height: 29px;
  background-color: #cecece;
  background-image: url(images/sidebar_topbox.gif);
  background-repeat: no-repeat;
}

#LeftPane .title .title_text
{
  width: 199px;
  height: 28px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 28px;
  text-align: right;
}

#LeftPane .content
{
  font-size: 11px;
  padding: 0px;
  margin: 10px;
}

#LeftPane .content .title_text
{
  font-size: 14px;
  font-weight: bold;
  color: #406599;
}

#LeftPane .content p
{
  margin-top: 0px;
}

#ContentPane
{
	/*width: 100%;*/
	padding-left: 24px;
	padding-right: 24px;
}

#ContentPane .content p
{
	margin-top: 0px;
	font-size: 11px;
	padding: 0px;
	margin: 10px;
}

#RightPane
{	
}

/***********************************************
* Boxes dos Módulos
************************************************/

.ModuleTitle
{
  /*width: 100%;*/
  line-height: 27px;
  background-color: #D6D6D6;
  background-image: url(ImagensNovas/ModuleTitle.gif);
  background-position: top right;
  background-repeat: no-repeat;
  
  /* Borda */
  border-width: 1px;
  border-style: solid;
  border-color: #dbdbdb;
  
  /* Texto */
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-align: right;  
    
  /* Margens */  
  padding-right: 4px;
}

.ModuleTitleRight
{
	background-image: url(ImagensNovas/ModuleTitleRight.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 16px;
}

.CommandButton     
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8px;
    font-weight: bold;
    color: Blue;
}

.ModuleContents
{
	/* Fonte */
   font-family: Trebuchet MS;
	font-size: 13px;
	/*padding-bottom: 8px;	*/
	
	/* Margens */
	margin-bottom: 10px;
}

.HtmlHolder
{
		/* Bordas */
	border-left: solid 1px #dbdbdb;
	border-right: solid 1px #dbdbdb;
	border-bottom: solid 1px #dbdbdb;
}

/***********************************************
* SectionMenu.ascx
************************************************/

.SMIId /* SMIId = SectionMenuItemId */
{
	font-weight: bold;
}