td, p, font, span {
font-family : Verdana, Arial;
}

td, p, span {
/* color : #006600; */
line-height: 150%;
}

p, span {
text-align: left;
}

p.sing {
margin:0 4px 8px 0;
}

p {
	margin:4px 4px 8px 4px;
	font-weight: bold;
}

.yellow {
	color : #FFF;
	font-family: Arial, Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.border_yellow{
    border: 1px solid #ffcc00;
    padding:5px;
}


div.gc {
    position:relative;
    text-align:left;
	background-color: #000000;
}

div.gc div {
	position:absolute;
	left:-4px;
	top:5px;
	padding-left:6px;
}
div.em {
    position:relative;
    text-align:right;
	background-color: #000000;
}

div.em div {
	position:absolute;
	right:10px;
	top:50px;
	padding-right:6px;
}

.gt {
    height:50px;
    width:50px;
}

/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/

table.main, #menu table {
    border-collapse: collapse;
}




#friend_list div.profileBlock {
    float:left;
    margin:10px;
}

div.profileBlock div {
    margin: 4px auto;
}
div.profileBlock img {
    border:none;
    vertical-align:middle;
}
td.bw {
    background-color: #FFFFFF;
}

td.common-corner {
    background-color: transparent;
    width:8px;
    height:8px;
    font-size: 1pt;
}

.clear {
    clear: both;
}

#reason_list {
    color: #000000;
}

/* User profile */
#profile h3{
    display:inline;
    color: #006600;
}
#profile td{
    color: #006600;
}
.gp{
    color: red;
    font-size: 13px;
}
.photoBlock{
    display: block;
    width:100%;
}
.photoBlock div{
    height: 150px;
    display: inline;
}
.photoBlock img{
    vertical-align:middle;
    margin: 8px 4px;
    border:none;
}
.gblock{
    display: block;
    width:100%;
}
.gblock div.gcont{
    height: 124px;
    width: 136px;
    float: left;
    text-align:center;
    padding: 8px 4px;
}
.gblock td{
    line-height: 120%;
}
.gblock img{
    vertical-align:middle;
    margin: 0;
    border:none;
}
.gblock a{
    font-size:13px;
    color:black;
    text-decoration:none;
}
#profile img{
    vertical-align:middle;
    border:none;
}
.gblock p{
    color:black;
    padding:12px 6px;
}
