/*
 *
 * messages.css
 *
 * 31/10/07 - cedric@skipass.com
 *
 */

/*------------------------------------------------------------------------------- *
 *                          declarations globales                                 *
 *------------------------------------------------------------------------------- */

h2 {
	padding-bottom:5px;
}

.page_navigator {
	margin-bottom:10px;
}

/*------------------------------------------------------------------------------- *
 *                          Bloc dossiers latéral                                 *
 *------------------------------------------------------------------------------- */
 
#folders {
	margin-right:0px !important;
}

#folders ul {
    padding : 5px 10px 0px 20px;
    margin-left:0px;
}

#folders li {
    list-style-type : none;
    padding : 3px 0px;
    cursor : pointer;
    height : 22px;
}
#folders li a{
    cursor : pointer;
}
#folders li img{
    margin : 2px 3px 0px 0px;
    margin-bottom : -3px;
}

/*------------------------------------------------------------------------------- *
 *                          Block listing de messages                             *
 *------------------------------------------------------------------------------- */

#messages{
    /*height       : 130px;*/
    margin-right : 5px;
    padding      : 5px;
    padding-top  : none;
}

#messages #messages_list{
    /*height : 200px;*/
    overflow-y: auto; 
    margin-bottom : 5px;
}

#resizeBar {
	width: 595px;
	height: 6px;
	background-color: #3D1D21;
	bottom: 0;
	left: 0;
	background-image: url(/i/resize_textarea.jpg);
	background-position: center;
	overflow: hidden;
	font-size: 1px;
	cursor : n-resize;
	margin-left : 30px;
}

#messages .message_title{
    padding          : 3px 3px 0px 10px;
    margin-bottom    : 3px;
    margin-right     : 5px;
    cursor           : pointer;
    width            : 580px;
    float            : right;
}

#messages .message_title img{
    padding          : 2px 3px 0px 0px;
    margin-top       : -2px;
}

#messages #message_navigator{
    height           : 20px;
    border-bottom    : 1px solid #D1D7E7;
    padding          : 10px 5px;
    margin-top       : -13px;
}
#messages #message_navigator #folder_title{
    font-weight      : bold;
    float : right;
}

#messages #message_navigator #messages_actions{
    float : left;
    padding-right : 10px;
}

#messages #message_navigator .messages_actions_list{
    float : left;
}
#messages #message_navigator .messages_actions_list select {
	margin-top:0px;
}

#messages #message_navigator #messages_actions img{
    margin-bottom : -4px;
}

#messages .btn_delete, a.delete_1message, a.message_reply {
    border       : 1px solid #D1D7E7;
    padding      : 2px 3px;
    margin-top   : -3px;
    font-size    : 8pt;
    cursor       : pointer;
    color 		: #3D1D21 !important;
    font-weight : bold;
    background-color:#D1D7E7;
}
#messages .btn_delete:hover, a.delete_1message:hover, a.message_reply:hover {
    border-color : #3D1D21;
    color        : #3D1D21 !important;
    background-color:#D1D7E7;
}
#messages .btn_delete img, a.delete_1message img, a.message_reply img {
    margin-bottom : -4px;
}

.buttons {
	 text-align:right;
	 height:20px;
}

#content #save_as_draft{
    float        : left;
    text-align   : left;
}

#content #draft_feedback{
    padding-top  : 5px;
    float        : left;
    font-weight  : bold;
    font-style   : italic;
}

.messages_selected_checkbox{
    border : none;
}

.messages #folders li.send_message{
	margin-bottom:20px;
}


form#message_form div.form {
	padding:15px;
	padding-bottom:5px;
	width:550px;
	border:1px solid #D1D7E7;
}
/*------------------------------------------------------------------------------- *
 *                          Block Contenu d'un message                            *
 *------------------------------------------------------------------------------- */

.entire_content{
	min-height: 450px;
}
html> .entire_content {
	height: auto;
	min-height: 450px;
}

#content{
    padding     : 0px 10px;
    min-height  : 150px;
}

#content textarea{
    height     : 180px;
    width      : 530px;
    padding    : 5px;
    margin-top : 10px;
}

#content .message_header{
     margin           : 10px 0px 0px 0px;
     padding          : 5px;
}

#content .message_subject{
    margin      : 5px 0px 0px 0px;
}

#content .destinataire{
    margin           	: 2px;
    padding-bottom   	: 1px;
    font-weight      	: bold;
    border		     	: 1px solid #D1D7E7;
    height           	: 15px;
    padding          	: 1px 3px;
    width            	: 148px;
    float            	: left;
    background-color 	: #FFF;
    -moz-border-radius 	: 4px ;
    overflow			: hidden;
}

#content .destinataire img{
    height         : 12px;
}

#content .body{
    padding          : 10px;
    padding-top      : 15px;
    margin-bottom 	 : 10px;
}

/*-------------------------------------------------------------------*
 *                Bloc de status des opération                       *
 *-------------------------------------------------------------------*/
 
.status_messagesbox {
    float              : right;
    background-color   : #D1D7E7;
    font-weight        : bold;
    margin-top         : -30px;
    margin-right       : 60px;
    font-style         : italic;
    padding            : 3px 6px;
    -moz-border-radius : 7px ;
}
