﻿/* Standard Link Button */
.Button
{
font-weight: bold;
font-size: 11px;
font-family: Segoe UI,Arial,Helevetica,Sans-Serif;
line-height: 1.35;
text-align: center;
color: #2b333c;
background-image: url(../images/buttonbg.gif);
background-repeat: repeat-x;
background-attachment: scroll;
border-top-width: 3px;
border-right-width: 3px;
border-bottom-width: 3px;
border-left-width: 3px;
border-top-style: double;
border-right-style: double;
border-bottom-style: double;
border-left-style: double;
border-top-color: #c4cccc;
border-right-color: #acb5b5;
border-bottom-color: #6f7777;
border-left-color: #acb5b5;
padding-top: 1px;
padding-bottom: 1px;
cursor: pointer;
}

.Button:hover
{
border-top-width: 3px;
border-right-width: 3px;
border-bottom-width: 3px;
border-left-width: 3px;
border-top-style: double;
border-right-style: double;
border-bottom-style: double;
border-left-style: double;
border-top-color: #aedf9a;
border-right-color: #94da78;
border-bottom-color: #6ab94b;
border-left-color: #94da78;
}

.SmallButton
{
font-weight: bold;
font-size: 9px;
font-family: Segoe UI,Arial,Helevetica,Sans-Serif;
line-height: 1.0;
text-align: center;
color: #2b333c;
background-image: url(../images/buttonbg.gif);
background-repeat: repeat-x;
background-attachment: scroll;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: double;
border-right-style: double;
border-bottom-style: double;
border-left-style: double;
border-top-color: #c4cccc;
border-right-color: #acb5b5;
border-bottom-color: #6f7777;
border-left-color: #acb5b5;
padding-top: 1px;
padding-bottom: 1px;
cursor: pointer;
}

.SmallButton:hover
{
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: double;
border-right-style: double;
border-bottom-style: double;
border-left-style: double;
border-top-color: #aedf9a;
border-right-color: #94da78;
border-bottom-color: #6ab94b;
border-left-color: #94da78;
}

 .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: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	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: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	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: Calibri, Arial, Helvetica, sans-serif;
	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');
	font-size: 12px;
}

.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: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	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: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	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: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	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: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	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: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	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: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	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;
}

/* Common Excel Button */
.CommonExcelButton
{
	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: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	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/excel.gif');
}

.CommonExcelButton:LINK
{
	text-decoration: none;
	color: #333333;
	margin: 1px;
}

.CommonExcelButton:VISITED
{
	text-decoration: none;
	color: #333333;
}

.CommonExcelButton:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.CommonExcelButton:HOVER
{
	color: #333333;
	background-color: #dddddd;
}

/* Common No Change Button */
.CommonDisabledButton
{
	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: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	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/nosave.gif');
}

.CommonExcelButton:LINK
{
	text-decoration: none;
	color: #333333;
	margin: 1px;
}

.CommonExcelButton:VISITED
{
	text-decoration: none;
	color: #333333;
}

.CommonExcelButton:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.CommonExcelButton:HOVER
{
	color: #333333;
	background-color: #dddddd;
}
