#my_listing ol {
	list-style-type: decimal;
	margin: 20px 0 0 0;
}

#my_listing ol li {
	margin: 0 0 30px 20px;
}


#favorite_listing table,
#cp_general_table1 table {
	width: 100%;
}

#favorite_listing td,
#update_notification_listing td,
#editor_menu td,
#cp_general_table1 td {
	padding: 7px;
  border-bottom: 1px solid #ddd;
}

#favorite_listing td span,
#update_notification_listing td span,
#editor_menu td span,
#cp_general_table1 span {
	font-size: 120%;
}

#favorite_listing td ul,
#update_notification_listing td ul,
#editor_menu td ul,
#cp_general_table1 td ul {
	display: inline;
}
#favorite_listing td ul li ,
#update_notification_listing td ul li,
#editor_menu td ul li,
#cp_general_table1 td ul li{
	margin: 5px 0;
  padding-left: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
#favorite_listing thead th,
#update_notification_listing thead th,
#editor_menu thead th,
#cp_general_table1 thead th {
	background: url(images/bg_sidebar_caption.png) repeat-x;
	font-weight: bold;
	width: 100%;
	padding: 10px;
  border-bottom: 1px solid #ddd;
}

#favorite_listing .m_col,
#update_notification_listing .m_col,
#editor_menu .m_col,
#cp_general_table1 .m_col  {
	width: 50%;
	background: #fff;
}

#favorite_listing .odd td,
#update_notification_listing .odd td,
#editor_menu .odd td,
#cp_general_table1 .odd td  {
  background: #eee; 
}

#favorite_listing td p,
#update_notification_listing td p,
#editor_menu td p,
#cp_general_table1 td p  {
	margin: 10px 0 0 0;
}

#favorite_listing tfoot, 
#cp_general_table1 tfoot  {
	background: #fff;
  line-height: 30px;
}

#update_notification_listing table,
#editor_menu table {
	width: 100%;
	margin: 20px 0 0 0;
}
th.subheader {
  background: #eee;
  text-align: center;
  padding: 5px;
  color: #FFA733;
  font-size: 1.4em;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
}
