.dottedBox {
  margin: 0; 
  padding: 0;
  font-family: georgia, arial;
  font-size:13px;
  list-style:none;
  list-style-type:square;
  list-style-position: inside;
  border: 1px dotted #9e9e9e;
}
.dottedBoxTitle_LR h1{
  font-size: 17px;
}
.dottedBoxTitle_C{
  
}

.userInfo {
  border: 2px dotted #a0968e;
  background-color: #f0f6e8;
}

.userPicture {
  float:left;
  height:100px;
  width:100px;
  border: 1px solid #000000;
  margin:5px 5px 2px 5px;
}
/* BEGIN: user card */
.userContainer {
  float: center;
  padding: 0px;
}

.userContent {
  float: left;
  padding: 0px 5px 30px 5px;
}
.userContent h1{
  float: center;
}
.userContent #links{
  font-family: arial;
  font-size:12px;
  font-weight: bold;
  text-align: left;
}
.userContent #category{
   margin: 0 20 0 20;
}
.userContent #section{
    border:1px dotted #9e9e9e;
    width: 350;
    padding: 3;
    min-height: 20;
    background-color: white;
}
.userContentListing {
  border-left: 2px solid #a0968e;
  border-right: 2px solid #a0968e;
  background-color: #f6f0e9;
  float: center;
  padding: 0px 10px 30px 10px;
  min-height: 80px;
  display: none;
}
.userContentListing h2#title {
  font-family: arial, sans-serif;
  color:#273d16;
  font-size: 14px;
  padding-right: 5px;
  font-weight: bold;
}
.userContentListing h2#field {
  color:#1b2f0b;
  font-size: 10px;
  font-weight: none;
  float: top;
  margin-bottom: -5px;
}
.userContentListing h2#description {
  color:#5f724f;
  font-size: 12px;
  font-style: italic;
  padding-top: 5px;
}

ul.userListing {
  float:left;
  margin:0px 0px 15px 0px;
  padding:3px;
  width: 390;
  list-style:none;
  list-style-position: inside;
  font-family: georgia, arial;
  font-size:11px;
  border:1px dotted #9e9e9e;
}
ul.userListing li {
  min-height:55px;
  margin:0;
  padding:5px 0 8px 0;
  clear:both; 
  border-bottom:1px dotted #9e9e9e;
}