﻿table
{
 z-index:1;
 font-family: Verdana,Arial;
 font-size: 10px; 
}
/*
A:link { TEXT-DECORATION: none; color : #6666ff }
A:active { TEXT-DECORATION: none }
A:visited { COLOR: #6666ff; TEXT-DECORATION: none }
A:hover { TEXT-DECORATION: none; color:#000fff; }
A.hover:visited { COLOR: #000fff; TEXT-DECORATION: none }
*/
A:link { TEXT-DECORATION: none; color : blue }
A:active { TEXT-DECORATION: none }
A:visited { COLOR: blue; TEXT-DECORATION: none }
A:hover { TEXT-DECORATION: none; color:blue; }
A.hover:visited { COLOR: blue; TEXT-DECORATION: none }

#buycredits
{
 position:absolute;
 width:175px;
 z-index:25;
 background-color:#FFffff;
 display:none;
 color:#000000;
 border:solid 4px #FF6600;
 padding: 5px 5px 5px 5px;
top:5px;
left:10px; 
margin-top:5px;
}

.chathr
{
 color:#708ca1;
 padding-top:0px;
 padding-bottom:0px; 
 width:90%; 
}
.chatrequestsusername
{
 width:100px;
 padding-left:2px; 
padding-bottom:0px; 
 padding-top:0px; 
} 
.chatrequestsicon
{
 width:20px;
padding-bottom:0px; 
 padding-top:0px; 
vertical-align:middle; 
} 
.chatrequestsfav
{
 width:20px;
padding-bottom:0px; 
 padding-top:0px; 
vertical-align:middle; 
} 
.hrrow
{
 padding-bottom:0px; 
 padding-top:0px;
}

/*chat list thumb style styles*/
.chatlistthumbcell
{
border-left: 1px solid #2774c2;
border-right: 1px solid #2774c2;
border-bottom: 1px solid #2774c2;
/*width:57px;
height:75px;*/
width:75px;
height:100px;
text-align:left;
}
.chatlistthumbnail
{
/*width:57px;
height:75px;*/
width:75px;
height:100px;
cursor:pointer;
}
.chatlistusername
{
/*background-color:#ffffff;
color:#586f7f;*/
background-color:#586f7f;
color:#ffffff;
font-size:11px;
font-weight:800;
padding-left:3px;
vertical-align:middle;
border-right: 1px solid #2774c2;
width:100%;
text-align:left;
text-transform:uppercase;
height:12px;
}
.chatlistchatcell
{
 padding-left:3px;
 border-right: 1px solid #2774c2;
 text-align:left;
 cursor:pointer;
}
.chatlistviewprofile
{
 padding-left:3px;
 border-right: 1px solid #2774c2;
 border-right: 1px solid #2774c2;
 text-align:left;
 cursor:pointer;
}
.chatlistnope
{
 padding-left:3px;
 border-right: 1px solid #2774c2;
	border-bottom: 1px solid #2774c2;
 text-align:left;
 cursor:pointer;
}

#chatlistable
{ 
 background-color:#FFFFFF;
 color: #ff3300; 
 font-family: Verdana,Arial;
 font-size: 10px; 
 width:192px; 
 height:75px;
}

#chatrequests
{/*master div*/
 z-index:12;
 position: absolute; 
 background-color:#a1d0f4;
 border:2px solid #2774c2;
 display: none;
 /*overflow:auto;*/
width:208px;
height:418px;
top:1px;
left:0px;
text-align:center;
margin-left:4px;
}
#chatrequestlist
{/*holds the profile cards*/

	height:385px;
	overflow:auto;
	scrollbar-base-color:#c6d6f7;
}


#ChatRequestsClose
{/*not currently used*/
	 width:175px;
	 text-align:center;
}
#chatrequeststop
{
	/*width:100%;*/
	width:209px;
	font-family: Arial;
 font-size: 12px;
 color:#000000;
 font-weight:bold;
 background:url(../images/chat_alert_hdr_bg.gif) repeat-x;
 border-bottom:2px solid #2774c2;
}
#chatrequestlistclose
{
	border-top:2px solid #2774c2;
}

.chatlistheader
{		/*not currently used*/
	font-family: Arial;
 font-size: 10px;
 color:#000000;
 background:url(../images/chat_alert_hdr_bg.gif) repeat-x;
}

