@charset "utf-8";

.Box{
	float:left;
	margin:10px;
}

font.subText{
	font-size: 13px;
	color: #009999;
}

font.subText a{
	font-size: 13px;
	color: #009999;
	text-decoration: none;
}

font.subText a:hover{
	font-size: 13px;
	color: #FF3366;
}


a{
	color: #666666;
	text-decoration: none;
}

a:hover{
	color: #0099CC;
}

/*老師*/
table.groupT{
border:1px solid #ccc;
}

table.groupT th{
	color: #FFFFFF;
	background-color: #0099FF;
}

table.groupT td{
	color: #333333;
	border-bottom:1px dashed #ccc;
}

/*學生*/
table.groupS{
border:1px solid #ccc;
}

table.groupS th{
	color: #FFFFFF;
	background-color: #009966;
}

table.groupS td{
	color: #333333;
	border-bottom:1px dashed #ccc;
}


/*快速*/
table.groupL{
border:1px solid #ccc;
}

table.groupL th{
	color: #FFFFFF;
	background-color: #99CC00;
}

table.groupL td{
	color: #333333;
	border-bottom:1px dashed #ccc;
}

/*計畫*/
table.groupP{
border:1px solid #ccc;
}

table.groupP th{
	color: #FFFFFF;
	background-color: #FF3399;
}

table.groupP td{
	color: #333333;
	border-bottom:1px dashed #ccc;
}

/*消息*/
table.groupN{
border:1px solid #ccc;
}

table.groupN th{
	color: #FFFFFF;
	background-color: #6633CC;
}

table.groupN td{
	color: #333333;
	border-bottom:1px dashed #ccc;
}

