#webpage-settings-tabs{
  display:none;
}

a.webpage-status{
  padding: 1px 5px 0 5px;
  font-weight: 900;
  color: #fff;
  padding: 1px 10px;
  text-decoration: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

a.webpage-status-draft{
  background-color: #f60;
}

a.webpage-status-published{
  background-color: #5d0;
}

.meta{
  width: 95%;
}

textarea.meta{
  height: 3em;
}

span.selected_lang{
  background-color: #000;
  padding: 2px 5px;
  color: #fff;
  font-weight; 900;
}

.edit_webpage_title{
  width: 40em;
  font-size: 18px;
  font-weight: 900;
}

.webpage_nav{
  background-color: #fafafa;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 3px #444;
  -moz-box-shadow: 3px 3px 3px #444;
  -webkit-box-shadow: 3px 3px 3px #444;
  padding: 10px;
}

.webpage_nav{
  float: left;
  width: 137px;
  min-height: 300px;
}

.webpage_nav ul{
  list-style-type: none;
  padding: 0;
}

.webpage_nav li{
  margin-bottom: 0.5em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5em;
}

.webpage_nav li:last-child{
  border-bottom: none;
}

.webpage_nav li a{
  text-decoration: none;
}

.webpage_nav .desc{
  color: #777;
}

.webpage_nav li a:hover{
  font-weight: 900;
}

.webpage_body{
  margin-left: 200px;
  width: 725px;
  min-height: 300px;
}

.webpage_body h1{
  margin-top: 0;
}

.webpage_body ul.webpage_toc{
  list-style-type: none;
  padding: 0;
  border-top: 1px solid #999;
  margin-top: 1em;
  padding-top: 1em;
}

.webpage_body ul.webpage_toc li{
  margin-bottom: 1em;
}

.webpage_body ul.webpage_toc_thumbnails{
  list-style-type: none;
  padding: 0;
}

.webpage_body ul.webpage_toc_thumbnails li{
  margin-bottom: 1em;
  height: 100px;
}

.webpage_body ul.webpage_toc_thumbnails li .thumb{
  float: left;
  margin-right: 1em;
}

.webpage_body ul.webpage_toc_thumbnails li .thumb a img,
.webpage_body .webpage_thumbs img{
  border: 1px solid #555;
  box-shadow: 3px 3px 3px #444;
  -moz-box-shadow: 3px 3px 3px #444;
  -webkit-box-shadow: 3px 3px 3px #444;
}

.webpage_body ul.webpage_toc_thumbnails li h1{
  padding-top: 10px;
  font-size: 16px;
}

.webpage_body .webpage_thumbs{
  float: right;
  width: 140px;
  text-align: right;
}

.webpage_body .webpage_thumbs img{
  margin-bottom: 2em;
}

#save_button{
  float: right;
  display: none;
}

#save_button a.button{
  background-color: yellow;
}

ul.versions{
  list-style-type: none;
  padding: 0;
}

ul.versions li{
  border-bottom: 1px solid #bbb;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.toc_desc{
}

p span.working_with_version{
  background: yellow;
  padding: 5px;
}
