/*
@@@@@@@@@@@@@@@@@@@@@@
TABLE
@@@@@@@@@@@@@@@@@@@@@@

	about				table objects
	
	syntax

*/

	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
	standard set
	///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
		
		/*+ tableStandard
		..........................................................................*/

			.tableStandard{width:100%; }
			
			.tableStandard th{font-weight:bold; text-align:left; padding-right:10px;}

.tableMessage {margin-bottom:5px; cursor:pointer; }
.tableMessage.unread {  background-color:#E8E8E8;}
.tableMessage.unread a { font-weight: bold!important}
.tableMessage.read {  background-color:#FFFFFF;}
.tableMessage.read a { font-weight: normal!important}

.tableMessage {  background-color:#E8E8E8;}
.tableMessage a { font-weight: bold!important}
.tableMessage:hover {  background-color:#F0F0F0;}
.tableMessage:active {  background-color:#F0F0F0;}
.tableMessage h3 { color:#06365F; height: 20px; line-height: 20px; font-size: 12px; }