body {
	color: black;
	background-color: white;
	font-family: Trebuchet MS, Verdana, Lucida;
    background-image: url('images/peaimages/big_pea_landscape.jpg');
    background-repeat: no-repeat;
background-position: 50px 60px;
}


table#maintable {
    position: relative;
    align: center;
    width: 400px;
    margin-left: 128px;
    margin-top: 6px;
	margin-right: auto;
    
}

table{
    position: relative;
    align: center;
   // width: 400px;
    margin-left: 20px;
	//margin-right: auto;
    
}

h1#title {
    top: 10px;
    position: relative;
    left: -10px;
}

DIV.main {
    position: relative;
    align: center;
    width: 300px;
    margin-left: auto;
	margin-right: auto;
    border: 1px solid gray;
     background-color: CCFFFF;
     padding: 2px;
     

}

.main img {
    border: 1px silver solid;
}


DIV.parents {
	color: black;
	//border: 1px solid black;
    background-color: 66CCCC;
    align: center;
    padding: 4px;
     font-size: 12px;
}

DIV.oldparents {
    color: gray;
     background-color: CCFFFF;
    padding: 4px;
    border-bottom: 1px dotted gray;
    font-size: 12px;
   
}

DIV.children {
 background-color: white;
	color: green;
    align: center;
    padding: 4px;
     font-size: 12px;
}

.parents input {
    disabled: true;
    
}

.parents table{
    width: 100%;
}

.oldparents table{
    width: 100%;
}

.children table{
    width: 100%;
}


DIV.plant {
    align: center;

}

plant {
	font-size: 11px;
}

plant.selected {
    color: red;
}

plant.unselected {
    color: gray;
}

genotype {
	font-size: 10px;
	display: none;
	color: black;
	position: relative;
	left: 2em;
}	



DIV.instructions {

    background-image: url('images/peaimages/try2.jpg');
    background-repeat: no-repeat;
    position: relative;
    color: white;
    border: 2px white solid;
    width: 300px;
    height: 300px;
    font-size: 13px;
    line-height: 20px;

}

.instructions h3 {
    font-size: 18px;
    left: 10px;
    position: relative;
}

.instructions li {
    padding-left: 5px;
    padding-right: 5px;
}

.instructions input {
	position: relative;
	float: right;
	right: 10px;
	display: none;
}

.instructions table{

    color: white;

   
    font-size: 13px;
    line-height: 20px;


}


