@font-face {
    font-family: 'Roboto Condensed';
    src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url('fonts/RobotoCondensed/Robotocondensedlight.woff2') format('woff2'), url('fonts/RobotoCondensed/Robotocondensedlight.woff') format('woff'), url('fonts/RobotoCondensed/Robotocondensedlight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url('fonts/RobotoCondensed/Robotocondensedlightitalic.woff2') format('woff2'), url('fonts/RobotoCondensed/Robotocondensedlightitalic.woff') format('woff'), url('fonts/RobotoCondensed/Robotocondensedlightitalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url('fonts/RobotoCondensed/Robotocondensed.woff2') format('woff2'), url('fonts/RobotoCondensed/Robotocondensed.woff') format('woff'), url('fonts/RobotoCondensed/Robotocondensed.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url('fonts/RobotoCondensed/Robotocondenseditalic.woff2') format('woff2'), url('fonts/RobotoCondensed/Robotocondenseditalic.woff') format('woff'), url('fonts/RobotoCondensed/Robotocondenseditalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url('fonts/RobotoCondensed/Robotocondensedbold.woff2') format('woff2'), url('fonts/RobotoCondensed/Robotocondensedbold.woff') format('woff'), url('fonts/RobotoCondensed/Robotocondensedbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url('fonts/RobotoCondensed/Robotocondensedbolditalic.woff2') format('woff2'), url('fonts/RobotoCondensed/Robotocondensedbolditalic.woff') format('woff'), url('fonts/RobotoCondensed/Robotocondensedbolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

body {
	min-width: 600px;
	color: #303030;
	font: normal 14px 'Roboto Condensed', sans-serif;
	font-weight: 300;
	background-color: #ffffff;
	overflow-x: hidden;
	line-height: 1.8em;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: n1one;
	text-align: justify;
}
a {
	color: #226644;
	text-shadow: 0 0 1px rgba(34,170,136,0.2);
	cursor: pointer;
	text-decoration: none;
	
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}
a:hover, a:focus {
	color: #ee8220;
	text-shadow: 0 0 1px rgba(238,130,32,0.2);
	outline: none;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 200;
	margin-bottom: 15px;
}
h1 {font-size: 2.5em; margin-top:0;}
h2 {font-size: 2em; margin-top:0;}
h3 {font-size: 1.75em; margin-top:0;}
h4 {font-size: 1.5em; }
h5 {font-size: 1.25em;}
h6 {font-size: 1em;}

p.lead {
	font-size: 1.3em;
}
p {
	margin-bottom: 20px;
}
p:last-child {
	margin-bottom: 0;
}
ul, ol {
	margin-bottom: 20px;
}
blockquote {
	padding-top: 0;
	padding-bottom: 0;
	border-color: #e74c3c;
	    border-radius: 6px;
}
blockquote small {
	color: inherit;
}
pre {
	background-color: rgba(255, 255, 255, 0.5);
	border-color: rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	border-radius: 6px;
}
strong {
	font-weight: 400;
}

.topmenu {
left:0; top:0; position:fixed;
background-color: #f5f5f5;
font-family: 'Roboto Condensed';
font-size: 18px;
FONT-WEIGHT: bold;
COLOR: #226644;
}

pre {
	font-family: 'Roboto Condensed';
}

/*Some style for resizable columns in table data*/
.yui-skin-sam .yui-dt table{max-width: 100%; background-color: transparent; border-collapse: collapse; border-spacing: 0; box-sizing: border-box; display: table; border-color: #226644;
	text-shadow: 0 0 1px rgba(34,170,136,0.2); vertical-align: middle; border-radius: 4px;}
.yui-skin-sam .yui-dt th{display: table-cell;vertical-align: middle; padding: 0; font-weight: bold;
	font-family: 'Roboto Condensed';
    font-size: 14px;
    FONT-WEIGHT: bold;
    color: #226644;
    text-shadow: 0 0 1px rgba(34,170,136,0.2);
    background: #cfeeda;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #226644;
    border-bottom: 1px solid #226644;
	background-color: #cfeeda;
    COLOR: #226644;}
.yui-skin-sam .yui-dt tr{display: table-row; vertical-align: middle;}
.yui-skin-sam .yui-dt td{display: table-cell; vertical-align: middle; padding: 0;}
.yui-skin-sam .yui-dt th,.yui-skin-sam .yui-dt th a{color: #226644;	text-shadow: 0 0 1px rgba(34,170,136,0.2);}

/*Some style for details preview on edit, add, view pages*/
.dpStyle{margin:2 10px;padding:5px;border:0 solid #83755b;    border-radius: 6px;}
.dpImg{margin:2px 5px 0 10px;float:left;}
.dpDiv{cursor:pointer;}

/*Search panel style classes, modify to change appearance*/
.blockBorder {
	border: 0 dotted #cfeeda;    border-radius: 6px;
}
.blockBorderHovered{
	border: 0 dotted #626a62;    border-radius: 6px;
}
/* border classes when control is hovered in window mode*/
.cellBorderLeft {
	border-left: 1px dotted #cfeeda;
}
.cellBorderRight {
	border-right: 1px dotted #cfeeda;
}
.cellBorderCenter {
	border-top: 1px dotted #cfeeda;
	/*border-bottom: 1px dotted #cfeeda;*/
}

.cellBorderLeftHovered {
	border-left: 1px dotted #626a62;
}
.cellBorderRightHovered {
	border-right: 1px dotted #626a62;
}
.cellBorderCenterHovered {
	border-top: 1px dotted #626a62;
	border-bottom: 1px dotted #626a62;
}
/* panel styles*/
.searchPanelContainer{
	background-color: #cfeeda;	
	border-radius: 8px;
	width: 242px !important;
}

#controlsBlock_1 {
	width: 100% !important;
}

.srchPanelRow {
	width: 100% !important;
}

.srchPanelCell2 {
	width: calc(100% - 34px) !important;
}
.srchPanelCell2 input {
	width: 100% !important;
}

.srchPanelCell {
	margin: 2px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 0 0 2px !important;
	max-width: 94%;
}
.srchPanelCell:first-child {
	margin-top: 4px;
}
.srchPanelCell:last-child {
	margin-bottom: 4px;
}

#bottomSearchButt1 span input {
	width: calc(100% - 16px) !important;
}

#searchPanelBottomRound1 {
	display: block !important;
}

#grid_block1 {
	border-radius: 4px !important;
	width: calc(100wv - 273px) !important;
	overflow-x: auto;
}
#grid_block1 table {
	border-radius: 4px !important;
}

.srchPanelCell2 span select {
	min-width: 21%;
	max-width: 24%;
}
.srchPanelCell2 span select+select {
	min-width: 32%;
	max-width: 36%;
}
.srchPanelCell2 span select+select+select {
	min-width: 29%;
	max-width: 36%;
}
.srchPanelCell2 span select+select+select+input+a {
	min-width: 2%;
	max-width: 4%;
}

.srchPanelCell2 span select+select+select+input+a img {
	margin-bottom: -3px;
}

.addOption{
	margin: 5px 5px 10px 10px;
}





.controlChooseMenu {
	background-color: #cfeeda;
	border: 0 solid black;    border-radius: 6px;
}

.srchPanelTable{
	
}

.searchWin{			     
	padding: 0px;
}

a.addSearchControl:hover
{
	color: #303030;	
	cursor: pointer;
	display: block;
	TEXT-DECORATION: underline;
}

a.addSearchControl
{
	font-family: 'Roboto Condensed';
	font-size: 18px;
	FONT-WEIGHT: bold;
	COLOR: #303030;
	cursor: pointer;
	display: block;
	TEXT-DECORATION:none;
	margin-bottom: 4px;
}




/* silver */
.admin_message 
{
	background-color:#FFC85D;
	padding:6px;
	text-align:center;
	margin-bottom:10px;
	left:0;
	top:0;
	border-bottom:1px solid orange;
	color: Black;
	font-size: 18px;
	font-family: 'Roboto Condensed';
}

a.admin_links
{
	color: Black;
	font-size: 18px;
	font-family: 'Roboto Condensed';
}
.error, .error p {
	color: #D32323;
	font-weight: normal;
}
.errorText
{
	color: #D32323;
	font-weight: normal;
	font-size: 14px;
	/*float: left;*/
}
.inline_error {
	font-family: 'Roboto Condensed';
	font-size: 14px;
	position: absolute;
	background-color: white;
	border: 0 solid #226644;    border-radius: 6px;
	padding: 10px;
	background-repeat: no-repeat;
}
.suggest_link {
   background-color: #ffffff;
   padding: 2px 6px 2px 6px;
}
.suggest_link_over {
	background-color: #cff6cf;
	color: Black;
	padding: 2px 6px 2px 6px;
}
.search_suggest {
color: black;
   position: absolute; 
   background-color: #ffffff; 
   text-align: left; 
   border: 0 solid #000000;	    border-radius: 6px;	
   width: 205px;
   font-family: 'Roboto Condensed';
   font-size: 10px;
   visibility: hidden;
   z-index: 1000;
}		
#master_details {
	color:black;
	font-family: 'Roboto Condensed';
	font-size: 14px;
	position: absolute;
	background-color: #cff6cf;
	border: 0 solid #226644;    border-radius: 6px;
	padding: 10px;
	background-repeat: no-repeat;
	display:none;
	z-index:1001;
}
.highlight {
	border: 2px solid #D32323;
	padding: 1px;
	/*background-color: #FCF7D1; */
}
.detailtable
{
	border: 0 solid #226644;    border-radius: 6px;

}
.detailtable td
{
	padding: 5px;
	background-color: #EBE1CE;
}

/* header */
.header {
	margin: 0 auto;
}
.navigation {
	background: #615e42;
}
.navigation td a
{
	text-decoration: underline;
	font-family: 'Roboto Condensed';
	font-size: 14px;
	FONT-WEIGHT: bold;
	COLOR: black;;
}
.navigation a:hover  {
	color: #626a62;
	text-decoration: none;
}
a {
	text-decoration: underline;
	color: #226644;
	text-shadow: 0 0 1px rgba(34,170,136,0.2);
}

a:hover 
{
	text-decoration: none;
	color: #ee8220;
	text-shadow: 0 0 1px rgba(238,130,32,0.2);
}
a.dt:hover{text-decoration: none;}
a.dt
{
	text-decoration: underline;
	color: #333;
	font-size:9pt;
}


.bl {
	border-bottom: 1px solid #999999;
	border-top: 1px solid Black;
	/*border-left: 1px solid #E3DAC6;
	*/
	color: #999999;
	font-size: 13px;
	font-family: 'Roboto Condensed';
	height: 30px;
	margin: 0;
	padding-left: 12px;
	background-color : #226644;
}
.pagina {
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	/*border-left: 1px solid #E3DAC6;
	*/
	color: Black;
	font-size: 1.2em;
	height: 30px;
	margin: 0;
	padding-left: 12px;
	background-color : #E2E2E2;
}
.currentT {
	border-bottom: 1px solid #999999;
	border-top: 1px solid Black;
	border-left: 1px solid #E2E2E2;
	/*border-left: 1px solid #E3DAC6;
	*/
	color: #999999;
	font-size: 1.1em;
	height: 30px;
	margin: 0;
	padding-left: 12px;
	background-color : #226644;
}
.menu_item{
	border-bottom: 1px solid #999999;
	background-color: #777;
}
.menu_item a {
	display: block;
	padding: 4px 0 4px 10px;
	text-decoration: none;
	/*FONT-FAMILY: verdana, Arial;*/
	font-size: 14px;
	color: #303030;
}
.menu_item a:hover {
	background: #999;
	color: #303030;
	font-weight : bold;
}
.adminAreaMenuItem{padding:5px 10px;}
.bmenu{
		font-family: 'Roboto Condensed';
		font-size: 18px;
		cursor: pointer;
	  }
.menu_active{background-color:#f5f5f5;}
.submenu, .Gmenu ul li ul {background:#ccbca2; border:0 solid #b2a287;}
.Gmenu ul li ul li{border-top:1px solid #d6c5aa;border-bottom:1px solid #c0b19a;}
.Vmenu1 a, .Vmenu2 a, .Gmenu  a{outline: none;}
.Gmenu ul li ul {top:37px;}
.hr a{text-decoration:none;color: #938267;font-size:11px;}
HR{ 
	color: #938267; 
	background-color:#938267;
	border:0px none; height:1px; 
	clear:both;
  }
div.load_block1 
{
	border:2px #938267 solid;
	background-color:#fafcfa;
}   
span.load_text
{
    color:#22aa88;
	font-weight:bold;
} 
/* footer */
.footer {
	color: #303030;
	font-size: 1.1em;
	/*line-height: 40px;
	*/
	margin: 0 auto;
	text-align: center;
	background : #484848;
}
.footer a {
	color: #FFD;
	text-decoration: none;
}
.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

TD, TH, P
{
    FONT-SIZE: 14px;
    COLOR: black;
   font-family: 'Roboto Condensed';
}
INPUT
{
    COLOR: #626a62;
    font-family: 'Roboto Condensed';
	border-collapse: separate;
	border-radius: 2px;
	font-size: 14px;
	padding: 2px 4px;
}
SELECT
{
    FONT-SIZE: 14px;
    COLOR: #626a62;
    font-family: 'Roboto Condensed';
	padding: 2px;
}
TEXTAREA
{
    FONT-SIZE: 14px;
    COLOR: #226644;
    font-family: 'Roboto Condensed';
	padding: 2px 4px;
}
LI
{
	COLOR: #226644;
	LINE-HEIGHT: 1.5em;
	LIST-STYLE-TYPE: square;
	font-family: 'Roboto Condensed';
	FONT-SIZE: 12pt;
	padding: 2px 4px;
}
INPUT.button,
INPUT.buttonM
{
	background-color: #20caa8;
	background: -webkit-linear-gradient(left top, left bottom, #20caa8, #00aa88);
    background: -moz-linear-gradient(top, #20caa8, #00aa88);
	background: -o-linear-gradient(top, #20caa8, #00aa88);
	background: -ms-linear-gradient(top,  #20caa8,  #00aa88);
	background: -khtml-linear-gradient(top,  #20caa8,  #00aa88);
	background: linear-gradient(to bottom, #20caa8, #00aa88);
	border: 0 solid #357ebd;    
	border-radius: 2px;
	color:#ffffff;
	font-size: 17px;
	cursor: pointer;
	WIDTH: auto;
	FONT-WEIGHT: bold;
	padding: 4px 16px;
	margin: 4px;
	box-shadow: inset 0 0 2px #226644;
}
INPUT.button[disabled]{
	background: #606068;
	border: 0 solid #808090;    
	border-radius: 2px;
	color: #303030;     
	cursor: default;
}
INPUT.button[readonly]{
}

INPUT.button:hover,
INPUT.buttonM:hover {
	background-color: #ee8220;
	text-shadow: 0 0 1px rgba(238,130,32,0.2);
	background: -webkit-linear-gradient(left top, left bottom, #ee8220, #ce6200);
    background: -moz-linear-gradient(top, #ee8220, #ce6200);
	background: -o-linear-gradient(top, #ee8220, #ce6200);
	background: -ms-linear-gradient(top,  #ee8220,  #ce6200);
	background: -khtml-linear-gradient(top,  #ee8220,  #ce6200);
	background: linear-gradient(to bottom, #ee8220, #ce6200);
	box-shadow: 0 0 2px #ee8220;
}

input[type='checkbox'] {
	margin: 0;
}



.search
{
    BORDER-RIGHT: black 1px solid;
    PADDING-RIGHT: 5pt;
    BORDER-TOP: black 1px solid;
    PADDING-LEFT: 5pt;
    PADDING-BOTTOM: 5pt;
    BORDER-LEFT: black 1px solid;
    PADDING-TOP: 5pt;
    BORDER-BOTTOM: black 1px solid;
    BACKGROUND-COLOR: #e5e5e5
}
.shade
{
	COLOR: #226644;
	BACKGROUND-COLOR: #cff6cf;
	/*vertical-align: middle;*/
}

.blackshade
{
	background-color : #cfeeda;
	COLOR: #226644;
}

.defblackshade
{
	COLOR: #226644;
}

tr.rowhighlited
{
	COLOR: #226644;
	BACKGROUND-COLOR: #dceede;
}

tr.rowselected  td.listIcons  img.listIcon
{
	opacity:1;
	filter:alpha(opacity=100);
}

.message
{
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;	
    font-family: 'Roboto Condensed';
}

.mes_ok
{
	COLOR: #63a663;
	background-color:#dfffdf;
	border:2px solid #bfdfbf;
	padding:10px;
	text-align:center;
}

.mes_not
{
	color:#550000;
	background-color:#ffe3e3;
	border:2px solid #e85555;
	padding:10px;
	text-align:center;
}

.SELECTS
{
    BORDER-RIGHT: gray 1px solid;
    BORDER-TOP: gray 1px solid;
    BORDER-LEFT: gray 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    COLOR: #226644;
    width: 57;
    font-family: 'Roboto Condensed';
}

h1
{
	font-family: 'Roboto Condensed';
	font-size: 13pt;
	color: Black;
}
.tableheader
{
	FONT-FAMILY: 'Roboto Condensed';
	font-size: 18px;
	FONT-WEIGHT: bold;
	BACKGROUND-COLOR: #cfeeda;
	COLOR: #626a62;
	padding: 5px;
} 
.header2
{
	BACKGROUND-COLOR: #fafcfa;
	padding: 10px;
}
.fieldname
{
	font-family: 'Roboto Condensed';
	color: #226644;
	font-weight: bold;
	padding: 5px;
}
.xtop, .xbottom {display:block; background: inherit; color:#ffffff; border:#ffffff; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {
	display:block;
	/* 
	do not use this style with search panel on list
		overflow:hidden;
	*/
	background: #ffffff;
}

#header_block {
	width: auto !important;
}
#header_block span b font {
	color: #ee8220 !important;
}

#center_block {
	width: auto;
	max-width: 100%;
	margin: auto;
}
#form1 {
	width: auto !important;
	max-width: 360px !important;
	margin: auto !important;
}

#yui-gen0 {
	max-width: 900px;
}

.top {
	white-space: normal !important;
	height: auto !important;
	padding: 5px !important;
}

#winrar_block td div {
	text-align: justify !important;
}

.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {
	border-left: 1px solid #fafcfa;
	border-right: 1px solid #fafcfa;
}
.xb1 {
	margin:0 5px;
	background: #ffffff;
}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
.xboxcontent {
	display: table;
	padding: 0px;
	color:#22aa88; 
}
.xboxcontent th {
	background: #cfeeda;
	color: #226644;
	text-shadow: 0 0 1px rgba(34,170,136,0.2);
}
.xboxcontent tr {
	background: #cff6cf;
}
.xboxcontent tr:nth-child(2n) {
	background: #ffffff;
}
.xboxcontent tr:hover {
	background: #dceede;
}
b.xtop+div.xboxcontent {
	display: block;
}
b.xtop+div.xboxcontent tr {
	background: none;
}

.xboxcontent2 {
	display:block;
	border: 0 solid #726449;    border-radius: 6px;
	border-width:0 1px;
	padding-top:20px;
	padding-bottom:20px;
	background: #ffffff;
}
.main_table
{
	background : #E6DFD4;
}
.main_table2
{
	background : #cfeeda;
}
.data, .grid
{
	background-color: #FCFBF7;
}
.separator
{
	background-color : #A4A4A0;
}
.tn
{
	background-color : #EEEBE8;
}
.menu_line
{
	background-color : #555555;
}
.line2
{
	background-color : #E6E1DC;
}

a.toplinks
{
	font-family: 'Roboto Condensed';
	font-size: 14px;
	color: #B19F82;
	TEXT-DECORATION: none
}
a.toplinks:hover
{
	color: #226644;
	TEXT-DECORATION: underline;
}
a.tablelinks
{
	font-family: 'Roboto Condensed';
	font-size: 14px;
	FONT-WEIGHT: bold;
	cursor:pointer;
	TEXT-DECORATION: none;
}
a.tablelinks-now
{
	font-family: 'Roboto Condensed';
	font-size: 10px;
	FONT-WEIGHT: bold;
	background: #7E7E7E;
	color: #303030;
}
a.highlight-table
{
	font-family: 'Roboto Condensed';
	font-size: 14px;
	FONT-WEIGHT: bold;
	color: #303030;
	TEXT-DECORATION: none;
}
a.tablelinks:hover
{
	TEXT-DECORATION: none;
	color: #226644;
	text-shadow: 0 0 1px rgba(34,170,136,0.2);
	cursor:pointer;
}
a.addnew
{
	font-family: 'Roboto Condensed';
	font-size: 18px;
	color: #999999;
	TEXT-DECORATION: none;
}
a.addnew:hover
{
	color: #303030;
	TEXT-DECORATION: none;
	font-weight : bold;
}
a.columnheaders
{
	font-family: 'Roboto Condensed';
	font-size: 14px;
	COLOR: #626a62;
	TEXT-DECORATION: underline;
	font-weight : bold;
	vertical-align: middle;
}
a.columnheaders:hover
{
	TEXT-DECORATION: none
}

.searchpanel
{
	margin-left : 5px;
	margin-top : 5px;
	background-color : #226644;
	color: #999999;
	/*border: 0 solid #687AA4;
	*/
	/*border : 2px solid #CECECE;*/
}
a.navlinks
{
	text-decoration: none;
	font-family: 'Roboto Condensed';
	font-size: 14px;
	FONT-WEIGHT: bold;
	COLOR: #747474;
}
a.navlinks:hover  {
	color: Black;
	text-decoration: underline;
}


.menuline
{background:E6DFD4;
}
.uplistmenu
{background:#cfeeda;
font-family: 'Roboto Condensed';
font-size: 14px;
COLOR: black;
}
.upeditmenu
{
background:#cfeeda;
font-family: 'Roboto Condensed';
font-size: 18px;
FONT-WEIGHT: bold;
padding-top: 10px !important;
}
.upeditmenu_gif
{
background: url("img/header_grad.gif") repeat bottom;
font-family: 'Roboto Condensed';
font-size: 18px;
FONT-WEIGHT: bold;
COLOR: black;
}
.upeditmenu_left
{
background: url(img/editup_left.gif) no-repeat left top;
}
.upeditmenu_center
{
background: #226644;
font-family: 'Roboto Condensed';
font-size: 18px;
FONT-WEIGHT: bold;
COLOR: #ffffff;
border-radius: 8px;
}
.upeditmenu_right
{
background: url(img/editup_right.gif) no-repeat left top;
}
.upsearchmenu
{
font-family: 'Roboto Condensed';
font-size: 18px;
FONT-WEIGHT: bold;
COLOR: #226644;
background:#cff6cf;
}
.headerlist_v
{
font-family: 'Roboto Condensed';
font-size: 14px;
FONT-WEIGHT: bold;
color: #226644;
	text-shadow: 0 0 1px rgba(34,170,136,0.2);
background:#cfeeda;
text-align: left;
line-height: 20px;
vertical-align: middle;
border-bottom: 1px solid #226644;
}
.headerlistdown_v
{
font-family: 'Roboto Condensed';
font-size: 14px;
FONT-WEIGHT: bold;
color: #226644;
	text-shadow: 0 0 1px rgba(34,170,136,0.2);
background:#cff6cf;
text-align: left;
line-height: 20px;
vertical-align: middle;
border-bottom: 1px solid #226644;
}
.headerlistdown_v2
{
font-family: 'Roboto Condensed';
font-size: 14px;
color: #226644;
	text-shadow: 0 0 1px rgba(34,170,136,0.2);
background:#fafcfa;
text-align: left;
line-height: 20px;
vertical-align: middle;
border-bottom: 1px solid #226644;
}
.headerlist
{
font-family: 'Roboto Condensed';
font-size: 14px;
FONT-WEIGHT: bold;
color: #226644;
	text-shadow: 0 0 1px rgba(34,170,136,0.2);
background:#cfeeda;
text-align: center;
vertical-align: middle; /* was: middle; */
border-right: 1px solid #226644;
border-bottom: 1px solid #226644;
}
.headerlist2
{
font-family: 'Roboto Condensed';
font-size: 14px;
FONT-WEIGHT: bold;
color: #226644;
	text-shadow: 0 0 1px rgba(34,170,136,0.2);
background:#cfeeda;
text-align: center;
vertical-align: middle;
border-right: 1px solid #226644;
border-left: 1px solid #226644;
border-bottom: 1px solid #226644;
}
.headerlist_right_gif
{
font-family: 'Roboto Condensed';
font-size: 14px;
FONT-WEIGHT: bold;
color: #226644;
	text-shadow: 0 0 1px rgba(34,170,136,0.2);
text-align: center;
vertical-align: middle;
border-bottom: 1px solid #226644;
background: #cfeeda;
}
.headerlist_right_gif_P
{
font-family: 'Roboto Condensed';
font-size: 14px;
FONT-WEIGHT: bold;
color: #226644;
	text-shadow: 0 0 1px rgba(34,170,136,0.2);
text-align: center;
vertical-align: middle;
border-bottom: 1px solid #226644;
background: #cfeeda;
}

.headerlist_right
{
font-family: 'Roboto Condensed';
font-size: 14px;
FONT-WEIGHT: bold;
color: #226644;
	text-shadow: 0 0 1px rgba(34,170,136,0.2);
background: #cfeeda;
text-align: center;
vertical-align: middle;
border-bottom: 1px solid #226644;
background: #cfeeda;
}
.headerlist_right_M
{
font-family: 'Roboto Condensed';
font-size: 14px;
FONT-WEIGHT: bold;
color: #226644;
	text-shadow: 0 0 1px rgba(34,170,136,0.2);
background: #cfeeda;
text-align: center;
vertical-align: middle;
border-bottom: 1px solid #226644;
background: #cfeeda;
}
.headerlist_right2
{
font-family: 'Roboto Condensed';
font-size: 14px;
FONT-WEIGHT: bold;
color: #226644;
	text-shadow: 0 0 1px rgba(34,170,136,0.2);
background: #cfeeda;
text-align: center;
vertical-align: middle;
border-bottom: 1px solid #226644;
background: #cfeeda;
}
.headerlist_left
{
font-family: 'Roboto Condensed';
font-size: 14px;
FONT-WEIGHT: bold;
color: #226644;
	text-shadow: 0 0 1px rgba(34,170,136,0.2);
text-align: center;
vertical-align: middle;
background: #cfeeda;
border-bottom: 1px solid #226644;
background: #cfeeda;
}
.headerlist_left_gif
{
font-family: 'Roboto Condensed';
font-size: 14px;
FONT-WEIGHT: bold;
color: #226644;
	text-shadow: 0 0 1px rgba(34,170,136,0.2);
text-align: center;
vertical-align: middle;
background: #cfeeda;
border-bottom: 1px solid #226644;
background: #cfeeda;
}
.headerlist_left_gif_P
{
font-family: 'Roboto Condensed';
font-size: 14px;
FONT-WEIGHT: bold;
color: #226644;
	text-shadow: 0 0 1px rgba(34,170,136,0.2);
text-align: center;
vertical-align: middle;
background: #cfeeda;
border-bottom: 1px solid #226644;
background: #cfeeda;
}
.headerlist_left_M
{
font-family: 'Roboto Condensed';
font-size: 14px;
FONT-WEIGHT: bold;
color: #226644;
	text-shadow: 0 0 1px rgba(34,170,136,0.2);
text-align: center;
vertical-align: middle;
background: #cfeeda;
border-bottom: 1px solid #226644;
background: #cfeeda;
}
.headerlist_left_v
{
background: #cfeeda;
}
.headerlist_right_v
{
border-bottom: 1px solid #226644;
background: #cfeeda;
}
.searchlist_left
{
background: #cfeeda;
border-bottom: 1px solid #226644;
}
.searchlist_right
{
background: #cfeeda;
border-bottom: 1px solid #226644;
border-left: 1px solid #226644;
}
.searchlist
{
font-family: 'Roboto Condensed';
font-size: 14px;
FONT-WEIGHT: bold;
color: #226644;
	text-shadow: 0 0 1px rgba(34,170,136,0.2);
background:#cfeeda;
text-align: center;
vertical-align: middle;
border-left: 1px solid #226644;
border-bottom: 1px solid #226644;
}
.headerlistdown_left
{
background: #615e42 url(img/header_left_down_grad.gif) no-repeat left bottom
}
.headerlistdown_right
{
background: #615e42 url(img/header_right_down_grad.gif) no-repeat right bottom
}
.headerlistdown_left2
{
background: #264
}
.headerlistdown_right2
{
background: #264
}
.linedownD1
{
	background: #ffffff;
}

#mainmenu_block {
	width: 100% !important;
}

#mainmenu_block ul li {
	width: 100% !important;
	text-align: center;
	margin-left: -10px !important;
	border-top: 1px solid #cfeeda;
	border-bottom: 1px solid #cfeeda;
}

.top font {
	font-family: 'Roboto Condensed' !important;
}

.top b, .top b font {
	color: #ee8220 !important;
}

.top span {
	border: none !important;
}

a.tablelinks2
{
	font-family: 'Roboto Condensed';
	font-size: 14px;
	FONT-WEIGHT: bold;
	COLOR: black;
	TEXT-DECORATION:underline;
	cursor: pointer;
}
a.tablelinks2:hover
{
	TEXT-DECORATION: none;
	color: black;
	cursor: pointer;
}
a.highlight-tablesearch
{
	font-family: 'Roboto Condensed';
	font-size: 18px;
	FONT-WEIGHT: bold;
	color: #fced71;
	TEXT-DECORATION: none;
}
a.highlight-tablesearch:hover
{
	color: #fced71;
	TEXT-DECORATION: none;
}
a.tablelinkssearch
{
	font-family: 'Roboto Condensed';
	font-size: 18px;
	FONT-WEIGHT: bold;
	cursor: pointer;
	display: block;
	text-decoration: none;
}
a.tablelinkssearch+a.tablelinkssearch {
	margin-top: -16px;
	margin-bottom: -12px;
}
a.tablelinkssearch:hover
{
	TEXT-DECORATION:none;
	cursor: pointer;
}
tr.tablelinkssearch
{
	cursor: pointer;
}
tr.tablelinkssearch_hover
{
	background: #D8CEBE;
	cursor: pointer;
}

#showSrchWin1, #showOptPanel1, #searchButtTop1 {
	padding: 0;
	margin: 0;
	width: 20px;
	height: 20px;
	background-color: #20caa8;
	background-size: 100% 100%;
	vertical-align: top;
}
#showSrchWin1:hover, #showOptPanel1:hover, #searchButtTop1:hover {
	background-color: #ee8220;
	text-shadow: 0 0 1px rgba(238,130,32,0.2);
}

a.menuhref
{
	font-family: 'Roboto Condensed';
	font-size: 18px;
	FONT-WEIGHT: bold;
	COLOR: black;
	TEXT-DECORATION:underline;
	cursor: pointer;
}
a.menuhref
{
	COLOR: black;
	TEXT-DECORATION:none;
	cursor: pointer;
	FONT-WEIGHT: bold;
}

.tabledate
{
font-family: 'Roboto Condensed';
font-size: 10px;
COLOR: black;
text-align: center;
vertical-align: middle;
}
.downedit, .downedit2
{
	font-family: 'Roboto Condensed';
	font-size: 14px;
	FONT-WEIGHT: bold;
}
.downedit2
{
	color: #226644;
	text-shadow: 0 0 1px rgba(34,170,136,0.2);
	background:#cff6cf;
}
.loginshade
{
	font-family: 'Roboto Condensed';
	font-size: 14px;
	COLOR: #303030;
	vertical-align: middle;
	FONT-WEIGHT: bold;
	width: 100% !important;
}
.editshade
{
	font-size: 14px;
	FONT-WEIGHT: bold;
	COLOR: black;
	BACKGROUND-COLOR: #E3DAC6;
	vertical-align: middle;
}
.editshade_v
{
	font-size: 14px;
	FONT-WEIGHT: bold;
	COLOR: black;
	BACKGROUND-COLOR: #fafcfa;
	vertical-align: middle;
	border-bottom: 1px solid #226644;
}
.editshadeleft
{
	font-size: 14px;
	FONT-WEIGHT: bold;
	COLOR: black;
	BACKGROUND: #615e42 url(img/up_left.gif) no-repeat left top;
	vertical-align: middle;
}
.editshaderight
{
	font-size: 14px;
	FONT-WEIGHT: bold;
	COLOR: black;
	BACKGROUND: #615e42 url(img/up_right.gif) no-repeat right top;
	vertical-align: middle;
}
.navigat
{
	font-size: 14px;
	FONT-WEIGHT: bold;
	COLOR: black;
	BACKGROUND-COLOR: #E3DAC6;
	vertical-align: middle;
}
.navigat_left
{
	BACKGROUND: #615e42 url(img/up_left.gif) no-repeat left top;
}
.navigat_right
{
	BACKGROUND: #615e42 url(img/up_right.gif) no-repeat right top;
}


.editshade_b, .editshade_lb
{
	font-size: 14px;
	color: #226644;
	text-shadow: 0 0 1px rgba(34,170,136,0.2);
	BACKGROUND-COLOR: #fafcfa;
	vertical-align: middle;
	border-bottom:1px solid #226644;
}
.editshade_b
{
	FONT-WEIGHT: bold;
}
.editshade_lb
{
	border-left:1px solid #226644;
}

.editshadeleft_b, .editshadeleft_b2
{
	font-size: 14px;
	FONT-WEIGHT: bold;
	color: #226644;
	text-shadow: 0 0 1px rgba(34,170,136,0.2);
	vertical-align: middle;
	border-bottom:1px solid #226644;
}
.editshadeleft_b
{
	BACKGROUND: #fafcfa url(img/edit_left.gif) no-repeat left top;
}
.editshadeleft_b2
{
	BACKGROUND: #fafcfa url(img/edit_left2.gif) no-repeat left top;
}

.editshaderight_lb, .editshaderight_rb
{
	background-image:url(img/edit_right.gif);
}
.editshaderight_lb2, .editshaderight_rb2
{
	background-image:url(img/edit_right2.gif);
}
.editshaderight_rb, .editshaderight_rb2, 
.editshaderight_lb, .editshaderight_lb2
{
	background-repeat:no-repeat;
	background-position:right top;
}
.editshaderight_lb, .editshaderight_lb2,
.editshademiddle_lb, .editshademiddle_lb2
{
	font-size: 14px;
	color: #226644;
	text-shadow: 0 0 1px rgba(34,170,136,0.2);
	vertical-align: middle;
	border-left:1px solid #226644;
}

.editshade_cb, 
.editshaderight_lb, .editshaderight_lb2, 
.editshademiddle_lb, .editshademiddle_lb2, 
.editshaderight_rb, .editshaderight_rb2
{
	background-color: #fafcfa;
	border-bottom:1px solid #226644;
}
.editshaderight_rb, .editshaderight_rb2{padding:0;}


.export_left
{
	font-size: 14px;
	color: #226644;
	text-shadow: 0 0 1px rgba(34,170,136,0.2);
	BACKGROUND: #fafcfa url(img/edit_left.gif) no-repeat left top;
	border-right:1px solid #D1BA84;
}
.export_right
{
	font-size: 14px;
	color: #226644;
	text-shadow: 0 0 1px rgba(34,170,136,0.2);
	BACKGROUND: #fafcfa url(img/edit_right.gif) no-repeat right top;
}
.darkshade
{
	BACKGROUND-COLOR: #E6DFD4;
}
.darkshade2
{
	BACKGROUND-COLOR: #938267;
}
.buttonborder {outline:0px solid #f5f5f5;}
.success
{
	font-family: 'Roboto Condensed';
	font-size: 18px;
	color: #226644;
	text-shadow: 0 0 1px rgba(34,170,136,0.2);
	BACKGROUND: #ffffff;
	FONT-WEIGHT: bold;
}
.xb1b, .xb2b, .xb3b, .xb4b {
	display:block;
	overflow:hidden;
	background: #cfeeda;
}
.xb1b, .xb2b, .xb3b {height:1px;}
.xb2b, .xb3b, .xb4b {
	border-left: 1px solid #cfeeda;
	border-right: 1px solid #cfeeda;
}
.xb1b {
	margin:0 5px;
	background: #cfeeda;
}
.xb2b {margin:0 3px; border-width:0 2px;}
.xb3b {margin:0 2px;}
.xb4b {height:2px; margin:0 1px;}

.xb1b2, .xb2b2, .xb3b2, .xb4b2 {
	display:block;
	overflow:hidden;
	background: #ffffff;
}
.xb1b2, .xb2b2, .xb3b2 {height:1px;}
.xb2b2, .xb3b2, .xb4b2 {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.xb1b2 {
	margin:0 5px;
	background: #ffffff;
}
.xb2b2 {margin:0 3px; border-width:0 2px;}
.xb3b2 {margin:0 2px;}
.xb4b2 {height:2px; margin:0 1px;}

.xboxcontentb {
	display:block;
	border: 0 solid #ffffff;    border-radius: 6px;
	border-width:0 0px;
	padding: 0px;
	background: #ffffff;
}

.xb1u, .xb2u, .xb3u, .xb4u {
	display:block;
	overflow:hidden;
	background: #fafcfa;
}
.xb1u, .xb2u, .xb3u {height:1px;}
.xb2u, .xb3u, .xb4u {
	border-left: 1px solid #fafcfa;
	border-right: 1px solid #fafcfa;
}
.xb1u {
	margin:0 5px;
	background: #fafcfa;
}
.xb2u {margin:0 3px; border-width:0 2px;}
.xb3u {margin:0 2px;}
.xb4u {height:2px; margin:0 1px;}

.xb1a, .xb2a, .xb3a, .xb4a {
	display:block;
	overflow:hidden;
	background: #cff6cf;
}
.xb1a, .xb2a, .xb3a {height:1px;}
.xb2a, .xb3a, .xb4a {
	border-left: 1px solid #cff6cf;
	border-right: 1px solid #cff6cf;
}
.xb1a {
	margin:0 5px;
	background: #cff6cf;
}
.xb2a {margin:0 3px; border-width:0 2px;}
.xb3a {margin:0 2px;}
.xb4a {height:2px; margin:0 1px;}

.shade2
{
	COLOR: black;
	BACKGROUND-COLOR: #cff6cf;
	vertical-align: middle;
}
.lightshade
{
	background: #FEF7BB;
}
a.tablelinks3
{
	font-family: 'Roboto Condensed';
	font-size: 14px;
	FONT-WEIGHT: bold;
	COLOR: #FEF7BB;
	TEXT-DECORATION: underline;
	cursor:pointer;
}
a.tablelinks3:hover
{
	TEXT-DECORATION: none;
	cursor:pointer;
}
.body3 {

	background-color: #ffffff;
}
.body2 {

	background-color: #615e42;
}
.linedownbody{
	border-bottom: solid #615e42 3px;
}
.lineleftbody{
	border-left: solid #615e42 3px;
}
.toplist
{
	font-family: 'Roboto Condensed';
	font-size: 14px;
	COLOR: #626a62;
}
.borderbody
{border-right:1px solid white;}
a.page
{color: white;
}

.main_table_border
{
	background : #cfeeda;
	padding:10px;
}
.main_table_border_P
{
	background : #cfeeda;
}
.main_table_border2
{
	background : #cfeeda;
}
.logged_left
{
background: #615e42 url(img/logged_left.gif) no-repeat left bottom;
}
.logged_right
{
background: #615e42 url(img/logged_right.gif) no-repeat right bottom;
}
.logged
{
background: #615e42 url(img/logged.gif) repeat left bottom;
font-family: 'Roboto Condensed';
font-size: 18px;
FONT-WEIGHT: bold;
COLOR: #226644;
}
.up_right2
{
BACKGROUND: #615e42 url(img/up_right2.gif) no-repeat right top;
}
.shade_b
{
	COLOR: #226644;
	BACKGROUND-COLOR: #F2EFD7;
	vertical-align: middle;
	border-bottom: 1px solid #226644;
}
.headerlistup_left
{
background: url(img/header_left_grad.gif) no-repeat left bottom;
}
.headerlistup_right
{
background: url(img/header_right_grad.gif) no-repeat right bottom;
}
.downeditmenu
{
background: url("img/header_down_grad.gif") repeat left top;
font-family: 'Roboto Condensed';
font-size: 1px;
COLOR: white;
}
.menuup_left
{
background: url(img/menu_up_left.gif) no-repeat left bottom;
}
.menuup_right
{
background: url(img/menu_up_right.gif) no-repeat right bottom;
}
.menuup
{
background: url(img/menu_up.gif) repeat bottom;
}
.menu_table
{
	border-left: 1px solid #B2A287;
	border-right: 1px solid #B2A287;
	background: #00bb00;
}
.menu_table1
{
	background: #B3A793;
	border: 0 solid #00bb00;    border-radius: 6px;
}
.menu_table2
{
	border-left: 1px solid #B2A287;
	border-right: 1px solid #B2A287;
	border-bottom: 1px solid #B2A287;
}
.menu_text
{
	font-family: 'Roboto Condensed';
	font-size: 14px;
	FONT-WEIGHT: bold;
	COLOR: #226644;
}
.blackshade2
{
	font-family: 'Roboto Condensed';
	font-size: 14px;
	FONT-WEIGHT: bold;
	COLOR: white;
	background: #867966;
}
.border_top
{
	border-top:1px solid #615e42;
}
.headerlistdown2_left
{
background: #FCFBF7 url(img/down_left2.gif) no-repeat left bottom;
}
.headerlistdown2_right
{
background: #FCFBF7 url(img/down_right2.gif) no-repeat right bottom;
}
a.menu_db
{
	font-family: 'Roboto Condensed';
	font-size: 14px;	
	COLOR: #626a62;
	TEXT-DECORATION: none;
	FONT-WEIGHT: bold;
	padding-right:5px;
	padding-left:10px;
}
a.menu_db2
{
	font-family: 'Roboto Condensed';
	font-size: 14px;	
	COLOR: #ffffff;
	TEXT-DECORATION: none;
	FONT-WEIGHT: bold;
	padding-right:5px;
	padding-left:10px;
}

.xb1b3, .xb2b3, .xb3b3, .xb4b3 {
	display:block;
	overflow:hidden;
	background: #E6DFD4;
}
.xb1b3, .xb2b3, .xb3b3 {height:1px;}
.xb2b3, .xb3b3, .xb4b3 {
	border-left: 1px solid #E6DFD4;
	border-right: 1px solid #E6DFD4;
}
.xb1b3 {
	margin:0 5px;
	background: #E6DFD4;
}
.xb2b3 {margin:0 3px; border-width:0 2px;}
.xb3b3 {margin:0 2px;}
.xb4b3 {height:2px; margin:0 1px;}

.xb1b4, .xb2b4, .xb3b4, .xb4b4 {
	display:block;
	overflow:hidden;
	background: #ffffff;
}
.xb1b4, .xb2b4, .xb3b4 {height:1px;}
.xb2b4, .xb3b4, .xb4b4 {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.xb1b4 {
	margin:0 5px;
	background: #ffffff;
}
.xb2b4 {margin:0 3px; border-width:0 2px;}
.xb3b4 {margin:0 2px;}
.xb4b4 {height:2px; margin:0 1px;}

.headerlistdown_left2_P
{
background: #cfeeda;
}
.headerlistdown_right2_P
{
background: #cfeeda;
}


.rb1, .rb2, .rb3, .rb4 {
	display:block;
/* 
do not use this style with search panel on list
	overflow:hidden;
*/
}
.rb1, .rb2, .rb3 {border-top:solid 1px}
.rb1 {margin:0 5px;}
.rb2 {margin:0 3px;}
.rb3 {margin:0 2px;}
.rb4 {border-top:solid 2px; margin:0 1px;}

.rb1_search,.rb2_search,.rb3_search,.rb4_search {border-color:#226644;margin-left:0px; display:none;}
.rb1_controls,.rb2_controls,.rb3_controls,.rb4_controls {border-color:#226644} 
.rb1_top,.rb2_top,.rb3_top,.rb4_top {border-color:#226644}
.rb1_panel,.rb2_panel,.rb3_panel,.rb4_panel {border-color: #cfeeda;}

.top
{
background: #226644;
font-family: 'Roboto Condensed' !important;
font-size: 16px;
FONT-WEIGHT: bold;
COLOR: #ffffff;
border-radius: 0 0 8px 8px;
}
 
#search_records_block1 {
	border: 0;
	border-radius: 6px;
}
#search_records_block1 * {
	margin-top: 8px;
}
 
.menuitem_active{background-color: #226644;}
.menuitem{background-color:#cff6cf;}
.menuitem, .menuitem_active {
	border: 0;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding-top: 4px !important;
	padding-bottom: 6px !important;
}
.spanborder_active{border:0 solid #226644;}
.spanborder{}

.rb1_menu,.rb2_menu,.rb3_menu,.rb4_menu {border-color:#cff6cf;}
.rb1_menua,.rb2_menua,.rb3_menua,.rb4_menua {border-color:#226644;}

.table_right {background : #ffffff;}

.xb1b1, .xb2b1, .xb3b1, .xb4b1 {
	display:block;
	overflow:hidden;
	background: #CDC4B6;
}
.xb1b1, .xb2b1, .xb3b1 {height:1px;}
.xb2b1, .xb3b1, .xb4b1 {
	border-left: 1px solid #B2A287;
	border-right: 1px solid #B2A287;
}
.xb1b1 {
	margin:0 5px;
	background: #B2A287;
}
.xb2b1 {margin:0 3px; border-width:0 2px;}
.xb3b1 {margin:0 2px;}
.xb4b1 {height:2px; margin:0 1px;}

.menu_unselected {background-color: #A79F90;}
.menuborder1 {border-color:#B2A287;}
.menuborder2 {border-color:#B2A287;}
.tableborder {border: 0 solid #B2A287;    border-radius: 6px;}
.tableborder1 {}

.srchPanelCell {
	text-align: left;
}

#showSrchWin1 {
	display: none;
}

#maintable {
	border: 2px solid #226644 !important;
}
div.top > span > a {
	text-decoration: none !important;
}
.width_100_proc {
	max-width: 100%;
}

body * {
	-webkit-transition: 0.2s;
	-khtml-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.critCont {
	display: none !important;
}

#search_records_block1 {
	min-height: 33px;
}

div.srchPanelTable > div.srchPanelRow > div.srchPanelCell {
	white-space: nowrap;
	overflow: visible;
}

div.srchPanelTable > div.srchPanelRow > div.srchPanelCell > div.srchPanelCell {
	margin: 5px 2px !important;
	padding: 0 0 0 2px !important;
}
div.srchPanelTable > div.srchPanelRow > div.srchPanelCell > div.srchPanelCell > img.searchPanelButton {
	visibility: visible !important;
	opacity: 0;
}
div.srchPanelTable > div.srchPanelRow > div.srchPanelCell:hover > div.srchPanelCell > img.searchPanelButton {
	opacity: 1;
}

.Gmenu ul li {
	max-width: 108px;
}

#contents_block > b.xtop {
	margin-bottom: -1px;
}