@charset "utf-8";
/* CSS Document */

#Graph_Box {
display:inline;
width: 630px;
position: relative; 
overflow: hidden;
margin-right: 0px;
}

#Graph_Header {
width: 623px;
text-align: center;
position: relative; 
border: 1px solid #4f6228;
font-size: 18px;
color: #4f6228;
padding-top: 5px;
padding-bottom: 5px;
}

#Graph_Text {
position: relative; 
font-size: 12px;
color: #2f4560;
font-weight: bold;
float: left;
padding-left: 3px;
border-left: 1px solid #4f6228;
background: #d6e3bc;
width: 580px;
height: 28px;
border-bottom: 1px solid #DBE5F1;
}

#Graph_Text_Bottom {
position: relative; 
font-size: 12px;
color: #2f4560;
font-weight: bold;
float: left;
padding-left: 3px;
border-left: 1px solid #4f6228;
background: #d6e3bc;
width: 580px;
height: 28px;
border-bottom: 1px solid #4f6228;
margin-left: 0px !important;
margin-left: 0px;
margin-bottom: 8px;
}

#Graph_Checkmark { 
float: left; 
background: #4f6228;
width: 40px;
border-bottom: 1px solid #DBE5F1;
border-right: 1px solid #4f6228;
margin-right: 0px;
}

#Graph_Checkmark_Bottom {
float: left;
background: #4f6228;
width: 40px;
border-bottom: 1px solid #4f6228;
border-right: 1px solid #4f6228;
margin-right: 0px;
}

#Graph_Center_Checkmark {
	text-align:center;
}
