body {
	font-family : Arial;
    font-size : 13px;
}

.nomeRelacionada{
	width: 11%;
	background-color: #a5b9e0;
	height: 20px;
	border: thick;
	font-size: 13px;
	vertical-align: top;		 
}
.colunaEsquerda{
   align: left;
   bgcolor: #0464a4;   
}

.colunaDireita{
    bgcolor: #d8e1f0;
}
.colunaTopo{
	width: 11%;
	background-color: #0464a4;
	font-size: 12px;
}
.linkRelacionada{
	background-color: #d8e1f0;
	border-color: #d8e1f0;

}
.nomePublicacao{
	width: 12%;
	background-color: #a5b9e0;
	height: 20px;
	border-style: none;

}
.linkPublicacao{
	background-color: #d8e1f0;
	border-style: none;
}
.standardTable {
	font-family : Arial;
	font-size: 13px;
	color: #000000;
    border-style: none;
}
.relacionadaTable {
	font-family : Arial;
	font-size: 13px;
	color: #000000;
    border: none;
    
}
.error {
	font-family : Arial;
	font-size: 15px;
	color: #FF0000;
}

.standardTable_Header {
	color: #000000;
    background-color: #FFDD00;
    padding: 3;
    text-align: center;
    border: none;
}
.Table1 {
    border: 0;
    width : 750px;
    border-width: 750px;
    background-color: #d8e1ed;
}
.retornaPublicacao {
    border: 0;
    width : 750px;
    border-width: 750px;
    background-color: #d8e1ed;
}
.Table2 {
    border: 0;
    border-width: 750px;
    width : 750px;
}
.TableColumn {
    border: 0;
    width : 750px;
}
/*
   ------------------------------------------------------------
   Popup component
   ------------------------------------------------------------
*/

.popup {
    background-color:rgb(255,255,255);
    color: #000000;
    /*border: 1px solid #CCCCCC;*/
    border: none;
    font-size: 12px;
    padding: 10px;
}

.popup table {
    font-size: 12px;
}


/*
   ------------------------------------------------------------
   End popup component
   ------------------------------------------------------------
*/
a
{
	color: #333366;
    text-decoration: underline;
    font-size: 12px;
}

