﻿input.waterMarkGrayText
{
    color:#979797;
}

/* FRIENDS LEADERBOARD MODULE   -*/
#right_content_friendsmodule 
{
	position: absolute; 
	right: 15px; 
	top: 131px;		
}

#friendsLeaderboardsModuleWrapper {
	width: 166px; 
	height: 420px;
	background-repeat: no-repeat;
}

#friendsModuleHeader 
{
	width: 166px; 
	height: 23px; 
	line-height: 23px; 
	text-align: center;		
}

#friendsModuleHeader span
{
	float: left;
	display: inline-block;
	width: 140px;
	font-size: 10px; 
	font-weight: bold; 
	color: Gray;
}

#friendsModuleHeader img
{
	float: right; 
	margin-top: 4px; 
	margin-right: 6px;
}

#friendsModulePeriodMenu 
{
	width: 160px; 
	padding: 0 3px; 
	text-align: center;	
}

#friendsLeaderboardsModuleWrapper .friendsLeaderboardPeriod
{
	padding: 0 5px;
}


#friendsLeaderboardsModuleWrapper .friendsLeaderboardPeriodActive
{
	padding: 0 5px;
	color:Black;
	font-weight:bold;
	text-decoration:none;
}

#friendsModuleList
{
	height: 296px; 
	width: 160px; 
	padding: 0 3px; 
	margin-top: 14px;
}

#friendsModuleList a
{
	color: black;
}

#friendsModuleNavigation
{
	width: 160px; 
	height: 20px; 
	padding: 0 3px;
}

#friendsModuleSearchDescription
{
	width: 156px; 	
	padding: 6px 5px 0; 
	border: 1px; 
	position: relative;
	color: Gray;
	font-weight: bold;
	line-height: 18px;
	height: 17px;
}

#friendsModuleSearch
{
	width: 156px; 
	height: 28px; 
	padding: 3px 5px; 
	border: 1px; 
	position: relative;
}

#friendsModuleSearch .infoPopup
{
	position: absolute;
	bottom: 38px;
	left: 5px;
	line-height: 14px;
	padding: 5px;
	display: inline-block;
	color: #000000;
	border-width: 1px; 
	border-style: solid;
}

#infoPopup span
{
	font-size: 9px; 
	color: #666666;
}

#friendsModuleSearch div
{
	z-index: 200;
}

.friendsModuleSearchTextBox
{
    font: 10px verdana, arial, helvetica, sans-serif;     
    font-style: normal;     
    font-weight: normal;    
	padding-left: 2px; 
	width: 85px; 
	height: 14px; 
	border: 1px solid #d3d3d3;	
	color: #666666;
}

.searchButton 
{
	padding: 0px !important;
	height: 19px !important;
	line-height: 12px !important;
	width: 62px !important;
	font-weight:normal !important;
	font-size:9px !important;
}

#friendsModuleList .friendItem 
{
	float: left;
	width: 160px;	
}


/* END OF FRIENDS LEADERBOARD MODULE */

.friendItem .friendPosition 
{
	float: left;
	width: 13px;
	height: 35px;	
	margin: 2px 0;
	text-align: center;
	font-weight: bold;
}

.friendItem .infoWrapper 
{
	float: left;
	margin: 3px 0;	
	width: 80px;
}

.friendItem span 
{
	display: block;	
}

.friendItem .imageWrapper 
{
	height: 35px; 
	width: 35px; 
	margin: 2px 4px; 
	border: solid 1px #CCCCCC; 
	float: left;
	background-color:White;
}

 .imageShare
{
	float: right;
}

.friendItem .imageWrapper img 
{
	height: 35px; 
	width: 35px; 
}

.friendItem .statusWrapper 
{
	float: left;
	width: 10px;
	height: 31px;	
	margin: 6px 4px 2px 0;
	text-align: center;
	font-weight: bold;	
}


/* PROFILE FRIENDSLIST */

#profileFriendsHeader
{
	width: 426px; 
	padding-left: 14px; 
	padding-top: 8px; 
	height: 25px; 
}

#profileFriendsHeader span
{
	font-size: 11px; 
	font-weight: bold; 
	color: Gray
}

#profileFriendsContent
{
	width: 418px; 
	height: 144px; 
	padding: 0px 5px 5px 15px; 
	border-right: solid 1px #EFEFEF; 
	border-left: solid 1px #EFEFEF;  
	border-bottom: solid 1px #EFEFEF	
}

#profileFriendsContent .friendItem 
{
	float: left; 
	width: 139px; 
	background-color: White; 
	height: 39px;	
	margin: 4px 0px
}


#profileFriendsContent .friendItem .friendInfo 
{	
	float: left; 
	height: 12px; 
	width: 89px; 
}

#profileFriendsContent .friendItem .usernameInfo 
{	
	margin-top: 2px
}

#profileFriendsFooter 
{
	width: 440px; 
	height: 25px;
}

.buttonWrapper
{
	float: right; 
	margin-right: 14px; 
	margin-top: 6px;
	height: 10px;
	width: 20px;
}

.friendNavButton 
{
	width: 10px;
	float: left;	
}

.buttonWrapper .friendNavButton 
{
	float: left;	
}
.buttonWrapper .friendNavButton + .friendNavButton
{
	float: right;	
}

#profileFriendsFooter .buttonWrapper a
{
	margin-left: 3px;
}


/* END OF PROFILE FRIENDLIST */

/* POPUP MESSAGE */

.popupMessageOverlay 
{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	display:none;
}

#popupMessageBox 
{
	position: relative;
	width: 507px; 
	height: 115px; 
	padding: 6px 11px 11px 11px; 
	margin: 150px auto; 	
}

#popupMessageBox .avatarBox
{
	width: 100px;
	height: 100px;	
	position: absolute;
	top: 15px;
	left: 15px;
}

#popupMessageBox .messageArea 
{
	display: block; 
	height: 86px; 
	font-size: 12px; 
	line-height: 18px;
	text-align:center;
	padding: 0 85px;
}

#popupMessageBox .buttonArea
{
	height: 20px;
	padding: 0 185px;
}

#popupMessageBox .buttonArea .buttonTest
{
    width:63px;
    font-size:12px;
    height: 27px;
    line-height: 27px;
    border:none;
    padding:2px 0px;
    margin:0px;
    color: #000000;
    font-weight: normal;
    cursor:pointer;
}

#popupMessageBox .buttonArea .yesButton
{
    float:left;
    background:url('../Images/Design/Popup/yes_btn.png') no-repeat scroll 0px 0px transparent;
}

#popupMessageBox .buttonArea .noButton
{
    float:right;
    background:url('../Images/Design/Popup/no_btn.png') no-repeat scroll 0px 0px transparent;
}
/* END OF POPUP MESSAGE */

.tauntBoxReport
{
    border:1px solid #e6e6e6;
    background-color:#f3f3f3; 
    width:8px;
    padding:1px;
    text-align:center;
}

.tauntBoxReport:hover
{
    border:1px solid #ffa6a6;
    background-color:#f7d5d5;
}

.tauntBoxReport a
{
    text-decoration:none;
    display:block;
    color:#b3b3b3;
    font-weight:normal;
}

.tauntBoxReport a:hover
{
    color:Red;
}

.privateMessageListTable
{
    width:615px;
    border-left:1px solid #efefef;
    border-right:1px solid #efefef;
}

.privateMessageListTable .unReadMessage
{
    background-color: #feb300;
}

.privateMessageListTable .unReadMessageAlt
{
    background-color:#f3ab00;
}

.privateMessageListTable .fromRow
{
    background-color:#efefef;
    height:30px;
}

.privateMessageListTable .deleteCell
{
    text-align:center;
    width:30px;
}

.privateMessageListTable .xLink
{
    color:Black;
    text-decoration:none;
}

.privateMessageListTable .subject
{
    text-decoration:none;
    color:Black;
    font-weight:bold;
}

.privateMessageListWrapper
{
    margin-left:10px;
    margin-top:10px;
    width:615px;
}

.privateMessageListWrapper .leftItems 
{
	float: left;
	width: 115px;
	padding: 5px 20px 0 18px;
	text-align: left;
}

.privateMessageListWrapper .leftItems a,
.notificationsHeader .centerItems a
{
	font-weight: bold;
	color: Gray;
	text-decoration: none;
	display: block;
}

.privateMessageListWrapper .centerItems
{
	padding: 5px 20px 0 20px;	
	width: 145px;
	float: left;
	text-align: center;
}


/*NOTIFICATIONS */

.notificationsWrapper 
{
	margin-left: 0px;	
}

.notificationsHeader 
{
	height: 30px;
	
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
}

.notificationsHeader .leftItems 
{
	float: left;
	width: 115px;
	padding: 5px 20px 0 18px;
	text-align: left;
}

.notificationsHeader .leftItems a, .notificationsHeader .centerItems a
{
	font-weight: bold;
	color: Gray;
	text-decoration: none;
	display: block;
}

.notificationsHeader .centerItems
{
	padding: 5px 20px 0 20px;	
	width: 145px;
	float: left;
	text-align: center;
	
}

.notificationsHeader .rightItems
{
	float: right;
	padding: 5px 20px 0 0px;
}

.notificationsHeader .rightItems a
{
	margin-left: 10px;
}

.notificationsContent 
{
	display: block;
	border-left: 2px solid #EFEFEF;	
	border-right: 2px solid #EFEFEF;	
}

.notificationMessageHeader 
{
	display: block;
	padding: 0 20px 0 20px;
	height: 25px;
	line-height: 25px;
	background-color: #EEE;	
}

.notificationMessageHeader .rightControls 
{
	float: right;

}

.notificationMessageHeader .rightControls 
{
	margin: 0;
	padding: 0;
}

.notificationMessageHeader .rightControls .banButton
{
	margin-right: 15px;	
}

.notificationMessageHeader .rightControls .deleteCheckbox input
{
	margin: 0;
	padding: 0;	
}

.notificationMessageBody 
{
	display: block;
	padding: 10px 20px 25px 20px;
	word-wrap: break-word;
}

.notificationMessageBody .game
{
    display:inline-block;
    margin:0px;
    padding:0px;
    margin-left:-13px;
    margin-top:-5px;
    zoom:1;
    *display:inline;
}

.notificationMessageBody .challengeFriend
{
    display:inline-block;
    padding-top:18px;
}

.notificationMessageBody .acceptChallengeBox
{
    font-weight:bold;
}

.notificationMessageBody .challengeFriend .playerBox
{
    vertical-align:top;
    /*border:1px solid Black;*/
    display:inline-block;
    padding:3px 25px;
    /*background:url('../Images/Design/Notifications/winner_wings.png') no-repeat scroll 0 0 transparent;*/
    zoom:1;
    *display:inline;
}

.notificationMessageBody .challengeFriend .versus
{
    vertical-align:top;
    /*border:1px solid Black;*/
    height:41px;
    width:23px;
    margin:0px 0px;
    display:inline-block;
    background:url('../Images/Design/Notifications/versus_star.png') no-repeat scroll 0px 12px transparent;
    zoom:1;
    *display:inline;
}

.notificationMessageBody .challengeFriend .message
{
    display:inline-block;
    vertical-align:top;
    margin-left:8px;
    width:268px;
    height:45px;
    padding:5px 5px 5px 17px;
    background:url('../Images/Design/Notifications/bgr_challenge_coment.gif') no-repeat scroll 0px 0px transparent;
    zoom:1;
    *display:inline;
}

.notificationMessageBody .actionButtons 
{
	display:block;
	padding-top: 8px;
	padding-bottom: 0px;
	/*background-color:Green;*/
}

.notificationMessageBody .actionButtons input
{
	margin-top: 12px;
	float: right;	
}

.notificationMessageBody .reply
{
	display:block;
	text-align:right;
	margin-top:-10px;
	/*background-color:#88C;*/
}

.notificationMessageBody .reply a
{
	text-decoration: none;
}

#right_leaderboards 
{
	position: absolute;
	top: 135px;
	right: 15px;	
}

#loggedin table tbody tr td 
{
	padding-left: 14px;	
	height: 21px;
}

#loggedin table tbody tr td.menuText 
{
	padding-left: 2px;	
	height: 21px;
}

/* Achievement */

.achievementTable
{
    border:1px solid #e5e5e5;
}

.achievementTable tr td
{
    border:1px solid #e5e5e5;
    background-color:#f5f5f5;
    padding:7px 10px;
    color:#a9a1a3;
    font-weight:bold;
}

.achievementFloatLeft *
{
    float:left;
}

.achievementFloatLeft span, .achievementFloatLeft a
{
    line-height:17px;
}

img.transparent 
{
    opacity: 0.4;
    filter: alpha(opacity=40);   
}

span.transparent
{
    color: #bfbfbf;   
}

.achievementTableRow
{
    width:100%;
    border:0px solid #e5e5e5;
}

.achievementTableRow tr td
{
    /*border:1px solid Red;*/
    background-color:#e5e5e5;
    color:#a9a1a3;
    font-weight:bold;
}

.achievementTableRow tr td.img
{
    padding:0px;
    width:58px;
    border-right:2px solid White;
    text-align:center;
    height:72px;
}

.achievementTableRow tr td.title
{
    color:#7c7676;
    font-size:11px;
    vertical-align:bottom;
    padding-top:0px;
    padding-bottom:0px;
    line-height:17px;
    height:29px;
}

.achievementTableRow tr td.aqcuired
{
    width:120px;
    text-align:center;
    color:#7c7676;
    font-size:11px;
    line-height:16px;
    border-left:2px solid White;
}

.achievementTableRow tr td.description
{
    vertical-align:top;
    padding-top:0px;
    padding-bottom:0px;
    line-height:12px;
}

.achievementTableRow tr td.progress
{
    padding-top:4px;
    padding-left:50px;
    vertical-align:top;
    font-weight:normal;
}

/* Achievement END */

.helpFaq
{
	padding: 0 10px;	
}

.helpFaq p
{
	margin-bottom: 18px;
}

.helpFaq ol
{
	margin-bottom: 36px;
}

.helpFaq ol lh, .helpFaq ul lh
{
	font-weight: bold;
	display: block;
	margin: 18px 0;	
}

.helpFaq ol li
{
	list-style-type: decimal;
}

.helpFaq ul li
{
	list-style-type: disc;
	padding-bottom:3px;
}

.helpFaq h2
{
	font-size: 10px;
	font-weight: bold;	
	margin-bottom: 18px;
}

.helpFaq h3 
{
	font-size: 10px;
	font-weight: bold;	
	margin-bottom: 18px;
}

.helpFaq .topLink
{
	margin-bottom: 36px;
	display: block;
}

.helpFaq a:visited
{
	color: Blue;	
}

.AchievementBrowseButtons
{
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

/***** UPDATE PAGE *****/
div#updateWrapper
{
    margin:30px auto;
    width:625px;
}

div#updateWrapper #topBox
{
    width:625px;
    height:30px;
    background:url('../Images/Update/update_top.png') no-repeat scroll 0 0 transparent;
}

div#updateWrapper #middleBox
{
    width:625px;
    background:url('../Images/Update/update_middle.png') repeat-y scroll 0 0 transparent;
}

div#updateWrapper div#textBox
{
    text-align:center;
    margin:0px 21px;
    width:450px;
    color:#999999;
    font-size:16px;
    line-height:18px;
    font-weight:bold;
    font-family:Arial, Sans-Serif;
    /*background-color:#f9f9f9;*/
}

div#updateWrapper div#textBox p
{
    padding:4px 5px;
    color:#999999;
    font-size:16px;
    line-height:19px;
    font-weight:bold;
    font-family:Arial;
}

div#updateWrapper div#bottomBox
{
    width:625px;
    height:332px;
    background:url('../Images/Update/update_bottom.png') no-repeat scroll 0 0 transparent;
}
/***** UPDATE PAGE END *****/

/***** ERROR PAGE *****/
div#errorWrapper
{
    margin:30px auto;
    width:645px;
}

div#errorWrapper #topBox
{
    width:645px;
    height:30px;
    background:url('../Images/Error/error_top.png') no-repeat scroll 0 0 transparent;
}

div#errorWrapper #middleBox
{
    width:645px;
    background:url('../Images/Error/error_middle.png') repeat-y scroll 0 0 transparent;
}

div#errorWrapper div#textBox
{
    text-align:center;
    margin:0px 45px;
    width:450px;
    color:#999999;
    font-size:14px;
    line-height:17px;
    font-weight:bold;
    font-family:Arial, Sans-Serif;
    /*background-color:#f9f9f9;*/
}

div#errorWrapper div#textBox p
{
    padding:4px 5px;
    color:#999999;
    font-size:14px;
    line-height:17px;
    font-weight:bold;
    font-family:Arial;
}

div#errorWrapper div#bottomBox
{
    width:645px;
    height:370px;
    background:url('../Images/Error/error_bottom.png') no-repeat scroll 0 0 transparent;
}

div#errorWrapper div#bottomBox div#errorBoxWrapper
{
    padding-left:68px;
    padding-top:78px;
}

div#errorWrapper div#bottomBox div#errorBoxWrapper div#errorBox
{
    padding:5px 10px;
    width:353px;
    height:194px;
    /*background-color:Red;*/
}

div#errorWrapper div#bottomBox div#errorBoxWrapper div#errorBox div#ignoreBox
{
    width:100%;
    height:38px;
    margin-bottom:5px;
    font-weight:bold;
    /*background-color:Green;*/
}

/***** ERROR PAGE END *****/

/***** 404 PAGE START *****/

div#page404Container
{
    position:relative;
    margin:0px auto;
    width:825px;
    height:622px;
    background:url('../Images/404/404page_bgr.png') no-repeat scroll 0 0 transparent;
}

div#page404Container #headerBox
{
    font-size:30px;
    font-weight:bold;
    line-height:54px;
    padding-left:14px;
    height:65px;
    color:White;
}

div#page404Container #headerBox span
{
    font-size:20px;
}


div#page404Container #infoBox
{
    position:absolute;
    width:575px;
    height:151px;
    left:95px;
    top:70px;
    padding:13px 30px;
}

div#page404Container #infoBox li
{
    list-style-type:disc;
    margin:1px;
    padding:0px;
}

div#page404Container #contactBox
{
    text-align:center;
    position:absolute;
    top:562px;
    left:104px;
    width:616px;
    padding:0px 0px;
    height:34px;
    line-height:34px;
}
/***** 404 PAGE END *****/

/***** MULTI PLAYER QUEUE - START *****/
div.multiPlayerQueueWrapper
{
    display:none;
    top:-6px;
    left:20px;
    padding-top:6px;
    position:fixed;
    border:2px solid Black;
    z-index:999;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

div.multiPlayerQueueWrapper div#pulsateOverlay
{
    top:0px;
    position:absolute;
    height:100%;
    width:100%;
    display:none;
    background-color:#eeeeee;
    border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px; 
}

div.multiPlayerQueueWrapper .refreshButton
{
    display:none;
}

div.multiPlayerQueueWrapper div#dropQueue
{
    text-align:right;
    padding-right:10px;
}

div.multiPlayerQueueWrapper div#content
{
    padding:1px 8px 5px;
}

div.multiPlayerQueueWrapper div#content div#gameContainer
{
    width:42px;
    height:41px;
    background:url('../Images/Games/21_minigame_sm.gif') no-repeat scroll -13px 0 transparent;
}

div.multiPlayerQueueWrapper div#content h3
{
    margin:3px 0px;
    font-size:11px;
    line-height:13px;
}

div.multiPlayerQueueWrapper div#bottom
{
    height:8px;
}


/***** MULTI PLAYER QUEUE - END *****/


/***** IMPORTANT MESSAGE BAR - START *****/
div.importantMessageBarWrapper
{
    position:fixed;
    left:50%;
    margin-bottom:20px;
    z-index:1000;
    bottom:-500px;
    /*background-color:#feb300;*/
    /*background-color:#efefef;*/
    background-color: #FFFFFF;
    display:none;
    color:Black;
    /*border:2px solid Black;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px; */
	background: url('../Images/Design/Popup/bg.png') no-repeat center top;
	width: 507px;
	height: 131px;
}

div.importantMessageBarWrapper #flashOverlay
{
    position:absolute;
    height:100%;
    width:100%;
    display:none;
    background-color:Yellow;
    border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px; 
}

div.importantMessageBarWrapper .closeButton
{
	position: absolute;
	top: 8px;
	right: 8px;
}

div.importantMessageBarWrapper .refreshButton
{
    float:left;
    display:none;
}

div.importantMessageBarWrapper div#container
{
    padding:5px 5px 0;
    line-height:12px;
}

div.importantMessageBarWrapper div#container div#divLoading
{
    line-height:12px;
    text-align:center;
    color:#555;
    display:block;
    height:100%;
}

div.importantMessageBarWrapper a.navigation
{
    display:inline-block;
    text-decoration:none;
}
/***** IMPORTANT MESSAGE BAR END *****/

/***** IMPORTANT MESSAGE - GAME HIGHSCORE START *****/
table.importantMessageGameHighscore .tdImage
{
}

table.importantMessageGameHighscore .tdText
{
    vertical-align:top;
}

table.importantMessageGameHighscore .tdText h3
{
    margin:8px 0px 8px;
}

table.importantMessageGameHighscore .tdText p
{
    line-height:14px;
}
/***** IMPORTANT MESSAGE - GAME HIGHSCORE END *****/

/***** IMPORTANT MESSAGE - MULTIPLAYER MATCH START *****/

div#multiplayerContainer p
{
    margin:2px 0px;
}

/***** IMPORTANT MESSAGE - MULTIPLAYER MATCH END *****/

div#linkAccounts
{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	margin: 150px auto; 
	background-color: #FFFFFF; 
	padding: 10px; 
	width: 525px; 
	height: 200px; 
	position: relative;	
	border-width: 4px;
	border-style: solid;
}

#linkAccounts .closeButton
{
	position: absolute; 
	top: -26px; 
	right: -26px;
}

#linkAccounts table
{
	width: 100%; 
	height: 160px; 
	margin-top: 20px;
}

#linkAccounts table tr td
{
	width: 50%;	
}

#linkAccounts table tr td span.headline
{
	margin-bottom: 18px; 
	display: block;
}

#linkAccounts table tr td.leftCell
{	
	padding-right: 10px;
	border-right-style: solid;
	border-right-width: 1px;
	
}

#linkAccounts table tr td.rightCell
{
	padding-left: 10px;
}

#linkAccounts table tr td div.infoBox
{
	height: 90px;
}

#linkAccounts table tr td div.infoBox .errorMessage
{
	color: Red;
}

#linkAccounts table tr td div.infoBox label
{
	line-height: 18px; 
	margin-bottom: 3px; 
	display: inline-block; 
	width: 95px; 
	float: left
}

#linkAccounts p
{
	line-height: 14px;
	padding-top:15px;
	padding-bottom:15px;
}

#linkAccounts input
{
	float: right;	
}

#lastPlayInfoBox .leftText
{
    width:50%;
    display:inline-block;
    text-align:right;
}

#lastPlayInfoBox .rightText
{
    margin-left:80px;
    display:inline-block;
    text-align:left;
}

#lastPlayInfoBox p
{
    font-size:12px;
    font-weight:bold;
    line-height:25px;
}

span.ulp_text
{
    font-size:20px;
}

#lastPlayInfoBox .ulp_text
{
    line-height:21px;
    vertical-align:top;
}

.qualified_color
{
    color:#01cc00;
}

.not_qualified_color
{
    color:#ff0000;
}

#challengeFriendContainer
{
    padding:0px 5px;
}

#challengeFriendContainer p
{
    margin-bottom:10px;
}

#challengeFriendContainer .cfContent
{
    padding-top:10px;
}

#challengeFriendContainer .cfContent .gameContainer
{
    position:relative;
    float:left;
    margin:0px 3px 10px 0px;
}

#challengeFriendContainer #gamesBox
{
    padding-top:10px;
    margin-left:-8px;
    margin-right:-18px;
}

.highscoreTableHeader
{
    font-size: 10px;
    font-weight:bold;
	padding: 0;
	text-align: center;
	color: #999999; 
}

.highscoreTableHeaderLeft
{
    font-size: 10px;
    font-weight:bold;
	padding-left: 10px;
	text-align: left;
	color: #999999; 
}

.th2
{
    font-size: 12px;
    height: 12px;
}

.highscore_dropdowns_container
{
    display:inline-block;
}

.highscore_dropdowns_container span
{
    margin-left:10px;
}

.highscore_dropdowns_container span:first-child
{
    margin-left:0px;
}

.highscore_dropdowns_container select
{
    margin-left:5px;
}

.gamewindow_button
{
    background-repeat:no-repeat;
    background-color: #ffffff;
    display:inline-block;
    width: 194px;
    height: 41px;
    border: 0px;
    margin: 0;
    color: #ffffff;
    font-size:13px;
    font-weight:bold;
    line-height:40px;
    cursor: pointer;
    text-decoration:none;
    text-align:center;
}

a.versusBoxPlayerProfile,
a.versusBoxPlayerProfile:visited
{
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color:Blue;
}

a.playerProfile,
a.playerProfile:visited
{
    color:Blue;
}

span.county
{
    cursor:default;
}


.MultiplayerResult
{
	margin: 10px 10px; 
	width: 50%;
	border: 1px solid #efefef;
	float: left;
}

.MultiplayerResult tr td
{
	text-align: center;
	width: 50%;
	color: #666;
	height: 18px;
}

.MultiplayerResult tr td.resultHeader
{
    font-weight:bold;
	background-color: #F3F3F3;	
}

.MultiplayerResult .altRow
{
	background-color: #F3F3F3;	
}

.MultiplayerPlayAgain
{	
	float: left;
	margin: 10px 0px 0px 38px;
	border: 0;
}

.MultiplayerPlayAgain img
{
	border: 0;	
}

.MultiPlayerQueueText
{
	padding: 6px 15px 0px;	
	float: right;
	width: 254px;
	height: 86px;
	background: url('../Images/Design/PreviousResult/owl.png') no-repeat top left;
	margin: 10px 0;
}

.private-message-replytext
{
	padding-bottom: 5px;
	display: block;
}

.private-message-top-controls-right
{
	float: right;
	line-height: 20px;	
}

.private-message-bottom-controls-right
{
	display: block;
	text-align: right;	
}

.private-message-message
{
	border: 1px solid #CCC;
	margin: 10px 0;	
	width: 100%;
}

.private-message-replybox
{
	width: 100%;
	padding: 0;
	height: 80px;
}

.private-message-date
{
	margin: 0 0 14px 0;
	font-style:italic;
}

.private-message-subject
{
	font-size: 14px;
	margin: 0 0 14px 0;
}

.private-message-versus
{
	vertical-align:top;
    /*border:1px solid Black;*/
    height:41px;
    width:23px;
    margin:0px 0px;
    display:inline-block;
    background:url('../Images/Design/Notifications/versus_star.png') no-repeat scroll 0px 12px transparent;
    zoom:1;
    *display:inline;
    float:left;
}

.private-message-challengefriend-message
{
	display:inline-block;
    vertical-align:top;
    margin-left:8px;
    width:268px;
    height:45px;
    padding:5px 5px 5px 17px;
    background:url('../Images/Design/Notifications/bgr_challenge_coment.gif') no-repeat scroll 0px 0px transparent;
    zoom:1;
    *display:inline;	
    float: left;
}
