/**
 * Blue: #4c8fd3
 */
body
{
	
}
 
#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;
}

.date
{
	width: 30px;
	height: 22px;
	padding: 13px 9px;
	background: transparent url(/Includes/Images/Webstruct/modules/calendar.png) no-repeat left center;
	border: 1px solid #eee; /* Filthy IE7 hack!*/
}

#newspanel h2
{
	text-indent: 100px;
	font-size: 24pt;
}

#quickNews
{

}
	#quickNews p
	{
		font-style: italic;
		font-size: 9pt;
		margin: 0 5px;
	}

	#quickNews ul
	{
	    list-style: none;
	}

#newsform table
{
	width: 665px;
}

.newsitem
{
	margin-left: 50px;
	margin-bottom: 15px;
	padding: 5px;
	width: 500px;
	background: #eee;
}
	.newsitem tfoot td
	{
		font-size: 10pt;
		font-style: italic;
	}

.back, .cancel, .close, .delete, .edit, .ok, .save, .example
{
	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;
}

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

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


