﻿/*-----------------------------------------------------------------------------
Screen Friends Style Sheet

website:   http://socialclub.rockstargames.com/
-----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
/* Friends PanelOne */
/*---------------------------------------------------------------------------*/

#pagePanelOne h6.friendsList
{
	font-weight: bold;
	letter-spacing: -0.2pt;
	font-size: 108%;
	color: #fff;
	margin: 0 0 6px 0;
	line-height: 1.27;
	padding: 28px 8px 0 8px;
}

#pagePanelOne #friendsList
{
	clear: left;
	margin-top: 12px;
}

#pagePanelOne #friendsList li
{
	width: 264px;
	font-weight: bold;
	margin-bottom: 6px;
	letter-spacing: -0.2pt;
	font-size: 108%;
	color: #000;
	background-color: #767676;
	position: relative;
	line-height: 34px;
}

#pagePanelOne #friendsList li img
{
	position: absolute;
	left: 1px;
	top: 1px;
}

#pagePanelOne #friendsList li span.pending,
#pagePanelOne #friendsList li span.invited
{
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	font-size: 77%;
	font-weight: normal;
	padding: 0 8px 0 0;
}

#pagePanelOne #friendsList li a
{
	display: block;
	width: 214px;
	height: 100%;
	color: #000 !important;
	background-color: #fcb131;
	text-decoration: none !important;
	padding: 0px 8px 0px 42px;
}

#pagePanelOne #friendsList li.invited a
{
	background-color: #ababab;
}

#pagePanelOne #friendsList li.invited a:hover
{
	cursor: pointer; /* for IE */
	background-color: #fcb131;
}

#pagePanelOne #friendsList li a:hover
{
	background-color: #fbcb3f;
}

#pagePanelOne #friendsList li.on
{
	background-color: #fff;
	border-right: 6px #fff solid;
	width: 214px;
	padding: 0px 8px 0px 42px;
}

#pagePanelOne #friendsList li.on a:hover
{
	background-color: transparent !important;
}

#pagePanelOne #friendsList li.pending
{	
	width: 214px;
	padding: 0px 8px 0px 42px;
}

#pagePanelOne #friendsList li .locked
{
	width: 12px;
	height: 15px;
	padding-left: 12px;
	margin-left: 8px;
	background-image: url(../images/elements/lock.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#pagePanelOne #friendsListNumbers
{
	float: left;
	color: #767676;
	margin-top: 12px;
}

#pagePanelOne ul#friendsListPagination
{
	color: #fff;
	margin: 12px 6px 0 0;
	float: right;
}

#pagePanelOne ul#friendsListPagination li
{
	float: left;
	margin: 0 2px 0 2px;
}

#pagePanelOne #friendsListPagination a
{
	color: #4e4e4e;
}

#pagePanelOne #friendsListPagination li.on a
{
	color: #767676;
	text-decoration: underline;
}

#pagePanelOne #friendsListPagination li.previous a,
#pagePanelOne #friendsListPagination li.next a
{
	color: #767676;
}

#pagePanelOne #friendsListPagination a:hover,
#pagePanelOne #friendsListPagination li.on a:hover,
#pagePanelOne #friendsListPagination li.previous a:hover,
#pagePanelOne #friendsListPagination li.next a:hover
{
	color: #fcb131;
}

/*---------------------------------------------------------------------------*/
/* Games Platform Switcher v2 */
/* Son of Suckerfish Base Styles */
/* friendsMenu.js used for ie6 */
/*---------------------------------------------------------------------------*/

#friendsMenu, friendsMenu ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#friendsMenu a
{
	display: block;	
	width: 100%;
	height: 100%;
}

#friendsMenu li {
	float: left;
}

#friendsMenu li ul
{
	position: absolute;
	left: -9999em;
}

#friendsMenu li:hover ul, #friendsMenu li.sfhover ul {
	left: auto;
}

#friendsMenu li:hover, #friendsMenu li.hover {
    position: static;
}


/*---------------------------------------------------------------------------*/
/* Games Platform Switcher v2 */
/* Modified Styles */
/*---------------------------------------------------------------------------*/

#friendsMenu
{
	/*
	float: right;
	display: inline;
	margin-right: 8px;
	*/
	margin: 12px 0 0 0;
	position: relative;
	width: 160px;
	z-index: 10;
}

#friendsMenu li ul
{
	z-index: 10; /*any value*/
	overflow: hidden; /*must have*/
	width: 166px;
	padding: 0;
	/*
	background-color: #6d759a;
	*/
	margin-top: 0px;
	list-style-type: none;
	border-right: 1px #000 dotted;
	border-bottom: 1px #000 dotted;
}

#friendsMenu li ul iframe
{
	display: block;/*sorry for IE5*/
	position: absolute;/*must have*/
	top: 0;/*must have*/
	left: 0;/*must have*/
	z-index: -1;/*must have*/
	filter: mask();/*must have*/
	width: 3000px;/*must have for any big value*/
	height: 3000px/*must have for any big value*/;
}

#friendsMenu li
{
	background-color: #767676;
}

#friendsMenu li a.toplevel
{
	width: 160px;
	padding: 3px;
	text-decoration: none;
	color: #000 !important;
	background-image: url(../images/elements/arrow-menu-black.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#friendsMenu li ul li
{
	float: left;
	width: 160px;
}

#friendsMenu li ul li a
{
	background-color: #FFF;
	padding: 3px;
	text-decoration: none;
	color: #000;
}

#friendsMenu li ul li a:hover
{
	background-color: #f9b331;
}

#friendsMenu a:link, #friendsMenu a:visited, #friendsMenu a:active
{
	color: #000;
	font-weight: bold;
}

/*---------------------------------------------------------------------------*/
/* Friends PanelTwo */
/*---------------------------------------------------------------------------*/

#friendTitle
{
	border-bottom: 6px #000 solid;
}

#friendTitle h3
{
	font-weight: bold;
	margin: 0;
	line-height: 24px;
	float: left;
	border: none;
	padding-bottom: 7px;
}

#friendTitle h5
{
	font-weight: bold;
	margin: 0;
	line-height: 24px;
	float: right;
	border: none;
	padding: 2px 0 5px 0;
}

/*---------------------------------------------------------------------------*/
/* Friends PanelTwo Add Friends */
/*---------------------------------------------------------------------------*/

#addFriends .topText
{
	font-size: 85%;
	width: 414px;
}

#addFriends .topText p
{
	padding: 0.8em 0 0.4em 0;
	margin-bottom: 0;
}

#addFriends .slideText p
{
	margin: 0 0 0.8em 0;
}

#addFriends #addFriendsTopInfo
{
	margin-top: 34px;
}

#addFriends #addFriendsTopInfo .intro
{
	font-weight: bold;
	margin-top: 0;
}

#addFriends #addFriendsTopInfo ol
{
	margin: 1em 0;
	list-style-type: decimal;
	padding-left: 30px;
}

#addFriends a.moreInfo
{
	width: 14px;
	height: 12px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/elements/moreInfoShow.gif);
}

#addFriends a.moreInfo.hideMe
{
	background-image: url(../images/elements/moreInfoHide.gif);
}

#addFriends a.moreInfo:hover
{
	background-position: left -12px;
}

#addFriends #addFriendsQuickAdd
{
	margin: 45px 0 10px 0;
}

#addFriends h4
{
	font-weight: bold;
	margin: 0;
	padding-bottom: 10px;
	width: 414px;
	border-bottom: 1px #808080 solid;
}

#addFriends #friendForm fieldset
{
	padding: 0;
}

#addFriends #friendForm fieldset p
{
	margin: 16px 0 0 0 !important;
}

#addFriends #friendForm fieldset label.friendFormType
{
	display: none !important;
}

#addFriends #friendForm fieldset #friendFormType
{
	margin-left: 167px;
	width: 247px;
}

#addFriends #friendForm .submitForm
{	
	width: 394px;
	clear: both;
	float: left;
	padding-right: 20px;
	background-image: url(../images/elements/icon-friend-search.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	margin-top: 5px !important;
	text-align: right;
	font-size: 77%;
	line-height: 1.5;
	padding-top: 0.2em;
	display: inline;
	font-weight: normal;
}

#addFriends #friendForm .submitForm a
{
	background: none;
	text-decoration: underline;
	text-align: right;
	color: #000;
	width: auto;
	display: inline;
}

#addFriends #friendForm .submitForm a:hover
{
	color: #fcb131 !important;
}

.platFriendsInfo div,
#addFriends #friendForm #friendAddStatus
{
	float: right;
	margin: 10px 0 0 0;
	font-size: 85%;
	color: #009d00;
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 1.5;
	text-align: right;
}

.platFriendsInfo .failed,
#addFriends #friendForm #friendAddStatus.failed
{
	color: #cb010d;
	padding: 0 20px 0 0;
	background-image: url(../images/elements/icon-no.gif);
}

.platFriendsInfo .success,
#addFriends #friendForm #friendAddStatus.success
{
	padding: 0 20px 0 0;
	background-image: url(../images/elements/icon-yes.gif);
}

/*---------------------------------------------------------------------------*/
/* Friends PanelTwo Manage Invitations */
/*---------------------------------------------------------------------------*/

#manageInvitations .intro
{
	margin-top: 34px;
	font-weight: bold;
}

#numFriends
{
	margin-top: 15px;
	float: left;
	clear: left;
	width: 100%;
}

#numFriends h4
{
	float: left;
	font-weight: bold;
	width: 207px;
	line-height: 3.2;
	margin: 0;
}

#numFriends .number
{
	float: left;
	font-weight: bold;
	font-size: 320%;
	line-height: 1;
}

#pagePanelTwoContent .sentFriends
{
	margin-top: 45px;
	width: 414px;
}

#pagePanelTwoContent .sentFriends h4,
#pagePanelTwoContent .invitedFriends h4
{
	font-weight: bold;
	margin: 0;
}

#pagePanelTwoContent .sentFriends .description,
#pagePanelTwoContent .invitedFriends .description
{
	margin: 0.8em 0 0 0 !important;
	font-size: 85%;
	padding-bottom: 8px;
	border-bottom: 1px #929292 solid;
}

#pagePanelTwoContent .sentFriends .entry,
#pagePanelTwoContent .invitedFriends .entry
{
	width: 414px;
	padding: 8px 0 8px 0;
	border-bottom: 1px #929292 solid;
	

}

#pagePanelTwoContent .sentFriends .entry h6,
#pagePanelTwoContent .invitedFriends .entry h6
{
	font-weight: bold;
	float: left;
	margin: 0;
}

#pagePanelTwoContent .invitedFriends .entry .optionGroup
{
	
	float: right;
	margin-left: 10px;
}

#pagePanelTwoContent .sentFriends .option,
#pagePanelTwoContent .invitedFriends .option
{	
	line-height: 1.5;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	font-size: 77%;
	white-space: nowrap;
}

#pagePanelTwoContent .sentFriends .cancel
{
	background-image: url(../images/elements/icon-no.gif);
}

#pagePanelTwoContent .invitedFriends .accept
{
	background-image: url(../images/elements/icon-yes.gif);
}

#pagePanelTwoContent .invitedFriends .decline
{
	background-image: url(../images/elements/icon-no.gif);
}

#pagePanelTwoContent .invitedFriends .ban
{
	background-image: url(../images/elements/icon-ban.gif);
	margin-top: 10px;
	clear: both;
}

#pagePanelTwoContent .invitedFriends .more
{
	background-image: url(../images/elements/icon-questionMark.gif);
	margin-top: 10px;
	clear: both;
}

#pagePanelTwoContent .sentFriends .option a,
#pagePanelTwoContent .invitedFriends .option a
{
	color: #000;
	text-decoration: underline;
	background-color: #fff; /* for IE6 & 7 rendering */
}

#pagePanelTwoContent .sentFriends .option a:hover,
#pagePanelTwoContent .invitedFriends .option a:hover
{
	color: #fcb131;
	text-decoration: underline;
}

#pagePanelTwoContent .invitedFriends
{
	margin-top: 40px;
	width: 414px;
}

#pagePanelTwoContent .delConf
{
	float: right;
	font-size: 85%;
	color: #cb010d;
	padding: 0 20px 0 0;
	background-image: url(../images/elements/icon-alert.gif);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 1.5;
	display: none;
	margin-top: 5px;
	text-align: right;
	width: 177px;
}

#pagePanelTwoContent .delConf p
{
	margin: 0;
}

/*---------------------------------------------------------------------------*/
/* Friends PanelTwo Profile Details */
/*---------------------------------------------------------------------------*/

#friendDetail
{
	float: left;
	clear: left;
	margin: 34px 0 24px 0;
}

#friendDetail .avatar,
#friendDetail .text
{
	float: left;
	width: 207px;
	font-weight: bold;
}

#friendDetail .text .label
{
	float: left;
	clear: left;
	width: 107px;
	margin-bottom: 8px;
}

#friendDetail .text .detail
{
	float: left;
	width: 100px;
	text-align: right;
	margin-bottom: 8px;
}

#linkedGames
{
	float: left;
	clear: left;
	margin: 34px 0 0 0;
	width: 100%;
}

#linkedGames h4
{
	font-weight: bold;
	margin: 0 0 10px 0;
}

#linkedGames img
{
	float: left;
	margin: 16px 0 0 0;
}

/*---------------------------------------------------------------------------*/
/* Friends PanelThree */
/*---------------------------------------------------------------------------*/

#pagePanelThree .friendManagement
{
	color: #808080;
	min-height: 620px;
}

#pagePanelThree .friends
{
	min-height: 620px;
}

#pagePanelThreeContent .noBottomBorder
{
	border: none;
}

#pagePanelThree .friendManagement .invitesContainer
{
	border-bottom: 1px solid #808080;
}

#pagePanelThree .friendManagement .invitesContainer p
{
	font-size: 85%;
	margin: 0.8em 0 0.4em 0;
}

#pagePanelThree .friendManagement .invitesContainer h4
{
	font-weight: bold;
	margin: 0;
	color: #808080;
}

#pagePanelThree .friendManagement .invitesReceived,
#pagePanelThree .friendManagement .invitesSent
{
	padding-bottom: 24px;
}

#pagePanelThree .friendManagement ul.friendMenuOptions
{
	margin-top: 0;
}

#pagePanelThreeContent .largeFriends
{
	position: absolute;
	bottom: 24px;
	right: 24px;
	width: 143px;
	height: 154px;
	background-repeat: no-repeat;
	background-position: left center;
}

#pagePanelThreeContent .largeFriends.multiple
{
	background-image: url(../images/elements/large-friends.gif);
}

#pagePanelThreeContent .largeFriends.single
{
	background-image: url(../images/elements/large-friend.gif);
}

#pagePanelThreeContent .largeFriends.invite
{
	background-image: url(../images/elements/large-friend-invite.gif);
}


/*---------------------------------------------------------------------------*/
/* Friends PanelThree Menu */
/*---------------------------------------------------------------------------*/

ul.friendMenuOptions
{
	margin-top: 27px;
	padding-bottom: 16px;
}

ul.friendMenuOptions li
{
	padding-left: 20px;
	padding-top: 2px;
	margin-bottom: 16px;
	background-repeat: no-repeat;
	background-position: left 0px;
	font-size: 85%;
}

ul.friendMenuOptions li.message
{
	background-image: url(../images/elements/icon-friend-message.gif);
}

ul.friendMenuOptions li.tv
{
	background-image: url(../images/elements/icon-friend-tv.gif);
}

ul.friendMenuOptions li.accept
{
	background-image: url(../images/elements/icon-friend-accept.gif);
}

ul.friendMenuOptions li.remove
{
	background-image: url(../images/elements/icon-friend-remove.gif);
}

ul.friendMenuOptions li.manage
{
	background-image: url(../images/elements/icon-friend-manage.gif);
}

ul.friendMenuOptions li.ban
{
	background-image: url(../images/elements/icon-friend-ban.gif);
}

ul.friendMenuOptions li a
{
	color: #808080 !important;
	text-decoration: underline !important;
}

ul.friendMenuOptions li a:hover
{
	color: #767676 !important;
}

#friendDeleteConfirm
{
	float: left;
	font-size: 85%;
	color: #cb010d;
	padding: 0 0 0 20px;
	background-image: url(../images/elements/icon-alert.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	line-height: 1.5;
	display: none;
}

.unlinkConfirm {
    padding: 24px 24px 0;
}

.unlinkConfirm .copy
{
    font-size: 12px;
    font-weight: bold;
}

.unlinkConfirm .button
{
    margin: 20px 0 0 0;
    float: left;
    text-align: center;
    width: 100%;
}

.unlinkConfirm .button a
{
    width: 112px;
    height: 21px;
    overflow: hidden;
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    color: #000;
    margin: 0 auto;
    line-height: 21px;
    background-image: url(../images/elements/unlinkSbButton.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.unlinkConfirm .button a:hover
{
    text-decoration: none;
    background-position: 0 -21px;
}

.unlinkConfirm .button a:hover
{
    text-decoration: none;
    background-position: 0 -21px;
}

