/*
   Base Style Sheet 
*/

@import url(navbar.css);  /* CSS for navigation menu. */
@import url(docs.css);    /* CSS for the Documentation. */

html, body {
  line-height:     120%;
  color:           black;
  background:      white;
  font-weight:     normal;
  font-family: 	   sans-serif;
  font-style:      normal;
  text-decoration: none;
  margin:  0;
  padding: 0;
  border:  0;
}

div#main {
  padding-top: 1em;
/*   margin-right: 7.6em; */ /* no need for this without the righthand bar */
  margin: 0;
}

div#main p, div#main dt {
  padding-left: 1em;
  padding-right: 1em;
}

dt {
  margin-top: 1em;
}

a:link img, a:visited img {border-style: none}
a img {color: black} /* The only way to hide the border in NS 4.x */

a:link, a:visited {
  color: Teal;
}

a:hover {
  color: Teal;
  background-color: LightSeaGreen;
}

a:active {
  color: red;
  background-color: yellow;
}

img {vertical-align: middle}

address img {
  float: right;
  width: 88px;
}

address {
  padding-right:    1em;
  padding-left:     1em;
  margin-top:       3em;
  border-top:       1px solid black;
  background-color: #eeeeee;
  clear:            right;
}

address {
  /*background-image: url(./back.png);  */
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 50px;
  background-position: center;
}

/* Various header(ish) things. Definitions cribbed from the CORE Styles. */
h1 {
  font-family: sans-serif;
  font-size : large;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  /*color: #053188; */
}

#banner h1 {font-size: 1.3em;
display: inline
}

#banner {
	/*background-image: url(icon-kxmleditor.png); */
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 45px;                
	background-position: left;  
	/*margin:0; padding:0;   */
	margin-top : 0.2em;
	margin-left : 0.2em;
	margin-right : 0.2em;
	border-bottom: 1px solid black;
}

#banner #versioninfo {
  font-size: small;
  color: DarkSlateGray;
  
}

#banner img {
  float: right;
}

h1#title {
  /*background-color: #eee; 
  border-bottom: 1px solid black; 
  padding: .25em;    */
  font-size : large;
  margin-top : 1em;
  margin-bottom : 1em;
  margin-left : 1.5em;
  margin-right : 5em;
  color: rgb(0, 0, 0); 
}

h1, h2, h3, h4, h5, h6, dt {
  font-family: sans-serif;
  /*font-size-adjust: .53;*/
}

h2 
{
  font-size: medium;
  text-align: left;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  margin-top : 1em;
  margin-bottom : 1em;
  margin-left : 0.5em;
  margin-right : 5em;
  padding: .2em;
  line-height: 120%;
  border-top:   1px solid rgb(0, 128, 255);
  border-bottom: 1px solid rgb(0, 128, 255);
  background-color: MintCream;
}

h2.teal_bold
{
  font-size: large;
  text-align: left;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  margin-top : 1em;
  margin-bottom : 1em;
  margin-left : 0.5em;
  margin-right : 5em;
  padding: .2em;
  line-height: 120%;
  border-top:   2px solid Teal;
  border-bottom: 2px solid Teal;
  background-color: MintCream;
}

h2.orange
{
  font-size: medium;
  text-align: left;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  margin-top : 1em;
  margin-bottom : 1em;
  margin-left : 0.5em;
  margin-right : 5em;
  padding: .2em;
  line-height: 120%;
  border-top:   1px solid Darkorange;
  border-bottom: 1px solid Darkorange;
  background-color: #ffefd5;
}

h2.orange_bold
{
  font-size: large;
  text-align: left;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  margin-top : 1em;
  margin-bottom : 1em;
  margin-left : 0.5em;
  margin-right : 5em;
  padding: .2em;
  line-height: 120%;
  border-top:   2px solid Darkorange;
  border-bottom: 2px solid Darkorange;
  background-color: #ffefd5;
}

h2.yellow
{
  font-size: medium;
  text-align: left;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  margin-top : 1em;
  margin-bottom : 1em;
  margin-left : 0.5em;
  margin-right : 5em;
  padding: .2em;
  line-height: 120%;
  border-top:   1px solid #F6BE00;
  border-bottom: 1px solid #F6BE00;
  background-color: #FFF380;
}

h2.yellow_bold
{
  font-size: large;
  text-align: left;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  margin-top : 1em;
  margin-bottom : 1em;
  margin-left : 0.5em;
  margin-right : 5em;
  padding: .2em;
  line-height: 120%;
  border-top:   2px solid #F6BE00;
  border-bottom: 2px solid #F6BE00;
  background-color: #FFF380;
}

h2.brown_bold
{
  font-size: large;
  text-align: left;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  margin-top : 1em;
  margin-bottom : 1em;
  margin-left : 0.5em;
  margin-right : 5em;
  padding: .2em;
  line-height: 120%;
  border-top:   2px solid Sienna;
  border-bottom: 2px solid Sienna;
  background-color: #efdecd;
}

h2.blue_bold
{
  font-size: large;
  text-align: left;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  margin-top : 1em;
  margin-bottom : 1em;
  margin-left : 0.5em;
  margin-right : 5em;
  padding: .2em;
  line-height: 120%;
  border-top:   2px solid MediumBlue;
  border-bottom: 2px solid MediumBlue;
  background-color: DeepSkyBlue;
}


h3 {
  font-size: 0.8em;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  background-color: #eee;
  text-indent: 2em;
  padding: .2em;
  border-top: 1px dotted black;
  margin-left : 1.5em;
  margin-right : 15em;
}

h4 {
  font-size: 1.1em;
  font-weight: 600;
  font-style: normal;
  text-decoration: underline;
}

h5, dt {
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-indent: .5em;
  margin:0;
}

h6 {
  font-size: 1em;
  font-style: italic;
  text-decoration: none;
  color: #666;
  text-indent: 1em;
  margin:0;
}

table.gallery 
{ 
	font-size: 0.8em;
	margin-top: 5px;
    margin-bottom: 5px;
    border-width: 2px; 
    border-color: Teal;
    border-style: solid;
    padding: 1px;
    background-color: MintCream;
    margin-left:auto; 
    margin-right:auto; 
}

table.gallery td
{
	border: 1px dotted Teal;
	text-align: center;
	background-color: MintCream;
}

table.gallery th
{
	font-weight: bold;
	border-top: 1px dotted Teal;
	border-bottom: 1px dotted Teal;
	background-color: MediumTurquoise;
}

table.data_table 
{ 
	font-family: sans-serif;
	font-size: 0.8em;
	margin-top: 5px;
    margin-bottom: 5px;
    border-width: 1px;  
    border-color: Teal;
    border-style: solid;
    padding: 0px;
    margin-left:auto; 
    margin-right:auto; 
}

table.data_table tr.list-header
{    
    background-color: MediumTurquoise; 
}

table.data_table tr.list-row-even
{    
    background-color: MintCream;
}

table.data_table tr.list-row-odd td
{    
    background-color: HoneyDew; 
}

table.data_table tr.list-row-even td
{    
    background-color: MintCream;
}

table.data_table tr:hover.list-row-odd td
{    
    background-color: PowderBlue ; 
}

table.data_table tr:hover.list-row-even td
{    
    background-color: PowderBlue ; 
}

table.data_table td.bold
{    
    font-weight: bold;
}

