/* *******************************************************
   		MESSAGE LAYOUT, lando created
   ******************************************************/
.message_header {
   /*position: relative;*/
   height: 22px;
   border-bottom: solid 2px #ABC7D4;
   /*background-color: #84ABFB;*/
   }

.message_back_to {
   float:left;
   /*
   position: absolute;
   left: 0;
   width: 50%;
   text-align: left;
   */
}

.message_counter {
	float:right;
 /*
  position: absolute;
   right: 0;
   width: 50%;
   text-align: right;
   */
} 

.subject_line {
	padding: 7px;
	font-size: 22px;
	font-weight: 500;
	text-align: left;
}

.message_box{
   /*position: relative;*/
   /*margin: 20px 0px;*/
   /*border-bottom: solid 2px #84ABFB;
   background-color: #84ABFB;*/
}

.message_box a:link{
	color: #000000;
	text-decoration: none;
}

.message_box a:hover{
	color: #000000;
	text-decoration: none;

}

.message_box a:visited{
	color: #000000;
	text-decoration: none;

}

.message_box a:active{
	color: #000000;
	text-decoration: none;
}
.message_spot div, .message_spot_unread div{
	cursor:pointer;
}
.message_spot{
	/*background-color: #EEEEF9;*/
	background-color: #E7EFF2;
	border-bottom: solid 1px #DDDDDD;
	margin-bottom: 1px;
	width: 678px;
}
.message_spot a{
	font-weight: normal;
}


.message_empty_note{
	/*LANDO 12-30-08
	font-size: 18px;
	*/
	font-size: 16px;
	padding-top: 60px;
}

.message_box_empty{
	border: solid 1px #B9B9B9;
	/*background-color: #EEEEF9;*/
	background-color: #E7EFF2;
	height: 150px;
	margin: 20px;
	text-align: center;
}

.message_box_actions{
	text-align: left;
	margin-top: 5px;
	padding: 3px 0px 0px 10px;
}

.message_box_actions input{
	font-size: 12px;
	margin: 1px 0px;
	font-weight: 700;
}

.message_spot_unread{
	background-color: #FFFFFF;
	cursor:pointer;
	border-bottom: solid 1px #DDDDDD;
	margin-bottom: 1px;
	font-weight: bold;
	width: 678px;
	
}


.message_input{

float: none;
float: left !important;
display:inline;
	left: 0;
	width: 3.5%;
	text-align: left;
}


.message_sender{

float: none;
float: left !important;

display:inline !important;
   left: 3.5%;
   width: 26.5%;
   text-align: left;
}

.message_subject{
float: none;
float: left !important;

display:inline;
   left: 30%;
   width: 60%;
   text-align: left;
}

.message_date{
display:inline;
   right: 0;
   width: 10%;
   text-align: right;
   padding-right: 7px;
}


.box_from {
/*this*/
/*background:#e9e9e9; */
border-bottom: solid 1px #e9e9e9;
padding:3px; 
height: 19px;
/*
height: 22px;
*/
   /*
   position: relative;
   height: 22px;
   border-bottom: solid 2px #84ABFB;
   background-color: #84ABFB;*/
}

.box_from_line {
   float:left;
   /*
   position: absolute;
   left: 0;
   width: 50%;
   text-align: left;
   */
}

.box_from_line_from {
/*color: #FF0000;
color: #84ABFB;
display: inline;
*/


color: #0A6BD6;
}

.box_from_line_to {
/*color: #4b4b4b;
color: #84ABFB;*/
color: #3a32fe;

}

.box_sent {
   /*
   position: absolute;
   right: 0;
   width: 50%;
   text-align: right;
   */
float:right;
display:inline;  
} 

.message_body {
	text-align: left;
	/*
	border: solid 1px #C0C0C0;
	border-top: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
	margin: 10px;
	*/
	padding: 10px;
}

.message_delete_form {
	
	text-align: left;
	
}

.message_delete_form input {
	/*
	height: 22px;
	display: inline;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #84ABFB;
	border: none;
	
	cursor: pointer;
	color: #000000;
	background-color: #84ABFB;
	border: 2px outset #FFFFFF;
	*/

}

.message_reply_form  input {
/*
	color: #000000;
	background-color: #84ABFB;
	border: 2px outset #FFFFFF;
	text-align: center;
*/
}
/* test colors, may need to remove if.... 
.message_reply_form input:focus, textarea:focus{ 
	border: 1px solid #84ABFB; 
}
*/
.message_reply_form textarea{
	width: 300px;
	height: 80px;
	padding: 5px;
}

.message_sub_frame {
	/*
	border: solid 1px #b0bec7;
	padding: 5px;
	margin: 5px;
	*/
}

.message_reply_form {
	text-align: left;
}

.message_contact {

	position: relative;
	/*border: solid 1px #DDDDDD;*/
	margin: 20px 0px;
	height: 350px;
   /*
   border: solid 20px #84ABFB;
   border-bottom: solid 2px #84ABFB;
   background-color: #84ABFB;*/
}
.message_contact_list {
	overflow: auto; 
	height: 300px;
	/*position: absolute;*/
	margin: 5px;
	/*width: 56%;*/
	width: 48%;
	float: left;
	text-align: left;
	border: solid 2px #DDDDEE;
}

.message_contact_compose {
	position: absolute;
	/*
	left: 58%;
	width: 37%;
	*/
	left: 48%;
	width: 47%;
	margin: 5px;
	padding-left: 15px;
	text-align: left;
} 

.message_contact_the_dude {
	border: solid 3px #DDDDFD;
	padding: 3px;
	margin: 0px 0px 3px 2px;
	vertical-align: middle;
}
.message_contact_the_dude_prof {
	display:inline;
}
.message_contact_the_dude_prof img {
	/*border: solid 5px #EEEEFF;*/
	border: solid 2px #B0BEC7;
	vertical-align: middle;

}

.message_contact_bud {
	border: solid 1px #DDDDFD;
	padding: 3px;
	margin: 0px 2px 3px 2px;
}
.message_contact_bud img{
	/*border: solid 5px #EEEEFF;*/
	border: solid 2px #B0BEC7;
	vertical-align: middle;
}
.message_contact_bud_actions{
	display: inline;
	text-align: right;
	cursor: pointer;
}
.message_contact_bud_actions img{
	border: 0px;

}

.message_contact_bud_header{
	/*LANDO 12-30-08
	font-size: 20px;
	*/
	font-size: 16px;
	margin: 6px 0px;
	font-style: italic;
	text-align:center;
}
.message_contact_search{
	text-align: left;
	margin: 4px 4px 4px 22px ;
	width: 52%;
	font-size: 16px;
}

.contactHeader{
	text-align:center;
	font-size: 1.6em;
	border-bottom: 2px solid #D4D4D5;
	padding:2px;
	margin:2px;
	}

.message_contact_search text {
	font-size: 16px;
	color: #000000;
	text-align: center;
}
.sub_line{
	padding: 3px; 
	font-size: 115%;
}