table.form tr.bold td {
	font-weight: bold;
}

div#nameselect {
    position: absolute;
    z-index: 10px;
    top: 20px;
    left: 0px;
}
div#nameselect select {
    overflow: hidden;
    width: 130px;
    height: 160px;
    background-color: #ECF7F7;
    display: none;
}

table.landing td {
    padding: 4px;
    vertical-align: top;
}
table.landing td.header {
    background-color: #FF0066;
    color: #ffffff;
    font-weight: bold;
}
table.landing td.blue_header {
    background-color: #0198CD;
    color: #ffffff;
    font-weight: bold;
}
table.landing a.inbox,
table.landing a.friends {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    padding: 6px;
    width: 133px;
    display: block;
    margin: 3px;
}
table.landing a.inbox {
    background-color: #FF0066;
}
table.landing a.friends {
    background-color: #0198CD;
}

p.folder {
    padding: 5px 10px 5px 10px;
    background-color: #FF0066;
    color: #ffffff;
}
p.folder a {
    color: #ffffff;
    text-decoration: none;
}


table.imgeditor {
    float: left;
    margin: 0px 2px 2px 0px;

}
table.imgeditor td {
    padding: 2px;
}

table.imgeditor tr.head td {
    color: #ffffff;
    font-weight: bold;
    background-color: #0099CB;
}
table.imgeditor  img {
    vertical-align: middle;
    margin: 2px;
    border: 1px solid #ffffff;
}
table.imgeditor tr.head td a {
    color: #ffffff;
    font-weight: normal;
}

table.imgeditor tr.row1 td {
    border-bottom: 1px solid #336699;
    background-color: #DBF7F7;
}
table.imgeditor tr.row2 td {
    border-bottom: 1px solid #336699;
    background-color: #ECF7F7;
}

div.pager {
    clear: both;
    margin: 10px 0px 10px 0px;
    height: 30px;
    text-align: left;
}
div.pager a,
div.pager span {
    display: block;
    text-align: center;
    margin: 3px;
    font-weight: bold;
    float: left;
    padding: 6px ;
}
div.pager a {
    background-color: #ffffff;
    text-decoration: none;
    color: #333;
	 border:1px solid #DDD;
}
div.pager span {
    background-color: #DDD;
    color: #000;
	 border:1px solid #acd33a;
}

div.friendholder {
    width: 290px;
    height: 132px;
    float: left;
    margin: 11px 0px 0px 11px;
    margin: expression('11px 0px 0px 6px');
    border: 1px solid #454545;
}

div.friendholder,
div.friendholder img,
div.friendholder div.img {
    border: 1px solid #7EC9E8;
}

div.friendholder div.name {
    background-color: #7EC9E8;
    color: #ffffff;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
}
div.friendholder div.name a,
div.friendholder div.name span {
    color: #ffffff;
    float: right;
    text-decoration: none;
    font-weight: normal;
    font-size: 10px;
}

div.friendholder div.text {
    padding: 5px 5px 0 5px;
}
div.friendholder div.img {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 5px;
}

div.friendholder img {
    float: left;
    margin-right: 5px;
}


div.iam,
div.iam img,
div.iam div.img {
    border: 1px solid #000000;
}

div.iam div.name {
    background-color: #000000;
    color: #ffffff;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
}

div.waintingforme,
div.waintingforme img,
div.waintingforme div.img {
    border: 1px solid #FF9507;
}

div.waintingforme div.name {
    background-color: #FF9507;
    color: #ffffff;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
}


div.waiting,
div.waiting img,
div.waiting div.img {
    border: 1px solid #99999B;
}
div.waiting div.name {
    background-color: #99999B;
    color: #ffffff;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
}

div.friend,
div.friend img,
div.friend div.img {
    border: 1px solid #FF0066;
}
div.friend div.name {
    background-color: #FF0066;
    color: #ffffff;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
}

div.nofriend,
div.nofriend img,
div.nofriend div.img {
    border: 1px solid #7EC9E8;
}
div.nofriend div.name {
    background-color: #7EC9E8;
    color: #ffffff;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
}

a.galItem {
    margin: 4px 4px 0px 0px;
    padding: 10px;
    float: left;
    border: 1px solid #888888;
    background-color: #F6F6F6;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    line-height: 10px;
    width: 144px;
    height: 124px;
}
a.galItem:hover {
    border: 1px solid #000000;
    background-color: #DBF7F7;
}
a.galItem img {
    vertical-align: middle;
}

a.big_text_link {
    display: block;
    margin: 10px 0px 10px 0px;
    padding: 4px 6px 4px 6px;
    color: #ffffff;
    background-color: #0033FF;
    font-weight: bold;
    width: 110px;
    text-align: center;
    text-decoration: none;
}
a.big_text_link:hover {
    background-color: #FF0066;
}

div.imgholder {
    border: 1px solid #005D7B;
    width: 100px;
    height: 100px;
}
div.divborder {
    height: 100px;
    width: none;
    float: left;
}
div.divborder img {
    border: 1px solid #005D7B;
}