/* CSS Document */

body {
background-color:#666666;
}

#mainContainer_sod {
position:relative;
width:550px;
height:550px;
background-color:#006666;/*deeper green*/
margin-top:25px;
margin-left:auto;
margin-right:auto;
text-align:center;
border:black 1px solid;

}

h1 {
float:left;
margin-top:25px;
margin-left:100px;
width:350px;
color:white;
}


#instructions_sod {
float:left;
margin-left:75px;
margin-top:15px;
line-height:1.5em;
width:400px;
text-align:center;
color:white;
font-weight:bold;
border-top:#CCCCCC double 1px;
border-bottom:#cccccc double 1px;
padding-top:20px;
padding-bottom:20px;
}

#TurfCalculatorSquare {
float:left;
clear:left;
width:350px;
margin-left:75px;
margin-top:25px;
background-color:#cccccc;

}

#TurfCalculatorSquare table {
width:100%;
}

#TurfCalculatorSquare tr {
height:30px;
}


.tableHeader {
background-color:#999999;
color:#000000;
font-weight:bold;
}

#closeWindow {
float:right;
width:100px;
margin-right:10px;
margin-top:10px;
}

#closeWindow a {
color:#CCCCCC;

}


#closeWindow a:hover {
color:black;
background-color:tan;
text-decoration:underline;
font-weight:bold;
}

