/* CSS Document */

#common-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #69C;
}

#common-table th {
	padding: 0!important;
	color: #FFF;
	font-weight: bold;
	background: #336;
	border: 1px solid #69C;
}

#common-table td {
	padding: 0!important;
	background: #EFF;
	border: 1px solid #69C;
}

#common-table th p {
	margin: 5px 2px;
	width: 94%;
	text-align: center;
}

#common-table td p {
	margin: 5px 3px;
	width: 96%;
}

#common-table td.line2 {
	background: #EFD;
}


