
/*

	CARBIDE ADMIN BUTTON CSS
	-------------------------------------------------------------------------
	Author: Michael Argentini; magic@ddii.com
	01/05/2008

*/

.CarbideAdminLinks
{
	display: block;
	clear: both;
	padding: 0px;
	margin: 25px 0px 15px 0px;

	font-weight: bold;
	font-size: 12px !important;
	font-family: "Arial", "Helvetica", Sans-Serif;
}

	.CarbideAdminLinks a
	{
		background-color: #CDABAB;
		border: solid 2px #C0A0A0 !important;
		padding: 3px 10px 3px 10px;
		margin: 0px 3px 3px 0px;

		color: White;
		text-transform: none;
		text-decoration: none !important;
	}

		.CarbideAdminLinks a:hover
		{
			background-color: #CD1010;
			border: solid 2px #CD1010 !important;

			color: White;
			text-decoration: none !important;
		}

	.CarbideAdminLinks a.green
	{
		background-color: #ABCDAB;
		border: solid 2px #A0C0A0 !important;
	}

		.CarbideAdminLinks a.green:hover
		{
			background-color: #157B15;
			border: solid 2px #157B15 !important;
			color: White;
		}

	.CarbideAdminLinks a.blue
	{
		background-color: #80ABCD;
		border: solid 2px #70A0C0 !important;
	}

		.CarbideAdminLinks a.blue:hover
		{
			background-color: #1050AB;
			border: solid 2px #1050AB !important;
			color: White;
		}

	.CarbideAdminLinks a.orange
	{
		background-color: #ffd594;
		border: solid 2px #e3c885 !important;
	}

		.CarbideAdminLinks a.orange:hover
		{
			background-color: #ff5c00;
			border: solid 2px #ff5c00 !important;
			color: White;
		}

	.CarbideAdminLinks a.purple
	{
		background-color: #d6bfe5;
		border: solid 2px #bba2cc !important;
	}

		.CarbideAdminLinks a.purple:hover
		{
			background-color: #be5dd6;
			border: solid 2px #a251b6 !important;
			color: White;
		}

	.CarbideAdminLinks a.gold
	{
		background-color: #a59878;
		border: solid 2px #908362 !important;
	}

		.CarbideAdminLinks a.gold:hover
		{
			background-color: #6c6539;
			border: solid 2px #6c6539 !important;
			color: White;
		}



	a.InlineEdit
	{
		cursor: pointer;
		padding: 1px 2px 0px 2px !important;
		margin: 0px 0px 0px 5px !important;
		text-transform: none !important;
		text-decoration: none !important;
		color: white !important;
		font-weight: bold !important;
		line-height: 9px !important;
		font-size: 9px !important;

		background-color: #80ABCD !important;
		border: solid 1px #70A0C0 !important;
	}

	a.InlineEdit:hover
	{
		background-color: #1050AB !important;
		border: solid 1px #1050AB !important;
		color: White !important;
	}

	a.InlineDelete
	{
		cursor: pointer;
		padding: 1px 2px 0px 2px !important;
		margin: 0px 0px 0px 5px !important;
		text-transform: none !important;
		text-decoration: none !important;
		color: white !important;
		font-weight: bold !important;
		line-height: 9px !important;
		font-size: 9px !important;

		background-color: #CDABAB !important;
		border: solid 1px #C0A0A0 !important;
	}

	a.InlineDelete:hover
	{
		background-color: #CD1010 !important;
		border: solid 1px #CD1010 !important;
		color: White !important;
	}

	a.InlineAdd
	{
		cursor: pointer;
		padding: 1px 2px 0px 2px !important;
		margin: 0px 0px 0px 5px !important;
		text-transform: none !important;
		text-decoration: none !important;
		color: white !important;
		font-weight: bold !important;
		line-height: 9px !important;
		font-size: 9px !important;

		background-color: #ABCDAB !important;
		border: solid 1px #A0C0A0 !important;
	}

	a.InlineAdd:hover
	{
		background-color: #157B15 !important;
		border: solid 1px #157B15 !important;
		color: White !important;
	}

