﻿/* CSS file */

body 
{
    background-color: #FFFFFF;
    font-family:Arial;  
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.borderedImage
{
    border-style:solid;
    border-width:1;
}

.row
{
    background-color:#FFFFFF;
    width:100%;
}

.altRow
{
    background-color:#F5E4AE;
    width:100%;
}

td
{
    padding: 0;
    vertical-align: top;
}
.buttonColoring
{
    background-color:#F5E4AE;
    color:#006000;
}


contentpane
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.header{
    font-size:large}

.menuItem{
    color:#FEF5B0;
    text-align:left;
    text-decoration:none;
}

.hyperlink{
    color:#005500;
    text-align:left;
    text-decoration:none;
    font-size:smaller;
}
.hyperlink:hover
{
    text-decoration:underline;
}

.tables{
    background-color:#FEFFED;
    color:#1A3D22;
    width:100%;
}
textArea
{
    overflow:auto;
}
.menuItem:hover
{
    text-decoration:underline;
}
a{
	color: #2455AE;
}
.seedSearch{
    background-Image: url(Images/SeedSearch.gif);
    background-position:top left;
    background-repeat:no-repeat;
    font:Arial;
    font-size:medium;
}
.plantTypeSearch{
    background: url(Images/PlantTypeSearch.gif);
}
.headerBackground{
    background: url(Images/headerbackground.gif) repeat-x center center;
}

.contentPage{
    background-color: #FFFFFF;
}

hr
{
    width:75%;
    text-align:left;
}

.pageName{
    color:#004000;
    font-weight:bold;
    font-size:medium;
    font-family:Arial;
}

.definingLabel{
    color:#004000;
    font-family:Arial;
}

.innerTable
{
   width:100%;
   height:100%;
   text-align:left;
}


.menuBackground
{
    background-image: url(Images/login_background.png);
}

/* Example styles imported from YFR project
body{font-family: Arial;}
a{color:#000000; }
a:hover{ }


a.mainNav{ font-size:14px; color:#ffffff; text-decoration:none; }
a:hover.mainNav{text-decoration:underline; }
*/
