/* @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;
}
#feedback-left-column
{
    position:relative;
    float:left;
    width:470px;
    padding-left:10px;
}
#feedback-right-column 
{
    position:relative;
    float:left;
    width:460px;
    padding-left:10px;
}
#feedback-main 
{
    width:420px;
    height:300px;
    padding:10px;    
}
.feedbackLabel
{
    position:relative;
    left:20px;
    padding:5px;
    font-weight:bold;
    font-style:oblique;
    color:#333;
}
.feedbackInput 
{
    color: #777;
    border: groove thin #cf6;
    margin-left:10px;
}
/* =================================================== 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
{
    float: left;
    width: 220px;
    height: 336px;
    padding: 50px 0px 0px 20px;
}
#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: inherit;
    padding-left: .75em;
    padding-right: .75em;
    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;/* this alone solved the comment issue in ie8...still not ie7 though*/
    padding-bottom: .2em;
}
.commentTextBoxWrapper
{
    
}
.eventDateColumn
{
    min-width:390px;
    padding-bottom: .2em;
}
.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;
    top:-1.6em;
    right:-0.6em;
}
.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
{
}
.showAllCommentsColumn
{
	padding-top:10px;
	padding-bottom:10px;
	background-color:#eef;
	text-align:right;
}
.showAllCommentsLink
{
	padding-top:10px;
	padding-bottom:10px;
	color:#33f;
	text-decoration:underline;
	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*/
/* mir3 */
#mir3GameModule
{
    position: relative;
    height:170px;
}
#mir3ModuleHeader
{
    padding-left: 1.5em;
}
#mir3ClaimLabel
{
	font-weight:bold;
	margin-top:12px;
	width:200px;
	text-align:center;
	font-size:.9em;
}
.mir3ClaimInputLabel
{
	font-style:italic;
	font-size:.7em;
}
.mir3ClaimInput
{
    position: relative;
	width:95px;
	font-size:smaller;
}
#mir3ClaimWait
{
	font-weight:bold;
	margin-top:12px;
	width:180px;
	text-align:center;
	font-size:.9em;
}
.mir3ClassIcon
{
	width:16px;
	height:16px;
}
/* emoticons */
#emoticonsGameModule
{
    position: relative;
    height:120px;
}
#emoticonsModuleHeader
{
    padding-left: 1.5em;
    width:180px;
}
.emoticonsLabel
{
	font-size:.9em;
	margin-top:4px;
	font-weight:bold;
}
.emoticonsListLink
{
	font-size:.8em;
	font-weight:bold;
	color:#bbe;
}
/* =================================================== 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
{
    position: absolute;
    width: 500px;
    height: 600px;
    left: 50%;
    margin-left: -250px;
}
#popupCover
{
    display: none;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.closeButton
{
    position: absolute;
    float: right;
    top: 15px;
    right: 25px;
    cursor: pointer;
}
#profilePicSelector
{
}
#playerSearch
{
    display: none;
    z-index: 2;
}
#allFriends
{
    display: none;
    z-index: 3;
}
#friendRequests
{
    display: none;
    z-index: 3;
}
/* ----------------- 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 .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: 448px;
    padding-top: 65px;
    padding-left: 32px;
}
#profilePicSelector .settings-content 
{
    width: 470px;
    padding-top: 65px;
    padding-left: 10px;
}
#profilePictureSelection
{
    width: 240px;
}
#profilePicUploadButton
{
    position: absolute;
    left: 17em;
    width: 73px;
    height: 24px;
}
.groupHeader
{
	font-weight:bold;
	text-decoration:underline;
	font-size:1.5em;
	margin-bottom:20px;
}
.settingsForm
{
	margin-bottom:20px;
}
.accountFormHeader
{
	font-weight:bold;
	font-size:1.2em;
	margin-top:0.25em;
	margin-bottom:0.25em;
}
.privacyFormHeader
{
    position:relative;
    float:left;
	font-weight:bold;
	font-size:1.2em;
	margin-top:0.25em;
	margin-bottom:0.25em;
}

/* ----------------- privacy settings */

.privacySettingName
{
	font-weight:bold;
}
.privacySettingDescription
{
    clear:both;
    padding-bottom:1em;
	font-size:0.9em;
	font-style:italic;
}
.privacySettingDropDown
{
	margin-bottom:10px;
}
.privacySettingDropDownItem
{
}
