.message_table {
	font-size: 11px;
	width: 100%;
	border-collapse: collapse;
}

.message_subject {
	font-weight:bold;
}

.message_header {
	padding: 4px;
	padding-left: 8px;
	vertical-align: middle;
	background: url(../menu/message_header.jpg) repeat 0 0;
}

.message_control {
	padding: 1px;
	padding-right: 8px;
	vertical-align: middle;
	background: url(../menu/message_header.jpg) repeat top right;
	width: 240px;
	text-align: right;
	color: black;
	
}

.message_control_collections {
	padding: 1px;
	padding-right: 8px;
	vertical-align: middle;
	background: url(../menu/message_header.jpg) repeat top right;

	text-align: right;
	color: black;
	
}

.message_body {
	padding: 3px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.message_delete_button {
	background: url(../menu/button_cancel.gif) no-repeat center center;
	width: 16px;
	height: 16px;
	border: 0;
	padding: 0;
	cursor: pointer;
	margin: 0;
}

.message_reply_button {
	background: url(../menu/button_reply.gif) no-repeat center center;
	width: 16px;
	height: 16px;
	border: 0;
	padding: 0;
	cursor: pointer;
	margin: 0;
}


.message_forward_button {
	background: url(../menu/button_forward.gif) no-repeat center center;
	width: 16px;
	height: 16px;
	border: 0;
	padding: 0;
	cursor: pointer;
	margin: 0;
}



.message_folders {
	margin: 0;
	margin-right: 5px;
	border: 0;
	padding: 0;
	cursor: pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#534e31;
}

.message_edit2 {
	background: url(../menu/button_write.gif) no-repeat center center;
	width: 16px;
	height: 16px;
	border: 0;
	padding: 0;
	cursor: pointer;
	margin: 0;
}

.message_move_button {
	background: url(../menu/button_next.gif) no-repeat center center;
	width: 16px;
	height: 16px;
	border: 0;
	padding: 0;
	cursor: pointer;
	margin: 0;
	margin-right: 5px;
	margin-left: 5px;
}

.message_reply {
	background: url(../menu/button_reply.gif) no-repeat center center;
	width: 16px;
	height: 16px;
	border: 0;
	padding: 0;
	cursor: pointer;
	margin: 0;
	margin-right: 5px;
}


.buttons_div {
	width: 100%;
	text-align: left;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	
	position:relative;
	top: -15px;
	left:0;
	margin:0;
	margin-bottom: 15px;
}

.button_write {
	background: url(../menu/button_write.gif) no-repeat 0 0;
	padding: 7px;
	padding-left: 30px;
	float:left;
	font-size: 11px;
	color: black;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 7px;
}

.button_write:hover {
	text-decoration: underline;
}




.button_write2, .button_write2_over  {
	background: url(../menu/button_write.gif) no-repeat 0 0;
	padding: 7px;
    padding-left: 0;
    padding-right: 0;
	width: 90px;
	float:left;
	font-size: 11px;
	color: black;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 7px;
}

.button_write2_over {
	text-decoration: underline;
}


.button_makedir {
	background: url(../menu/button_mkdir.gif) no-repeat 0 3px;
	padding: 7px;
	padding-left: 30px;
	float:left;
	font-size: 11px;
	color: black;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 7px;
}

.button_makedir:hover {
	text-decoration: underline;
}

.folder_tabs {
	width: 530px;
	border-collapse: collapse;
	position:relative;
	top:2px;
}

.tab, .tab_act {
	border-collapse: collapse;
}

.tab_l {
	background: url(../menu/tab.gif) no-repeat top left;
	height: 23px;
	width: 15px;
}

.tab_c {
	background: url(../menu/tab_c.gif) repeat-x top left;
	text-transform: uppercase;
	color: #eeeeee;
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
}

.tab_r {
	background: url(../menu/tab.gif) no-repeat top right;

	width: 15px;
}

.tab_div {
	float: left;
	cursor: pointer;
}

.tab_act .tab_l {
	background: url(../menu/tab_active.gif) no-repeat top left;
}
.tab_act .tab_c {
	background: url(../menu/tab_active_c.gif) repeat-x 0 1px;
	color: black;
}
.tab_act .tab_r {
	background: url(../menu/tab_active.gif) no-repeat top right;
}

.message_form {
	width: 100%;
	padding: 20px;
	
	
}

.text_input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#534e31;
	border: #e4e4c0 1px solid;
	width:100%;
	padding: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: normal;
}

textarea {
	border: #e4e4c0 1px solid;
}

#mkdir_form {
	padding:10px;
	display:none;
	border: #e4e4c0 1px solid;
	margin:0;
	margin-bottom: 20px;
	
}

#mkdir_form form {
	margin:0;
	padding: 0;
}

#mkdir_form table td {
	font-size: 11px;
}

.message_folders {
	font-size: 10px;
}


#newpm textarea {
	width: 380px;
}
