/* profile */
div.success_story_profile {
	margin: 15px 0;
}

div.success_story_profile div.title {
	margin-bottom: 10px;
	font-size: 1.3em;
	font-weight: bold;
}
/* profile */

/* list */
table.success_stories_list {
	width: 580px;
	margin: 15px 0;
}

table.success_stories_list thead tr th {
	background: url(/winnipeg/common/images/interface/tables/brdr-top2col.gif) no-repeat;
}

table.success_stories_list tfoot tr td {
	background: url(/winnipeg/common/images/interface/tables/brdr-btm2col.gif) no-repeat;
}

table.success_stories_list thead tr th, table.success_stories_list tbody tr td, table.success_stories_list tfoot tr td {
	padding: 3px 0;
}

table.success_stories_list thead tr th, table.success_stories_list tbody tr td {
	border-bottom: 1px solid #FFF;
}

table.success_stories_list thead tr th.date, table.success_stories_list tbody tr td.date {
	padding-left: 13px;
	padding-right: 20px;
}

table.success_stories_list thead tr th.title, table.success_stories_list tbody tr td.title {
	padding-right: 13px;
}

table.success_stories_list thead tr th.date a, table.success_stories_list thead tr th.title a, table.success_stories_list thead tr th.submit a, table.success_stories_list tfoot tr td.submit a {
	font-size: 1.2em;
}

table.success_stories_list thead tr th a {
	color: #FFF;
}

table.success_stories_list thead tr th.date {
	width: 92px;
	background-position: top left;
}

table.success_stories_list thead tr th.title {
	width: 250px;
	background-position: -125px 0;
}

table.success_stories_list thead tr th.submit {
	background-position: top right;
}

table.success_stories_list thead tr th.submit, table.success_stories_list tfoot tr td.submit {
	width: 192px;
	text-align: center;
}

table.success_stories_list thead tr th.submit a, table.success_stories_list tfoot tr td.submit a {
	display: block;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

table.success_stories_list tbody tr td {
	background-color: #D8FFFE;
}

table.success_stories_list tbody tr.alternate td {
	background-color: #CCF5CB;
}

table.success_stories_list tbody tr td.date {

}

table.success_stories_list tbody tr td.title {
}

table.success_stories_list tfoot tr td {
	vertical-align: middle;
}

table.success_stories_list tfoot tr td.footer {
	padding-left: 13px;
	padding-top: 5px;
	padding-bottom: 6px;
	background-position: bottom left;
}

table.success_stories_list tfoot tr td.submit {
	background-position: bottom right;
}
/* list */

/* admin list */
table.success_stories_admin_list {
	width: 100%;
	margin: 0 0 15px 0;
}

table.success_stories_admin_list tr th, table.success_stories_admin_list tr td {
	padding: 4px 5px;
	text-align: left;
	vertical-align: top;
}

table.success_stories_admin_list tr th {
	font-weight: bold;
	background: #666;
}

table.success_stories_admin_list tr th, table.success_stories_admin_list tr th a {
	color: #FFF;
}

table.success_stories_admin_list tr.alternate td {
	background: #CCC;
}

table.success_stories_admin_list tr th.title, table.success_stories_admin_list tr td.title {
	width: 100%;
}

table.success_stories_admin_list tr th.view, table.success_stories_admin_list tr td.view {
	padding-left: 15px;
}

table.success_stories_admin_list tr th.update, table.success_stories_admin_list tr td.update {
	padding-left: 15px;
}

table.success_stories_admin_list tr th.delete, table.success_stories_admin_list tr td.delete {
	padding-left: 15px;
}
/* admin list */
