body {
	font:12px/26px Arial,sans-serif;
	color:#333333;
	margin:10px;
	padding:0;
	border:1px solid #000;
	line-height:normal;
}
h1 {
	font-size:1.8em;
}
h2 {
	font-size:1.5em;
} 
h3 {
	font-size:1.2em;
}
h4 {
	font-size:1em;
}
a,a:visited {
	text-decoration:none;
	border:0;
}
a:hover {
	text-decoration:underline;
}
img {
	border:0;	
}
p {
	line-height:normal;	
}
#header {
	position:relative;
	width:100%;
	/* height:118px */
	border-bottom: 1px solid #333;
	overflow:auto;
}
#header_left {
	position:absolute;
	top:0px;
	left:0px;
	padding:10px 0 4px 10px; 
}
#header_right {
	position:absolute;
	top:0px;
	right:0px;
	padding:10px 10px 10px 0; 
	text-align:right;
}
#body {
	display:inline-block;
	border-bottom:1px solid #333;
	vertical-align:top;
	padding:10px 0 10px 10px;
	width:99%;
}
#body_div_middle {
	border:1px solid #000;
	float:right;
	vertical-align:top;
	width:56%;
	height:auto;
	overflow:auto;
	padding:4px 10px 4px 10px;
	margin:0 8px;
}
#body_div_right {
	width:224px;
	float:right;
	vertical-align:top;
}
#footer {
	position:relative;
	width:100%;
	height:40px;
}
#footer_left {
	position:absolute;
	top:0px;
	left:0px;
	padding:10px 0 10px 10px; 
}
#footer_right {
	position:absolute;
	top:0px;
	right:0px;
	padding:10px 10px 10px 0; 
	font-weight:bold;font-size:1.2em;
}
#body_div_right table {
	width:98%;
}
#icons_table {
	cursor:pointer;
}
#icons_table td {
	width:48px;
	vertical-align:top;
}
#icons_table th {
	vertical-align:middle;
	text-align:left;
	font-size:10px;
	font-weight:bold;
	background-color:#F2F2F2;
	cursor:pointer;
	padding:0 6px;
}
#icons_table th:hover, #icons_table th.selected {
	background-color:#414344;
	color:#FFF;
}
#floating_content h4 {
	letter-spacing:.2em;
	color:#000;
	margin:0;
}
#flash_buttons {
	cursor:pointer;	
	text-align:right;
}
.nochange {
	background-color:#F2F2F2;
	color:#333;
}
.pointer {
	cursor:pointer;
	border:0;
}