﻿.js .theme-dark label, .js .theme-dark input[type=submit] { display: none; }

.theme-dark.search { height: 30px; line-height: 30px; }

table { width: 100%; border-collapse: collapse;  }
	table thead { background: #edf2f6; }
	table thead th { font-weight: normal; text-align: left; }
	table td, table thead th { padding: 2px 5px 2px 10px; vertical-align: middle; border-bottom: 1px solid #999; }
	table .avatar { width: 24px; }
	table .avatar img { width: 24px; height: 24px; }
	table .action { text-align: right; white-space: nowrap; }
	table .icon { width: 14px; padding-right: 0; }
	table .icon img { width: 14px; height: 14px; }
	table .checkbox { width: 20px; }
	table .preview { color: #666; font-size: smaller; }

	table tfoot { background: #edf2f6; text-align: center; }
	
	table tr.unread td { font-weight: bold; border-bottom: 0; }
	table tr.item td { cursor: pointer; }
	table tr.item:hover { background: #f4f4f4; }

