/* ==================================
    CSS STYLES FOR DNN Admin Modules
   ==================================

/* BEGIN styles for Paging */
.adminpaging 
{
    margin-top: 10px;
}

.adminpaging a.adminpagingLink, .adminpaging a:visited.pagingLink, .adminpaging a:active.pagingLink
{
	margin: 0px;
	padding: 4px;
	border: 1px solid #5167C0;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color: black;
	height : 17px;
}

.adminpaging a:hover.pagingLink
{
	margin: 0px;
	padding: 4px;
	border: 1px solid #5167C0;
	background: #5167C0;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
	height : 17px;
}

.adminpaging a.currentPageNumber, .adminpaging a:visited.currentPageNumber, .adminpaging a:active.currentPageNumber
{
	margin: 0px;
	padding: 4px;
	border: 1px solid #5167C0;
	background: #5167C0;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color: white;
	height : 17px;
}
/* END styles for Paging */

.button 
{
    background:#EFF4FB url(resources/teaser.gif) repeat-x;
    border: 1px solid #555555;
    padding: 4px;
    cursor: pointer;
}

table.adminall
{
    border-collapse: collapse;
    background:#EFF4FB url(resources/teaser.gif) repeat-x;
	border-left:1px solid #686868;
	border-right:1px solid #686868;
	font:0.9em/155% 'Trebuchet MS',helvetica,arial,verdana; 
	color: #333;
    margin: 10px 0;
}

table.adminall td, table.adminall th
{
    padding: 5px;
}

table.adminall thead th, table.adminall tfoot th, table.adminall tfoot td {
		background:#333 url(resources/llsh.gif) repeat-x;
		color:#fff
}

table.adminall thead th a, table.adminall tfoot th a, table.adminall tfoot td a {
        color: #fff;
        text-decoration: none;        
}

table.adminall thead th a:hover, table.adminall tfoot th a:hover, table.event_adminallevents tfoot td a:hover {
        color: #fff;
        text-decoration: underline;        
}

table.adminall tbody th, table.adminall tbody td {
		border-bottom: dotted 1px #333;
}

table.adminall tbody th {
		white-space: nowrap;
}

table.adminall tbody th a {
		color:#333;
}

table.adminall .odd {}

table.adminall tbody tr:hover {
		background:#F2F5A9
}

.adminnoitems
{
    padding: 15px;
    background-color: #EAF0FA;
    margin: 10px 0;
    font:0.9em/155% 'Trebuchet MS',helvetica,arial,verdana; 
	color: #333;
	border: dotted 1px #333;
}
