﻿.LinkBlack
{
    color: #000000;
    text-decoration: none;
}

.LinkBlack:hover
{
    color: #0046D5;
    text-decoration: underline;
}


.Link3D
{
    color: #3d3d3d;
    text-decoration: none;
}

.Link3D:hover
{
    color: #0046D5;
    text-decoration: underline;
}

.LinkDefaultBlue
{
    color: Blue;
    text-decoration: none;
}

.LinkDefaultBlue:hover
{
    text-decoration: underline;
}


.LinkDefaultBold
{
    font-weight: bold;
    color: Blue;
    text-decoration: none;
}

.LinkDefaultBold:hover
{
    font-weight: bold;
    text-decoration: underline;
}


.LinkDefaultRed
{
    color: Blue;
    text-decoration: none;
}

.LinkDefaultRed:hover
{
    text-decoration: underline;
}

.LinkDefaultRedBold
{
    font-weight: bold;
    color: Red;
    text-decoration: none;
}

.LinkDefaultRedBold:hover
{
    font-weight: bold;
    text-decoration: underline;
}



.LinkDefault
{
    color: #333;
    text-decoration: none;
    cursor:pointer;
}

.LinkDefault:hover
{ color: #ccc;
      cursor:pointer;
    text-decoration: underline;
}

.LinkLeftMenu
{
    font-size: 8pt;
    color: #fff;
    text-decoration: none;
}

.LinkLeftMenu:hover
{
    font-size: 8pt;
    color: #fff;
    text-decoration: underline;
}


.NoColorStyle
{
    text-decoration: none;
}

.NoColorStyle:hover
{
    text-decoration: none;
}



.LinkDivTitle
{
    color: #C00000;
    text-decoration: none;
}


.LinkDivTitle:hover
{
    color: #C00000;
    text-decoration: underline;
}


.LinkRed
{
    color: #C00000;
    text-decoration: none;
}


.LinkRed:hover
{
    color: #C00000;
    text-decoration: underline;
}



.NoUnderline
{
    color: #111111;
    text-decoration: none;
}
.NoUnderline:link
{
    color: #777777;
    text-decoration: none;
}


.NoUnderline:hover
{
    color: #777777;
    text-decoration: none;
}


.LoginButton
{
	color:#aaa;
	font-weight:bold;
    text-decoration: none;
} 

.LoginButton:hover
{
	color:White;
	font-weight:bold;
    text-decoration: none;
}



.LinkWhite
{
	color:#fff;
	font-weight:bold;
    text-decoration: none;
} 

.LinkWhite:hover
{
	color:White;
	font-weight:bold;
    text-decoration: none;
}




.LinkMore
{
    font-size: 9pt;
    cursor: pointer;
    text-decoration: none;
} 

.LinkMore:hover
{ 
    text-decoration: underline;
}

.FriendLink
{
    color: #ccc;
    font-size: 10pt;
    cursor: pointer;
    text-decoration: none;
} 

.FriendLink:hover
{ 
    text-decoration: underline;
}
.MailLink
{
    background: transparent url(images/message/mail.gif) no-repeat left center;
    padding-left: 20px;
    font-size: 10pt;
    cursor: pointer;
    text-decoration: none;
} 

.MailLink:hover
{ 
    text-decoration: underline;
}
