/* vim:set ai fenc=utf-8 ff=unix sw=4 ts=4: */

#page-mid {
	background-image:    url('/image/top-gradient.png');
	background-repeat:   repeat-x;
	clear:               both;
	height:              45px;
	width:               879px;
}

#nav-left {
	float:               left;
	width:               200px;
}

#nav-left ul {
	list-style-type:     none;
	margin:              0px;
	padding:             0px 0px 0px 16px;
}

#nav-left li {
	border-bottom:       1px solid #C0C0C0;
	font-size:           12px;
	font-weight:         bold;
	padding:             8px 0px 8px 0px;
}

#nav-left a {
	color:               #9abf5c;
  text-decoration:     none;
}

#nav-left a:HOVER {
  color:               #28586E;
  text-decoration:     none;
}

#nav-left a.selected {
  color:               #636466;
}

#content-container {
	float:               left;
	width:               680px;
}

#content {
	font-size:           12px;
	padding:             0px 16px 12px 16px;
}

span.emphasize {
    font-weight: bold;
    font-style: italic;
}

#comment {
  padding-bottom:      12px;
}

#data {
  height :             100px;
  width :              300px;
}

.textbox {
  width:                300px;
}

