/* @charset "utf-8"; */
/* Player home layout stylesheet - primary use: to define the structural layout and sizes of Yuma elements (!graphics & !colors) */

/* Condensed Universal Reset > ensures relatively universal default browser-style uniformity */
*
{
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    padding: 0;
    margin: 0;
}
/* =================================================== global definitions */
body
{
    height: 100%;
}
.inlineIconLeft 
{
    display:inline;
    float:left;
    vertical-align:middle;
}
#mainAd 
{
    clear:both;
    position:relative;
    width:133px;
    height:500px;
    top:7em;
    left:1.55em;
    
}
/* =================================================== global default font styles */
.playerName
{
    font-size: .875em;
}
.popupInfo
{
    font-size: 1em;
}
/* =================================================== wrapper divisions */
#wrapper-body
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#wrapper-960
{
    padding-left: 50%;
    width: 960px;
    height: 100%;
}
#wrapper-main
{
    margin-left: -480px;
    width: 960px;
    height: 100%;
}
#wrapper-multicolumn-enclosure
{
    position: relative;
    float: left;
    width: 720px;
}
#wrapper-center-column
{
    position: relative;
    float: right;
    width: 480px;
}
/* =================================================== content divisions */
#header
{
    height: 66px;
}
/* ------------------------------ left column */
#left-column
{
    float: left;
    width: 240px;
}
#left-column-top 
{
    width:inherit;
}
#left-column-middle
{
    width:230px;
    padding: 0px 0px 0px 10px;
}
#left-column-bottom 
{
    width:inherit;
    height:145px;
}/* ------------------------------ status */
#status
{
    width: 450px;
    height: 90px;
    padding: 0px 15px 0px 15px;
}
#feed
{
    width: 460px;
    padding: 0px 10px 10px 10px;
}
#eventContainer td
{
    vertical-align: top;
}
#right-column
{
    float: right;
    width: 240px;
    height: 885px;
}
#footer
{
    position: fixed;
    /*width: 960px;*/
    height: 34px;
    bottom: 0%;
}
#footer-bg
{
    position: fixed;
    bottom: 0%;
    margin-left:-720px;
}
#footer-logo
{
    position: relative;
    left:-1.5em;
}



/* =================================================== navigation bar */
#nav-bar
{
    position: relative;
    float: right;
    top: 1.2em;
    right: 5.75em;
}
#nav-bar img
{
    float: left;
    margin-right: -4px;
}



/* =================================================== feed entries */
/* ----------------- divs */
.feedItem
{
    width: 460px;
}
.feedItemHead
{
    width: inherit;
    height: 10px;
}
.feedItemBody
{
    width: 436;
    padding-left: 12px;
    padding-right: 12px;
    overflow: hidden;
}
.feedItemFoot
{
    width: inherit;
    height: 17px;
}
/* ----------------- table */
.eventBody
{
    max-width: 440px;
}
.eventBodyAlt
{
    font-family: Arial;
    font-size: 9pt;
    width: 100%;
}
.eventTable
{
    width: 100%;
}
.eventAvatarColumn
{
    max-width: 50px;
    margin:0px;
    padding:0px;
}
.eventTextColumn
{
    min-width:390px;
    padding-bottom: .2em;
}
.commentTextBoxWrapper
{
    
}
.eventDateColumn
{
    width:390px;
}
.eventSourceImage
{
    vertical-align: top;
    width: 40px;
    height: 40px;
}
.eventSourceName
{
    font-weight: bold;
    padding-right: 4px;
}
.eventDescription
{
    font-weight: bold;
}
.eventDate
{
    font-size: .75em;
    font-style: italic;
}
.commentLink
{
    position:relative;
    float:right;
    bottom:0.9em;
}
.commentAddRow
{
    display: none;
}
.commentTextbox
{
}
.commentButton
{
    float: right;
    position: relative;
    padding: 0em .1em 0em 0em;
    bottom: 1.2em;
    cursor:pointer;
}
.postCommentRow
{
    min-width: 390px;
    height: 35px;
}
.commentTableOdd
{
    width: 390px;
}
.commentTableEven
{
    width: 390px;
}
.showAllCommentsRow
{
    margin-left:50px;
}
.showAllCommentsColumn
{
	padding-left:1em;
	text-align:left;
}
.showAllCommentsLink
{
	cursor:pointer;
}
.commentRow
{
    padding-bottom: .2em;
}
.commentAvatarColumn
{
    padding-right: 8px;
}
.commentAvatarImage
{
}
.commentTextColumn
{
    width: 100%;
    padding-bottom: .2em;
}
.commentSenderLabel
{
    padding-right: 4px;
}
.commentLabel
{
}
.commentDateColumn
{
    font-size: .75em;
    font-style: italic;
}
.eventStreamPollQuestion
{
	font-size:1.1em;
}



/* =================================================== status bar*/
/* ----------------- form elements */
#statusInputForm
{
    position: absolute;
    width: 278px;
    top: 1em;
    left: 14em;
}
#statusInputForm input[type=text]
{
    position: absolute;
    width: 220px;
}
#statusInputForm img
{
    position: relative;
    float: right;
    margin-top: 0.55em;
    cursor: pointer;
}
/* ----------------- player elements */
#statusAvatar
{
    position: absolute;
    left: 1.6em;
    top: 1.75em;
    width: 30px;
    height: 30px;
}
#statusPlayerName
{
    overflow: visible;
    position: relative;
    float: left;
    font-size: 1.25em;
    margin-top: 1.7em;
    margin-left: 2.5em;
}
#statusPlayerStatus
{
    overflow: visible;
    position: relative;
    width: 405px;
    clear: both;
    float: left;
    color: White;
    font-size: .8em;
    letter-spacing: .0075em;
    font-style: oblique;
    margin-left: 3.9em;
}
/* ----------------- notification and request elements */
#statusNotifications
{
    color: #888;
    font-size: .8em;
    position: absolute;
    width: 20em;
    height: 1.6em;
    left: 2.5em;
    top: 5.6em;
    text-align: left;
    padding-top: 0.5em;
}
#statusRequests
{
    color: #888;
    font-size: .8em;
    position: absolute;
    width: 20em;
    height: 1.6em;
    right: 2.5em;
    top: 5.6em;
    text-align: right;
    padding-top: 0.5em;
}
#statusNotifications img
{
    vertical-align: middle;
    margin-top: -0.5em;
    cursor: pointer;
}
#statusRequests img
{
    vertical-align: middle;
    margin-top: -0.5em;
    cursor: pointer;
}
.notificationAndRequestTxt
{
    color: #333;
    font-weight: bold;
}
/* =================================================== game modules*/
/* ----------------- game module container */
#games-module 
{
    width:220px; 
}
#games-module-title 
{
    padding-left:10px;
}
#games-module-middle
{
    width:200px;
    padding: 0px 10px 0px 10px;
}
#games-module-bottom
{
    width:inherit;
    height:39px;
}
/* ----------------- individual game modules */
.game-module 
{
    width:200px; 
}
.game-module-top
{
    width:inherit;
    height:68px;
    padding: 5px 0px 0px 22px;
}
.game-module-middle
{
    width:190px;
    padding: 0px 5px 0px 5px;
}
.game-module-middle hr 
{
    width:100%;
    border-top:dashed 1px #ddd;
    height:1px;
    margin-top:7px;
    margin-bottom:5px;
    background-color:Transparent;
}
.game-module-middle li 
{
    list-style-type:none; 
    margin-left:10px;
    font-size:.8em;
	font-weight:bold;
}
.game-module-bottom
{
    width:inherit;
    height:13px;
}
/* ----------------- mir3 game module */
.mir3Header 
{
    font-weight:bold;
    font-style:oblique;
}
.mir3ClaimInputLabel
{
	font-style:italic;
	font-size:.7em;
}
.mir3ClaimInput
{
	width:90px;
	font-size:smaller;
	border: solid 1px #ccc;
}
#mir3ClaimWait
{
	font-weight:bold;
	margin-top:12px;
	text-align:center;
	font-size:.9em;
}
.mir3ListItem 
{
}
.mir3ClassIcon
{
    float:left;
	width:25px;
	height:25px;
	vertical-align:middle;
}
.mir3CharacterLink 
{
    
}
.mir3PrivacyIcon 
{
	cursor:pointer;
	float:right;
	margin-top:-4px;
}
/* ----------------- emoticons game module */
#emoticonsGameModule
{
}
.emoticonsLabel
{
	font-size:.9em;
	margin-top:4px;
	font-weight:bold;
}
.emoticonsListLink
{
}
/* =================================================== friend module */
/* ----------------- x */
#noFriendsMessage
{
    display: none;
    float: left;
    padding: 10px;
    width: 186px;
    line-height: 2em;
    font-size: .875em;
}
#fewFriendsMessage
{
    display: none;
    float: left;
    padding: 10px;
    width: 186px;
    line-height: 2em;
    font-size: .875em;
}
#friendsList
{
    position: relative;
    left: 17px;
    top: 54px;
    margin: 0;
    padding: 0;
}
#friendButtons
{
    width: 206px;
    height: 25px;
}
.button
{
    cursor: pointer;
}
#addFriendsButton
{
    position:absolute;
    top:14.65em;
    left:.3em;
}
#allFriendsButton
{
    position:absolute;
    top:14.65em;
    right:3.3em;
}
#friendContainer
{
    height: 190px;
    width: 206px;
    margin: inherit;
    padding: inherit;
}
.friendRow
{
    padding-left: 5px;
    padding-right: 5px;
    width: 198px;
    height: 38px;
}
.friendImage
{
    vertical-align: top;
    float: left;
    margin-right: .25em;
}
.evenFriend
{
    position: relative;
    width: 99px;
    float: left;
}
.oddFriend
{
    position: relative;
    width: 99px;
    float: right;
}
/* =================================================== popups */
.popup
{
    display: none;
    z-index: 101;
    position: absolute;
    width: 500px;
    height: 600px;
    left: 50%;
    margin-left: -250px;
}
#popupCover
{
    display: none;
    position: absolute;
    z-index: 100;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.closeButton
{
    position: absolute;
    float: right;
    top: 15px;
    right: 25px;
    cursor: pointer;
}
#profilePicSelector
{
}
#playerSearch
{
}
#allFriends
{
}
#friendRequests
{
}
/* ----------------- search / add players as friends */
.playerSearchResultsContainerRow
{
    position: relative;
    width: 417px;
    height: 30px;
    padding: 1px 5px 8px 6px;
}
.playerSearchResultsContainerAvatar
{
    float: left;
    vertical-align: top;
    margin-right: 0.3em;
}
.playerSearchResultsContainerPlayerName
{
    font-size: .875em;
}
.playerSearchResultsContainerAddFriend
{
    position: absolute;
    font-size: 0.875em;
    top: 0.75em;
    right: 1em;
}
.playerSearchResultsContainerAddFriendButton
{
    cursor: pointer;
    position: absolute;
    top: 0.5em;
    right: 5em;
    cursor: pointer;
}
.playerSearchResultsContainerMessageButton
{
    cursor: pointer;
    position: absolute;
    top: 0.5em;
    right: 3em;
    cursor: pointer;
}
#playerSearchResultsLabel
{
    font-size: 1em;
}
.playerSearchResultsContainerPlayerStatus
{
    font-size: .8em;
    letter-spacing: .0075em;
}
#playerSearchResultsPrevious
{
    display: none;
    float: left;
    padding-left: 0.5em;
}
#playerSearchResultsNext
{
    display: none;
    float: right;
    padding-right: 3.3em;
}
#playerSearchForm
{
    margin-left: 32px;
    height: 60px;
}
#playerSearchForm input
{
    color: #666;
    position: relative;
    float: left;
    width: 135px;
    height: 20px;
    border: groove thin #cf6;
}
#playerSearchButton
{
    cursor: pointer;
    float: right;
    padding-right: 2.5em;
}
.searchInput .searchInputDescription
{
    position: relative;
    float: left;
    top: 50px;
}
#playerSearch .content
{
    width: 500px;
    height: 123px;
    padding-top: 65px;
}
#playerSearchResults
{
    margin-left: 32px;
}
/* ----------------- view / search all existing friends */
#allFriends 
{
    z-index:100;
}
#allFriends .content
{
    width: 500px;
    height: 123px;
    padding-top: 65px;
}
#allFriendsSearchResultsContainer
{
    margin-left: 32px;
}
#allFriendsSearchResultsLabel
{
    margin-left: 32px;
    font-size: 1em;
}
.allFriendsSearchResultsContainerRow
{
    position: relative;
    width: 417px;
    height: 30px;
    padding: 1px 5px 8px 6px;
}
.allFriendsSearchResultsContainerAvatar
{
    float: left;
    vertical-align: top;
    margin-right: 0.3em;
}
.allFriendsSearchResultsContainerPlayerName
{
    font-size: .875em;
}
.allFriendsSearchResultsContainerPlayerStatus
{
    font-size: .8em;
    letter-spacing: .0075em;
}
#allFriendsSearchResultsPrevious
{
    display: none;
    float: left;
    padding-left: 0.5em;
}
#allFriendsSearchResultsNext
{
    display: none;
    float: right;
    padding-right: 3.3em;
}
#allFriendsSearchForm
{
    margin-left: 32px;
    height: 60px;
}
#allFriendsSearchForm input
{
    color: #666;
    position: relative;
    float: left;
    width: 135px;
    height: 20px;
    border: groove thin #cf6;
}
.allFriendsSearchResultsContainerMessageButton
{
    position: absolute;
    top: 0.5em;
    right: 5em;
    cursor: pointer;
}
.allFriendsSearchResultsContainerPokeButton
{
    position: absolute;
    top: 0.5em;
    right: 3em;
    cursor: pointer;
}
.allFriendsSearchResultsContainerRemoveButton
{
    position: absolute;
    top: 0.5em;
    right: 1em;
    cursor: pointer;
}
#allFriendsResults
{
    margin-left: 32px;
}
#friendSearchFormSearchButton
{
    position: absolute;
    left: 10em;
}
#friendSearchFormClearButton
{
    position: absolute;
    left: 16em;
}
#allFriendsResultsPrevious
{
    display: none;
    float: left;
    padding-left: 3em;
}
#allFriendsResultsNext
{
    display: none;
    float: right;
    padding-right: 3.3em;
}
/* ----------------- friend requests manager */
#friendRequests .content
{
    width: 468px;
    padding-top: 65px;
    padding-left: 32px;
}
#friendRequestContainer
{
}
#friendSentRequestContainer
{
    clear:both;
    padding-right: 3em;
}
.friendRequestContainerRequestRow
{
    position: relative;
    width: 417px;
    height: 30px;
    padding: 1px 5px 8px 6px;
}
.friendRequestContainerAvatar
{
    float: left;
    vertical-align: top;
    margin-right: 0.3em;
}
.friendRequestApproveButton
{
    position: absolute;
    top: .5em;
    right: 5em;
    cursor: pointer;
}
.friendRequestIgnoreButton
{
    position: absolute;
    top: .5em;
    right: 3em;
    cursor: pointer;
}
.friendRequestBlockButton
{
    position: absolute;
    top: .5em;
    right: 1em;
    cursor: pointer;
}
#friendRequestResultsPrevious
{
    display: none;
    float: left;
    padding-left: 0.5em;
}
#friendRequestResultsNext
{
    display: none;
    float: right;
    padding-right: 3.3em;
}
/* ----------------- upload new profile picture */
#profilePicSelector .content
{
    width: 468px;
    padding-top: 65px;
    padding-left: 32px;
}
#profilePictureSelection
{
    width: 240px;
}
#profilePicUploadButton
{
    position: absolute;
    left: 18em;
    width: 73px;
    height: 24px;
}
.achievementImage
{
	width:80px;
	height:40px;
}
.newFriendRequests
{
	background:none;
}