﻿/* Standard Link Button */

 .CommonTextButton
{
	display: inline-table;
	display: moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}

.CommonTextButton:LINK
{
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
}

.CommonTextButton:VISITED
{
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
}

.CommonTextButton:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.CommonTextButton:HOVER
{
	color: #333333;
	background-color: #dddddd;
}

/* Standard Add Button */
.CommonAddButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	padding: 4px;
	margin: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 22px;
	line-height: normal;
	white-space: nowrap;
	background-image: url('../images/admin/script_add.gif');
}

.CommonAddButton:LINK
{
	text-decoration: none;
	color: #333333;
	margin: 1px;
}

.CommonAddButton:VISITED
{
	text-decoration: none;
	color: #333333;
}

.CommonAddButton:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.CommonAddButton:HOVER
{
	color: #333333;
	background-color: #dddddd;
}

/* Standard Edit Button */
.CommonEditButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	padding: 4px;
	margin: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 22px;
	line-height: normal;
	white-space: nowrap;
	background-image: url('../images/admin/script_edit.gif');
}

.CommonEditButton:LINK
{
	text-decoration: none;
	color: #333333;
	margin: 1px;
}

.CommonEditButton:VISITED
{
	text-decoration: none;
	color: #333333;
}

.CommonEditButton:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.CommonEditButton:HOVER
{
	color: #333333;
	background-color: #dddddd;
}

/* Standard Delete Button */
.CommonDeleteButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	padding: 4px;
	margin: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 22px;
	line-height: normal;
	white-space: nowrap;
	background-image: url('../images/admin/script_delete.gif');
}

.CommonDeleteButton:LINK
{
	text-decoration: none;
	color: #333333;
	margin: 1px;
}

.CommonDeleteButton:VISITED
{
	text-decoration: none;
	color: #333333;
}

.CommonDeleteButton:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.CommonDeleteButton:HOVER
{
	color: #333333;
	background-color: #dddddd;
}

/* Standard View Button */
.CommonViewButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	padding: 4px;
	margin: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 22px;
	line-height: normal;
	white-space: nowrap;
	background-image: url('../images/admin/magnifier.gif');
}

.CommonViewButton:LINK
{
	text-decoration: none;
	color: #333333;
	margin: 1px;
}

.CommonViewButton:VISITED
{
	text-decoration: none;
	color: #333333;
}

.CommonViewButton:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.CommonViewButton:HOVER
{
	color: #333333;
	background-color: #dddddd;
}

/* Standard Cancel Button */
.CommonCancelButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	padding: 4px;
	margin: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 22px;
	line-height: normal;
	white-space: nowrap;
	background-image: url('../images/admin/script_error.gif');
}

.CommonCancelButton:LINK
{
	text-decoration: none;
	color: #333333;
	margin: 1px;
}

.CommonCancelButton:VISITED
{
	text-decoration: none;
	color: #333333;
}

.CommonCancelButton:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.CommonCancelButton:HOVER
{
	color: #333333;
	background-color: #dddddd;
}

/* Standard Save Button */
.CommonSaveButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	padding: 4px;
	margin: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 22px;
	line-height: normal;
	white-space: nowrap;
	background-image: url('../images/admin/script_save.gif');
}

.CommonSaveButton:LINK
{
	text-decoration: none;
	color: #333333;
	margin: 1px;
}

.CommonSaveButton:VISITED
{
	text-decoration: none;
	color: #333333;
}

.CommonSaveButton:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.CommonSaveButton:HOVER
{
	color: #333333;
	background-color: #dddddd;
}

/* Standard Sort Button */
.CommonSortButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	padding: 4px;
	margin: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 22px;
	line-height: normal;
	white-space: nowrap;
	background-image: url('../images/admin/script_gear.gif');
}

.CommonSortButton:LINK
{
	text-decoration: none;
	color: #333333;
	margin: 1px;
}

.CommonSortButton:VISITED
{
	text-decoration: none;
	color: #333333;
}

.CommonSortButton:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.CommonSortButton:HOVER
{
	color: #333333;
	background-color: #dddddd;
}

/* Standard Go/Next Button */
.CommonGoButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	padding: 4px;
	margin: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 22px;
	line-height: normal;
	white-space: nowrap;
	background-image: url('../images/admin/script_go.gif');
}

.CommonGoButton:LINK
{
	text-decoration: none;
	color: #333333;
	margin: 1px;
}

.CommonGoButton:VISITED
{
	text-decoration: none;
	color: #333333;
}

.CommonGoButton:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.CommonGoButton:HOVER
{
	color: #333333;
	background-color: #dddddd;
}