/* CSS Document */

#grid {
	float:left;
	border: 1px solid #1F5011;
	height: 290px;
	overflow: scroll;
	width:100%;
}

#grid table {
	vertical-align: top;
	text-align:left;
	border-collapse:collapse;
}

#grid table th {
	font-weight:bold;
	color:#1F5011;
	background:#83acca;
	border-bottom:1px solid #1F5011;
	padding:0 6px 0 6px;
	white-space:nowrap;
	height:20px;
}

#grid table th a, #grid table td a {
	color:#1F5011;
	font-weight:bold;
	text-decoration: none;
}

#grid table td {
	border-bottom:1px solid #1F5011;
	padding:0 6px 0 6px;
	height:20px;
}

#button 
{
	width:70px;
    font-size:93%;
    font-weight: bold;
    line-height:normal;
	color: #1F5011;
}

#box1 
{
	width:136px; 
	height:136px;
	overflow:hidden;
	border:solid 1px black;
	color:#000000;
	float:left;
	padding:2px 2px 2px 2px;
}


#box2
{
	width:140px; 
	height:20px;
	border:solid 1px black;
	color:#000000;
	font-weight:bold; 
	float:left;
	text-align:center;
}

#box3
{
	width:40px; 
	height:140px;
	border:solid 1px black;
	color:#000000;
	font-weight:bold; 
	float:left;
}

#box4
{
	width:40px; 
	height:20px;
	border:solid 1px black;
	float:left;
}

#card {
	float:left;
    width:798px;
    height:500px;
    line-height:normal;
    padding-top:5px;
}
#cardhead {
    width:798px;
    float:left;
    height:30px;
    background:#FFE4FF;
    border-bottom:1px solid #1F5011;
}

#card input, #cardhead input {
	font:11px Verdana;
}

#card select, #cardhead select {
	font:11px Verdana;
}

body {
        margin:0;
        padding:0;
        color: #1F5011;
        font:11px Verdana;
}

img {
	border: none;
}
