﻿.GridHeaderTitle {
	font-family: 'objektiv-mk1';
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	line-height: 22px;
	letter-spacing: 0.005em;
	color: #3D3F53;
}

.GridHeaderPrintButton, .GridHeaderPrintButtonHigh, .GridHeaderExcelButton, .GridHeaderExcelButtonHigh, .GridHeaderCSVButton, .GridHeaderCSVButtonHigh {
	border: solid 1px #C8CEDC;
	padding: 5px 20px 5px 10px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: fit-content;
	font-family: 'objektiv-mk2';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.005em;
	color: #3D3F53;
	border-radius: 5px;
}

.GridHeaderPrintButton:hover, .GridHeaderPrintButtonHigh:hover, .GridHeaderExcelButton:hover, .GridHeaderExcelButtonHigh:hover, .GridHeaderCSVButton:hover, .GridHeaderCSVButtonHigh:hover {
	background: #F4F6FA;
}

.GridHeaderPrintButton:active, .GridHeaderPrintButtonHigh:active, .GridHeaderExcelButton:active, .GridHeaderExcelButtonHigh:active, .GridHeaderCSVButton:active, .GridHeaderCSVButtonHigh:active {
	background: #F4F6FA;
	border: 1px solid #720342;
}

.GridHeaderPrintButton .print-icon, .GridHeaderPrintButtonHigh .print-icon {
	width: 15px;
	height: 15px;
	content: url(images/print_icon_berry.svg);
	margin-right: 5px;
}

.GridHeaderExcelButton .download-icon, .GridHeaderCSVButton .download-icon, .GridHeaderExcelButtonHigh .download-icon, .GridHeaderCSVButtonHigh .download-icon {
	width: 15px;
	height: 16.5px;
	content: url(images/download_icon_berry.svg);
	margin-right: 5px;
}

.GridHeaderControls {
	flex-direction: row;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 12px;
}

.GridHeaderControls > * {
	margin-left: 10px;
}

.GridGroupNavFiller > td {
	border-bottom: 1px solid #B6B8C3;
}

.GridGroupNavSpacer {
	padding: 10px;
}

.GridGroupNavActiveMain, .GridGroupNavInActiveMain, .GridGroupNavActiveMain *, .GridGroupNavInActiveMain * {
	text-decoration: none;
	outline: none;
	font-family: 'objektiv-mk2';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.005em;
	color: #3D3F53;
}

.GridGroupNavActiveMain, .GridGroupNavInActiveMain {
	padding: 4px 7.5px;
}

.GridGroupNavActiveMain *, .GridGroupNavInActiveMain:hover * {
	color: #720342;
}

.GridGroupNavActiveMain, .GridGroupNavInActiveMain:hover {
	padding-bottom: 2.5px;
	border-bottom: 2px solid #720342;
}

.GridGroupNavInActiveMain:hover {
	cursor: pointer;
}

.DG_Cell_Header > a {
	text-decoration: none;
	outline: none;
	font-family: 'objektiv-mk1';
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 14px;
	display: flex;
	align-items: center;
	color: #43728D;
	margin-bottom: 5px;

	display: flex;
	flex-direction: row;
	align-items: center;
}

.DG_Cell_Header > a:last-child {
	text-decoration: none;
	outline: none;
	font-family: 'objektiv-mk1';
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 14px;
	display: flex;
	align-items: center;
	color: #43728D;

	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 0px;
}

.DG_Cell_Header {
	background-color: #F4F6FA;
	border: 1px solid #C8CEDC;
	border-left: none;
	height: 48px;
	vertical-align: central;
	padding: 2.5px 15px;
}

.DG_Cell_Header:first-child {
	border: 1px solid #C8CEDC;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
}

.DG_Cell_Header:last-child {
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
}

.GridHeaderSortImage {
	width: 15px;
	height: 7.5px;
	content: url(images/chevron_down_icon_dark.svg);
	margin-left: 5px;
}

.GridHeaderSortImageDesc .GridHeaderSortImage {
	content: url(images/chevron_up_icon_dark.svg);
}

.DG_Cell_N, .DG_Cell_A {
	padding: 10px 15px;
	border-bottom: 1px solid #C8CEDC;
}

.DG_Cell_N *, .DG_Cell_A * {
	font-family: 'objektiv-mk2';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	display: flex;
	align-items: center;
	letter-spacing: 0.01em;
	color: #3D3F53;
}

tr:hover > .DG_Cell_N, tr:hover > .DG_Cell_A {
	background-color: #F4F6FA;
}

tr:nth-child(2) > .DG_Cell_N:first-child, tr:nth-child(2) > .DG_Cell_A:first-child {
	border-top-left-radius: 16px;
}

tr:nth-child(2) > .DG_Cell_N:last-child, tr:nth-child(2) > .DG_Cell_A:last-child {
	border-top-right-radius: 16px;
}

.DG_Cell_N span[title], .DG_Cell_A span[title] {
	display: initial !important;
	width: initial !important;
}

.GridNavButtonPanel {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}

.GridNavButtonPanel:last-child {
	margin: 5px 0;
}

.GridNavButtonPanel > a {
	font-family: 'objektiv-mk2';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #3D3F53;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	margin: 0 1px;
}

.GridNavButtonPanel > a.GridNavBottomActiveLight {
	color: #720342;
}

.GridNavButtonPanel > a:hover {
	color: #B13462;
}

.DG_Cell_Footer {
	padding: 15px;
}

.DG_Cell_Footer * {
	font-family: 'objektiv-mk2';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.01em;
	color: #686B8A;
}

.simple-grid-data-container {
	overflow-x: auto;
	margin-right: 15px;
	/* max-width: 734px; */
	width: 100%;
}

.print-width .simple-grid-data-container {
	max-width: initial !important;
	overflow: hidden !important;
}

/*
.GridGroupNavActiveLeft {
	margin: 0px;
	padding: 1px;
	cursor: pointer;
	height: 21px;
	text-decoration: none;
	width: 0px;
	padding-top: 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	background-image: url(images/grid/img_navactiveleft_high.gif);
	vertical-align: top;
}
.GridGroupNavActiveMain {
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	height: 21px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	width: auto;
	padding-top: 4px;
	background-repeat: repeat-x;
	background-position : top;
	text-decoration: none;
	background-image: url(images/grid/img_navactivemiddle_high.gif);
	vertical-align: top;
}
.GridGroupNavActiveMainContent {
	float: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 2px;
	cursor: pointer;
	text-decoration: none;
	padding-right: 13px;
	padding-left: 13px;
	font-weight: bold;
	font-size: 11px;
	width: auto;
	padding-top: 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000;
}
.GridGroupNavActiveRight {
	margin: 0px;
	padding: 1px;
	cursor: pointer;
	height: 21px;
	text-decoration: none;
	width: 0px;
	padding-top: 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	background-image: url(images/grid/img_navactiveright_high.gif);
	vertical-align: top;
}
.GridGroupNavInActiveLeft {
	margin: 0px;
	padding: 1px;
	cursor: pointer;
	height: 21px;
	text-decoration: none;
	width: 0px;
	padding-top: 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	background-image: url(images/grid/img_navinactiveleft_low.gif);
	vertical-align: top;
}
.GridGroupNavInActiveMain {
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	height: 21px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	width: auto;
	padding-top: 4px;
	background-repeat: repeat-x;
	text-decoration: none;
	background-image: url(images/grid/img_navinactivemiddle_low.gif);
	vertical-align: top;
}
.GridGroupNavInActiveMainContent {
	float: left;
	margin: 0px;
	padding-bottom: 0px;
	cursor: pointer;
	text-decoration: none;
	padding-right: 13px;
	padding-left: 13px;
	font-weight: bold;
	font-size: 11px;
	width: auto;
	padding-top: 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #069;
}
.GridGroupNavInActiveRight {
	float: left;
	margin: 0px;
	padding: 1px;
	cursor: pointer;
	height: 21px;
	text-decoration: none;
	width: 0px;
	padding-top: 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	background-image: url(images/grid/img_navinactiveright_low.gif);
	vertical-align: top;
}
.GridGroupNavFiller {
	height: 21px;
	background-image: url(images/grid/img_navfiller.gif);
	background-repeat: repeat-x;
}

.GridGroupExtensionCell
{
	padding-bottom : 6px;
}
.s {
	padding-right: 10px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 0px;
	margin: 0px;
	color: #333;
	line-height: 13px;
	padding-top: 0px;
	padding-left: 5px;
	text-decoration: none;
	text-align: left;
}

.GridHeaderSortImage
{
	width : 11px;
	height : 8px;
	border-style : none;
}

.GridHeaderSortImageAsc
{
	BACKGROUND-IMAGE: url(images/grid/tab_arrow_bright_asc.png);
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-POSITION: center right;
	width : 11px;
	height : 8px;
	padding-left : 4px;
}

.GridHeaderSortImageDesc
{
	BACKGROUND-IMAGE: url(images/grid/tab_arrow_bright_desc.png);
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-POSITION: center right;
	width : 11px;
	height : 8px;
	padding-left : 4px;
}

.DG_Cell_Header {
	padding-right: 10px;
	padding-left: 10px;
	background: url(images/grid/columnSeparatorHeader.png) no-repeat 0px bottom;
	padding-bottom: 5px;
	margin: 0px;
	vertical-align: bottom;
	padding-top: 5px;
	border-bottom: #cacaca 1px solid;
	height: 22px;
	text-align: left;
}
.DG_Cell_N {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
	border-bottom: #efefef 1px solid;
	border-right: #efefef 1px solid;
	background-color : #ffffff;
}
.DG_Cell_A {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
	border-bottom: #efefef 1px solid;
	border-right: #efefef 1px solid;
	background-color : #f4f4f4;
}

.DG_Cell_M {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
	border-bottom: #efefef 1px solid;
	border-right: #efefef 1px solid;
	background-color : #f7eFcF;
}

.GridHeaderLeft {
	margin: 0px;
	padding-left: 0px;
	cursor: inherit;
	height: 26px;
	width: 3px;
	text-decoration: none;
	padding-top: 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	background-image: url(images/grid/img_headerleft.gif);
	vertical-align: top;
}
.GridHeaderMain {
	margin: 0px;
	padding: 0px;
	cursor:  inherit;
	height: 26px;
	text-decoration: none;
	width: auto;
	padding-top: 0px;
	background-repeat: repeat-x;
	text-decoration: none;
	background-image: url(images/grid/img_headermain.gif);
	vertical-align: top;
}

.GridHeaderMain2 {
	margin: 0px;
	padding: 0px;
	cursor: inherit;
	height: 21px;
	text-decoration: none;
	width: 110px;
	padding-top: 5px;
	background-repeat: repeat-x;
	text-decoration: none;
	background-image: url(images/grid/img_headermain.gif);
	vertical-align: top;
	text-align: right;
}
.GridHeaderTitle {
	float: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 2px;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 12px;
	font-weight: bold;
	font-size: 12px;
	width: auto;
	padding-top: 7px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #FFF;
}
.GridHeaderRight {
	margin: 0px;
	padding: 0px;
	cursor: inherit;
	height: 26px;
	width: 4px;
	text-decoration: none;
	padding-top: 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	background-image: url(images/grid/img_headerright.gif);
	vertical-align: top;
}

.GridHeaderPrintButton 
{
    width: 21px;
    height: 21px;
    background-image: url(images/grid/img_icon_print.gif);
    cursor: pointer;
    background-repeat: no-repeat;
    
 
}

.GridHeaderPrintButtonHigh 
{
    width: 21px;
    height: 21px;
    background-image: url(images/grid/img_icon_print_high.gif);
    cursor: pointer;
    background-repeat: no-repeat;
}

.GridHeaderExcelButton 
{
    width: 21px;
    height: 21px;
    background-image: url(images/grid/img_icon_excel.gif);
    cursor: pointer;
    background-repeat: no-repeat;
    
 
}

.GridHeaderExcelButtonHigh 
{
    width: 21px;
    height: 21px;
    background-image: url(images/grid/img_icon_excel_high.gif);
    cursor: pointer;
    background-repeat: no-repeat;
}

.GridHeaderMailButton
{
    width: 21px;
    height: 21px;
    background-image: url(images/grid/img_icon_mail.gif);
    cursor: pointer;
    background-repeat: no-repeat;
}

.GridHeaderMailButtonHigh
{
    width: 21px;
    height: 21px;
    background-image: url(images/grid/img_icon_mail_high.gif);
    cursor: pointer;
    background-repeat: no-repeat;
}

.GridHeaderPDFButton
{
    width: 21px;
    height: 21px;
    background-image: url(images/grid/img_icon_PDF.gif);
    cursor: pointer;
    background-repeat: no-repeat;
}

.GridHeaderPDFButtonHigh
{
    width: 21px;
    height: 21px;
    background-image: url(images/grid/img_icon_PDF_high.gif);
    cursor: pointer;
    background-repeat: no-repeat;
}

.GridHeaderCSVButton
{
    width: 21px;
    height: 21px;
    background-image: url(images/grid/img_icon_CSV.gif);
    cursor: pointer;
    background-repeat: no-repeat;
}

.GridHeaderCSVButtonHigh
{
    width: 21px;
    height: 21px;
    background-image: url(images/grid/img_icon_CSV_high.gif);
    cursor: pointer;
    background-repeat: no-repeat;
}



.GridHeaderWindowButton
{
    width: 21px;
    height: 21px;
    background-image: url(images/grid/img_icon_window.gif);
    cursor: pointer;
    background-repeat: no-repeat;
}

.GridHeaderWindowButtonHigh
{
    width: 21px;
    height: 21px;
    background-image: url(images/grid/img_icon_window_high.gif);
    cursor: pointer;
    background-repeat: no-repeat;
}

.GridNavButtonPanel
{
	text-align : right;
	padding-right : 150px;
}

.GridNavBottom 
{
    TEXT-DECORATION: underline;
    FONT-WEIGHT: bold;
    COLOR: #0a3d79;
    PADDING-RIGHT: 5px;	
    PADDING-LEFT: 5px;	
    PADDING-BOTTOM: 0px;	
    VERTICAL-ALIGN: middle;	
    PADDING-TOP: 0px;	
    HEIGHT: 20px;
    BORDER-TOP-WIDTH: 0px;	
    BORDER-LEFT-WIDTH: 0px;	
    BORDER-BOTTOM-WIDTH: 0px;	
    BORDER-RIGHT-WIDTH: 0px;	
    MARGIN: 0pt;	
}

.GridNavBottomActive
{
    TEXT-DECORATION: none;
    FONT-WEIGHT: bold;
    COLOR: #0a3d79;
    PADDING-RIGHT: 5px;	
    PADDING-LEFT: 5px;	
    PADDING-BOTTOM: 0px;	
    VERTICAL-ALIGN: middle;	
    PADDING-TOP: 0px;	
    HEIGHT: 20px;
    BORDER-TOP-WIDTH: 0px;	
    BORDER-LEFT-WIDTH: 0px;	
    BORDER-BOTTOM-WIDTH: 0px;	
    BORDER-RIGHT-WIDTH: 0px;	
    MARGIN: 0pt;	
}

.GridNavBottomLight
{
    TEXT-DECORATION: underline;
    FONT-WEIGHT: bold;
    COLOR: #ffffff;
    PADDING-RIGHT: 5px;	
    PADDING-LEFT: 5px;	
    PADDING-BOTTOM: 0px;	
    VERTICAL-ALIGN: middle;	
    PADDING-TOP: 0px;	
    HEIGHT: 20px;
    BORDER-TOP-WIDTH: 0px;	
    BORDER-LEFT-WIDTH: 0px;	
    BORDER-BOTTOM-WIDTH: 0px;	
    BORDER-RIGHT-WIDTH: 0px;	
    MARGIN: 0pt;	
}

.GridNavBottomActiveLight
{
    TEXT-DECORATION: none;
    FONT-WEIGHT: bold;
    COLOR: #ffffff;
    PADDING-RIGHT: 5px;	
    PADDING-LEFT: 5px;	
    PADDING-BOTTOM: 0px;	
    VERTICAL-ALIGN: middle;	
    PADDING-TOP: 0px;	
    HEIGHT: 20px;
    BORDER-TOP-WIDTH: 0px;	
    BORDER-LEFT-WIDTH: 0px;	
    BORDER-BOTTOM-WIDTH: 0px;	
    BORDER-RIGHT-WIDTH: 0px;	
    MARGIN: 0pt;	
}

.GridGroupTitlePrintMode
{
	padding : 10px;
	font-family : Arial;
	font-weight : bold;
	font-size : 16px;
}

.GridColumnLeftOrientation
{
	float : left;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	text-align:left!Important; 
}

.GridColumnRightOrientation
{
	float : right;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
}

.GridColumnLeftOrientationSalmon
{
	float : left;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-align : left!Important; 
	background-color : #f7eFcF;
}

.GridColumnRightOrientationSalmon
{
	float : right;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	background-color : #f7eFcF;
}

.GridColumnLeftOrientationOrange
{
	float : left;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-align : left!Important; 
	background-color : Orange;
}

.GridColumnRightOrientationOrange
{
	float : right;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	background-color : Orange;
}

.DG_Cell_Salmon {
	background-color : #f7eFcF;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
	border-bottom: #efefef 1px solid;
	border-right: #efefef 1px solid;
}

.DG_Cell_Orange {
	background-color : Orange;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
	border-bottom: #efefef 1px solid;
	border-right: #efefef 1px solid;
}

.DG_Cell_Red {
	background-color : Red;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
	border-bottom: #efefef 1px solid;
	border-right: #efefef 1px solid;
}

.DG_Cell_Navy {
	background-color : Navy;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
	border-bottom: #efefef 1px solid;
	border-right: #efefef 1px solid;
}

.DG_Cell_Maroon {
	background-color : Maroon;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
	border-bottom: #efefef 1px solid;
	border-right: #efefef 1px solid;
}

.DG_Cell_Olive {
	background-color : Olive;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
	border-bottom: #efefef 1px solid;
	border-right: #efefef 1px solid;
}

.DG_Cell_Lime {
	background-color : Lime;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
	border-bottom: #efefef 1px solid;
	border-right: #efefef 1px solid;
}

.DG_Cell_Green {
	background-color : Green;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
	border-bottom: #efefef 1px solid;
	border-right: #efefef 1px solid;
}

.DG_Cell_Yellow {
	background-color : Yellow;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
	border-bottom: #efefef 1px solid;
	border-right: #efefef 1px solid;
}

.DG_Cell_LightRed {
	background-color : #F5A9BC;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
	border-bottom: #efefef 1px solid;
	border-right: #efefef 1px solid;
}

.DG_Cell_LightPurple {
	background-color : #E2A9F3;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
	border-bottom: #efefef 1px solid;
	border-right: #efefef 1px solid;
}

.DG_Cell_LightBlue {
	background-color : #A9E2F3;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
	border-bottom: #efefef 1px solid;
	border-right: #efefef 1px solid;
}

.DG_Cell_LightGreen {
	background-color : #BCF5A9;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
	border-bottom: #efefef 1px solid;
	border-right: #efefef 1px solid;
}

.DG_Cell_LightYellow {
	background-color : #F2F5A9;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
	border-bottom: #efefef 1px solid;
	border-right: #efefef 1px solid;
}
*/