/**
 * Blue: #4c8fd3
 */
#overview, #adminpanel
{
	font-family: Arial, Verdana;
}

#adminpanel td
{
	text-align: center;
	width: 100px;
}

#overview table
{
	margin: 0 auto;
	border-spacing: 0 2px;
}

#overview td
{
	padding: 2px;
	color: #555;
	background: #eee;
	text-align: center;
	border-right: 1px solid #fff;
	width: auto;
}

#overview thead td
{
	background: #4c8fd3;
	color: #fff;
	border: none;
}

#overview a
{
	text-decoration: underline;
}

#adminpanel a img, #overview a img, #userpanel a img
{
	border: none;
	text-decoration: none;
}

#overview a:hover
{
	text-decoration: none;
}

#overview thead td a
{
	color: #fff;
}

#overview h3
{
	color: #555;
	text-align: center;
}

.back, .cancel, .close, .delete, .edit, .ok, .save
{
	width: 27px;
	height: 27px;
	border: none;
}

.back
{
	background: transparent url(/Includes/Images/Webstruct/buttons/back.png) no-repeat center center;
}

.back:hover
{
	background: transparent url(/Includes/Images/Webstruct/buttons/back_over.png) no-repeat center center;
}

.cancel
{
	background: transparent url(/Includes/Images/Webstruct/buttons/cancel.png) no-repeat center center;
}

.cancel:hover
{
	background: transparent url(/Includes/Images/Webstruct/buttons/cancel_over.png) no-repeat center center;
}

.close
{
	background: transparent url(/Includes/Images/Webstruct/buttons/close.png) no-repeat center center;
}

.close:hover
{
	background: transparent url(/Includes/Images/Webstruct/buttons/close_over.png) no-repeat center center;
}

.delete
{
	background: transparent url(/Includes/Images/Webstruct/buttons/delete.png) no-repeat center center;
}

.delete:hover
{
	background: transparent url(/Includes/Images/Webstruct/buttons/delete_over.png) no-repeat center center;
}

.edit
{
	background: transparent url(/Includes/Images/Webstruct/buttons/edit.png) no-repeat center center;
}

.edit:hover
{
	background: transparent url(/Includes/Images/Webstruct/buttons/edit_over.png) no-repeat center center;
}


.ok
{
	background: transparent url(/Includes/Images/Webstruct/buttons/ok.png) no-repeat center center;
}

.ok:hover
{
	background: transparent url(/Includes/Images/Webstruct/buttons/ok_over.png) no-repeat center center;
}

.save
{
	background: transparent url(/Includes/Images/Webstruct/buttons/save.png) no-repeat center center;
}

.save:hover
{
	background: transparent url(/Includes/Images/Webstruct/buttons/save_over.png) no-repeat center center;
}