td#navbar {
  display: none;
}

div#profileHeader {
  width: 99%;
}

div#leftColumn {
  float: left;
  width: 47%;
}

div#rightColumn {
  float: right;
  width: 47%;
}

td#addFriend {
  text-align: center;
}

td#sendMessage {
  text-align: center;
}

td#addFavourite {
  text-align: center;
}

td#blockUser {
  text-align: center;
}

td#sendWink {
  text-align: center;
}

td#givePoints {
  text-align: center;
}

div#profileHeader {
  font-size: 14pt;
  font-weight: bold;
}

div.bottomspace {
  margin-bottom: 20px;
}

div.topspace {
  margin-top: 20px;
}

div.leftspace {
  margin-left: 20px;
}

div.lotsofleftspace {
  margin-left: 40px;
}

div.whitespace {
  padding: 10px;
}

div#noPicBox {
    margin-right: 10px;
    background-color: #333333;
    text-align: center;
    font-size: smaller;
    font-weight: bold;
    float: left;
    width: 120px;
    height: 200px;
    padding: 10px;
}

div#noPicText {
    vertical-align: middle;
    position: relative;
    top: 42%;
    color: #999999;
}

img#memberImage {
    margin-right: 10px;
}

div.blurbHeader {
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 5px;
}

div.justified {
    text-align: justify;
}

div.halfwidth {
    width: 50%;
}

div.pane {
    display: none;
    position: absolute;
    top: 0px;
    width: 100%;
}

div.selectedPane {
    display: block;
}

div#paneContainer {
    border: 1px solid #7E6C9B;
    width: 800px;
    position: relative;
    top: 15px;
    margin-left: 20px;
    margin-right: 20px;
}

div#panes {
    position: relative;
    height: 700px;
    top: 15px;
}

div#tabBar {
    margin-left: 20px;
}

div.tabButton {
    display: inline;
    border: 1px solid #7E6C9B;
    padding: 5px;
    position: relative;
    top: 10px;
    color: #7E6C9B;
    cursor: pointer;
    font-weight: bold;
}

div.tabButton:hover {
    background-color: #3A2857;
}

div.selectedTabButton {
    border-bottom-color: black;
    color: white;
    z-index: 100;
    cursor: default;
}

div.selectedTabButton:hover {
    background-color: transparent;
}

div.userComment {
    border:1px solid #4C415E;
    background-color: #100E13;
    margin-top:5pt;
    margin-bottom: 10pt;
    padding:5pt;
    max-width: 100%;
    overflow: hidden;
}

div.userCommentSubject {
    
}


#mapBox{
  width: 300px;
}

#mapBox_contents{
  background-color: #000000;
}

#mapBox_beak{
  width: 30px;
  height: 42px;
  background: url('/include/images/mapBox_beak.png') top left no-repeat transparent;
}

* html #mapBox_beak{
  /* Alpha transparencies hack for IE */
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/include/images/mapBox_beak.png', sizingMethod='crop');
}

#mapBox_t {
  background-color: #000000;
  border-top-color: #7E6C9B;
  border-top-width: 1px;
  border-top-style: solid;
  height: 1px;
}

#mapBox_b {
  background-color: #000000;
  border-bottom-color: #7E6C9B;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  height: 1px;
}


#mapBox_l, #mapBox_r {
  background-color: #7E6C9B;
  width: 1px;
}


#mapBox_tl, #mapBox_tr {
  width: 18px;
  height: 18px;
}

#mapBox_tl {
  background: url('/include/images/mapBox_tl.png') top left no-repeat transparent;
}

#mapBox_tr {
   background: url('/include/images/mapBox_tr.png') top left no-repeat transparent;
}

#mapBox_bl, #mapBox_br {
    width: 18px;
    height: 19px;
}

#mapBox_bl {
    background: url('/include/images/mapBox_bl.png') top left no-repeat transparent;
}

#mapBox_br {
    background: url('/include/images/mapBox_br.png') top left no-repeat transparent;
}

#mapBox_close {
    background:transparent url(/include/images/mapBox_close.png) no-repeat scroll left top;
    cursor:pointer;
    height:14px;
    margin:8px 0px 0px -8px;
    width:14px;
}

div#userClassifieds {
    border:1px solid #4C415E;
    margin-top:5pt;
    margin-bottom: 10pt;
    padding:5pt;
    max-width: 100%;
    overflow: hidden;
}

div.userClassifieds {
    border:1px solid #7E6C9B;
    margin-top:5pt;
    margin-bottom: 10pt;
    padding:5pt;
    max-width: 100%;
    background-color: #100E13;
    margin-left: 20px;
    margin-right: 20px;
}

div.userClassifiedLeader {
    margin-top: -20px;
    z-index: 99;
}

span.userClassifiedsLeaderLabel{
    font-size: 14pt;
    font-weight: bold;
    background-color: black;
    background-image: url(/include/images/blogSubjectBg.jpg);
    background-position: bottom left;
    background-repeat: repeat-x;
}

div.userClassifiedSubcat{
    overflow: hidden;
}

div#userClassifiedsNone {
}

div#userClassifiedsMore {
}

