﻿

/*General*/
.PlayerActionsConteiner
{
	width:594px;
	background-color:#ffffff;
	
	
}

.ActionTitle
{
	
	
	font-size:18px;
	 margin-top:15px;
}
.ActionLine
{
	
	
}
.BottomWrapper 
{
	
	background-color: #ffffff;
    padding: 15px;
}
.ActionLineSeperator
{
	margin-left:-8px;
 }
/*Send E-mail*/
.emailContainer
{
	width:594px;
	background-color:#ffffff;
	
}
.emailTitle
{
	width:560px;
	margin:15px 0px 0px 0px; 
	font-size:18px;
	height:20px;
}
.emailDetails
{
	float:left;
	width:560px;
	margin:15px 0px 0px 0px; 
	font-size:14px;
	height:20px;
}
/*Flag*/
.FlagDetails
{
	margin-top:15px;
	font-size:14px;
}
.FlagReason
{
	font-size:12px;
}
.SendFlag
{
	width:80px;
	background-image:url('http://icons.aniboom.com/Energy/Player/Send.png'); 
	font-size:12px;
	height:26px;
	 border-width:0px;
	 cursor:pointer;
}
.SendFlag:hover
{
	width:80px;
	background-image:url('http://icons.aniboom.com/Energy/Player/Send_Over.png'); 
	font-size:12px;
	height:26px;
	 border-width:0px;
	 cursor:pointer;
}
/*Favorite*/
.FavoriteAdded
{
	
	margin-top:15px;
	font-size:14px;
	
}
.RemoveFavorite
{
	float:left;
	width:50px;
	margin:5px 0px 0px 7px; 
	font-size:12px;
	height:25px;
}

.StatConteiner
{
}

/*button icons*/
.ActionsIcons
{
	 padding:15px;
	 padding-bottom:0px;
	 height:42px;
	 background-color:#ffffff;
}
.ActionItem
{
	cursor:pointer;
	background-repeat:no-repeat;
	float:left;
	margin-right:15px;
	height:42px;
	
}
.ActionItemUp
{
	background-repeat:no-repeat;
	margin-right:15px;
	height:42px;
}
.btnEmailSend
{
	cursor:pointer;
	float:right;
	background-image:url('http://icons.aniboom.com/Energy/Player/Send.png'); 
	width:80px; 
	height:26px; 
	margin:10px 16px 0px 0px;
}
.btnEmailSend:hover
{
	cursor:pointer;
	background-image:url('http://icons.aniboom.com/Energy/Player/Send_Over.png');
}	
/*Share*/



