

.box_border {
background-color:white;
border:1px solid rgb(74,74,77);
width:100%;
}
.box_head {
font-size: 10pt;
FONT-FAMILY: Verdana, sans-serif;
font-weight:bold;
color:white;
padding:15 5 5 5;
background-color:rgb(121,181,28);
border-bottom:2px solid white;
}
.box_body{
background-color:rgb(232,241,217);
}
.box_button_area{
border-top:2px solid white;
border-bottom:2px solid white;
background-color:rgb(121,181,28);
}



.tool_active {
height:24px;
width:24px;
background-color:rgb(121,181,28);
text-align:center;
vertical-align:center;
float:right;
padding:0px;
margin-left:2mm;
}
.tool_inactive {
height:24px;
width:24px;
background-color:none;
text-align:center;
vertical-align:center;
float:right;
padding:0px;
margin-left:2mm;
}


.bg_title_1 {
background-color:rgb(121,181,28);
border-top:2px solid white;
color:white;
}


.icon_active {
height:13px;
width:13px;
color:white;
background-color:rgb(121,181,28);
text-align:center;
vertical-align:center;
FONT-FAMILY: Verdana, sans-serif;
font-size: 7pt;
font-weight: bold;
float:left;
margin-right:1mm;
}

.icon_inactive {
height:13px;
width:13px;
color:white;
background-color:black;
text-align:center;
vertical-align:middle;
FONT-FAMILY: Verdana, sans-serif;
font-size: 7pt;
font-weight: bold;
float:left;
margin-right:1mm;
}


.icon_number {
height:13px;
color:white;
background-color:rgb(121,181,28);
text-align:center;
vertical-align:center;
FONT-FAMILY: Verdana, sans-serif;
font-size: 7pt;
font-weight: bold;
float:right;
margin:0 0 0 5;
padding: 0 3 0 3;
}


.icon_active_result {
height:13px;
width:13px;
color:white;
background-color:rgb(121,181,28);
text-align:center;
vertical-align:center;
FONT-FAMILY: Verdana, sans-serif;
font-size: 7pt;
font-weight: bold;
float:right;
margin-right:1mm;
cursor:pointer;
}
.icon_inactive_result {
height:13px;
width:13px;
color:white;
background-color:rgb(217,218,219);
text-align:center;
vertical-align:middle;
FONT-FAMILY: Verdana, sans-serif;
font-size: 7pt;
font-weight: bold;
float:right;
margin-right:1mm;
}
.icon_inactive_note {
height:13px;
width:13px;
color:rgb(121,181,28);
background-color:rgb(217,218,219);
text-align:center;
vertical-align:middle;
FONT-FAMILY: Verdana, sans-serif;
font-size: 7pt;
font-weight: bold;
float:right;
margin-right:1mm;
cursor:pointer;
}


a.link_bold:link {
	color: background-color:rgb(121,181,28);
	text-decoration: none;
	FONT-WEIGHT: bold;	
}

a.link_bold:visited {
	color: background-color:rgb(121,181,28);
	text-decoration: none;
	FONT-WEIGHT: bold;	
}

.text_block_color {
font-size: 8pt;
FONT-FAMILY: Verdana, sans-serif;
border-top:2px solid white;
background-color:rgb(232,241,217);
vertical-align:top;
}