﻿/*** CSS Reset from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ ************************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
/* remember to define focus styles! */
:focus
{
	outline: 0;
}
body
{
	line-height: 1;
	color: black;
	background: white;
}
ol, ul
{
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td
{
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: "";
}
blockquote, q
{
	quotes: "" "";
}
iframe
{
	border-style: none;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}

/*** Application defaults ************************************************************************/

/*
Mustard (body background) = #ECDEBD
Light mustard (editable grid columns) = #FAF7EF
Dark grey (selected tab, text) = #897F74
Light grey (unselected tabs, buttons) = #A19589
Text = #6F665E
*/

/* link defaults */
a:link
{
	color: #897F74;
	text-decoration: none;
	font-weight: bold;
}
a:visited
{
	color: #897F74;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: #897F74;
	text-decoration: underline;
	font-weight: bold;
}
a:active
{
	color: #897F74;
	text-decoration: none;
	font-weight: bold;
}


body
{
	color: #6F665E;
	background-color: #FFFFFF;
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 1px 0px 1px 0px;
}
input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 20px;
	margin: 0px;
	padding: 0px 0px 0px 2px;
}
textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 62px;
	margin: 0px;
}


/*** Application classes ************************************************************************/

/* styles applied to label with the class "cls_MarqueeTitle" */
.cls_MarqueeTitle
{
	font-size: 14pt;
	font-style: italic;
}

/* styles applied to label with the class "cls_lbl_Error" */
.cls_lbl_Error
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF0000;
	position: relative;
	top: 1px;
}

/* styles applied to div with the class "cls_div_SubmitButton" */
.cls_div_SubmitButton
{
	background-color: #A19589;
	color: #FFFFFF;
	width: 167px;
	height: 32px;
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	text-align: center; /* border-radius: 5px; */
	cursor: pointer;
	border-radius: 6px / 6px;
}
.cls_div_SubmitButton:hover
{
	background-color: #897F74;
}

/* styles applied to div with the class "cls_lbl_SubmitButton" */
.cls_lbl_SubmitButton
{
	background-color: #A19589;
	color: #FFFFFF;
	width: 167px;
	height: 32px;
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	text-align: center; /* border-radius: 5px; */
	cursor: pointer;
	border-radius: 6px / 6px;
	display: inline-block;
}
.cls_lbl_SubmitButton:hover
{
	background-color: #897F74;
}

/* styles applied to div with the id "div_FileUploadIframeMain" */
#div_FileUploadIframeMain
{
	width: 167px;
	height: 32px;
	overflow: hidden;
	position: relative;
}

/* styles applied to div with the class "cls_FileUpload" */
.cls_FileUpload
{
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	position: absolute;
	z-index: 0;
	visibility: visible;
}

/* cls_span_12pt */
.cls_span_12pt
{
	font-size: 4pt;
	font-weight: normal;
	line-height: 12px;
}

/* title of each paragraph */
.cls_ParaTitle
{
	font-weight: bold;
	color: #6F665E;
	text-decoration: none;
	vertical-align: bottom;
}

/* table containing registration controls */
.cls_table_DataEntry
{
	border: none;
}
.cls_table_DataEntry td
{
	vertical-align: top;
	text-align: left;
	height: 26px;
}

/* styles applied to table used to display sub-Events on Regisation form */
#cls_table_DataEntrySubEvents
{
	border-style: solid;
	border-width: medium;
	border-color: inherit;
	table-layout: fixed;
}
.cls_table_DataEntrySubEvents th
{
	margin: 0px;
	padding: 4px;
	vertical-align: top;
	text-align: left;
	background-color: #A19589;
	color: #FFFFFF;
}
.cls_table_DataEntrySubEvents td
{
	margin: 0px;
	padding: 8px 8px 0px 8px;
	vertical-align: top;
	text-align: left;
}


/* styles applied to table with the id "cls_table_WallOfTiles" */
.cls_table_WallOfTiles
{
	border: 0px solid #897F74; /* padding: 8px 8px 8px 8px; */
	background-color: #FFFFFF;
	empty-cells: show;
	table-layout: fixed;
}

/* styles applied to div with the class "cls_td_WallBorderV" */
.cls_td_WallBorderV
{
	width: 12px;
}

/* styles applied to div with the class "cls_td_WallBorderH" */
.cls_td_WallBorderH
{
	height: 12px;
	table-layout: fixed;
}

/* styles applied to div with the class "cls_td_WallTile" */
.cls_td_WallTile
{
	background-image: url(images/tile_background_226.png);
	background-color: #FFFFFF;
	width: 226px;
	height: 226px;
	font-family: Garamond;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

/* styles applied to div with the class "cls_div_WallTileContent" */
.cls_div_WallTileContent
{
	margin: 0px 16px 0px 16px;
	text-align: center;
	top: 55px;
	height: 171px; /* 226 - 55 */
	width: 194px; /* 226 - 32 */
	position: relative;
	overflow: hidden;
}

.cls_span_WallTileContentTitle
{
	font-size: 12pt;
	font-weight: normal;
}

.cls_div_WallTileContentAuthor
{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-align: right;
}

/*** Application Ids ************************************************************************/

/* styles applied to div with the id "div_center" */
#div_center
{
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 970px;
}

/* styles applied to main table and its rows and data */
#table_Main
{
	background-color: #FFFFFF;
	width: 970px;
	padding: 0px;
	margin: 0px;
	border-style: solid;
	border-width: 0px;
	border-color: #FF0000;
	border-spacing: 0px;
	empty-cells: show;
	font-family: Garamond, Arial, Helvetica, sans-serif;
}
#tr_Banner
{
	height: 113px;
}
#td_Banner
{
	background-position: 0px 0px;
	background-image: url(images/banner_background.png);
	background-repeat: no-repeat;
}
#td_EventDescription
{
	padding: 20px 16px 20px 16px;
}
#tr_TabButtons
{
	/* height: 68px; CGC: Banner removed */
	height: 36px;
	background-color: #FFFFFF;
}
#tr_TabContent_RegisterToAttend
{
	padding: 20px 16px 20px 16px;
	height: 1030px;
}
#td_TabContent_RegisterToAttend
{
	padding: 20px 16px 20px 16px;
}
#tr_TabContent_AddATribute
{
	padding: 20px 16px 20px 16px;
	height: 1030px;
}
#td_TabContent_AddATribute
{
	padding: 20px 16px 20px 16px;
}
#tr_TabContent_ViewAllTributes
{
	padding: 20px 16px 20px 16px;
	height: 1030px;
}
#td_TabContent_ViewAllTributes
{
	padding: 20px 16px 20px 16px;
}

/* styles applied to marquee with the id "marquee_Tributes" */
#marquee_Tributes
{
	color: #6F665E;
	text-align: right;
	width: 311px;
	height: 113px;
	top: 0px;
	left: 650px;
	position: relative;
}

/* styles applied to div with the id "div_TabButtons" */
#div_TabButtons
{
	/* background-color: #ECDEBD; CGC: Banner removed */
	background-color: #FFFFFF;
	width: 970px;
	/* height: 64px; CGC: Banner removed */
	height: 32px;
	position: absolute;
}

/* styles applied to div with the id "div_TabButtonRegisterToAttend" */
#div_TabButtonRegisterToAttend
{
	background-color: #897F74;
	color: #FFFFFF;
	width: 167px;
	height: 32px;
	left: 0px;
	/* top: 32px; CGC: Banner removed */
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	position: absolute;
	cursor: pointer;
}

/* styles applied to div with the id "div_TabButtonAddATribute" */
#div_TabButtonAddATribute
{
	background-color: #A19589;
	color: #FFFFFF;
	width: 167px;
	height: 32px;
	left: 170px;
	/* top: 32px; CGC: Banner removed */
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	position: absolute; /* border-radius: 5px; */
	cursor: pointer;
}

/* styles applied to div with the id "div_TabButtonViewAllTributes" */
#div_TabButtonViewAllTributes
{
	background-color: #A19589;
	color: #FFFFFF;
	width: 167px;
	height: 32px;
	left: 340px;
	/* top: 32px; CGC: Banner removed */
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	position: absolute; /* border-radius: 5px; */
	cursor: pointer;
}

/* styles applied to div with the id "div_TabButtonFiller" */
#div_TabButtonFiller
{
	background-color: #A19589;
	width: 330px;
	height: 32px;
	left: 510px;
	/* top: 32px; CGC: Banner removed */
	position: absolute; /* border-radius: 5px; */
}

/* styles applied to div with the id "div_TabButtonTellAFriend" */
#div_TabButtonTellAFriend
{
	background-color: #A19589;
	color: #FFFFFF;
	width: 130px;
	height: 32px;
	left: 840px;
	/* top: 32px; CGC: Banner removed */
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	text-align: right;
	text-align: center;
	position: absolute;
	cursor: pointer;
}

/* styles applied to div with the id "div_SelectedPhoto" */
#div_SelectedPhoto
{
	border-width: 1px;
	border-style: solid;
	width: 180px;
	height: 180px;
	position: relative;
	background-repeat: no-repeat;
}

/* styles applied to img with the id "img_ProgressSelectedPhoto" */
#img_ProgressSelectedPhoto
{
	border-style: none;
	width: 32px;
	height: 32px;
	visibility: hidden;
	top: 50%;
	left: 50%;
	position: relative;
	z-index: 5000;
	margin-top: -16px;
	margin-left: -16px;
}

/* div used to disable user input into the page */
#div_DisablePage
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
	cursor: wait;
}

/* styles applied to img with the id "img_ProgressDisablePage" */
#img_ProgressDisablePage
{
	border-style: none;
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	position: relative;
	z-index: 5000;
	margin-top: -16px;
	margin-left: -16px;
}

/* styles applied to divs used to display User Login */
#div_UserLoginShade
{
	background-color: #ECDEBD;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	filter: alpha(opacity=60);
	opacity: 0.60;
}
#div_UserLoginPopup
{
	border: 4px solid #A19589;
	position: fixed;
	width: 304px;
	height: 180px;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -150px;
	z-index: 101;
	background-repeat: no-repeat;
	overflow: hidden;
	filter: alpha(opacity=100);
	opacity: 1.0;
	background-color: #FFFFFF;
	color: #897F74;
}
#div_UserLoginPopupTitle
{
	background-color: #A19589;
	color: #FFFFFF;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 28px;
	font-weight: bold;
	line-height: 27px;
}

/* styles applied to divs used to display popup tribute */
#div_TributePopupShade
{
	background-color: #ECDEBD;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	filter: alpha(opacity=60);
	opacity: 0.60;
}
#div_TributePopup
{
	border: 16px solid #A19589;
	background-image: url(images/tile_background_600.jpg);
	position: fixed;
	width: 600px;
	height: 600px;
	top: -2000px; /* make sure it does not appear on screen when page first opens */
	left: 50%;
	margin: -316px 0 0 -316px;
	z-index: 101;
	background-repeat: no-repeat;
	overflow: hidden;
}

/* styles applied to div used to display popup tribute preview */
#div_TributePreviewPopup
{
	border: 16px solid #A19589;
	position: fixed;
	width: 226px;
	height: 226px;
	top: -2000px; /* make sure it does not appear on screen when page first opens */
	left: 50%;
	margin: -316px 0 0 195px;
	z-index: 102;
	overflow: hidden;
}

/* styles applied to div used to display instructions for popup tribute preview */
#div_TributePreviewInstructionsPopup
{
	position: fixed;
	width: 258px;
	height: 212px;
	top: -2000px; /* make sure it does not appear on screen when page first opens */
	left: 50%;
	margin: 104px 0 0 195px;
	z-index: 102;
	overflow: visible;
	text-align: justify;
	color: #6F665E;
}

/* styles applied to div with the Id "#div_TributePopupCloseButton" */
#div_TributePopupCloseButton
{
	background-color: #A19589;
	color: #FFFFFF;
	width: 40px;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 900;
	line-height: 23px;
	text-align: center; /* border-radius: 5px; */
	cursor: pointer;
	position: relative;
	left: 558px;
	z-index: 103;
	top: 2px;
}
#div_TributePopupCloseButton:hover
{
	background-color: #897F74;
}

/* styles applied to div with the Id "#div_TributePopupCloseButtonDummy" */
#div_TributePopupCloseButtonDummy
{
	width: 40px;
	height: 24px;
	position: relative;
	top: 2px;
	visibility: hidden;
}

/* styles applied to table used to display Name portion of popup tribute */
#table_TributePopupName
{
	width: 520px;
	empty-cells: show;
	left: 40px;
	position: relative;
	border: 0px solid #00FF00;
	table-layout: fixed;
}
#tr_TributePopupNameTop
{
	width: 520px;
	height: 94px;
	border: 0px solid #00FF00;
}
#td_TributePopupNameTop
{
	width: 520px;
	text-align: right;
	border: 0px solid #00FF00;
}
#tr_TributePopupNameMiddle
{
	width: 520px;
}
#td_TributePopupNameMiddle
{
	font-family: Garamond;
	font-weight: normal;
	font-size: 52px;
	font-style: italic;
	color: #000000;
	width: 520px;
	text-align: center;
	line-height: 60px;
	border: 0px solid #00FF00;
}
#tr_TributePopupNameBottom
{
	width: 520px;
	height: 48px;
}

/* styles applied to table used to display Message portion of popup tribute */
#table_TributePopupMessage
{
	width: 520px;
	empty-cells: show;
	left: 40px;
	position: relative;
	border: 0px solid #0000FF;
}
#tr_TributePopupMessage
{
	width: 520px;
}
#td_TributePopupMessageLeft
{
	width: 180px;
	height: 180px;
	border: 0px solid #0000FF;
}
#td_TributePopupMessageMiddle
{
	width: 16px;
	border: 0px solid #0000FF;
}
#td_TributePopupMessageRight
{
	font-family: Garamond;
	font-weight: normal;
	font-size: 28px;
	font-style: italic;
	color: #000000;
	width: 324px;
	text-align: left;
	line-height: 24px;
	border: 0px solid #0000FF;
}
#div_TributePopupMessageAuthor
{
	font-size: 28px;
	font-weight: normal;
	font-style: normal;
	text-align: right;
}




/* styles applied to div with the id "div_ManageData" */
#div_ManageData
{
	background-color: #FFFFFF;
	color: #6F665E;
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	line-height: 20px;
	padding: 16px;
}

/* styles applied to table used to display buttons used to manage Tributes */
#table_ManageDataButtons
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	empty-cells: show;
	background-color: #ECDEBD;
}
#table_ManageDataButtons tr
{
	width: 100%;
}
/* styles applied to div with the id "div_ManageDataButtonViewAllTributes" */
#div_ManageDataButtonViewAllTributes
{
	border-width: 0px 3px 0px 0px;
	border-color: #ECDEBD;
	border-right-style: solid;
	background-color: #A19589;
	color: #FFFFFF;
	width: 170px;
	height: 32px;
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
}
/* styles applied to div with the id "div_ManageDataButtonViewActiveTributes" */
#div_ManageDataButtonViewActiveTributes
{
	border-width: 0px 3px 0px 0px;
	border-color: #ECDEBD;
	border-right-style: solid;
	background-color: #A19589;
	color: #FFFFFF;
	width: 170px;
	height: 32px;
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
}
/* styles applied to div with the id "div_ManageDataButtonViewInactiveTributes" */
#div_ManageDataButtonViewInactiveTributes
{
	border-width: 0px 3px 0px 0px;
	border-color: #ECDEBD;
	border-right-style: solid;
	background-color: #A19589;
	color: #FFFFFF;
	width: 170px;
	height: 32px;
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
}
/* styles applied to div with the id "div_ManageDataButtonViewNewTributes" */
#div_ManageDataButtonViewNewTributes
{
	border-width: 0px 3px 0px 0px;
	border-color: #ECDEBD;
	border-right-style: solid;
	background-color: #A19589;
	color: #FFFFFF;
	width: 170px;
	height: 32px;
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
}
/* styles applied to div with the id "div_ManageDataButtonSaveEdits" */
#div_ManageDataButtonSaveEdits
{
	border-width: 0px 3px 0px 0px;
	border-color: #ECDEBD;
	border-right-style: solid;
	background-color: #A19589;
	color: #FFFFFF;
	width: 170px;
	height: 32px;
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
}
/* styles applied to div with the id "div_ManageDataButtonCancelEdits" */
#div_ManageDataButtonCancelEdits
{
	border-width: 0px 3px 0px 0px;
	border-color: #ECDEBD;
	border-right-style: solid;
	background-color: #A19589;
	color: #FFFFFF;
	width: 170px;
	height: 32px;
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
}
/* styles applied to div with the id "div_ManageDataButtonFiller" */
#div_ManageDataButtonFiller
{
	background-color: #A19589;
	color: #FFFFFF;
	width: 100%;
	height: 32px;
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	text-align: right;
}

/* styles applied to grid headers*/
#div_GridTableHeaders
{
	border-style: solid solid none solid;
	border-width: 1px;
	border-color: #897F74;
	background-color: #A19589;
	color: #FFFFFF;
	position: relative;
	top: 16px;
	left: 0px;
	width: 100%;
	height: 24px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#div_GridColumnHeader_Id
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 40px;
	overflow: hidden;
	padding-left: 3px;
	padding-top: 3px;
}
#div_GridColumnHeader_YourName
{
	position: absolute;
	top: 0px;
	left: 40px;
	height: 20px;
	width: 160px;
	overflow: hidden;
	padding-left: 3px;
	padding-top: 3px;
}
#div_GridColumnHeader_YourEmail
{
	position: absolute;
	top: 0px;
	left: 200px;
	height: 20px;
	width: 200px;
	overflow: hidden;
	padding-left: 3px;
	padding-top: 3px;
}
#div_GridColumnHeader_LovedOne
{
	position: absolute;
	top: 0px;
	left: 400px;
	height: 20px;
	width: 160px;
	overflow: hidden;
	padding-left: 3px;
	padding-top: 3px;
}
#div_GridColumnHeader_TextToAppear
{
	position: absolute;
	top: 0px;
	left: 560px;
	height: 20px;
	width: 230px;
	overflow: hidden;
	padding-left: 3px;
	padding-top: 3px;
}
#div_GridColumnHeader_YourTribute
{
	position: absolute;
	top: 0px;
	left: 790px;
	height: 20px;
	width: 300px;
	overflow: hidden;
	padding-left: 3px;
	padding-top: 3px;
}
#div_GridColumnHeader_Photo
{
	position: absolute;
	top: 0px;
	left: 1090px;
	height: 20px;
	width: 180px;
	overflow: hidden;
	padding-left: 3px;
	padding-top: 3px;
}
#div_GridColumnHeader_Submitted
{
	position: absolute;
	top: 0px;
	left: 1270px;
	height: 20px;
	width: 90px;
	overflow: hidden;
	padding-left: 3px;
	padding-top: 3px;
}
#div_GridColumnHeader_Active
{
	position: absolute;
	top: 0px;
	left: 1360px;
	height: 20px;
	width: 60px;
	overflow: hidden;
	padding-left: 3px;
	padding-top: 3px;
}
#div_GridColumnHeader_Comments
{
	position: absolute;
	top: 0px;
	left: 1420px;
	height: 20px;
	width: 200px;
	overflow: hidden;
	padding-left: 3px;
	padding-top: 3px;
}

/* styles applied to grid */
#div_GridTableWrapper
{
	border: 1px solid #897F74;
	position: relative;
	top: 16px;
	width: 100%;
	height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#table_ManageTributes
{
	width: 100%;
	color: #000000;
}
.td_GridCellReadOnly
{
	border-style: none solid solid none;
	background-color: #FAF7EF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #897F74;
	border-bottom-color: #897F74;
	padding-left: 2px;
}
.td_GridCellEdit
{
	border-style: none solid solid none;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #897F74;
	border-bottom-color: #897F74;
	padding-top: 1px;
}

