/* 
 * ========================================
 * Menu table properties 
 * ========================================
*/
.utils_menu_table {
	width:100%;
}

/* 
 * ========================================
 * Title table properties 
 * ========================================
*/

.utils_title {
	width:100%;
	height:30px;
	background-color:#2B252C;
}
.utils_title_flowers {
	background-image: url('../images/utils/flowers.gif');
	background-repeat: no-repeat;
	width:115px;
}
.utils_title_text {
	font-size:11px;
	font-weight:bold;
	padding-right:7px;
	padding-left:7px;
}

/* 
 * ========================================
 * Search table properties 
 * ========================================
*/

.utils_search_input {
	width:100%;
	border:solid 1px #FFF;
	height:17px;
}
.utils_search_btm {
	width:18px;
	padding-right:10px;
	padding-left:10px;
}

/* 
 * ========================================
 * Common table properties 
 * ========================================
*/

.utils_space {
	height:10px;
}
