html body {
  margin:0;
  padding:0;
  background:#cccccc url("img/page-main.gif") repeat-y center top;
  text-align:center;
  font:small "Trebuchet MS",Verdana,Arial,Sans-serif;
  color:#333;
  }

/* general */

a {
  font-weight:bold;
  color:#36c;
  }
a:hover {
  text-decoration:underline;
  color:#f60;
  }
a img {
  border-width:0;
  }

h1 {
  margin:0 0 15px;
  font-size:220%;
  line-height:1.2em;
/*  line-height:1.0em;*/
  font-weight:normal;
  color:#666;
  }
h1 strong {
  color:#000;
  }
h1 em {
  font-style:normal;
  font-weight:bold;
  color:#f60;
  }
h2 {
  margin:1em 0 .5em;
  font-size:130%;
  line-height:1.3em;
/*  line-height:1.0em;*/
  color:#888888;
  font-weight:normal;
  }
h2.slim {
  margin-top:0.1em;
  }

h3 {
  margin:1em 0 .25em;
  padding:.25em 0;
  font-size:93%;
  /*text-transform:uppercase;*/
  letter-spacing:.1em;
  color:#999999;
  }
h4 {
  margin:1em 0 .25em;
  font-size:100%;
  }

p {
  margin:0 0 .75em;
  line-height:1.5em;
  }

p strong {
  color:#000;
  }

form {
	margin: 0
}
/* header */

#header {
  background:#606 url("img/page-header.gif") repeat-y center top;
  position:relative;
  top:-4px;
  border-width:0;
/*  border-bottom:4px solid #47d;*/
  padding:0;
  }

#header h1 {
  margin:0 0 0 0;
  font-size:220%;
  line-height:1.0em;
  font-weight:normal;
  color:#fff;
  }

#header #projectselector {
/*	background-color: #999;*/
	color: #fff;
	padding: 5px;
/*	border: 1px solid #333;*/
}

#header #projectselector SELECT {
	font-size: 0.8em;
}

#h2 {
  position:relative;
  top:4px;
  }
#h3 {
  width:710px;
  margin:0 auto;
  padding:15px 20px 14px;
/*  border-bottom:4px solid #69f;*/
  text-align:left;
  }

#header p {
  float:left;
  width:95%;
  margin:.3em 0 0;
  color:#369;
  }

#header A {
	color: #fff;
	text-decoration: none;
}

/* body */
#body {
  width:710px;
  padding:10px 0 15px;
  margin:0 auto;
  text-align:left;
  }

#body SELECT {
	font-size: 0.8em;
}

#main {
  background:#fff url("img/box-top.gif") no-repeat left top;
  padding-top:18px;
  float:left;
  width:100%;
  }

#m2 {
  background:url("img/box-bottom.gif") no-repeat left bottom;
  padding-bottom:18px;
  float:left;
  width:100%;
  }
#m3 {
  border:5px solid #ccc;
  border-width:0 5px;
  padding:0 15px;
  float:left;
  width:670px;
  }

#footer {
  clear:both;
  padding:15px 0 0;
  }

#slimfooter {
  clear:both;
  padding:0;
  }

/* Tables
----------------------------------------------- */
/*table {
  border-width:0;
  font-size:100%;
  color:#333;
  width:100%;
  }
th, td {
  border-top:1px solid #CABBA9;
  border-width:1px 0 0 0;
  padding:5px 10px;
  font-size:93%;
  line-height:1.5em;
  }
th {
  background:#fff;
  padding-left:5px;
  font-size:100%;
  color:#664E38;
  text-align:left;
  }*/


  /* -------------*/

/*  #projectpage table {
  width:610px;
  margin-left:60px;
  }
#projectpage th {
  width:25%;
  padding-left:0;
  }
#projectpage th, #projectpage td {
  vertical-align:top;
  }*/

#iframeeditpage {
	background:#ffffff;
}

#iframeeditpage .fieldtable  TH {
	text-align: left;
	font-size: 0.9em;
}

#iframeeditpage .fieldtable  TD {
	text-align: left;
}

#iframeeditpage .fieldtable INPUT, SELECT {
	font-size: 0.7em;
}

.box2 {
	padding: 20px;
	background-color: #ffffff;
	border: 3px solid #cccccc;
}