/* Presentation stylesheet */

/* IDs */
#main {
  border-left: 1px solid;
  border-right: 1px solid;
  /* min-width: 50em;
  max-width: 70em; */
  width: 81em;
  margin: 0 auto;
}
#header {
  /*
height: 10.83em;
*/
  padding: 1em 1em;
}
#header .title {
  margin: 0;
  padding: 0;
}
#footer {
  padding: 1.5em;
}
#footer p {
  margin: 0;
  text-align: center;
}
#header {
 /*
 border-bottom: 1px dotted;
*/
}

/* backgrounds */
#header,
.cols-wrapper {
  background-color: white;
}
#main {
  background: #efefef url(pattern.gif);
}

/* classes */
.box,
.main-content {
  margin: 1em;
}
.cols-wrapper {
  /*
border: 1px;
*/
  margin: 0 -1px;
  /*
border-style: none dotted dotted dotted;
*/
}
.hide-left .cols-wrapper {
  border-left: none;
  margin-left: 0;
}
.hide-right .cols-wrapper {
  border-right: none;
  margin-right: 0;
}
.hide-both .cols-wrapper {
  /*
border-style: none none dotted none;
*/
  margin: 0;
}
.box {
  font-size: 92%;
  line-height: 1.18em;
}
#footer,
.sidecol {
  color: #333;
}
.sidecol ul {
  padding: 0 0 0 1.5em;
}

/* dom-tree */
.dom-tree {
  padding: 0 0 0 1.5em;
  color: #999;
}
.dom-tree code {
  font-weight: bold;
}
.dom-tree ul ul ul  {
  list-style: disc;
}
.dom-tree ul ul ul ul  {
  list-style: circle;
}
.dom-tree ul ul ul ul ul {
  list-style: square;
}
.dom-tree dl,
.dom-tree dt,
.dom-tree dd {
  color: black;
  margin: 0;
  padding: 0;
  display: inline; /* IE 5.x doesn't like this */
}
.dom-tree dd {
  font-style: italic;
}

#footer h1 {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#footer h2 {
	font-size: 12px;
	padding: 0;
	margin: 0;
}

#footer h3 {
	font-size: 12px;
	padding: 0;
	margin: 0;
}

#logo {
	padding-bottom: 10px;
}

#banner0 {
	float: right;
}

#banner10 {
	padding-left: 10px;
}

/* group-tree */
#group-tree {
	padding: 0;
	margin: 0;
	padding-top: 4px;
	list-style: none;
	padding-left: 12px;
	font-size: 6pt;
}

#group-tree ul li  {
  list-style: none;
  font-size: 6pt;
}

#group-tree li a {
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
  color: #383838;
  line-height: 18px;
  border-bottom: 1px solid #A3A3A3;
  padding-bottom: 1px;
  background-image: url(../images/mark.gif);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 8px;
}

#group-tree a:hover {
	border-bottom: 1px solid #383838;
}

#group-tree ul {
 padding-left: 8px;
 padding-top: 6px;
 padding-bottom: 6px;	
}

#group-tree ul li a {
  font-size: 7pt;
  font-weight: bold;
  text-decoration: none;
  color: #383838;
  line-height: 18px;
  border-bottom: 1px solid #A3A3A3;
  padding-bottom: 1px;
  background: none;
  padding-left: 0px;  
}

.group-tree-selected {
	color: #508CA3;
  	font-size: 7pt;
 	font-weight: bold;	
	line-height: 18px;
	border-bottom: 1px solid #508CA3;
}

.box-l {
	
}

.box-l-head {
	padding-bottom: 4px;
	background-image: url(../images/bar1.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

.box-l-head-mark {
	padding: 0;
	margin: 0;
	padding-right: 4px;
	float: left;
}

.box-l-head-title {
	color: #383838;
	font-size: 8pt;
	font-weight: bold;	
}
