﻿.LabelWelcome
{
	font-family: verdana;
	font-size: 10pt;
	font-weight: 500;
	color: #002288;
	letter-spacing: 1pt;
}

.LabelWhatsOnMind
{
	font-family: verdana;
	font-size: 8pt;
	font-weight: 500;
	color: #0053A6;
}
.TdWithBorder
{
	border: 1px solid #bbbbbb;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}
.TdWithBorder:hover
{
	border: 1px solid #FFCC66;
}
.ButtonInvite
{
	background-image: url(                   'images/invite.png' );
	background-repeat: no-repeat;
	background-position: center center;
	border-width: 0px;
	width: 120px;
	height: 120px;
	background-color: Transparent;
}
.ButtonInvite:hover
{
	background-image: url(                   'images/invite_hover.png' );
	cursor: pointer;
}

.HyperlinkBlack
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.HyperlinkBlack:hover
{
	color: Orange;
}
.ButtonAddFriend
{
	background-image: url(              'images/addFriend.png' );
	background-repeat: no-repeat;
	background-position: center center;
	background-color: Transparent;
	width: 50px;
	height: 50px;
	border-width: 0px;
}
.ButtonAddFriend:hover
{
	background-image: url(              'images/addFriendHover.png' );
	cursor: pointer;
}
.ButtonRemoveFriend
{
	background-image: url(              'images/removeFriend.png' );
	background-color: Transparent;
	background-repeat: no-repeat;
	background-position: center center;
	width: 50px;
	height: 50px;
	border-width: 0px;
}
.ButtonRemoveFriend:hover
{
	cursor: pointer;
	background-image: url(              'images/removeFriendHover.png' );
}
.LinkReportAbuse
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: 300;
	color: #FF9933;
	text-decoration: none;
}
.LinkReportAbuse:hover
{
	color: #FF0000;
}
.ButtonReportAbuse
{
	width: 30px;
	height: 30px;
	background-image: url(                'images/reportAbuse.png' );
	background-position: center center;
	background-repeat: no-repeat;
	border-width: 0px;
	background-color: Transparent;
}
.ButtonReportAbuse:hover
{
	background-image: url(            'images/reportAbuseHover.png' );
	cursor: pointer;
}

.TDHeaders
{
	background-position: left top;
	border: 1px solid #E2EEFA;
	padding-left: 12px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #0D426C;
	text-align: left;
	vertical-align: middle;
	background-image: url(     'images/bgHeaders.png' );
	background-repeat: repeat-x;
	height: 22px;
}
.ContentText
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #105287;
}
.ContentTextBold
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #3C3C3C;
}
.GeneralLinks
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: Navy;
	text-decoration: none;
}
.GeneralLinks:hover
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #4683FF;
	text-decoration: none;
}

.scrapurl
{
	font-family: Verdana;
	font-size: xx-small;
	color: Navy;
	text-decoration: none;
}
.scrapurl:hover
{
	color: #4683FF;
}

.LinksOnHeadings
{
	color: #3C3C3C;
	font-family: verdana;
	font-size: 8pt;
	text-decoration: none;
}
.LinksOnHeadings:hover
{
	color: #4D4D4D;
	cursor: pointer;
}
/*Modal Popup*/
.modalBackground
{
	background-color: #000000;
	filter: alpha(opacity=50);
}

.modalPopup
{
	border: 1px solid #bcdaee;
	padding: 12px;
	background-color: #ECFBFF;
}
.FriendsUpdateImage
{
	border: 1px solid #aad1f2;
	height: 70px;
}
/* visual styles for slambooks */
.RedRoseSlam
{
	background-position: center center;
	border: 1px solid #333333;
	height: 544px;
	background-image: url(           'images/slamred.jpg' );
	background-repeat: no-repeat;
	width: 800px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
.YellowRoseSlam
{
	background-position: center center;
	border: 1px solid #333333;
	height: 544px;
	background-image: url(      'images/slamyellow.jpg' );
	background-repeat: no-repeat;
	width: 800px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FF0066;
}
.ChocoCakeSlam
{
	background-position: center center;
	border: 1px solid #333333;
	height: 544px;
	background-image: url(            'images/slamcake.jpg' );
	background-repeat: no-repeat;
	width: 800px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #990000;
}
.UpdateImage
{
	width: 32px;
	height: 32px;
	z-index: 1001;
	position: absolute;
	top: 47%;
	left: 48%;
	background-image: url(     'Images/20-1.gif' );
}
