/* 
 *
 * CSS crap by Filipe Neves (Nelen) 
 * All rights reserved and all that crap
 *
 */
 
* {
    margin: 0;
}
#infoMessage {
	text-align: center;
	padding: 15px;
	border: 1px groove #efefef;
	background: #000;
}
body {
    background: #fff;
}

#header {
    height: 20px;
    text-align: center;
    border-bottom: solid 2px #000;
    padding-top: 8px;
    font-family: verdana;
    font-size: xx-small;
}

#header a {
    text-decoration: none;
    color: #323232;
    border-bottom: dotted 1px #323232;
}

#search {
    text-align: center;
}
#testBox {
	height: 22px;
}

#wrapper {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#wrapper2 {
    width: 600px;
    float: left;
}
#loadingMembers {
	width: 600px;
	overflow-x:hidden;
	overflow-y:visible;
	height:530px;
}
#memberarea {
    width: 596px;
    float: left;
    border-bottom: solid 2px #000;
    font-family: verdana;
    font-size: xx-small;
    font-weight: bold;
    padding-bottom: 4px;
    padding-left: 4px;
}

#memberhave {
    width: 570px;
    float: left;
    background: #cdddc7;
    background-position: right;
    border-bottom: solid 1px #000;
    font-family: verdana;
    font-size: xx-small;
    padding-top: 1px;
    padding-left: 6px;
    border-right: solid 1px #000;
    border-left: solid 1px #000;
    border-top: solid 1px #000;
    margin: 2px;
    -moz-border-radius: 15px;
    border-radius: 5px;
}
#memberhave:hover {
    font-weight: bold;
    background: #a0bf94;
    background-position: right;
    cursor: pointer;
}

#membernothave {
    width: 570px;
    float: left;
    background: #e6cdcd;
    background-position: right;
    border-bottom: solid 1px #000;
    font-family: verdana;
    font-size: xx-small;
    padding-top: 1px;
    border-right: solid 1px #000;
    padding-left: 6px;
    border-left: solid 1px #000;
    border-top: solid 1px #000;
    margin: 2px;
    -moz-border-radius: 15px;
    border-radius: 5px;
}

#membernothave img {
    -moz-border-radius: 15px;
    border-radius: 5px;
    border: solid 1px #000;
}

#memberhave img {
    -moz-border-radius: 15px;
    border-radius: 5px;
    border: solid 1px #000;
}

#memberprivate img {
    -moz-border-radius: 15px;
    border-radius: 5px;
    border: solid 1px #000;
}

#membernothave:hover {
    font-weight: bold;
    background: no-repeat #c69b9b;
    background-position: right;
    cursor: pointer;
}


#memberprivate {
    width: 570px;
    float: left;
    background: #e7eabb;
    background-position: right;
    border-bottom: solid 1px #000;
    font-family: verdana;
    font-size: xx-small;
    padding-top: 1px;
    padding-left: 6px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    border-left: solid 1px #000;
    margin: 2px;
    -moz-border-radius: 15px;
    border-radius: 5px;
}

#memberprivate:hover {
    font-weight: bold;
    background: no-repeat #cccf95;
    background-position: right;
    cursor: pointer;
}

#detailarea {
    width: 200px;
    background: #000;
    float: left;
    height: 550px;
}

#pieAlert {
    padding-left: 10px;
    color: #fff;
    font-family: verdana;
    font-size: xx-small;
    font-weight: bold;
}

#detailarea img {
    padding-top: 8px;
}

.searchtext {
    background: #000;
    color: #fff;
    font-family: verdana;
    font-size: xx-small;
    font-weight: bold;
    text-align: right;
    width: 200px;
}

.tspacing {
    height: 3px;
    font-size: 1px;
}

.sbox {
    border-top: solid 1px #000;
    border-left: 0;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    font-family: tahoma;
	width: 200px;
}

.sbutton {
    background: #000;
    border: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    font-family: verdana;
    font-size: xx-small;
    font-weight: bold;
}

.srefresh {
    font-family: verdana;
    font-size: xx-small;
    text-align: right;
    padding-right: 5px;
    padding-top: 5px;
}

.dback {
    font-family: verdana;
    font-size: xx-small;
    font-weight: bold;
}

.dback a { 
    text-decoration: none;
    color: #323232;
    border-bottom: dotted 1px #323232;
}

.gdetails {
    padding-left: 10px;
    color: #fff;
    font-family: verdana;
    font-size: xx-small;
    font-weight: bold;
}

.gdetails2 {
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
    font-family: verdana;
    font-size: xx-small;
}

.gdiv {
    width: 190px;
    height: 1px;
    background: #fff;
}
.userProfileSlide {
    width: 570px;
    float: left;
    background: #ddd;
    background-position: right;
    border-bottom: solid 1px #000;
    font-family: verdana;
    font-size: xx-small;
    padding-top: 1px;
    padding-left: 6px;
    border-right: solid 1px #000;
    border-left: solid 1px #000;
    border-top: solid 1px #000;
    margin: 2px;
    -moz-border-radius: 15px;
    border-radius: 5px;
}
.userProfileSlide:hover {
    font-weight: bold;
    background: no-repeat #aaa;
    background-position: right;
}