div.styledpanel_wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
div.styledpanel {
  border: solid 1px #D1D2D4;
  padding: 0px;
  background-color: white;
}

div.styledpanel_content {
    font-size:          1em;
    padding: 0px 5px 5px 5px;
    margin: 0px;
    position: relative;
}

b.shadowed {
  background: transparent url(/media/images/chrome/shadow/proj_shadow.png) no-repeat right bottom;
  display: block;
  float: right;
  width: 200px;
  height: 8px;
}

div.notebook_ruled  {
  border-bottom: 1px dotted #D1D2D4;
  margin-bottom: 1em;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 0.5em;
}

ul.notebook_list li {
    background: transparent url(/media/images/new/single_arrow.png) scroll no-repeat left center;
    border-bottom: 1px dotted #D1D2D4;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 25px;
}

ul.notebook_list p {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 25px;
}

ul.notebook_list li.no_rule {
    border: none;
}

ul.notebook_list {
    margin-bottom: 1em;
    padding-left: 10px;
    padding-right: 10px;
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
}

ul.notebook_list li  a {
	text-decoration: none;
}

ul.notebook_list li a:hover {
	text-decoration: underline;
}

div.styledpanel label {
   font-weight: bold;
   padding-right: 1em;
   font-size: 14px;
}

div.styledpanel label > img {
   vertical-align: middle;
}


div.styledpanel h1 {
    padding:       5px 0px 5px 0px;
    font-size: 1em;
    margin-bottom:	10px;
    color:              #3E3E3E;
    font-weight:        bold;
    border-bottom:      1px solid #D1D2D4;
    background:         url(/media/images/chrome/shaded_vertical.png) repeat-x top left;
    text-transform:	uppercase;
}

div.styled_header {
    padding:       5px 0px 5px 0px;
    font-size: 1em;
    margin-bottom:      10px;
    color:              #3E3E3E;
    font-weight:        bold;
    border-bottom:      1px solid #D1D2D4;
    background:         url(/media/images/chrome/shaded_vertical.png) repeat-x top left;
    text-transform:     uppercase;
}

div.styledpanel .headerarrow {
    background:         url(/media/images/new/double_arrow.png) no-repeat left ;
    padding: 0px 0px 0px 30px;
}

/* -- Form Style -- */

form.styled_form {
    background-color: white;
    border: solid 1px black;
    position: relative;
    padding-bottom: 2em;
}

form.styled_form div.fieldset_wrap {
    width: 100%;
    background-color: #EEE;
    border: solid 1px #888;
    padding: 5px;
}

form.styled_form div.fieldset_wrap {
   margin: 1em;
}

form.styled_form legend {
    padding: 8px;
    background: white url(/media/images/chrome/shaded_vertical.png) repeat-x top left;
    border: 1px outset black;
    font-weight: bold;
}

form.styled_form label {
    display: inline-block;
    width: 10em;
    text-align: left;
    font-weight: italic;
    margin
}
