/* @override http://youfoot.localhost/css/messages.css */
/***************************************
 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-list {
	background: #CBD8DE;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.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;
	margin-bottom: 10px;
	padding: 2px 5px;
	vertical-align: middle;
}
.message-pag .prev {
	width: 60px;
	float: left;
	background-color: #FFF;
	background-image: url(../img/buttons/arrow_left_blue.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 15px;
}
.message-pag .next {
	width: 60px;
	float: right;
	background-color: #FFF;
	background-image: url(../img/buttons/arrow_right_blue.gif);
	background-position: 70px center;
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 17px;
}
.message-pag .subject {
	font-weight: bold;
	width: 537px;
	float: left;
	background-color: #FFF;
	margin: 0 10px 0 10px;
}

.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: #CBD8DE;
	padding: 20px;
}

.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;
}






#messageRecipientsDiv{
	background-color:white;
	border:1px solid #C8C7C7;
	height:60px;
	width:99%;
}

#addOther, .lessFourContact, .moreFourContact, .AddLessFourContact, .AddMoreFourContact{
	float:left;
	padding:4px;
	width:170px;
}

#addOther, .AddLessFourContact, .AddMoreFourContact{
	cursor:pointer;
}

.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:#AADDFF;
	border:1px solid #016CA4;
	display:block;
	float:left;
	height:15px;
	padding:1px 4px;
}

#imgUnknow{
	background-image:url(../img/messages/unknowed.png);
	width:50px;
	height:50px;
	float:left;
}

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

.fourFontact{
	float:right;
}
.moreFourContact{
	float:left;
}

#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;
}


