/* table outline style
*/
table.plantguide
{
    border-top: 2px solid #C6D7C6; 
    border-left: 2px solid #C6D7C6; 
}

/* table outline style
*/
table.plantguide_splash
{
    border-top: 2px solid #C6D7C6; 
    border-left: 2px solid #C6D7C6; 
}

/* table when viewing an article
*/
table.plantguide td
{
    padding: 4px;
	margin: 4px;
	border-right: 2px solid #C6D7C6;
    border-bottom: 2px solid #C6D7C6; 

}

/* table cell outline style
*/
table.plantguide_splash td
{
    padding: 4px;
	margin: 4px;
	border-right: 2px solid #C6D7C6;
    border-bottom: 2px solid #C6D7C6; 
	width: 20%;

}

/* for keywords in tables
*/
table.plantguide h5
{
	color: #0E5E0E;
    margin-top: 0px;
    margin-bottom: 20px;
}

/* for keywords in tables
*/
table.plantguide_splash h5
{
	color: #0E5E0E;
    margin-top: 0px;
    margin-bottom: 20px;
}

/* for keywords in tables
*/
table.plantguide h4
{
	color: #0E5E0E;
}

/* for keywords in tables
*/
table.plantguide_splash h4
{
	color: #0E5E0E;
}

/* background color for first table keyword cell
*/
table.plantguide .keyword_1
{
    background-color: #94BE94;
}

/* background color for second table keyword cell
*/
table.plantguide .keyword_2
{
    background-color: #A5CBA5;
}

/* background color for third table keyword cell
*/
table.plantguide .keyword_3
{
    background-color: #B5D7B5;
}

/* background color for fourth table keyword cell
*/
table.plantguide .keyword_4
{
    background-color: #C6E3C6;
}

/* background color for fifth table keyword cell
*/
table.plantguide .keyword_5
{
    background-color: #D6EFD6;
}

table.plantguide .keyword_6
{
    background-color: #E7F7E7;
}

/* background color for first table keyword cell
*/
table.plantguide_splash .keyword_1
{
    background-color: #94BE94;
}

/* background color for second table keyword cell
*/
table.plantguide_splash .keyword_2
{
    background-color: #A5CBA5;
}

/* background color for third table keyword cell
*/
table.plantguide_splash .keyword_3
{
    background-color: #B5D7B5;
}

/* background color for fourth table keyword cell
*/
table.plantguide_splash .keyword_4
{
    background-color: #C6E3C6;
}

/* background color for fifth table keyword cell
*/
table.plantguide_splash .keyword_5
{
    background-color: #D6EFD6;
}

table.plantguide_splash .keyword_6
{
    background-color: #E7F7E7;
}

/* 
*/

/*
*/

/*
*/

/*
*/


