/* @override http://youfoot.localhost/css/messages.css */
/***************************************
 Refonte
***************************************/
.msg_index{
    background-color: #ffffff;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:10px;
	border:1px solid #bfbfbf;
	width: 960px;
	margin: auto;
}
.msg_head{
     height: 38px;
}
.msg_inbox_link{
	background: url("/img/buttons/puce-back2inbox.png") bottom left no-repeat;
    color: #353535;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 0 10px;
}
.msg_inbox_link span {padding:0 0 0 15px;}
.msg_inbox{
    color: #353535;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 0 10px;
}
.msg_inbox span {padding:0;}
.msg_new_message{
    cursor: pointer;
    float: right;
    background: url("/img/buttons/new-message.png") no-repeat scroll 0 0 transparent;
    color: #353535;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 22px;
    line-height: 13px;
    margin-bottom: 7px;
    padding-top: 6px;
    vertical-align: middle;
    white-space: nowrap;
    width: 160px;
}
.msg_new_message:hover{
	background: url(/img/buttons/new-message.png) 0px -28px no-repeat;
	text-decoration:none;
	color:#196db0;
}
.msg_full_content{
    background:#E5F1F9;
    border:1px solid #bfbfbf;
    padding-bottom:30px;
}
.msg_action_bar{
    padding: 10px;
    margin: 10px;
    background-color: #196DB0;
    color: white;
    font-weight: bold;
    height: 26px;
}
.msg_action_bar a{
    font-weight: bold;
    color: white;
}
.msg_action_bar li{
    display: inline;
}
.msg_action_bar ul {
    list-style: none;
     float: left;
     margin-top: 6px;
}
.msg_action_button{
    float: right;
    background-color: #e9e9e9;
	color:#353535;
	font-size:11px;
	font-weight:bold;
	padding: 7px;
	border:1px solid #bfbfbf;
	cursor:pointer;
	background-image: -moz-linear-gradient(
	                top,
	                #cdcdcd,
	                #fbfbfb
	            );
    background-image: -webkit-gradient(
	                linear,
	                left top, left bottom,
	                from(#cdcdcd),
	                to(#fbfbfb)
	            );
}
.msg_action_button_first{
    float: right;
    background-color: #e9e9e9;
	color:#353535;
	font-size:11px;
	font-weight:bold;
	padding: 7px;
	border:1px solid #bfbfbf;
	cursor:pointer;
	margin-left:20px;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	border-radius:5px 0 0 5px;
	background-image: -moz-linear-gradient(
	                top,
	                #cdcdcd,
	                #fbfbfb
	            );
    background-image: -webkit-gradient(
	                linear,
	                left top, left bottom,
	                from(#cdcdcd),
	                to(#fbfbfb)
	            );
}
.msg_action_button_last{
    float: right;
    background-color: #e9e9e9;
	color:#353535;
	font-size:11px;
	font-weight:bold;
	padding: 7px;
	border:1px solid #bfbfbf;
	cursor:pointer;
	-moz-border-radius:0px 5px 5px 0px;
	-webkit-border-radius:0px 5px 5px 0px;
	border-radius:0px 5px 5px 0px;
	background-image: -moz-linear-gradient(
	                top,
	                #cdcdcd,
	                #fbfbfb
	            );
    background-image: -webkit-gradient(
	                linear,
	                left top, left bottom,
	                from(#cdcdcd),
	                to(#fbfbfb)
	            );
}
.msg_action_button_delete{
    float: right;
    background-color: #e9e9e9;
	color:#353535;
	font-size:11px;
	font-weight:bold;
	padding: 7px;
	border:1px solid #bfbfbf;
	cursor:pointer;
	margin-left:20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-image: -moz-linear-gradient(
	                top,
	                #cdcdcd,
	                #fbfbfb
	            );
    background-image: -webkit-gradient(
	                linear,
	                left top, left bottom,
	                from(#cdcdcd),
	                to(#fbfbfb)
	            );
}

.small_delete:hover,
.msg_action_button_last:hover,
.msg_action_button_first:hover,
.msg_action_button:hover{
	cursor:pointer;
	color:#196db0;
	background-image: -moz-linear-gradient(
	                top,
	                #fbfbfb,
	                #cdcdcd
	            );
    background-image: -webkit-gradient(
	                linear,
	                left top, left bottom,
	                from(#fbfbfb),
	                to(#cdcdcd)
	            );
}
.msg_content{
    padding:0px 10px 10px 10px;
    margin-bottom: 10px;
}
.msg_content_head{
    height: 21px;
    background:#e1e1e1;
	background-image: -moz-linear-gradient(
	                top,
	                #cdcdcd,
	                #fbfbfb
	            );
    background-image: -webkit-gradient(
	                linear,
	                left top, left bottom,
	                from(#cdcdcd),
	                to(#fbfbfb)
	            );
    border:1px solid #bfbfbf;
    font-size:11px;
    font-weight:bold;
}
.msg_content_head_from{
    float: left;
    padding: 5px;
    width:180px;
    border-right:1px solid #bfbfbf;
}
.msg_content_head_msg{
    float: left;
	padding: 5px;
	width:530px;
}
.msg_content_head_date{
    float: left;
    padding: 5px;
}
#msgToHide_read{
    background-color:#ffffff;
}
#msgToHide_unread{
    background-color:#EAEAEA;

}
.msg_table tr{
	border-bottom:1px solid #bfbfbf;
	border-left:1px solid #bfbfbf;
	border-right:1px solid #bfbfbf;
}
#msgToHide_checked{
    background-color: #196DB0;
}
.msg_content_name{
    float: right;
    text-align:right;
    color:#196db0;
    font-weight:bold;
}
.msg_content_picture{
    height:50px;
}
.msg_content_subject{
	color: #196DB0;
    font-weight: bold;
}
.msg_content_body{

}
.msg_content_date{
    
}
table.msg_table {
	width: 100%;
}
table.msg_table tr td {
	padding:8px;
	vertical-align:middle;
}
table.msg_table tr td.userInfo {
	width: 200px;
}
table.msg_table .user {
	
}
table.msg_table .date {
	width: 150px;
	white-space:nowrap;
	font-size: 11px;
	background: #fff;
	color: #6F6F71;
	border: 1px solid #B1B6BA;
	border-top: none;
	padding: 6px;
	overflow: hidden;
}
table.msg_table .arrow {
	
}
table.msg_table .subject {
	width: 395px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 12px;
	background: #fff;
	color: #000;
	border-style: solid solid none;
	border-width: 1px 1px 0;
	border-color: #B1B6BA;
	padding: 6px;
	margin-left: 20px;
	height: 12px;
	line-height:15px;
}
table.msg_table .body {
	width: 395px;
	white-space:nowrap;
	overflow: hidden;
	font-size: 11px;
	background: #fff;
	color: #6F6F71;
	border: 1px solid #B1B6BA;
	border-top: none;
	padding: 6px;
	margin-left: 20px;
	height: 11px;
	line-height:14px;
}
table.msg_table .checkbox input {

}
table.msg_table ul {
	border: 1px solid #B1B6BA;
	background: #fff;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table.msg_table ul li {
	margin: 0px;
	text-align: center;
	display: block;
	padding: 2px;
}

table.msg_table ul li a:hover{
	text-decoration:underline;
}
.msg_nav_button_previous{
	font-weight:bold;
	color:#fff;
	background:url("/img/buttons/BG-btn-inbox.png") top left no-repeat;
	width:60px;
	height:16px;
	display:block;
	float:left;
	text-align:center;
	padding-top:2px;
	margin:0 0 0 10px;
}

.msg_nav_button_next{
	font-weight:bold;
	color:#fff;
	background:url("/img/buttons/BG-btn-inbox.png") top left no-repeat;
	width:60px;
	height:16px;
	display:block;
	float:right;
	text-align:center;
	padding-top:2px;
	margin:0 10px 0 0;
}

.msg_nav_counter{
    margin:0 auto;
    color:#196DB0;
}
.msg_nav{
    text-align:center;
}
/***************************************
 CSS Affichage des message.
***************************************
.msg_element_full{
    
}
.msg_sender{
    color: #000;
    float: left;
    width: 200px;
    background: #fff;
    border: 1px solid #C8C7C7
}
.msg_user{
    
}
.msg_sender_picture img{
    float: right;
    padding: 0;
    width: 50px;
}
.msg_arrow{
    background: none;
    border-style: none;
    float: left;
    height: 51px;
    left: 3px;
    position: relative;
    top: 5px;
    width: 23px;
}

.msg_arrow img {
    behavior: url(css/iepngfix.htc);
    margin-top: 11px;
}
.msg_arrow[class] img {
    margin-top: 12px;
}
.msg_body{
    height: auto;
    float: left;
    width: 425px;
    background-color: #FFF;
    border: solid 1px #c8c7c7;
    color: #4d4d4d;
    padding: 0 2px;
    vertical-align: middle;
}
.msg_body_date{
    color: #196DB0;
    font-weight: bold;
}*/
.msg_corps_sender{
    /*background-color: #196DB0;*/
}
.msg_corps_user{
    
}
.msg_element{
    float: left;
    margin-top: 10px;
    min-height: 80px;
}
.message-pag{
	float:left;
    width: 100%;
}
.msg_sender{
	float:left;
}
.msg_sender_picture{
	float:left;
	margin-top: 12px;
}
.msg_user_left{
	float:left;
	 width: 72px;
	 text-align: right;
	 color:#196db0;
	 font-weight:bold;
	 padding-right:5px;
	 margin-top: 24px;
}
.msg_user{
	float:left;
	 width: 72px;
	 color:#196db0;
	 font-weight:bold;
	 padding-left:5px;
	 margin-top: 24px;
}
.msg_sender_picture img{
    border:1px solid #bfbfbf;
    width:50px;
    height:50px;
}
.msg_arrow{
	float: left;
	background:url(../img/arrows/bulles_messages.png) -35px -5px no-repeat;
	width:35px;
	height: 40px;
	margin-top: 22px;
	position:relative;
	z-index:3;
}
.msg_arrow_user{
	float: left;
	background:url(../img/arrows/bulles_messages.png) 0px -5px no-repeat;
	width:35px;
	height: 40px;
	margin-top: 22px;
	z-index:3;
	position:relative;
	margin-left:-1px;
}
.msg_arrow_blue{
	float: left;
	background:url(../img/arrows/blue_message_arrow.png) 5px -13px no-repeat;
	width:35px;
	height: 40px;
	margin-top: 22px;
	position:relative;
	z-index:3;
}
.msg_arrow img {
}
.msg_arrow[class] img {
}
.msg_body_user{
    width: 480px;
    min-height: 60px;
    float: left;
    background-color: #FFF;
    border:1px solid #bfbfbf;
    padding:10px;
    position: relative;
    z-index:2;
    margin-left:-1px;
}
.msg_body_sender p,
.msg_body_user p{
	color:#353535;
	text-align:justify;
	line-height:18px;
}
.msg_body_sender{
    width: 480px;
    min-height: 60px;
    margin-left:163px;
    float: left;
    background-color: #ffffff;
  	border:1px solid #bfbfbf;
  	padding:10px;
  	position: relative;
  	z-index:2;
}
.msg_body_date{
	color: #196DB0;
    font-weight: bold;
}
.msg_body{width:831px; margin:0 52px;}
#MessageBody,
#MessageSubject{
	width:100%;
	border: 1px solid #BFBFBF;
	margin-bottom:5px;
}
.msg_reply_box{
    background-color: #FFFFFF;
    border: 2px solid #1B75BB;
    float: left;
    height: 60px;
    padding: 3px;
    width: 494px;
    margin-top:10px;
    margin-bottom:10px;
    position:relative;
	z-index:1;
	margin-left:-2px;
}
.msg_value{
	border:1px solid #bfbfbf;
}
/***************************************
 Messages specific CSS
***************************************/
.title-bar-one {
	background-image: url(../img/content/message_header_bg.gif);
	background-repeat: repeat-x;
	color: #FFF;
	font-size: 18px;
	line-height: 31px;
	padding: 0 5px;
	font-weight: normal;
}
.envelope-icon {
	background-image: url(../img/content/envelope.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
}
.message-index,
.message-content-body {
	background: #BABABA;
	padding: 10px;
}
.message-content-body {
	background: #fff;
	border:1px solid #bfbfbf;
	-moz-border-radius: 6px; 
    -webkit-border-radius: 6px; 
    border-radius: 6px;         
    -webkit-border-top-left-radius: 6px; /* pour Chrome */ 
    -webkit-border-top-right-radius: 6px; /* pour Chrome */ 
	padding: 50px 8px 8px 8px;
}
.message-list {
	float:left;
	width:831px;
	margin:0 52px;
	
}
.message-nav {
	background-color: #FFF;
	height: 25px;
	line-height: 13px;
	margin-bottom: 10px;
	padding: 2px 5px;
	vertical-align: middle;
}
.message-nav .left a:hover{
	text-decoration:underline;
}

.message-nav .spacer {
	margin-left: 130px;
}
.message-pag div {
	height: 18px;
	line-height: 18px;
	padding: 7px 10px;
	vertical-align: middle;
}
.message-pag .next {
	background-color: #196DB0;
    background-image: url("../img/arrows/back_next.png");
    background-position: 7px 5px;
    background-repeat: no-repeat;
    float: left;
    height: 32px;
    padding: 0;
    width: 32px;
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
}
.message-pag .prev_inexist,
.message-pag .next_inexist{
	float: left;
    height: 32px;
    padding: 0;
    width: 32px;
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
}
.message-pag .prev {
	background-color: #196DB0;
    background-image: url("../img/arrows/back_next.png");
    background-position: 5px -23px;
    background-repeat: no-repeat;
    float: left;
    height: 32px;
    padding: 0;
    width: 32px;
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
}
.message-pag .next a,
.message-pag .prev a{
	display:block;
	height: 32px;
    padding: 0;
    width: 32px;
}

.message-pag .subject {
	background-color: #196DB0;
    color: #FFFFFF;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 18px;
    margin: 10px 0px ;
    width: 811px;
}
.small_delete{
    float: right;
    background-color: #e9e9e9;
	color:#353535;
	font-size:11px;
	font-weight:bold;
	padding:0px 5px;
	border:1px solid #bfbfbf;
	cursor:pointer;
	margin-left:20px;
	-moz-border-radius:5px 0px 0px 5px;
	-webkit-border-radius:5px 0px 0px 5px;
	border-radius:5px 0px 0px 5px;
	background-image: -moz-linear-gradient(
	                top,
	                #cdcdcd,
	                #fbfbfb
	            );
    background-image: -webkit-gradient(
	                linear,
	                left top, left bottom,
	                from(#cdcdcd),
	                to(#fbfbfb)
	            );

}
.message-inbox {
	float: left;
	padding: 5px 0px;
}

.message-from {
	color: #000;
	float: left;
	width: 200px;
	background: #fff; 
	border: 1px solid #C8C7C7
}
.message-read {
	height: 50px;
	margin-top: 10px;
	min-height: 50px;
}

.message-read[class] {
	height: auto;
}

.message-send {
	background: #E5F1F9;
	padding: 18px;
	border:1px solid #bfbfbf;
}

.message-data {
	background-color: #FFF;
	border: solid 1px #c8c7c7;
	color: #4d4d4d;
	height: 24px;
	line-height: 24px;
	padding: 0 2px;
	vertical-align: middle;
}
.message-photo img {
	float: right;
	padding: 0;
	width: 50px;
}
.message-div {
	background: none;
	border-style: none;
	float: left;
	height: 51px;
	left: 3px;
	position: relative;
	top: 5px;
	width: 23px;
}

.message-div img {
	behavior: url(css/iepngfix.htc);
	margin-top: 11px;
}

.message-div[class] img {
	margin-top: 12px;
}

.message-read .message_div {
	left: 7px;
}

.message-msg {
	float: left;
	width: 425px;
}

.message-read .message-msg .message-data {
	height: auto;
	line-height: 14px;
	padding: 10px;
	width: 495px;
}

.message-reply {
	padding: 0 20px;
}

/** Message Forms **/
.message-send label {
	display: block;
}
.message-send .input,
.message-send .textarea {
	margin-bottom: 12px;
}
.message-reply textarea,
.message-send textarea {
	background: #FFF url('../img/content/grass.gif') bottom repeat-x;
	border: solid 1px #c8c7c7;
	height: 200px;
	width: 99.25%;
}
.message-send textarea {
	height: 300px;
	padding-bottom: 10px;
}
.message-send .text input {
	border: solid 1px #c8c7c7;
	height: 25px;
	width: 99%;
}
.message-send .buttons .last {
	margin-left: 100px;
}

/* Message Inbox */
.message-inbox .message-controls {
	float: left;
	line-height: 25px;
	text-align: center;
	width: 65px;
}

.message-inbox .message-controls[class] {
	width: 70px;
}

.message-inbox .message-check {
	background: none;
	border-style: none;
	height: 50px;
	margin: 0;
	overflow: hidden;
}

.message-inbox .message-check input {
	margin: 17px 0 0;
	text-align: center;
}

.message-inbox .message-check[class] input {
	margin: 17px 0 0 5px;
}

.message-inbox .message-controls .message-data {
	height: 50px;
}
.messages.threaded .message-data {
	height: auto;
	padding: 10px;
	padding-top: 25px;
}
.messages.threaded .message-data .grey {
	color: #000;
}
.messages.threaded .message-msg {
	height: auto;
	color: #000;
	width: 505px
}
/******************************************************************************
 Styling for corrected markup
******************************************************************************/
.message-from .user {
	padding: 6px 5px 6px 5px;
}
.message-from .date {
	padding: 6px 5px 6px 5px;
	border-top: 1px solid #C8C7C7;
}
.message-container {
	/*background: url('../img/content/message_div_non_split.png') top left no-repeat;*/
	/*padding-left: 20px;*/
	margin-left: 210px;
}
.message-container img {
	float: left;
	width: 30px;
}

div.message-content-wrapper {
	 background: #CDD7E0;
	 padding: 10px;
	 margin-bottom: 10px;
}
table.folder {
	width: 100%;
}
table.folder tr td {
	padding-bottom: 5px;
}
table.folder tr td.userInfo {
	width: 200px;
}
table.folder .user {
	white-space:nowrap;
	font-size: 12px;
	background: #fff;
	color: #000;
	border: 1px solid #B1B6BA;
	padding: 6px;
	overflow: hidden;
	width: 150px;
}
table.folder .date {
	width: 150px;
	white-space:nowrap;
	font-size: 11px;
	background: #fff;
	color: #6F6F71;
	border: 1px solid #B1B6BA;
	border-top: none;
	padding: 6px;
	overflow: hidden;
}
table.folder .arrow {
	float: left;
	width: 21px;
	height: 50px;
	background-image: url(../img/messages_arrow.gif);
	background-position: 0 10;
	background-repeat: no-repeat;
	background: transparent url(../img/messages_arrow.gif) no-repeat 0px 16px;
}
table.folder .subject {
	width: 395px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 12px;
	background: #fff;
	color: #000;
	border-style: solid solid none;
	border-width: 1px 1px 0;
	border-color: #B1B6BA;
	padding: 6px;
	margin-left: 20px;
	height: 12px;
	line-height:15px;
}
table.folder .body {
	width: 395px;
	white-space:nowrap;
	overflow: hidden;
	font-size: 11px;
	background: #fff;
	color: #6F6F71;
	border: 1px solid #B1B6BA;
	border-top: none;
	padding: 6px;
	margin-left: 20px;
	height: 11px;
	line-height:14px;
}
table.folder .checkbox input {
	margin-left: 12px;
	margin-top: 20px;
}
table.folder ul {
	border: 1px solid #B1B6BA;
	background: #fff;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table.folder ul li {
	margin: 0px;
	text-align: center;
	display: block;
	padding: 2px;
}

table.folder ul li a:hover{
	text-decoration:underline;
}

.Link-MO{
	cursor:pointer;
}
#MessageSendForm label{
	font-weight:bold;
	color:#196db0;
}



#messageRecipientsDiv{
	background-color:white;
	border:1px solid #C8C7C7;
	height:60px;
	width:100%;
	margin-bottom:5px;
}

#addOther.AddLessFourContact label{margin:18px 0 0 60px; cursor:pointer;}

.moreFourContact, .AddMoreFourContact{
	float:left;
	margin:4px;
	background:#E5F1F9;
	width:auto;
}
.lessFourContact, .AddLessFourContact{
	float:left;
	margin:4px;
	width:210px;
	border:1px solid #bfbfbf;
	background:#E5F1F9;
}

.AddLessFourContact{
	cursor:pointer;
	background:#E5F1F9;
}
.AddMoreFourContact{
	cursor:pointer;
	background:#fff;
}

.moreFourContact img,
.AddMoreFourContact #imgUnknow,
.AddFourContact #imgUnknow,
.moreFourContact .labelRm,
.lessFourContact .labelX{
	display:none;
}

.AddFourContact{
	float:right !important;
	text-align:right;
}

.moreFourContact .labelName, .moreFourContact .labelX{
	background-color:#E5F1F9;
	border:1px solid #bfbfbf;
	display:block;
	float:left;
	height:15px;
	padding:1px 4px;
}

#imgUnknow{
	background:#fff url(../img/messages/unknowed.png) bottom center no-repeat;
	border-right:1px solid #bfbfbf;
	width:50px;
	height:50px;
	float:left;
}

.FriendImg{
	width:50px;
	height:50px;
	float:left;
}

.fourFontact{
	float:right;
}

#myFriendListBox{
	background-color:white;
	border:1px solid;
	display:none;
	margin-left:55px;
	margin-top:4px;
	max-height:500px;
	width:160px;
	overflow-x:auto;
	position:absolute;
	text-align:left;
}

#userContactList{
	margin-left:6px;
}

.friendContact{
	cursor:pointer;
}

.labelRm{
	margin-left:54px;
	margin-top:10px;
	width:60px;
	color:gray;
}

.labelRm:hover{
	color:red;
	cursor:pointer;
	text-decoration:underline;
}

.labelX:hover{
	color:red;
	cursor:pointer;
	background-color:white;
	text-decoration:underline;
}

#friendNum1{
	margin-top:5px;
}


.modalCloseImg{
	background-image:url("../../img/FootballKitEditor/custom/x.png");
	background-repeat:no-repeat;
	cursor:pointer;
	display:inline;
	height:27px;
	position:absolute;
	right:-18px;
	top:-14px;
	width:25px;
	z-index:3200;
	display:none;
}

.modalCloseImg:hover{
	background-position:0px -29px !important;
}



