/* ----------- Copyright 2006-2007 arsneo team,  all rights reserved ----------- */
table.messages {
    width: 100%;
    vertical-align: top;
    text-align: center; 
}

table.messages tbody tr td {
    vertical-align: middle;
    text-align: center;        
}

table.messageInfoStatus {
    text-align: center;
    width: 100%;
    margin: 0px 0px 0px 0px;
    background-color: #f9f9f9;
	border: 1px solid #E8EEEA;
    padding: 7px 5px;
    vertical-align: middle;
}

table.messageInfoStatus tbody tr td {
        text-align: center;
    }

    

table.messageInfoStatus tr td.messageMain {
    padding: 0px 0px 0px 15px;
    text-align: center;
    vertical-align: middle;
    }

div.messagesFolder {
    margin: 0px 5px 0px 4px; 
    padding: 0px 0px 0px 0px;
    height: 22px;
    text-align: center;
    vertical-align: middle;
    background-color: #f9f9f9;
    float: left;
    color: #575354;
    position: relative;
    bottom: 2px;
    }

td.messagePaging {
    color: #575354;
    font-size: 11px;
    width: 80px;
    }

td.messageBar div.selectedMessagesFolder {
    margin: 4px 3px 0px 3px; 
    padding: 0px 0px 0px 0px;
    height: 22px;
    position: relative;
    bottom: 3px;
    vertical-align: top;
    /* background-color: #f9f9f9; */
    float: left;
    }

#threadMessages div {
    padding: 10px;
}

div.mailHeader {
    margin: 0px;
    background-color: #f9f9f9;
    border: 1px solid #E8EEEA;    
	color: #666666;
	font-weight: bold;
	font-size: 9px;
    }

div.mailBody, div.mailAttachement {
    border-left: 1px solid #E8EEEA; 
    border-right: 1px solid #E8EEEA;
    border-bottom: 1px solid #E8EEEA;
    }

div.mailBody {
    background-color: #E8EEEA;
    }

div.mailAttachement {
    margin: 0px;
    background-color: #f9f9f9;
	color: #666666;
	font-size: 9px;
	font-weight: bold;
}

div.mailAttachement a {
    font-weight: normal;
    }
    
img.mail {
    float: left;
    margin-right: 10px;
}

/* buttony w formularzu pisania maila */
img.messagesButtons {
    margin: 10px 20px 10px 0px;
}

img.messagesButtons:hover {
    cursor: pointer;
}


/* buttony w wątku */
img.threadButtons {
    margin: 8px 2px 0px 0px;
}

div.threadInfo {
    margin: 0px;
    padding: 0px;
    /* padding: 12px 10px 10px 10px;
    background-color: #ffffff;
    border: 1px solid #E8EEEA;   */ 
	color: #666666;  
	font-weight: bold;
	text-transform: uppercase;  
	height: 40px;
    }


span.threadType {
    float: left;
    margin: 0px 20px 0px 5px;        
}

span.threadInfo {
    margin: 0px 20px 0px 0px;
    float: left;
}

div.threadInfo a {
    margin: 0px 10px 0px 0px;
    float: left;
    }

p.lineSolidWhiteMess {
	width: 100%;
	height: 1px;
	border-top: 1px solid #ffffff;
	margin: 0px 0px 25px 0px;
	clear: both;
}


p.lineSolidWhiteMess1 {
	width: 100%;
	height: 1px;
	border-top: 1px solid #ffffff;
	margin: 0px 0px 0px 0px; 
	clear: both;
}

span.msgModeration {
	color: #c30010;
	font-style: italic;
}

    