/*
 STD-SELECTABLE-CENTERED
 */

@import url(/styles/std/main.css);


body {
  background-color: black;
  color: #000;
  padding-top:20px;
  background-image: url(/obj/usermedia/25/bg_greyblack.jpg);
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: 0pt 0pt;
}

div.page {
  background-color: white;
  width: 1130px;
  margin:auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
 }

div#footers {
  height: 22px;
  margin: 0px 25px 20px 25px;
  border-top: 1px dotted #d2d2d2;
  text-align: center;
  padding-bottom: 50px;
}

div.content {
  min-width: 930px;
  min-height: 400px;
  background-color: #f2f2f2;
  
  padding: 10px 10px 10px 10px;
  margin: 0 25px 0 25px;
}

div.header#userpanel {
  font-family: tahoma, verdana, arial;
  font-size: 11px;
  color:#797979;
  color: #000;
  clear: both;
  height: 22px;
  margin-left: 0px;
  padding: 15px 10px 10px 10px;
  background-color: #f2f2f2;
  border-bottom: 0px solid #666666;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
}

div.header#menupanel {
  color: #000;
  border-top: 1px dotted #cdcdcd;
  border-bottom: 0px dotted #cdcdcd;
  height: 28px;
  vertical-align: middle;
}

/*
div.thumbnail {
  float: left;
  height: 202px;
  width: 152px;
  padding: 10px;
  margin: 0 2px 5px 2px;
  border: 0px solid #999999;
  text-align: center;
  background-color: white;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}*/

#imagebox div.image {
  margin:0;
  padding:10px 0px 0px 0px;
  float:left;
  border: none;
  width: 620px;
  height: 620px;
  background-color: white;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

div.thumbnailtools {
  float:left;
  width: 98%;
  background-color: #e2e2e2;
  padding: 10px 10px 0px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

div.crumbs {
  padding:10px 10px 5px 10px;
  margin-right:8px;  
  border-bottom: 1px dotted #CDCDCD;
}