@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  #topsection, #nav, #pnlRightAds, #footer, div.toolbar, div.supportlink {
    display: none;
  }
  #columns {
    padding: 0px;
  }
  fieldset.teamsheet {
    page-break-after: always !important;
  }
  fieldset.teamsheet tbody tr td:nth-child(3) {
    visibility: hidden;
  }
  fieldset.teamsheet a[href]:after {
    content: "";
  }
  fieldset.teamsheet abbr[title]:after {
    content: "";
  }
  fieldset.teamsheet .RadButton {
    display: none;
  }
  #contentcolumn, #Aspcontent1_preContent, .bodycontent {
    max-width: 99% !important;
    float: none !important;
    position: static !important;
  }
}

#Aspcontent1_ctl00_pnlGallery h3 {
    margin-top: 5px;
}

#Aspcontent1_ctl00_pnlGallery p {
    margin: 10px 3px;
}


#contentcolumn .gallery fieldset 
{
    cursor: hand;
    cursor: pointer;
}

#contentcolumn .gallery fieldset .videoPlayer
{
	float: left;
	padding: 5px;
	background-color: #fff;
	margin: 4px;
}

#contentcolumn .gallery fieldset .videoPlayer object
{
    position: relative;
	top: 0px;
	left: 0px;
    height: 300px !important;
    width: 480px !important;
}

#contentcolumn .gallery fieldset .videoPlayer #videoName
{
	padding: 4px;
	background-color: #d8d8d8;
	font-weight: bold;
}

#contentcolumn .gallery
{
    /*margin-bottom: 10px;*/
}

#contentcolumn .gallery img, #contentcolumn .gallery fieldset input 
{
	border: none;
    padding-right: 5px;
    max-width: 120px;
}

#contentcolumn .gallery .clr 
{
	clear: both;
}

#contentcolumn .gallery fieldset a, #contentcolumn .gallery fieldset input {
    padding: 4px 0px 0px 4px;
}

#contentcolumn .gallery fieldset a img {
    border: 0;
    padding-right: 0px;
}

#contentcolumn .gallery fieldset a.photolink {
    height: 85px;
    width: 85px;
}

#contentcolumn .gallery fieldset a.gallerylink {
    padding: 0px 4px 4px 4px;
}


#contentcolumn .gallery a, #contentcolumn .gallery fieldset input {
    float: left;
}

#contentcolumn .galleryLink {
    background-color: #e8e8e8;
    font-weight: bold;
    width: 100%;
}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 11000;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	

.RadDock_Forest {
  background-color: #c6d6a7;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-color: #dddddd; }
  .RadDock_Forest.rdRoundedCorner {
    border-radius: 0.28571em; }
  .RadDock_Forest .rdTitleWrapper {
    padding: 10px;
    background-color: #749f58;
    color: #333333;
    border-bottom-color: #dddddd; }
  .RadDock_Forest .rdCommands {
    margin: -1.14286em 0em 0em; }
  .RadDock_Forest .rdListItem {
    vertical-align: middle; }
  .RadDock_Forest .rdCommandButton {
    padding: 4px;
    overflow: hidden;
    margin: 0em 0.14286em;
    border-width: 1px;
    border-style: solid;
    color: #ffffff; }
  .RadDock_Forest .rdCommandButton:hover {
    background-color: #e6bb17;
    border-color: #010201;
    color: #000000;
    border-radius: 0.21429em; }
  .RadDock_Forest .rdCommandButton:before {
    text-align: center; }
  .RadDock_Forest .rdContentWrapper {
    color: #333333; }
  .RadDock_Forest.RadDock.rdCollapsed .rdTitleWrapper {
    border-bottom-color: #dddddd; }
  .RadDock_Forest.rdRtl span.rdClose:before,
  .RadDock_Forest.rdRtl span.rdExpand:before,
  .RadDock_Forest.rdRtl span.rdCollapse:before,
  .RadDock_Forest.rdRtl span.rdPin:before,
  .RadDock_Forest.rdRtl span.rdUnpin:before {
    margin: 0.21429em 0.17857em 0em 0em; }
  .RadDock_Forest.rdRtl span.rdCustom:before,
  .RadDock_Forest.rdRtl .rdCommandButton:before {
    margin: 0.42857em 0.5em 0em 0em; }
  .RadDock_Forest .rdTitleWrapper .rdTitle {
    margin: -0.14286em 0em 0em; }

.RadDockZone_Forest {
  background-color: #fcfcfc;
  border-color: #dddddd; }

.RadGrid_Forest {
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: #333333;
  background-color: #c6d6a7;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .RadGrid_Forest .rgHeader {
    background: #749f58; }
  .RadGrid_Forest .rgActionButton,
  .RadGrid_Forest .rgDrag,
  .RadGrid_Forest .rgDragClue,
  .RadGrid_Forest .rgExpandIcon,
  .RadGrid_Forest .rgCollapseIcon,
  .RadGrid_Forest .rgGroupPanelExpand,
  .RadGrid_Forest .rgGroupPanelCollapse,
  .RadGrid_Forest .rgButtonSortDesc,
  .RadGrid_Forest .rgButtonSortDesc,
  .RadGrid_Forest .rgButtonSortAsc,
  .RadGrid_Forest .rgButtonSortClear,
  .RadGrid_Forest .rgMobileExportForm .rgColumnItem,
  .RadGrid_Forest a.rgFilter,
  .RadGrid_Forest a.rgColumns {
    color: #ffffff; }
    .RadGrid_Forest .rgActionButton:hover,
    .RadGrid_Forest .rgDrag:hover,
    .RadGrid_Forest .rgDragClue:hover,
    .RadGrid_Forest .rgExpandIcon:hover,
    .RadGrid_Forest .rgCollapseIcon:hover,
    .RadGrid_Forest .rgGroupPanelExpand:hover,
    .RadGrid_Forest .rgGroupPanelCollapse:hover,
    .RadGrid_Forest .rgButtonSortDesc:hover,
    .RadGrid_Forest .rgButtonSortDesc:hover,
    .RadGrid_Forest .rgButtonSortAsc:hover,
    .RadGrid_Forest .rgButtonSortClear:hover,
    .RadGrid_Forest .rgMobileExportForm .rgColumnItem:hover,
    .RadGrid_Forest a.rgFilter:hover,
    .RadGrid_Forest a.rgColumns:hover {
      color: #000000; }
  .RadGrid_Forest .rgInput,
  .RadGrid_Forest .rgEditRow > td > [type="text"],
  .RadGrid_Forest .rgEditForm td > [type="text"],
  .RadGrid_Forest .rgBatchContainer > [type="text"],
  .RadGrid_Forest .rgFilterBox {
    border-color: #1e2917;
    color: #555555;
    background-color: #c6d6a7;
    padding: 6px 12px;
    border-radius: 4px; }
    .RadGrid_Forest .rgInput:hover,
    .RadGrid_Forest .rgEditRow > td > [type="text"]:hover,
    .RadGrid_Forest .rgEditForm td > [type="text"]:hover,
    .RadGrid_Forest .rgBatchContainer > [type="text"]:hover,
    .RadGrid_Forest .rgFilterBox:hover {
      border-color: #010201;
      color: #555555;
      background-color: #c6d6a7; }
    .RadGrid_Forest .rgInput:active,
    .RadGrid_Forest .rgInput:focus,
    .RadGrid_Forest .rgEditRow > td > [type="text"]:active,
    .RadGrid_Forest .rgEditRow > td > [type="text"]:focus,
    .RadGrid_Forest .rgEditForm td > [type="text"]:active,
    .RadGrid_Forest .rgEditForm td > [type="text"]:focus,
    .RadGrid_Forest .rgBatchContainer > [type="text"]:active,
    .RadGrid_Forest .rgBatchContainer > [type="text"]:focus,
    .RadGrid_Forest .rgFilterBox:active,
    .RadGrid_Forest .rgFilterBox:focus {
      border-color: #ea5501;
      color: #555555;
      background-color: #c6d6a7; }
    .t-ie .RadGrid_Forest .rgInput,
    .t-ie .RadGrid_Forest .rgEditRow > td > [type="text"],
    .t-ie .RadGrid_Forest .rgEditForm td > [type="text"],
    .t-ie .RadGrid_Forest .rgBatchContainer > [type="text"],
    .t-ie .RadGrid_Forest .rgFilterBox {
      height: 34px;
      height: calc(1.42857em + 14px); }
  .RadGrid_Forest .rgEdit,
  .RadGrid_Forest .rgDel {
    text-indent: 0; }
  .RadGrid_Forest.rgMultiHeader .rgDataDiv > table,
  .RadGrid_Forest.rgMultiHeader .rgFooterDiv > table {
    margin-left: -1px; }
  .RadGrid_Forest .rgHeader,
  .RadGrid_Forest th.rgResizeCol {
    padding: 10px 13px 9px; }
  .RadGrid_Forest .rgHeader,
  .RadGrid_Forest th.rgResizeCol,
  .RadGrid_Forest .rgHeaderWrapper,
  .RadGrid_Forest .rgMultiHeaderRow th.rgHeader,
  .RadGrid_Forest .rgMultiHeaderRow th.rgResizeCol {
    border: 0;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd; }
  .RadGrid_Forest .rgHeader,
  .RadGrid_Forest th.rgResizeCol,
  .RadGrid_Forest .rgHeaderWrapper {
    background-color: #749f58; }
  .RadGrid_Forest .rgHeaderDiv {
    border-right: 1px solid #dddddd; }
  .RadGrid_Forest .rgHeaderWrapper {
    border-bottom: 1px solid #dddddd; }
  .RadGrid_Forest .rgHeader,
  .RadGrid_Forest .rgHeader a {
    color: #000000; }
  .RadGrid_Forest .rgRow > td,
  .RadGrid_Forest .rgAltRow > td,
  .RadGrid_Forest .rgEditRow > td,
  .RadGrid_Forest .rgFooter > td,
  .RadGrid_Forest .rgFilterRow > td,
  .RadGrid_Forest .rgHeader,
  .RadGrid_Forest .rgResizeCol,
  .RadGrid_Forest .rgGroupHeader td {
    padding-left: 15px;
    padding-right: 15px; }
  .RadGrid_Forest .rgRow,
  .RadGrid_Forest .rgAltRow,
  .RadGrid_Forest .rgEditRow,
  .RadGrid_Forest .rgFooter,
  .RadGrid_Forest .rgGroupHeader {
    height: 40px;
    height: calc(1.42857em + 20px); }
  .RadGrid_Forest .rgRow > td,
  .RadGrid_Forest .rgAltRow > td,
  .RadGrid_Forest .rgFooter > td {
    border-color: #dddddd; }
  .RadGrid_Forest .rgRow > td,
  .RadGrid_Forest .rgAltRow > td {
    border-style: solid;
    border-width: 0 0 1px 1px; }
  .RadGrid_Forest .rgAltRow > td {
    background-color: #c0d29e;
    color: #333333; }
  .RadGrid_Forest .rgAltRow .rgSorted {
    background-color: #b5ca8d; }
  .RadGrid_Forest .rgAltRow.rgHoveredRow .rgSorted {
    background-color: #a8c078; }
  .RadGrid_Forest .rgActiveRow td:not(.rgExpandCol) {
    box-shadow: inset 0px 5px 5px -5px #9e3a01, inset 0px -5px 5px -5px #9e3a01; }
  .RadGrid_Forest .rgActiveRow td:first-child:not(.rgExpandCol),
  .RadGrid_Forest .rgActiveRow .rgExpandCol + td {
    box-shadow: inset 0px 5px 5px -5px #9e3a01, inset 0px -5px 5px -5px #9e3a01, inset 5px 0px 5px -5px #9e3a01; }
  .RadGrid_Forest .rgActiveRow td:not(.rgExpandCol):last-child {
    box-shadow: inset 0px 5px 5px -5px #9e3a01, inset 0px -5px 5px -5px #9e3a01, inset -5px 0px 5px -5px #9e3a01; }
  .RadGrid_Forest .rgActiveCell {
    box-shadow: inset 0 0 5px #9e3a01; }
  .RadGrid_Forest .rgHoveredRow > td {
    background: #e6bb17;
    color: #000000; }
  .RadGrid_Forest .rgEditRow {
    background: rgba(221, 221, 221, 0.75);
    color: #333333; }
    .RadGrid_Forest .rgEditRow > td {
      border-style: solid;
      border-width: 0 0 1px 0;
      border-color: #dddddd; }
    .RadGrid_Forest .rgEditRow td > input[type="text"] {
      font: inherit;
      box-sizing: border-box;
      border: 1px solid #1e2917; }
  .RadGrid_Forest .rgBatchOverlay {
    background: rgba(221, 221, 221, 0.75); }
  .RadGrid_Forest .rgBatchUndoDeleteButton {
    padding: 2px 10px 2px 0px;
    left: 7px;
    border: 1px solid;
    border-color: #1e2917;
    color: #ffffff;
    background-color: #4d6a3c;
    border-radius: 4px; }
    .RadGrid_Forest .rgBatchUndoDeleteButton:hover {
      border-color: #010201;
      color: #000000;
      background-color: #e6bb17; }
  .RadGrid_Forest .rgBatchContainer {
    margin: -9px 0px; }
  .RadGrid_Forest .rgSorted {
    background-color: #d14c01; }
  .RadGrid_Forest .rgMasterTable .rgSelectedCell,
  .RadGrid_Forest .rgSelectedRow td,
  .RadGrid_Forest td.rgEditRow .rgSelectedRow,
  .RadGrid_Forest .rgSelectedRow td.rgSorted {
    color: #ffffff;
    background: #d14c01;
    border-color: #ffffff; }
  .RadGrid_Forest .rgSelectedRow.rgHoveredRow {
    background: #d14c01; }
  .RadGrid_Forest .rgSelectedCell a,
  .RadGrid_Forest .rgSelectedRow a {
    color: #ffffff; }
  .RadGrid_Forest .rgFooterWrapper,
  .RadGrid_Forest .rgFooter {
    background: #749f58; }
  .RadGrid_Forest .rgFooterWrapper {
    border-top: 1px solid #dddddd; }
    .RadGrid_Forest .rgFooterWrapper tr.rgFooter td {
      border-bottom-width: 0; }
  .RadGrid_Forest .rgFooter > td {
    border-left: 1px solid #dddddd;
    padding: 10px 5px; }
    .RadGrid_Forest .rgFooter > td:first-child {
      border-left-width: 0; }
  .RadGrid_Forest .rgStatus div {
    background-image: url('<%=WebResource("Telerik.Web.UI.Skins.Forest.Common.loading_small.gif")%>'); }
  .RadGrid_Forest .rgPagerCell {
    color: #000000;
    background: #749f58;
    border-top: 1px solid #dddddd; }
    .RadGrid_Forest .rgPagerCell .rgWrap {
      padding: 0; }
    .RadGrid_Forest .rgPagerCell .rgNumPart a,
    .RadGrid_Forest .rgPagerCell .rgPagerButton,
    .RadGrid_Forest .rgPagerCell .rgActionButton {
      border-width: 1px;
      border-style: solid;
      box-sizing: content-box;
      border-color: #1e2917;
      color: #ffffff;
      background-color: #4d6a3c;
      font-size: 1em; }
      .RadGrid_Forest .rgPagerCell .rgNumPart a:hover,
      .RadGrid_Forest .rgPagerCell .rgPagerButton:hover,
      .RadGrid_Forest .rgPagerCell .rgActionButton:hover {
        border-color: #010201;
        color: #000000;
        background-color: #e6bb17; }
    .RadGrid_Forest .rgPagerCell .rgNumPart a,
    .RadGrid_Forest .rgPagerCell .rgActionButton {
      margin: 0;
      width: 1.42857em;
      border-left-width: 0; }
    .RadGrid_Forest .rgPagerCell .rgNumPart a {
      border-radius: 0;
      text-align: center; }
      .RadGrid_Forest .rgPagerCell .rgNumPart a.rgCurrentPage {
        border-color: #cfa815;
        color: #ffffff;
        background-color: #e6bb17; }
    .RadGrid_Forest .rgPagerCell .rgPageFirst {
      border-left-width: 1px;
      border-radius: 0.28571em 0 0 0.28571em; }
    .RadGrid_Forest .rgPagerCell .rgPageLast {
      border-radius: 0 0.28571em 0.28571em 0; }
    .RadGrid_Forest .rgPagerCell .NumericPages .rgNumPart a:first-child {
      border-left-width: 1px;
      border-radius: 0.28571em 0 0 0.28571em; }
    .RadGrid_Forest .rgPagerCell .NumericPages .rgNumPart a:last-child {
      border-radius: 0 0.28571em 0.28571em 0; }
    .RadGrid_Forest .rgPagerCell .rgActionButton {
      box-sizing: content-box; }
    .RadGrid_Forest .rgPagerCell .rgPagerButton {
      border-radius: 0.28571em; }
  .RadGrid_Forest .rgGroupPanel {
    border-bottom: 1px solid #dddddd;
    background: #749f58; }
  .RadGrid_Forest .rgGroupItem {
    padding: 6px;
    border-radius: 4px;
    border: 1px solid #dddddd;
    color: #333333; }
  .RadGrid_Forest .rgGroupHeader td {
    border-bottom: 1px solid #dddddd;
    background: #7aa65e; }
  .RadGrid_Forest .rgGroupHeader .rgGroupCol {
    border-bottom-width: 0; }
  .RadGrid_Forest .rgRow .rgGroupCol,
  .RadGrid_Forest .rgAltRow .rgGroupCol {
    border-bottom-width: 0;
    background: #7aa65e; }
  .RadGrid_Forest .rgMasterTable > tbody tr:first-child .rgGroupCol {
    border-top-width: 0; }
  .RadGrid_Forest table.rgMasterTable .rgGroupCol {
    border-left-width: 0; }
  .RadGrid_Forest .rgFooter .rgGroupCol,
  .RadGrid_Forest .rgFooter .rgGroupCol ~ td {
    border-bottom: 1px solid #dddddd; }
  .RadGrid_Forest td.rgGroupCol {
    background: #7aa65e !important; }
  .RadGrid_Forest .rgFilterRow > td {
    border-bottom: 1px solid #dddddd; }
  .RadGrid_Forest .rgFilterBox {
    border-radius: 4px 0 0 4px; }
  .RadGrid_Forest .rgFilter {
    border-color: #1e2917;
    margin-left: -1px;
    border-radius: 0 4px 4px 0;
    background-color: #4d6a3c; }
    .RadGrid_Forest .rgFilter:hover,
    .RadGrid_Forest .rgFilter:focus {
      border-color: #010201;
      color: #000000;
      background-color: #e6bb17; }
  .RadGrid_Forest .rgFilterActive,
  .RadGrid_Forest .rgFilterActive:hover,
  .RadGrid_Forest .rgFilterActive:focus {
    border-color: black;
    color: #000000;
    background-color: #d07f16;
    box-shadow: inset 0 0 6px rgba(165, 165, 165, 0.5); }
  .RadGrid_Forest .rgFiltered {
    border-color: #cfa815;
    color: #ffffff;
    background-color: #e6bb17; }
    .RadGrid_Forest .rgFiltered:hover,
    .RadGrid_Forest .rgFiltered:focus {
      border-color: #977b0f;
      color: #ffffff;
      background-color: #d07f16; }
    .RadGrid_Forest .rgFiltered.rgFilterActive {
      border-color: #5b4a09;
      color: #ffffff;
      background-color: #d14c01; }
  .RadGrid_Forest .rgFilterRow .riTextBox {
    border-radius: 0.28571em 0 0 0.28571em; }
  .RadGrid_Forest a.rcCalPopup,
  .RadGrid_Forest a.rcTimePopup {
    margin-right: 0;
    border-radius: 0; }
  .RadGrid_Forest .rgOptions {
    color: #000000; }
  .RadGrid_Forest .rgOptSelected {
    color: #e6bb17; }
  .RadGrid_Forest .rgEditForm .rgHeader {
    padding: 10px;
    border-left-width: 0; }
  .RadGrid_Forest .rgEditFormContainer table {
    padding-left: 10px; }
  .RadGrid_Forest .rgRow > td > [type="text"],
  .RadGrid_Forest .rgAltRow > td > [type="text"],
  .RadGrid_Forest .rgEditForm > td > [type="text"] {
    font: inherit;
    border: 1px solid #1e2917;
    border-radius: 4px; }
  .RadGrid_Forest .RadComboBox .rcbInput {
    border: 0 none;
    padding: 0; }
  .RadGrid_Forest .rgEditFormContainer {
    padding: 12px 0; }
    .RadGrid_Forest .rgEditFormContainer .rgUpdate {
      margin-left: 0.71429em; }
    .RadGrid_Forest .rgEditFormContainer .rgUpdate,
    .RadGrid_Forest .rgEditFormContainer .rgCancel {
      background-color: #4d6a3c;
      border-color: #1e2917;
      border-radius: 0.28571em; }
      .RadGrid_Forest .rgEditFormContainer .rgUpdate:hover,
      .RadGrid_Forest .rgEditFormContainer .rgCancel:hover {
        background-color: #e6bb17; }
  .RadGrid_Forest .rgEditForm {
    margin: -1px;
    padding: 7px;
    border-bottom: 1px solid #dddddd; }
    .RadGrid_Forest .rgEditForm.rgEditPopup {
      padding: 0;
      overflow: hidden; }
      .RadGrid_Forest .rgEditForm.rgEditPopup > .rgHeader + div {
        box-sizing: border-box; }
    .RadGrid_Forest .rgEditForm [type="image"] {
      margin-right: 2px;
      padding: 8px;
      border: 1px solid #1e2917 !important;
      border-radius: 4px;
      background: #4d6a3c; }
      .RadGrid_Forest .rgEditForm [type="image"]:hover {
        background: #e6bb17; }
    .RadGrid_Forest .rgEditForm [type="text"]:disabled {
      background: #c6d6a7;
      opacity: .7; }
  .RadGrid_Forest .rgDetailTable {
    border-color: #dddddd; }
    .RadGrid_Forest .rgDetailTable .rgRow td:first-child,
    .RadGrid_Forest .rgDetailTable .rgAltRow td:first-child {
      border-left-width: 0; }
  .RadGrid_Forest .rgFooter .rgExpandCol {
    border-left-width: 0; }
  .RadGrid_Forest .rgRow .rgExpandCol,
  .RadGrid_Forest .rgRow .rgCollapseCol,
  .RadGrid_Forest .rgAltRow .rgExpandCol,
  .RadGrid_Forest .rgAltRow .rgCollapseCol {
    border-left-width: 0; }
  .RadGrid_Forest .rgCommandCell {
    border-color: #dddddd;
    color: #000000;
    background-color: #749f58; }
    .RadGrid_Forest .rgCommandCell .t-button {
      border-radius: 4px; }
      .RadGrid_Forest .rgCommandCell .t-button:hover {
        border-color: #010201;
        color: #000000;
        background-color: #e6bb17; }
      .RadGrid_Forest .rgCommandCell .t-button:focus,
      .RadGrid_Forest .rgCommandCell .t-button:active {
        border-color: black;
        color: #000000;
        background-color: #d07f16; }
  .RadGrid_Forest .rgCommandCell {
    border-color: #dddddd; }

.GridItemDropIndicator_Forest {
  border-top: 1px dashed #666; }

.GridToolTip_Forest {
  border: 1px solid #c98400;
  padding: 3px;
  background: #ffefbd;
  color: #333; }

.RadGridRTL_Forest .rgHeader:first-child,
.RadGridRTL_Forest th.rgResizeCol:first-child,
.RadGridRTL_Forest .rgFilterRow > td:first-child,
.RadGridRTL_Forest .rgRow > td:first-child,
.RadGridRTL_Forest .rgAltRow > td:first-child {
  border-left-width: 1px;
  padding-left: 7px; }

.GridContextMenu_Forest .rgHCMClear,
.GridContextMenu_Forest .rgHCMFilter {
  font-size: 1em;
  height: 2.42857em;
  border-color: #1e2917;
  color: #ffffff;
  background-color: #4d6a3c;
  border-radius: 0.28571em; }
  .GridContextMenu_Forest .rgHCMClear:hover,
  .GridContextMenu_Forest .rgHCMFilter:hover {
    border-color: #010201;
    color: #000000;
    background-color: #e6bb17; }

.GridContextMenu_Forest .rmGroup .rgHCMItem div.rmContent {
  padding: 15px;
  margin: 0 auto; }
