/*
 * Styles for the small help window (cue card style)
 */
BODY.helpwindow {
  background-color: #FFFFCC;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

.helpwindow A {
  text-decoration: none;
}

.helpwindow A:HOVER {
  text-decoration: underline;
}

/* Styles guiding the UML Profile */

TD.UMLProfileNoteCell {
  font-style : italic; 
  font-size: 8pt;
}

TD.UMLProfileIdCell {
	white-space: nowrap;
}


/*
 * Misc styles
 */
BODY {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

TD {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

H1 {
  font-size: 16pt;
  font-weight: bold;
}

H2 {
  font-size: 10pt;
  font-weight: bold;
}

HR {
  color : #4040C4;
}

P.doctext {
  text-align : justify
}


PRE.code {
  background-color: #E3E3E3; 
  padding: 4px 4px 4px 4px; 
  display: block;
  font-size: 10pt;
  font-family: "Courier New", Courier, monospace;
}

SPAN.codecomment {
  font-style: italic;
  color: blue;
}

SPAN.samplecomment {
  font-weight: bold;
  color: blue;
}

.codeTerm {
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  font-size: 10pt;
}

.codeExplanation {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10pt;
}

.buildstamp {
  color: #0000FF;
  font-size: 8pt;
  font-style : italic; 
}

.copyright {
  color: #999999;
  text-align : justify;
/*  text-align: center;*/
  font-size: 8pt;
}

.copyright A {
  color: #999999;
  text-decoration: none;
}

.copyright A:HOVER {
  text-decoration: underline;
}


.mastermenu A {
  color : #000000;
  text-decoration: none;
  font-family : Tahoma, Arial;
  font-size : 11px; 
  font-weight: bold;
}

.mastermenu A:HOVER {
  color : #000000;
  text-decoration: underline;
}

.mastermenu {
  background-color: #FFB400; 
}

.groupTitle {
  font-family : Arial, Helvetica, sans-serif; 
  font-weight : 700; 
  font-size : 17px; 
  font-style : normal; 
  letter-spacing : -1px; 
  color : #FFFFFF; 
  white-space : nowrap; 
  padding-left: 4px; 
  padding-bottom: 4px;
}

.groupItems {
  padding: 4px 4px 4px 4px;
}

.docBookmarkLink A {
  color : #000000;
  text-decoration: none;
}

.docBookmarkLink A:HOVER {
  color : #000000;
  text-decoration: underline;
}

