/* $Id: xmlSchema.css,v 1.3 2008/09/27 23:09:57 pnmaher Exp $ */
.textElement, .textAttr, .textContents, .textOperator { 
 font-family: Arial; 
 font-size: smaller;
}

.schemaHeader { 
 font-family: Arial; 
 font-size: medium; 
}
.schemaHeader2 { 
 font-family: Arial; 
 font-size: medium; 
 font-weight: bold; 
}

.elementHeader { 
 font-family: Arial; 
 font-size: smaller; 
}
.elementHeader2 { 
 font-family: Arial; 
 font-size: smaller; 
 font-weight: bold; 
}

.schemaName { 
 font-family: Arial; 
 font-size: small; 
 font-weight: bold;  
}
.schemaSubTitle { 
 font-family: Arial; 
 font-size: small; 
 color: #606060; 
}
.schemaSubData { 
 font-family: Arial; 
 font-size: small;  
}

table.table-no-border { 
 line-height: 100%; 
 border-spacing: 0px 0px;
}
table.table-border td {
  padding: 0px ; 
}

table.table-border { 
 line-height: 100%; 
 border-style: solid; 
 border-width: 1px; 
 border-left-color: #ECE9D8; 
 border-top-color: #ECE9D8; 
 border-right-color: #ACA899; 
 border-bottom-color: #ACA899; 
 border-spacing: 0px 0px;
 width: 100%;
}
table.table-border td {
  padding: 5px ; 
}

tr {
 vertical-align: top ;
}

td.td-border {
 border-style: solid; 
 border-width: 1px; 
 border-left-color: #ACA899; 
 border-top-color: #ACA899; 
 border-right-color: #ECE9D8; 
 border-bottom-color: #ECE9D8; 
}

img { 
 border-style: none ; 
}
pre { 
 margin-top: 0; 
 margin-bottom: 0; 
}
/* table {
 cellspacing: 0;
} */

/* end of file */