/* Page */

.content {
	background-color: #f5faff;
	border:1px solid #cedff2;
}

.page_title {
	background-color:#cedff2;
	border:1px solid #a3b0bf;
	color:#000;
}

.page_content {
	border:1px solid #a3b0bf;
}

.page_sub_title {
	
}

.table_all {
	background-color: #a3b0bf;
}

.table_head {
	background-color: #cedff2;
}
.table_row {
}

/* hovered table rows */
table tr.hovered:hover,
table tr.hovered:hover,
table tr.hover {
    background: #f5faff;
}
