/* Page */

.content {
	background-color: #f5fffa;
	border:1px solid #cef2e0;
}

.page_title {
	background-color:#cef2e0;
	border:1px solid #a3bfb1;
	color:#000;
}

.page_content {
	border:1px solid #a3bfb1;
}

.page_sub_title {
	
}

.table_all {
	background-color: #a3bfb1;
}

.table_head {
	background-color: #cef2e0;
}
.table_row {

}

/* hovered table rows */
table tr.hovered:hover,
table tr.hovered:hover,
table tr.hover {
    background: #f5fffa;
}

