
body,li,p,td,th {
    font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
  /*  margin: 0.3em 0 0.3em 0 ; padding: 0; */
}

hr {
	color: #ccc;
	height: 1px;
        border: none;
	background-color: #dce1e5;
}



p {
  margin: 0.5em 0 0.5em 0; padding: 0; 
}

small {
  font:9px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3 { 
  background-color: transparent; 
  color: #485866;
 /* margin: 0.7em 0 0.7em 0; */
  margin: 0.5em 0 0.5em 0;
  padding: 0; 
  border-width :0;
}

h4 { 
  background-color: transparent; 
  color: #485866;
 /* margin: 0.7em 0 0.7em 0; */
  margin: 0.5em 0 0.5em 0;
  padding: 0; 
  border-width :0;
}




h1 { font: bold 20px Arial, Helvetica, sans-serif;}
h2 { font: bold 16px Arial, Helvetica, sans-serif;}
h3 { font: bold 14px Arial, Helvetica, sans-serif;}
h4 { font: bold 12px Arial, Helvetica, sans-serif;}

/*.border {
  color: #000000;
  vertical-align: top;
  background-color: #DCE1E5;
}*/


/******************************************************************************/

a:link, a:visited {
    color: #485866; text-decoration: none;
}

a:active, a:hover {
    color: #FF9900; text-decoration: underline;
}

#navi ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 0;

}


a.theme {
  background-color:#FF9900;
}

#navi li a {
  list-style: none;
  display: block;
  text-decoration:none;
  background: #7b899c;
  margin: 0;
  padding: 5px;
  color: #ffffff;
  font-weight: bold;
  border-top: 1px solid #eee;
}

#navi li ul {
  background: #cccccc;
}

#navi li ul li a {
  list-style-type: square;
  list-style:inside;
  font-size: 10px;
  padding: 2px 2px 2px 20px;
  display: list-item;
  font-weight: normal;
  color: #000;
  background: #cccccc;
}


#navi  li  a:hover {
  text-decoration:none;
  background:#FF9900;
}


#navi  li ul li a:hover {
  text-decoration:none;
  background:#7b899c;
  text-color:white;
}

/** input stuff */


input.textfield {
  width: 75%;
}

input.memofield {
  width: 75%;
}

select.selection {
  width: 100%;
}

input.button {
  width: 100;
}

table.twocolumn {
  width: 100%;
  border-width: 0px;
  border-style: none;
  border-color: #000000;
}

td.twocolumn table.twocolumn td{
  width: 25%;
}

table.view, table.edit, table.find { 
  width: 100%;
  border-style: none;
  border-collapse: collapse;
  empty-cells: show;
}

th.view, th.edit, th.find, table.view th, table.edit th, table.find th {
  width: 25%;
/*  padding: 4px;
  border-width: px;
  border-style: solid;
  border-color: #8888ff;
  background-color: #e0e0e0; */
  text-align: right;
  font-weight: bold;
}

td.view, td.edit, td.find, table.view td, table.edit td, table.find td {
  width: 75%;
/*  padding: 4px;
  border-width: 3px;
  border-style: solid;
  border-color: #8888ff;
  background-color: #f0f0f0; */
  text-align: left;
}

table.other, table.enumeration { 
  width: 100%;
  border-style: none;
  border-collapse: collapse;
  empty-cells: show;
}

th.other, table.enumeration th {
  padding: 4px;
  margin: 0px;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #ccc;
  background-color: #ffffff;
  text-align: left;
  font-weight: bold;
}

table.enumeration th a {
  color: #444;
}

td.other, table.enumeration td {
  padding: 4px;
  margin: 0px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #ccc;
  background-color: #ffffff;
  text-align: left;
  min-width: 12em;
}

ul.tree {
  list-style-type: circle;
  margin-left: 0.5em;
  padding-left: 0.5em;
}

ul.selected {
  list-style-type: disc;
  margin-left: 0.5em;
  padding-left: 0.5em;
}

