/* ------------------------------------- */
/* High level document format */
/* ------------------------------------- */

body {
	font-family: Arial, sans-serif ;
	font-size: 12pt;
}

tbody {
	font-family: Arial, sans-serif ;
	font-size: 12;
}
	
.headercell {
	font-size: 16;
	font-weight: bold; 
}

/* ----------------------------- */
/* Specific kind of Table */
/* ----------------------------- */

.tableblack {
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	table-layout: fixed;
}

.tableattribute {
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
	table-layout: fixed
	}
	
.tableclear {
	border-width: 1px;
	border-spacing: 2px;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
	table-layout: fixed
	}


/* Use for the Copyright page ( all blue)   */
.tablecopyright {
    font-family: Arial, sans-serif ;
    border-width: 2px;
	border-style: solid;

	border-color: #0b77fd;
	align: center;
	color: #0b77fd; 
	font-size: 12;
	font-weight: bold;
	background-color:none;
	border-collapse: collapse;
	table-layout: fixed
}


/* -------------------------------------------------------------------- */
/* Specific <TD> Tag for the different kind of Classes */
/* -------------------------------------------------------------------- */

/* <TD> Tag used for the Abstract Class title bar (blue) */	
.tdabstrait {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-right-color: white;
	border-left-color: white;
	color: white; 
	font-size: 12;
	font-weight: bold;
	background-color: #7575FF;
}

/* <TD> Tag used for the Work Unit Class of RHN title bar (light-blue)  */	
.tdabstraitworkunit {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-right-color: white;
	border-left-color: white;
	color: white; 
	font-size: 12;
	font-weight: bold;
	background-color: #99ccff;
}

/* <TD> Tag used for the Geometric Class title bar (green) */
.tdgeometric{
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-right-color: white;
	border-left-color: white;
	color: white; 
	font-size: 12;
	font-weight: bold;
	background-color: #008080;
}

/* <TD> Tag used for the Sub-Type Class title bar (red) */
.tdsubtype {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-right-color: white;
	border-left-color: white;
	color: white; 
	font-size: 12;
	font-weight: bold;
	background-color: #BB2251;
}

/* <TD> Tag used for the Super Class title bar (blue) */
.tdsuperclass {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-right-color: white;
	border-left-color: white;
	color: white; 
	font-size: 12;
	font-weight: bold;
	background-color: #7575FF;
}

/* <TD> Tag used for the Sub Class title bar (green) */
.tdsubclass {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-right-color: white;
	border-left-color: white;
	color: white; 
	font-size: 12;
	font-weight: bold;
	background-color: #008080;
}

/* <TD> Tag used for the Special Class title bar (green) */
.tdspecial {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-right-color: white;
	border-left-color: white;
	color: white; 
	font-size: 12;
	font-weight: bold;
	background-color: #008080;
}

/* <TD> Tag used for the Management Class title bar (light grey) */
.management {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-right-color: black;
	border-left-color: black;
	color: black; 
	font-size: 12;
	font-weight: bold;
	background-color: #DEDEDE;
}

/* <TD> Tag used for the different class Value */
.tdblack {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-top-color: black;
	border-right-color: ;
	border-left-color: ;
	border-bottom-color: black;
	color: black; 
	font-size: 12;
	font-weight: bold;
}
		
/* --------------------------------------------------------- */
/* Specific <TD> Tag for the Attribute Section */
/* --------------------------------------------------------- */
		
/* <TD> Tag used for the Attribut title bar (brown) */	
.tdattribut {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: ;
	color: black; 
	font-size: 12;
	font-weight: bold;
	background-color: #D2C8AE;
}


/* <TD> Tag used for the Attribut title bar of the Work Unit class  (green)  */	
.tdattributworkunit {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: ;
	color: black; 
	font-size: 12;
	font-weight: bold;
	background-color: #bddeac;
}



/* <TD> Tag used for the Attribut Name */
.tdattributename {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: ;
	color: black; 
	font-size: 12;
	font-weight: bold;
}

/* <TD> Tag used for the Attribut Definition */
.tdattributedef {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: ;
	color: black; 
	font-size: 12;
	font-weight: ;
}
			
/* <TD> Tag used for the Attribut Value (beige) */
.tdattributvaluebeige {
	border-width: 1px;
	padding: 3px;
	border-style: none;
	border-color: ;
	color: black; 
	font-size: 12;
	font-weight: bold;
	background-color: #F2F0E6;
}


/* <TD> Tag used for the Attribut Value of the Work Unit class (light-green) */ 
.tdattributvalueworkunit {
	border-width: 1px;
	padding: 3px;
	border-style: none;
	border-color: ;
	color: black; 
	font-size: 12;
	font-weight: bold;
	background-color: #e2f1da;
}



/* <TD> Tag used for the Internal Code */
.tdinternalcode {
	border-width: 1px;
	padding: 3px;
	border-style: none;
	border-color: ;
	color: black; 
	font-size: 12;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
}	

/* <TD> Tag used for the Attribut Value */
.tdattributevalue {
	border-width: 1px;
	padding: 3px;
	border-style: none;
	border-color: ;
	color: black; 
	font-size: 12;
	font-weight: ;
	vertical-align: top;
}

/* <TD> Tag used for the Management Attribut Name */
.tdattributmanagement {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: ;
	color: black; 
	font-size: 12;
	font-weight: bold;
	background-color: #DEDEDE;
}
	
/* <TD> Tag used for the Management Attribut Definition */
.tddefinitionmanagement {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: ;
	color: black; 
	font-size: 12;
	font-weight: ;
	background-color: #DEDEDE;
}

/* <TD> Tag used for the Management Internal Code */		
.tdinternalcodemanagement {
	border-width: 1px;
	padding: 3px;
	border-style: none;
	border-color: ;
	color: black; 
	font-size: 12;
	font-weight: bold;
	background-color: #DEDEDE;
	vertical-align: top;
	text-align: center;
}	

/* <TD> Tag used for the Management Attribut Value */
.tdattributevaluemanagement {
	border-width: 1px;
	padding: 3px;
	border-style: none;
	border-color: ;
	color: black; 
	font-size: 12;
	font-weight: ;
	background-color: #DEDEDE;
	vertical-align: top;
}

/* <TD> Tag used for the Metadata Attribut title bar (grey-green)  */
.tdattributemetadata {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: ;
	color: black; 
	font-size: 12;
	font-weight: bold;
	background-color: #A0BAB5;
	vertical-align: top;
}



/* <TD> Tag used for the Metadata Attribut title bar (light grey-green)  */
.tdattributevaluemetadata {
	border-width: 1px;
	padding: 3px;
	border-style: none;
	border-color: ;
	color: black; 
	font-size: 12;
	font-weight: bold;
	background-color: #E4EBEA;
}


	
/* ------------------------------------------------------------ */
/* Specific <TD> Tag for the Constraint Section */
/* ------------------------------------------------------------ */


/* Minimum Dimension Section */
/* ---------------------------------------- */

/* <TD> Tag used for the Minimum Dimension title bar (---) */	
.tdbluetitle {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: grey;
	border-collapse: collapse;
	color: navy; 
	font-size: 14;
	text-decoration: underline;
	font-weight: bold;
}

/* <TD> Tag used for the Minimum Dimension title name (---) */
.tdbluename {
	border-width: 1px;
	padding: 3px;
	border-style: none;
	color: navy; 
	font-size: 14;
	text-decoration: underline;
	font-weight: bold;
}	

/* <TD> Tag used for the Constraint name (---) */
.tdconstraint {
	border-width: 1px;
	padding: 3px;
	border-style: none;
	color: black; 
	font-size: 12;
	font-weight: bold;
	vertical-align: top;
}


/* Spatial Constraint Section */
/* ------------------------------------ */

/* <TD> Tag used for the Spatial Constraint title bar (---) */
.tdredtitle {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: grey;
	border-collapse: collapse;
	color: red; 
	font-size: 14;
	text-decoration: underline;
	font-weight: bold;
}

/* <TD> Tag used for the Cardinality value (---) */
.tdcardinality {
	border-width: 1px;
	padding: 3px;
	border-style: none;
	color: navy; 
	font-size: 14;
	font-weight: ;
	vertical-align: top;
	text-align: center;
}	
	
/* <TD> Tag used for the GDB Code value (---) */
.tdgdbcode {
	border-width: 1px;
	padding: 3px;
	border-style: none;
	color: navy; 
	font-size: 12;
	font-weight: ;
	vertical-align: top;
	text-align: left;
}	

/* <TD> Tag used for the GDB Name value (---) */
.tdgdbname {
	border-width: 1px;
	padding: 3px;
	border-style: none;
	color: navy; 
	font-size: 13;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}	
