/*******************************************/
/* WRITE.LIST                              */
/*******************************************/
#wp_list table { 
    border-collapse:collapse; 
    width:100%; 
    margin:5px 0 
}

#wp_list table thead tr th { 
	  text-align:left;
    padding:8px 0; 
    border-top:2px solid #e5e5e5; 
    border-bottom:1px solid #e5e5e5; 
    color:#000000; 
    background-color:#f2f2f2;
}

#wp_list table .check { text-align:center; width:50px }
#wp_list table .subject { width:150px }

#wp_list table tbody tr td { 
    border-bottom:1px solid #e0e0e0; 
    padding:8px 0; 
}

#wp_list table tbody th td.no_contents {
	padding:50px 0px;
	text-align:center
}

#wp_list #buttons { text-align:right }
#wp_list #buttons input { padding:3px }
#wp_list #paging { padding-top:5px; text-align:center }

#change_editor {
	float:left;
}

/*******************************************/
/* WritePage.write                         */
/*******************************************/
#wp_write table {
	width:100%;
	border-collapse:collapse;
	border-bottom:2px solid #999;
	border-top:2px solid #999;
	margin-bottom:10px;
}
#wp_write table th, 
#wp_write table td {
	border-bottom:1px solid #ccc
}

#wp_write table th {	
	background-color:#e5e5e5;
	width:80px;
	padding-right:10px;
	text-align:right;
}

#wp_write table td {
	padding:5px 0 5px 10px;
}

#wp_write table td.editor {
	padding:10px 0;
}
