﻿/* POST SIGNAGE HOOKUP STYLES */
.PostSignageHookup
{
	width: 510px;
	margin: 15px;
}
.PostSignageHookupHeading
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	padding-right: 8px;
}
.PostSignageHookupLabel
{
	font-family: Arial;
	font-size: 11px;
	padding-right: 8px;
	padding-top: 10px;
}
.PostSignageHookupDropDown
{
	font-family: Arial;
	font-size: 11px;
	padding-right: 8px;
	padding-top: 10px;
	width: 200px;
}

.comboBox
{
	border: 1px solid #CECECE;
	width: 200px;
}

.comboBoxHover
{
	border: 1px solid #CECECE;
	width: 200px;
}

.comboDropDown
{
	border: 1px solid #CECECE;
	background-color: white;
	padding-right: 0px;
	width: 200px;
	cursor: default;
}

.comboTextBox
{
	border: 0px;
	padding-left: 2px;
	padding-right: 2px;
}

.comboItem
{
	font-family: Arial;
	font-size: 11px;
	padding: 3px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
}

.comboItemHover
{
	background-color: #B2B4BF;
	background-image: url(../images/combobox/comboItemBg.gif);
	font-family: Arial;
	font-size: 11px;
	border: 1px solid #DBCE99;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
}
/* END POST SIGNAGE HOOKUP STYLES */

/* POST SIGNAGE LOOKUP STYLES */
.PostSignageLookup
{
	width: 510px;
	margin-bottom: 50px;
	border-top: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
}
.PostSignageLookupHeading
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #3E8916;
	padding: 5px;
}
.tdPrevious
{
	padding-left: 12px;
	width: 80px;
}
.tdMultiPage
{
	width: 350px;
}
.tdNext
{
	padding-right: 12px;
	width: 80px;
}
.NextPrevButton
{
	color: #424242;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
.NextPrevButton:Hover
{
	color: #3E8916;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}
.ChangeSize
{
	color: #424242;
	font-size: 12px;
	text-decoration: none;
}
.ChangeSize:Hover
{
	color: #424242;
	font-size: 12px;
	text-decoration: underline;
}
.PostSignageLookupPaging
{
	padding-bottom: 10px;
	font-family: Arial;
	font-size: 12px;
	color: #1E562D;
}
.PostSignageLookupPagingCurrentPage
{
	font-weight: bold;
	text-decoration: underline;
}
.PostSignageLookupPagingTotalPages
{
	font-weight: bold;
}
/* END POST SIGNAGE LOOKUP STYLES */

/* SUPPLIER TERMS STYLES */

/* Normal */
.PaymentMethodHeadingTableNormal
{
	color: #333333;
	font-family: Arial;
	font-size: 11px;
	margin-top: 4px;
	padding-left: 15px;
	padding-right: 10px;
	width: 690px;
	border: 1px solid #CECECE;
}
.PaymentMethodHeadingTextNormal
{
	font-family: Arial;
	font-weight: bold;
	color: #424242;
	font-size: 14px;
	padding-left: 9px;
	padding-top: 10px;
}
.STAC_TableNormal
{
	color: #333333;
	font-family: Arial;
	font-size: 11px;
	height: 40px;
	padding-left: 15px;
	padding-bottom: 13px;
	padding-right: 10px;
	width: 690px;
	border-left: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
}
.STAC_HeadingNormal
{
	font-family: Arial;
	font-weight: bold;
	color: #424242;
	font-size: 12px;
	padding-left: 9px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.STAC_BoldTextNormal
{
	font-family: Arial;
	color: #000000;
	font-size: 11px;
	padding-left: 9px;
	padding-bottom: 0px;
	font-weight: bold;
}
.STAC_BodyTextNormal
{
	font-family: Arial;
	color: #286526;
	font-size: 11px;
	padding-left: 9px;
	padding-bottom: 13px;
}
/* End Normal */

/* Green */
.PaymentMethodHeadingTableGreen
{
	color: #333333;
	font-family: Arial;
	font-size: 11px;
	margin-top: 4px;
	padding-left: 15px;
	padding-right: 10px;
	width: 690px;
	background-color: #ccffcc;
	border: 1px solid #CECECE;
}
.PaymentMethodHeadingTextGreen
{
	font-family: Arial;
	font-weight: bold;
	color: #008000;
	font-size: 14px;
	padding-left: 9px;
	padding-top: 10px;
}
.STAC_TableGreen
{
	color: #333333;
	font-family: Arial;
	font-size: 11px;
	height: 40px;
	padding-left: 15px;
	padding-bottom: 13px;
	padding-right: 10px;
	width: 690px;
	border-left: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	background-color: #ccffcc;
}
.STAC_HeadingGreen
{
	font-family: Arial;
	font-weight: bold;
	color: #008000;
	font-size: 12px;
	padding-left: 9px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.STAC_BoldTextGreen
{
	font-family: Arial;
	color: #008000;
	font-size: 11px;
	padding-left: 9px;
	padding-bottom: 0px;
	font-weight: bold;
}
.STAC_BodyTextGreen
{
	font-family: Arial;
	color: #008000;
	font-size: 11px;
	padding-left: 9px;
	padding-bottom: 13px;
}
/* End Green */

/* Blue */
.PaymentMethodHeadingTableBlue
{
	color: #333333;
	font-family: Arial;
	font-size: 11px;
	margin-top: 4px;
	padding-left: 15px;
	padding-right: 10px;
	width: 690px;
	background-color: #ccffff;
	border: 1px solid #CECECE;
}
.PaymentMethodHeadingTextBlue
{
	font-family: Arial;
	font-weight: bold;
	color: #0000ff;
	font-size: 14px;
	padding-left: 9px;
	padding-top: 10px;
}
.STAC_TableBlue
{
	color: #333333;
	font-family: Arial;
	font-size: 11px;
	height: 40px;
	padding-left: 15px;
	padding-bottom: 13px;
	padding-right: 10px;
	width: 690px;
	border-left: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	background-color: #ccffff;
}
.STAC_HeadingBlue
{
	font-family: Arial;
	font-weight: bold;
	color: #0000ff;
	font-size: 12px;
	padding-left: 9px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.STAC_BoldTextBlue
{
	font-family: Arial;
	color: #0000ff;
	font-size: 11px;
	padding-left: 9px;
	padding-bottom: 0px;
	font-weight: bold;
}
.STAC_BodyTextBlue
{
	font-family: Arial;
	color: #0000ff;
	font-size: 11px;
	padding-left: 9px;
	padding-bottom: 13px;
}
/* End Blue */

/* Grey */
.AdvertTableGrey
{
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	height: 40px;
	padding-left: 15px;
	padding-bottom: 13px;
	padding-right: 10px;
	width: 690px;
	border: 1px solid #CECECE;
	background-color: #ebebeb;
	margin-top: 4px;
}
.AdvertHeadingGrey
{
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	padding-left: 9px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.AdvertBoldTextGrey
{
	font-family: Arial;
	color: #000000;
	font-size: 11px;
	padding-left: 9px;
	padding-bottom: 0px;
	font-weight: bold;
}
.AdvertBodyTextGrey
{
	font-family: Arial;
	color: #000000;
	font-size: 11px;
	padding-left: 9px;
	padding-bottom: 13px;
}
/* End Grey */

/* END SUPPLIER TERMS STYLES */

/* SUPPLIER TERMS PDF STYLES */

/* Normal */
.PaymentMethodHeadingTableNormalPDF
{
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	margin-top: 4px;
	padding-left: 15px;
	padding-right: 10px;
	width: 825px;
	border: 1px solid #CECECE;
}
.PaymentMethodHeadingTextNormalPDF
{
	font-family: Arial;
	font-weight: bold;
	color: #424242;
	font-size: 15px;
	padding-left: 9px;
	padding-top: 10px;
}
.STAC_TableNormalPDF
{
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	margin-top: 4px;
	height: 40px;
	padding-left: 15px;
	padding-bottom: 13px;
	padding-right: 10px;
	width: 825px;
	border-left: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
}
.STAC_HeadingNormalPDF
{
	font-family: Arial;
	font-weight: bold;
	color: #424242;
	font-size: 14px;
	padding-left: 9px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.STAC_BoldTextNormalPDF
{
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	padding-left: 9px;
	padding-bottom: 0px;
	font-weight: bold;
}
.STAC_BodyTextNormalPDF
{
	font-family: Arial;
	color: #286526;
	font-size: 12px;
	padding-left: 9px;
	padding-bottom: 13px;
}
/* End Normal */

/* Green */
.PaymentMethodHeadingTableGreenPDF
{
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	margin-top: 4px;
	padding-left: 15px;
	padding-right: 10px;
	width: 825px;
	background-color: #ccffcc;
	border: 1px solid #CECECE;
}
.PaymentMethodHeadingTextGreenPDF
{
	font-family: Arial;
	font-weight: bold;
	color: #008000;
	font-size: 15px;
	padding-left: 9px;
	padding-top: 10px;
}
.STAC_TableGreenPDF
{
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	height: 40px;
	padding-left: 15px;
	padding-bottom: 13px;
	padding-right: 10px;
	width: 825px;
	border-left: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	background-color: #ccffcc;
}
.STAC_HeadingGreenPDF
{
	font-family: Arial;
	font-weight: bold;
	color: #008000;
	font-size: 14px;
	padding-left: 9px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.STAC_BoldTextGreenPDF
{
	font-family: Arial;
	color: #008000;
	font-size: 12px;
	padding-left: 9px;
	padding-bottom: 0px;
	font-weight: bold;
}
.STAC_BodyTextGreenPDF
{
	font-family: Arial;
	color: #008000;
	font-size: 12px;
	padding-left: 9px;
	padding-bottom: 13px;
}
/* End Green */

/* Blue */
.PaymentMethodHeadingTableBluePDF
{
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	margin-top: 4px;
	padding-left: 15px;
	padding-right: 10px;
	width: 825px;
	background-color: #ccffff;
	border: 1px solid #CECECE;
}
.PaymentMethodHeadingTextBluePDF
{
	font-family: Arial;
	font-weight: bold;
	color: #0000ff;
	font-size: 15px;
	padding-left: 9px;
	padding-top: 10px;
}
.STAC_TableBluePDF
{
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	height: 40px;
	padding-left: 15px;
	padding-bottom: 13px;
	padding-right: 10px;
	width: 825px;
	border-left: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	background-color: #ccffff;
}
.STAC_HeadingBluePDF
{
	font-family: Arial;
	font-weight: bold;
	color: #0000ff;
	font-size: 14px;
	padding-left: 9px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.STAC_BoldTextBluePDF
{
	font-family: Arial;
	color: #0000ff;
	font-size: 12px;
	padding-left: 9px;
	padding-bottom: 0px;
	font-weight: bold;
}
.STAC_BodyTextBluePDF
{
	font-family: Arial;
	color: #0000ff;
	font-size: 12px;
	padding-left: 9px;
	padding-bottom: 13px;
}
/* End Blue */

/* Grey */
.AdvertTableGreyPDF
{
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	height: 40px;
	padding-left: 15px;
	padding-bottom: 13px;
	padding-right: 10px;
	width: 825px;
	border: 1px solid #CECECE;
	background-color: #ebebeb;
	margin-top: 4px;
}
.AdvertHeadingGreyPDF
{
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	padding-left: 9px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.AdvertBoldTextGreyPDF
{
	font-family: Arial;
	color: #000000;
	font-size: 11px;
	padding-left: 9px;
	padding-bottom: 0px;
	font-weight: bold;
}
.AdvertBodyTextGreyPDF
{
	font-family: Arial;
	color: #000000;
	font-size: 11px;
	padding-left: 9px;
	padding-bottom: 13px;
}
/* End Grey */

/* END SUPPLIER TERMS PDF STYLES */

.downloadPDF
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}
.downloadPDF:Hover
{
	color: #3E8916;
}

.tabNormal
{
	height: 30px;
	background-image: url(../images/tab_normal.gif );
	background-repeat: repeat-x;
	cursor: pointer;
}
.tabNormalLeft
{
	width: 14px;
	height: 30px;
	background-image: url(../images/tab_normal_left.gif );
	background-repeat: no-repeat;
	cursor: pointer;
}
.tabNormalRight
{
	width: 14px;
	height: 30px;
	background-image: url(../images/tab_normal_right.gif );
	background-repeat: no-repeat;
	cursor: pointer;
}




/* CSS Document */
.buttonPopupCalendar
{
	width: 27px;
	height: 17px;
	padding: 0px;
	border-style: none;
	background-repeat: no-repeat;
	background-image: url(../images/APPTS.ICO);
	background-color: Transparent;
	cursor: hand;
}

.rowhover
{
	background-color: #51AA1A;
}
.read
{
	background-color: #FFFFFF;
}
.unread
{
	background-color: #C9DEBE;
}
.soldout
{
	background-color:#ff9797;
}

.body
{
	margin: 0px;
}

.back
{
	table-layout: fixed;
	margin: 0px;
	width: 100%;
	height: 100%;
}

.frame
{
	width: 994px;
	padding: 0 0 0 0;
}

.mainframe
{
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

.space15
{
	height: 15px;
}

.menubar
{
	height: 82px;
	background-image: url(../images/toprep.jpg);
	background-repeat: repeat-x;
}

.homeblock
{
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
	height: 336px;
	width: 994px;
}

.ex1
{
	background-image: url(../images/rep1.gif);
	background-repeat: repeat-x;
	height: 150px;
	width: 248px;
}
.ex2
{
	background-image: url(../images/rep2.gif);
	background-repeat: repeat-x;
	height: 150px;
	width: 248px;
}
.ex3
{
	background-image: url(../images/rep3.gif);
	background-repeat: repeat-x;
	height: 150px;
	width: 248px;
}
.ex4
{
	background-image: url(../images/rep4.gif);
	background-repeat: repeat-x;
	height: 150px;
	width: 248px;
}

.s1
{
	height: 20px;
	background-color: #3E8916;
}
.s2
{
	height: 20px;
	background-color: #347A1D;
}
.s3
{
	height: 20px;
	background-color: #286526;
}
.s4
{
	height: 20px;
	background-color: #1E552D;
}

.txt
{
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}

.txt2
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

.txt_q
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	font-style: italic;
}

.txt3
{
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-align: justify;
}

.txt4
{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

.txt_more
{
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-weight: bold;
}

.txt_more2
{
	color: #FF0000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-weight: bold;
}

.hed_split_green
{
	color: #3F8916;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

.hed_split_black
{
	color: #000000;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

.TB
{
	border-top: solid 1px #204B09;
	border-right: solid 1px #AEF688;
	border-left: solid 1px #204B09;
	border-bottom: solid 1px #AEF688;
	width: 172px;
	height: 20px;
	background-color: #3E8916;
}


.link
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #4BB900;
	text-decoration: none;
}
.link:a
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.link:hover
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}


.link2
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
}
.link2:a
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding-top: 3px;
}
.link2:hover
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
	padding-top: 3px;
}

.link3
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #296527;
	text-decoration: none;
}
.link3:a
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #296527;
	text-decoration: none;
}
.link3:hover
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #296527;
	text-decoration: underline;
}

.link_more
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #357A1D;
	text-decoration: none;
}
.link_more:a
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #357A1D;
	text-decoration: none;
}
.link_more:hover
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: normal;
}

.hed
{
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.hed2
{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #1E562D;
	padding-bottom: 10px;
}

.hed3
{
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #0F3E1C;
	padding-bottom: 3px;
}

.hed4
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #0F3E1C;
}

.hed5
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #848484;
}

.hed6
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #357A1D;
}

.tab_down
{
	width: 180px;
	height: 43px;
	background-image: url(../images/tab_down.gif);
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 11px;
	color: #20592C;
	text-decoration: none;
	line-height: 11px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}

.tab_down2
{
	font-family: Arial;
	font-size: 11px;
	color: #20592C;
	text-decoration: none;
	line-height: 11px;
	font-weight: bold;
	padding: 0px 10px 0px 0px;
}

.tab_general
{
	font-family: Arial;
	font-size: 11px;
	color: #20592C;
	text-decoration: none;
	line-height: 11px;
	font-weight: bold;
	padding: 0px 20px 20px 20px;
}


.tab_up
{
	width: 180px;
	height: 43px;
	background-image: url(../images/tab_up.gif);
	background-repeat: no-repeat;
	padding: 0px 10px 0px 10px;
}

.search_status
{
	font-family: Arial;
	font-size: 14px;
	color: #3E8916;
	text-decoration: none;
	font-weight: bold;
	line-height: 10px;
	font-style: italic;
}


.tab_link
{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	line-height: 10px;
}
.tab_link:a
{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 10px;
	font-weight: bold;
}
.tab_link:hover
{
	font-family: Arial;
	font-size: 11px;
	color: #3F8916;
	text-decoration: none;
	line-height: 10px;
	font-weight: bold;
}


.big_link
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #3E8916;
	text-decoration: none;
}
.big_link:a
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #3E8916;
	text-decoration: none;
}
.big_link:hover
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.inputter
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #57585A;
	border: 1px solid #57585A;
	width: 160px;
	height: 20px;
}

.button
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #57585A;
	width: 80px;
	height: 20px;
	background-color: #3E8916;
	border-bottom: 1px solid #153C1F;
	border-right: 1px solid #153C1F;
	border-top: 1px solid #87E455;
	border-left: 1px solid #87E455;
}


.menu_link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu_link:a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu_link:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

.menu_txt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 6px;
	margin-right: 6px;
}


.bottxt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #373737;
	text-decoration: none;
}

.botlinks
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #373737;
	text-decoration: none;
}
.botlinks:a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #373737;
	text-decoration: none;
}
.botlinks:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}
