table thead tr, table tfoot tr
{
	background: #a46497 none repeat scroll 0 0
}
table thead tr th, table tfoot tr th
{
	color: white;
    font-size: 14px;
    font-weight: bold;
}
table thead tr a, table tfoot tr th a
{
	color: #FFFF99;
}
table thead tr a:hover, table tfoot tr a:hover
{
	color: #D5D500;
}
.widefat ol, .widefat p, .widefat tfoot tr td, .widefat tfoot tr th, .widefat thead tr td, .widefat thead tr th, .widefat ul
{
	font-weight: bold;
	color:white;
}
.wp-core-ui .button-primary, .wp-core-ui .button-primary.focus, .wp-core-ui .button-primary:focus
{
	background: #a46497 none repeat scroll 0 0;
    border-color: #a46497;
    box-shadow: none;
	font-weight: bold;
	text-shadow:none;
}
.wp-core-ui .button-primary:hover
{
	background: #C9A3C1 none repeat scroll 0 0;
    border-color: #C9A3C1 ;
    box-shadow: none;
    font-weight: bold
}
.wp-core-ui .button-delete, .wp-core-ui .button-delete.focus, .wp-core-ui .button-delete:focus
{
	background: #FF0000 none repeat scroll 0 0;
    border: 0px solid #FF0000;
    box-shadow: none;
	font-weight: bold;
	text-shadow:none;
	color:white;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	border-radius: 1px 1px 1px 1px;
}
.wp-core-ui .button-delete:hover
{
	background: #FFA4A4 none repeat scroll 0 0;
    border: 0px solid #FFA4A4 ;
    box-shadow: none;
    font-weight: bold;
	color:white;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	border-radius: 1px 1px 1px 1px;
	cursor: pointer;
}
.wp-list-table a {
    font-weight: bold;
    transition: none 0s ease 0s ;
}
