/* 

	TableCloth	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/

/* general styles */

.modch td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.modch {
	width:auto;
	border-collapse:collapse;
	margin:1em 0;
}
.modch th, .modch td{text-align:left;padding:.5em;border:1px solid #fff;}
.modch th{
	color:#fff;
	background-color: #333333;
	background-image: url(modch_back.gif);
	background-repeat: repeat-x;
	font-size: 12px;
}
.modch td{
}


/*============================*/
.modch_title td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.modch_title {
	width:auto;
	border-collapse:collapse;
	margin:1em 0;
}
.modch_title th, .modch_title td{text-align:left;padding:.5em;border:1px solid #fff;}
.modch_title th{
	color:#fff;
	background-color: #333333;
	background-image: url(modch_back.gif);
	background-repeat: repeat-x;
	font-size: 12px;
}
.modch td{
}

a {
	text-decoration : none;
	color:#FFFFFF;
}
              a:hover{
	text-decoration : underline;
	color:#FFFFFF;
}



/* tablecloth styles */

.modch tr.even  td{
	background-color: #eeeeee;
}
.modch tr.odd  td{
	background-color: #FFFFFF; /*文字欄*/
}

.modch th.over, .modch tr.even th.over, .modch tr.odd th.over{
	background-color: #333333;
}
.modch th.down, .modch tr.even th.down, .modch tr.odd th.down{background:#bce774;}
.modch th.selected, .modch tr.even th.selected, .modch tr.odd th.selected{}

.modch td.over, .modch tr.even td.over, .modch tr.odd td.over{background:#ecfbd4;}
.modch td.down, .modch tr.even td.down, .modch tr.odd td.down{background:#bce774;color:#fff;}
.modch td.selected, .modch tr.even td.selected, .modch tr.odd td.selected{background:#bce774;color:#555;}

/* use this if you want to apply different styleing to empty table cells*/
.modch td.empty, .modch tr.odd td.empty, .modch tr.even td.empty{background:#fff;}
