/* Stylesheet til samtlige lister på Webdate.dk */
.lists_male
{
    font-family: verdana;
    font-weight: normal;
    color:#5286B9;
    text-decoration: underline; /*#5286B9;*/
}
.lists_female
{
    font-family: verdana;
    font-weight: normal;
    color:#C07472;
    text-decoration: underline; /*#C07472;*/
}
.lists_chat_status_waiting
{
	color: #009900;
}
.lists_chat_status_accepted
{
	color: #CC0000;
}
.online_text
{
	color: #009900;
}
.offline_text
{
	color: #CC0000;
}