/****************************************************************/
/**************** GENERAL TAG STYLES ****************************/
/****************************************************************/

BODY {
    font-size: 12px;
    font-family: Arial, sans-serif;
}

FORM {
    margin-bottom: 0px;
    display: inline;
}

FIELDSET {
    position: relative; 
    border: solid #B0AFA5 1px;
    border-left: 0px;
    background-color: #E8E7E5;
    text-align: left;
    margin-top: 9px;
    padding: 10px;
}

FIELDSET FIELDSET {
    border-left: solid #B0AFA5 1px;
}

LEGEND {
    position: absolute;
    color: #2D445E;
    font: bold 12px Arial;
    background-color: #FFFFFF;
    margin-top: -19px;
    margin-left: -10px;
    padding-right: 4px;
    padding-bottom: 2px;
}

/* This is specifically for IE7.  IE7 needs a different left margin for the correct label positioning.
    IE7 understands *margin, but other browsers don't */
LEGEND {
    *margin-left: -17px;
}

FIELDSET FIELDSET LEGEND {
    background-color: #E8E7E5;
}

.mainTable {
    width: 100%;
}

.displayField {
    border-top: 1px solid #969696;
    border-left: 1px solid #969696;
    border-right: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    color: #373736;
	height: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #E8E7E5;
}

.dateDisplayText {
    border-top: 1px solid #969696;
    border-left: 1px solid #969696;
    border-right: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    color: #373736;
    height: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #E8E7E5;
}

.numDisplayField {
    border-top: 1px solid #969696;
    border-left: 1px solid #969696;
    border-right: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    color: #373736;
    height: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #E8E7E5;
    text-align: right;
}

  
.numDisplayLinkField {
    border-top: 1px solid #969696;
    border-left: 1px solid #969696;
    border-right: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    color: #373736;
    height: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #E8E7E5;
    text-align:right;
    text-decoration: underline;
    cursor: pointer;
}


select {
    font: 12px Arial;
    color: #373736;
}

.modalFrame {
	position: absolute;
	width: 0px;
	height: 0px;
	border: 3px;
	visibility: visible;
	z-index: 99;
}

.modalTitle {
	position: absolute;
	width: 0px;
	height: 0px;
	visibility: hidden;
	z-index: 99;
}

.messageTitleBar {
	background-color: #3D5169;
	margin: 0px;
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}

.glassPane {
	position: absolute;
	visibility: hidden;
	opacity: 0.5;
	background: #555555;
	filter: alpha(opacity=50);
}

/**************dialog with white background********/
.msgTable {
	background-color: white;
}

/************** scrollable table ******************/
.scrollingTable {
    overflow: auto;
    border: 2px solid #525252;
    background-color: #FFFFFF;
}

.valueTable {
    background-color: #FFFFFF;
    width: 100%;
}

.valueTableWithBorder {
    background-color: #FFFFFF;
    width: 100%;
    border-left: 1px solid #525252;
    border-top: 1px solid #525252;
    border-right: 1px solid #525252;
}

.scrollingTableWithoutBorder {
    overflow: auto;
    border-left: 1px solid #525252;
    border-top: 1px solid #525252;
    border-right: 1px solid #525252;
    background-color: #FFFFFF;
}

.nonscrollingTable {
    border-left: 1px solid #525252;
    border-top: 1px solid #525252;
    border-right: 1px solid #525252;
}

.simpleTable {
    border-left: 1px solid #525252;
    border-top: 1px solid #525252;
    border-right: 1px solid #525252;
}

.headerCell {
    white-space: nowrap;
    background-color: #D6D5C9;
    color: #000000;
    border-right: 1px solid #525252;
    border-bottom: 1px solid #525252;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    height: 20px;
    text-align: center;
    font-weight: bold;
}

.headerCell:last-child {
    border-right-style: none;
}

.headerCellLast {
    white-space: nowrap;
    background-color: #D6D5C9;
    color: #000000;
    border-bottom: 1px solid #525252;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    height: 20px;
    text-align: center;
    font-weight: bold;
}

.headerCellSuper {
    white-space: nowrap;
    background-color: #85857F;
    color: #FFFFFF;
    border-bottom: 1px solid #525252;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    height: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 130%;
}

.rowHeaderCell {
    white-space: nowrap;
    background-color: #D6D5C9;
    color: #000000;
    border-right: 1px solid #525252;
    border-bottom: 1px solid #525252;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    height: 20px;
    font-weight: bold;
    text-align: left;
}

.rowHeaderCellLast {
    white-space: nowrap;
    background-color: #D6D5C9;
    color: #000000;
    border-bottom: 1px solid #525252;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    height: 20px;
    font-weight: bold;
    text-align: left;
}

.upperLeftCell {
    background-color: #D6D5C9;
    border-right: 1px solid #525252;
    border-bottom: 1px solid #525252;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    height: 20px;
}

.valueCell {
    white-space: nowrap;
    border-right: 1px solid #ABB3B6;
    border-bottom: 1px solid #8C8C8C;
    border-top: 1px solid #FFFFFF;
    height: 20px;
    background-image: url(../../images/grid_readonly-span.png);
    color: #373736;
}

.valueCell:last-child {
    border-right-style: none;
}

.valueCellLast {
    white-space: nowrap;
    border-bottom: 1px solid #8C8C8C;
    border-top: 1px solid #FFFFFF;
    height: 20px;
    background-image: url(../../images/grid_readonly-span.png);
    color: #373736;
}

.valueCellRed {
    white-space: nowrap;
    border-right: 1px solid #ABB3B6;
    border-bottom: 1px solid #8C8C8C;
    border-top: 1px solid #FFFFFF;
    height: 20px;
    background-image: url(../../images/grid_readonly-span.png);
    color: red;
}

.valueCellRed:last-child {
    border-right-style: none;
}

.valueCellRedLast {
    white-space: nowrap;
    border-bottom: 1px solid #8C8C8C;
    border-top: 1px solid #FFFFFF;
    height: 20px;
    background-image: url(../../images/grid_readonly-span.png);
    color: red;
}

.valueCellDisabled {
    white-space: nowrap;
    border-right: 1px solid #ABB3B6;
    border-bottom: 1px solid #8C8C8C;
    border-top: 1px solid #FFFFFF;
    height: 20px;
    background-image: url(../../images/grid_readonly-span.png);
    color: #373736;
}

.valueCellRedDisabled {
    white-space: nowrap;
    border-right: 1px solid #ABB3B6;
    border-bottom: 1px solid #8C8C8C;
    border-top: 1px solid #FFFFFF;
    height: 20px;
    background-image: url(../../images/grid_readonly-span.png);
    color: red;
}

.valueCellBlueDisabled {
    white-space: nowrap;
    border-right: 1px solid #ABB3B6;
    border-bottom: 1px solid #8C8C8C;
    border-top: 1px solid #FFFFFF;
    height: 20px;
    background-image: url(../../images/grid_readonly-span.png);
    color: blue;
}

.valueCellDisabledLastWithBorder {
    white-space: nowrap;
    border-right: 1px solid #ABB3B6;
    border-bottom: 1px solid #8C8C8C;
    border-top: 1px solid #FFFFFF;
    height: 20px;
    background-image: url(../../images/grid_readonly-span.png);
    color: #373736;
}

.valueCellDisabled:last-child {
    border-right-style: none;
}

.valueCellRedDisabled:last-child {
    border-right-style: none;
}

.valueCellBlueDisabled:last-child {
    border-right-style: none;
}

.valueCellDisabledLast {
    white-space: nowrap;
    border-bottom: 1px solid #8C8C8C;
    border-top: 1px solid #FFFFFF;
    height: 20px;
    background-image: url(../../images/grid_readonly-span.png);
    color: #373736;
}

.valueCellRedDisabledLast {
    white-space: nowrap;
    border-bottom: 1px solid #8C8C8C;
    border-top: 1px solid #FFFFFF;
    height: 20px;
    background-image: url(../../images/grid_readonly-span.png);
    color: red;
}

.valueCellBlueDisabledLast {
    white-space: nowrap;
    border-bottom: 1px solid #8C8C8C;
    border-top: 1px solid #FFFFFF;
    height: 20px;
    background-image: url(../../images/grid_readonly-span.png);
    color: blue;
}

.valueCellReadOnly {
    white-space: nowrap;
    border-right: 1px solid #ABB3B6;
    border-bottom: 1px solid #8C8C8C;
    border-top: 1px solid #FFFFFF;
    height: 20px;
    cursor: default;
    color: #373736;
}

.valueCellReadOnly:last-child {
    border-right-style: none;
}

.valueCellReadOnlyLast {
    white-space: nowrap;
    border-bottom: 1px solid #8C8C8C;
    border-top: 1px solid #FFFFFF;
    height: 20px;
    cursor: default;
    color: #373736;
}

.totalCell {
    white-space: nowrap;
    background-color: #D6D5C9;
    color: #000000;
    border-right: 1px solid #525252;
    border-bottom: 1px solid #525252;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    height: 20px;
    font-weight: bold;
    text-align: right;
}

.totalCellLast {
    white-space: nowrap;
    background-color: #D6D5C9;
    color: #000000;
    border-bottom: 1px solid #525252;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    height: 20px;
    font-weight: bold;
    text-align: right;
}

.valueCellHover {
    cursor: pointer;
    background: #DFF0FA;
}

.valueCellHighlight {
    background: #A4D4F0;
}

.tableButton {
    width: 30px;
    height: 20px;
    background-color: #D6D5C9;
    border-right: 1px solid #525252;
    border-bottom: 1px solid #525252;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    cursor: pointer;
    text-align: center;
    padding: 0px;
}

.tableButtonWithPlus {
    width: 30px;
    height: 20px;
    background-color: #D6D5C9;
    color: #000000;
    border-right: 1px solid #525252;
    border-bottom: 1px solid #525252;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    font-size: 12pt;
    cursor: pointer;
    text-align: center;
}

.notSelected {
	background-color: white;
	color: black;
}

.selected {
	background-color: blue;
	color: white;
}

.valueLink {
	text-decoration: underline;
	cursor: pointer;
}

/****************************************************************/
/**************** APPLICATION FIELD TYPES ***********************/
/****************************************************************/

.fieldLabel {
    color: #373736;
}

.fieldLabelRequired {
    color: #373736;
}

.fieldLabelRequiredStar {
    font: bold 18px Arial;
    color: #A80000;
}

.smallText {
	font-size: 85%;
}

/************** Edit Field ******************/
input.editField {
    border-top: 1px solid #969696;
    border-left: 1px solid #969696;
    border-right: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    color: #373736;
    height: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.fileField {
    color: #373736;
    background: #E8E7E5;
}

.dtStyleEdit {
    border-top: 1px solid #969696;
    border-left: 1px solid #969696;
    border-right: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    color: #373736;
    height: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
}

input.lookupFieldText {
    border-top: 1px solid #969696;
    border-left: 1px solid #969696;
    border-right: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    color: #373736;
    height: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.dateFieldText {
    border-top: 1px solid #969696;
    border-left: 1px solid #969696;
    border-right: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    color: #373736;
    height: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
}

input.editFieldInTable {
    border-top: 1px solid #969696;
    border-left: 1px solid #969696;
    border-right: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    color: #373736;
    height: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 3px;
    margin-right: 3px;
}

input.editFieldInTableStyle2 {
    border-top: 1px solid #969696;
    border-left: 1px solid #969696;
    border-right: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    color: #373736;
    height: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 3px;
    margin-right: 3px;
	width: 94%;
}

input.numEditField {
    text-align: right;
    border-top: 1px solid #969696;
    border-left: 1px solid #969696;
    border-right: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    color: #373736;
    height: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
}

input.numEditFieldInTable {
    text-align: right;
    border-top: 1px solid #969696;
    border-left: 1px solid #969696;
    border-right: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    color: #373736;
    height: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 3px;
    margin-right: 3px;
}

input.numDisplayFieldInTable {
    border: 0px;
    color: #373736;
    height: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #E8E7E5;
    text-align: right;
    margin-left: 3px;
    margin-right: 3px;
}
/************** Display Field ******************/
textarea {
    font: 12px Arial;
    border-top: 1px solid #969696;
    border-left: 1px solid #969696;
    border-right: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    color: #373736;
}

textarea.displayField {
    font: 12px Arial;
    border-top: 1px solid #969696;
    border-left: 1px solid #969696;
    border-right: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    color: #373736;
    background: #E8E7E5;
}

.lookupFieldButton {
    width: 21px;
    height: 21px;
    background-image: url(../../images/grid_lookup-default-transparent.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.lookupFieldButtonInTable {
    width: 20px;
    height: 20px;
    background-image: url(../../images/grid_lookup-default-transparent.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.lookupFieldButton:hover {
    background-image: url(../../images/grid_lookup-hover-transparent.png);
    background-repeat: no-repeat;
    background-position: center center;
}

input.displayFieldInTable {
    border: 0px;
    color: #373736;
    height: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #E8E7E5;
    margin-left: 3px;
    margin-right: 3px;
}

input.displayFieldInTableStyle2 {
    border: 0px;
    color: #373736;
    height: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #E8E7E5;
    margin-left: 3px;
    margin-right: 3px;
	width: 94%;
}

/************** Date Field ******************/
.dateFieldButton {
    width: 21px;
    height: 21px;
    background-image: url(../../images/grid_calendar-lookup-default.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.dateFieldButton:hover {
    background-image: url(../../images/grid_calendar-lookup-hover.png);
    background-repeat: no-repeat;
    background-position: center center;
}

/************** email Field ******************/
input.emailFieldText {
    text-decoration: underline;
    cursor: pointer;
    border-top: 1px solid #969696;
    border-left: 1px solid #969696;
    border-right: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    color: #008CBA;
    height: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
}

button.emailFieldButton {
    width: 21px;
    height: 21px;
    background-image: url(../../images/emailButton.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

/************** Push Button ***********/
.pushButton {
    text-align: center;
    font-size: 13px;
    color: #373736;
}

.pushButtonEnabled {
    text-align: center;
    font-size: 13px;
    color: #373736;
}

.pushButtonDisabled {
    text-align: center;
    font-size: 13px;
    color: #373736;
}

/************** Time Field ******************/
input.timeFieldHoursText {
	width: 20px;
	text-align: right;
    border-top: 1px solid #969696;
    border-left: 1px solid #969696;
	border-right: none;
    border-bottom: 1px solid #C1C1C1;
    color: #373736;
    height: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
}

input.timeFieldHoursTextDisplayField {
	width: 20px;
	text-align: right;
    border-top: 1px solid #969696;
    border-left: 1px solid #969696;
    border-right: none;
    border-bottom: 1px solid #C1C1C1;
    color: #373736;
    height: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #E8E7E5;
}

input.timeFieldSeparator {
	width: 5px;
	text-align: center;
    border-top: 1px solid #969696;
    border-left: none;
	border-right: none;
    border-bottom: 1px solid #C1C1C1;
    color: #373736;
    height: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
}

input.timeFieldSeparatorDisplayField {
	width: 5px;
	text-align: center;
    border-top: 1px solid #969696;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #C1C1C1;
    color: #373736;
    height: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #E8E7E5;
}

input.timeFieldMinutesText {
	width: 20px;
    border-top: 1px solid #969696;
    border-left: none;
    border-right: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    color: #373736;
    height: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
}

input.timeFieldMinutesTextDisplayField {
	width: 20px;
    border-top: 1px solid #969696;
    border-left: none;
    border-right: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    color: #373736;
    height: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #E8E7E5;
}

/******************* OLD tabs OLD ********************/
.tabImage {
	background-color: #CCCCCC;
	border-bottom: 1px solid;
	border-bottom-color: #999999;
}

.leftImg {
	width: 10px;
	height: 20px;
	background-image: url(../../images/leftTab.gif);
	background-color: #CCCCCC;
	border-top: 1px solid;
	border-top-color: #999999;
}

.rightImg {
	width: 10px;
	height: 20px;
	background-image: url(../../images/rightTab.gif);
	background-color: #CCCCCC;
	border-top: 1px solid;
	border-top-color: #999999;
}

.nearActive {
	border-bottom: 1px solid;
	border-bottom-color: #CCCCCC;
}

.last {
	background-color: #5998CB;
	border-top: 1px solid;
	border-top-color: #5998CB;
}

.tabPadding {
	width: 100%;
	background-color: #5998CB;
}

/********************* New Tab ***************/
.tabOuter {
    position: relative;
	overflow: auto;
    background-image: url(../../images/tab-group-bg_span.png);
}

.tabInner {
    height: 26px;
    line-height: 21px;
    font-size: 15px;
    background-image: url(../../images/tab-group-bg_span.png);
    cursor: default;
    text-align: left;
}

.tabBar {
    height: 26px;
    line-height: 21px;
    font-size: 15px;
    background-image: url(../../images/tab-group-bg_span.png);
    cursor: default;
    text-align: left;
}

.activeTabLeft {
    height: 21px;
    width: 12px;
    display: inline-block;
    background-image: url(../../images/tab-act_left.png);
}

.activeTabRight {
    height: 21px;
    width: 12px;
    display: inline-block;
    background-image: url(../../images/tab-act_right.png);
}

.tabtextActive {
    height: 21px;
    display: inline-block;
    vertical-align: top;
    color: #2D445E;
    background-image: url(../../images/tab-act_span.png);
}

.tabtextInactive {
    height: 21px;
    display: inline-block;
    vertical-align: top;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.tabtextDisabled {
    height: 21px;
    display: inline-block;
    vertical-align: top;
    color: #9CAAAE;
    padding-left: 10px;
    padding-right: 10px;
}

.tabSep {
    display: inline-block;
    width: 2px;
    height: 21px;
    background-image: url(../../images/tab-separator.png);
}

/********************* Progress bar ***************/
.progressBar {
	position: absolute;
	height: 20%;
	width: 1%;
	color: white;
	border: solid 1px;
	border-color: black;
	background-color: blue;
}

/**********************Comments Button ************/
.commentButton {
	width: 13px;
	height: 15px;
	background-color: white;
	background-image: url(../../images/Comments.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/**********************Approve Button ************/
div.button button span.approveButton {
	margin-top: -1px;
	width: 13px;
	height: 12px;
	background-color: white;
	background-image: url(../../images/Line_Approve_Approved.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/**********************Reject Button ************/
div.button button span.rejectButton {
	margin-top: -1px;
	width: 13px;
	height: 12px;
	background-color: white;
	background-image: url(../../images/Line_Approve_Rejected.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/**********************Pending Button ************/
div.button button span.pendingButton {
	margin-top: -1px;
	width: 13px;
	height: 12px;
	background-color: white;
	background-image: url(../../images/Line_Approve_Pending.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/**********************Increment Button ************/
div.incrButton {
	background-position: bottom left;
	width: 20px;
	height: 10px;
	background-repeat: no-repeat;
	background-image: url("../../images/ybuttonup.gif");
}

/**********************Increment Button Pressed ************/
div.incrButtonPressed {
	background-position: bottom left;
	width: 20px;
	height: 10px;
	background-repeat: no-repeat;
	background-image: url("../../images/ybuttonup2.gif");
}

/**********************Decrement Button ************/
div.decrButton {
	background-position: top left;
	width: 20px;
	height: 10px;
	background-repeat: no-repeat;
	background-image: url("../../images/ybuttondn.gif");
}

/**********************Decrement Button Pressed ************/
div.decrButtonPressed {
	background-position: top left;
	width: 20px;
	height: 10px;
	background-repeat: no-repeat;
	background-image: url("../../images/ybuttondn2.gif");
}

/********************** Navigation Path Folder Icons ************/
.closedFolderImg {
	width: 15px;
	height: 13px;
	background-image: url(../../images/closedFolder.gif);
	background-repeat: no-repeat;
}

.openAttachedFolderImg {
	width: 31px;
	height: 14px;
	background-image: url(../../images/openAttachedFolder.gif);
	background-repeat: no-repeat;
}

.closedAttachedFolderImg {
	width: 30px;
	height: 14px;
	background-image: url(../../images/closedAttachedFolder.gif);
	background-repeat: no-repeat;
}

.approveButton {
	margin-top: -1px;
	width: 13px;
	height: 12px;
	background-color: white;
	background-image: url(../../images/Line_Approve_Approved.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.rejectButton {
	margin-top: -1px;
	width: 13px;
	height: 12px;
	background-color: white;
	background-image: url(../../images/Line_Approve_Rejected.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.pendingButton {
	margin-top: -1px;
	width: 13px;
	height: 12px;
	background-color: white;
	background-image: url(../../images/Line_Approve_Pending.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/********************* General Link ***************/
.folderLinkActive {
    cursor: pointer;
    color: #373736;
    text-decoration: underline;
}

.folderLinkActive:hover {
    text-decoration: underline;
}

.generalLinkActive {
    display: inline-block;
    height: 16px;
    cursor: pointer;
    color: #373736;
    border: 1px solid #718086;
    padding-top: 1px;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 3px;
    margin-right: 4px;
    background-image: url(../../images/grid-action_button_span-default.png);
}

.generalLinkActive:hover {
    color: #FFFFFF;
    border: 1px solid #5D95B1;
    background-image: url(../../images/grid-action_button_span-hover.png);
}

.generalLinkActive:active {
    color: #002C3A;
    border: 1px solid #5D95B1;
    background-image: url(../../images/grid-action_button_span-active.png);
}

.generalLinkPassive {
    display: inline-block;
    height: 16px;
    cursor: default;
    color: #CCCCCC;
    border: 1px solid #C9C9C9;
    padding-top: 1px;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 3px;
    margin-right: 4px;
    background-image: url(../../images/grid-action_button_span-disabled.png);
}

/*********************Header links within a table **************/
.generalTableLinkActive {
	cursor: pointer;
	text-decoration: underline;
}

.generalTableLinkActive:hover {
	text-decoration: underline;
}

.topBottomText {
    position: relative;
    color: #373736;
    font-size:13px;
    font-family: Arial;     
}
