﻿/* The HTML table design container begins here */

/* The HTML table design begins here */
table.greenTable 
{
	text-align: center;
	font-weight: normal;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	color: Black;
}
/* The HTML table design begins here */

/* The HTML table column design begins here */
table.greenTable td 
{
	padding: 4px;
	text-align: left;
	font:11px/20px Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align: justify;
	/*border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #AAB737;*/
}
table.greenTable td a.link
{
	text-decoration: underline;
	color: Black;
	font-weight: bold;
}
table.greenTable td a.link:hover
{
	text-decoration: none;
	color: Orange;
	font-weight: bold;
}

/* The HTML table column design begins here */

/* The HTML table column without border design begins here */
table.greenTable td.WithoutBorder
{
	border-bottom-style: none;
}
/* The HTML table column design begins here */

/* The HTML table Heading design begins here */
table.greenTable td.Heading
{
	background-image: url(technical-images/menu-bg.gif);
	height: 25px;
	color: White;
	padding: 4px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
/* The HTML table Heading design ends here */

/* The HTML table Blank Row design begins here */
table.greenTable tr.BlankRow
{
	height: 25px;
}
/* The HTML table Blank Row design begins here */

/* The HTML table Blank Row design begins here */
table.greenTable tr.NormalRow
{
	height: 25px;
	vertical-align: middle;
}
/* The HTML table Blank Row design begins here */

/* The HTML table design container ends here */