body, input, select, td, textarea, table, td, tr, p, a{ 
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

a {
	color : #204492;
	text-decoration: none;
	background: url(images/pontilhado.gif) bottom left repeat-x;
}

 /* mouse over link */
a:hover {
	color : #204492;
	text-decoration: underline;
	background: none;
}

img{ 
	border:none;
}

hr {
	height: 1px;
	color: #000;
	clear:both;
}

ul, ol {
    list-style: none;
    margin: 0 0 0.5em 0;
    padding: 0;
}

li {
    font-size: 1.15em;
}


td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/*------------- Layout ------------------------*/
table#catalogo{
	width: 100%;
	height: 100%;
	background-color: #FFF;
	border: 0px;
	padding: 0px;
	border-spacing: 1px;
	text-align: center;
}

table#catalogo td#topo{
	height: 70px;
	background-color: #FFF;
    border: 1px solid #DDD;
}

table#catalogo td#topo_menu{
	height: 30px;
	background-color: #FFF;
    border: 1px solid #DDD;
}

table#catalogo td#esquerda{
	text-align: center;
	vertical-align: top;
	width: 158px;
	background-color: #FFF;
    border: 1px solid #DDD;
}

table#catalogo td#centro{
	text-align: center;
	vertical-align: top;
	background-color: #FFF;
    border: 1px solid #DDD;
}

/*------------- Menus e Links ------------------------*/
table#menu{
	width: 100%;
}

table#menu td#titulo {
	padding: 0.15em 0.5em;
    display: block;
    text-decoration: none;
    border-right: thin solid #F00;
    border-bottom: thin solid #F00;
    font-weight: bold;
    background-color: #CC0000;
    color : #FFF;
    
}

.edicao {
    #background-color: yellow;
    border: thin dashed #AAA;
    color: #444;
 	font-weight: bold;
 	font-size: 10;
 	text-align: center;
 	vertical-align: center;
}

table#menu td#corpo {
    background-color: #EEE;
    border-right: thin solid #CCC;
    border-bottom: thin solid #CCC;
}

#catalogoMenu li li a, #catalogoMenu li li a:active,#catalogoMenu li li a:visited {
    display: block;
    padding: 0.15em 0.5em;
    border: 1px solid #EEE;
    margin: 1px 0;
    text-decoration: none;
    color :   #204492;
    font-weight: normal;
}

#catalogoMenu li {
	padding: 0.15em 0.5em;
    text-decoration: none;
    color :   #204492;
    font-weight: bold;
}

#catalogoMenu li li a:hover {
    background: #fff;
    border-color: #CCC;
    border: 1px solid #EEE;
}

.editMnu {
	-moz-border-radius: 5px;
	border: 1px solid #999;
	padding: 5px;
	background-color: #DDD;
	text-align: left;
	color: black;
	width: 100px;
	z-index: 100;
}

/*------------- Resto ------------------------*/

.limite {  border: thin #CCCCCC dotted}
/*.produtos {  border: #CCCCCC; border-style: groove; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin}*/


.tablebloco {  border-color: #000000 black black; border-style: solid; border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt}
.tabletitle {  font-weight: bold; color: #FFFFFF; background-color: #003399}
.tablebody {  background-color: #EEEEEE}


