
#body_style {
    max-width:100%;
}

#table_width_100 {
    width:100%;
}

#align_left {
    text-align:left;
}

#align_center {
    text-align:center;
}

#align_right {
    text-align:right;
}

#href_normal {
	color:black;
    font-weight:normal;
    text-decoration:none;
}

#href_right {
    margin-left:25px; 
	font-size:60%;
    color:black;
    font-weight:normal;
    text-decoration:none;
}

#width_8px {
    width:8px;
}

#width_16px {
    width:16px;
}

#width_25px {
    width:25px;
}

#width_40px {
    width:40px;
}

#width_50px {
    width:50px;
}

#width_70px {
    width:70px;
}

#width_150px {
    width:150px;
}

#historyImage {
	text-align:center; 
	border-style:solid; 
	border-width:1px; 
	border-color:black;
}

#historyImageSize {
	border:1px;
	height:125px;
	width:125px;
	vertical-align:middle;
}

#areaImage {
	text-align:center; 
	border-style:solid; 
	border-width:1px; 
	border-color:black;
}

#areaImageSize {
	border:1px;
	height:125px;
	width:125px;
	vertical-align:middle;
}

#standardTable {
    width:100%;
	text-decoration:none;
}

#standardTable_1 {
    width:100%;
	text-align: left; 
	text-align: justify; 
	text-decoration:none;
	border:none;
}

#standardTable_1 td {
    width:50%;
    font-size: 1em;
	text-align: left; 
    border: none;
}

#standardTable_1 th {
	font-size: 1em;
    border: 1px solid LightGrey;
	text-align: left; 
    background-color: GhostWhite;
}

#standardTable_2 {
    width:100%;
	text-align: left; 
	text-align: justify; 
	text-decoration:none;
	border:none;
}

#standardTable_2 td {
    font-size: 12px;
	text-align: left; 
    border: none;
}

#standardTable_2 th {
	font-size: 10px;
	text-align: left; 
}

#menuTable {
    width:100%;
	color: black;
	background-color: WhiteSmoke;
	text-decoration:none;
}

#font_size_xx_small { 
    font-size:xx-small;
}

#font_size_x_small { 
    font-size:x-small;
}

#font_size_small { 
    font-size:small;
}

#font_size_10px { 
	font-size:10px;
}

#scroll_detail {
    width: 98%;
    height: 250px;
    overflow-x: hidden;
    overflow-y: scroll;
}
