/*

*/
#storyList{
    width : 95%;
    float : left;
    margin: 25px 0 0 20px;
}

table{
    width : 100%;
}

#storyList th {
    background-color: #FFF;
}
#storyList th.sorting_disabled {
    background-image:none !important;
}
#storyList table#dataTable {
	border: #999 solid 1px;
}
#storyList table#dataTable tr.odd {
	/* background-color:#9ec4a3; */
}

#storyList table#dataTable tr.even {
	/* background-color:#cbf2d0; */
}
#storyList table#dataTable tr.even td.sorting_1, 
#storyList table#dataTable tr.odd td.sorting_1 {
	/* background-color:#92b396; */
}
#storyList table#dataTable td {
	padding:10px;
}
#storyList #dataTable_info {
	font-size:12px;
	padding: 5px 0 0 10px;
}
#storyList #dataTable_paginate {
	padding: 5px 10px 0 0;
}
