/* @override 
	http://localhost:8888/bwabu/html/css/saultabs.css
	http://192.168.1.64:8888/bwabu/html/css/saultabs.css
	http://beta.bwabu.com/css/saultabs.css
	http://localhost:8888/css/saultabs.css
*/

.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 5px;
	height: 24px;
}

.mootabs_title li {
	float: left;
	background: url(../images/tabs/tab_inactive.gif) repeat-x;
	height: 25px;
	border: 1px solid #939393;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 8px;
	margin-right: 2px;
}

.mootabs_title li a {
	cursor: pointer;

	color: #fff;

	font: bold 13px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	margin-right: 3px;
	text-decoration: none;
}

.mootabs_title li.ui-tabs-selected {
	background: #e6e6e6 url(../images/tabs/tab_active.gif) repeat-x;
}

.mootabs_panel {
	background-color: #ffffff;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
}

div.tab_container {
	margin-bottom: 10px;
	width: 775px;
}

.mootabs_panel {
	background-color: #ffffff;
	border: 1px solid #c8c8c3;
	height: auto;
	padding-right: 40px;
	padding-left: 40px;
}


div.tab_content_title {
	text-align: center;
	margin-bottom: 13px;
	color: #585b5e;
	font: bold 13px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	margin-top: 10px;
}

div.tab_content_title_diet_list {
	text-align: left;
	margin-bottom: 13px;
	color: #585b5e;
	font: bold 13px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	margin-top: 10px;
}

div.diet_list_item {
	height: 45px;
	border-top: 1px solid #808080;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.diet_list_item_avatar {
	float: left;
	width: 45px;
	height: 45px;
	margin-right: 25px;
}

div.diet_list_item_avatar img {
	width: 45px;
	height: 45px;
}

div.diet_list_item_name {
	float: left;
	color: #485ba4;
	font: bold 16px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	padding-top: 14px;
}

div.diet_list_item_name a {
	color: #485ba4;
	font: bold 16px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

div.diet_list_item_name a:hover {
	color: #485ba4;
	text-decoration: underline;
}

