@CHARSET "UTF-8";

a, a:link	{ text-decoration: none; color: #2E70AA; }
a:visited 	{ text-decoration: none; }
a:hover		{ text-decoration: underline; }

body {
	padding: 0;
	margin: 0;
	font: 0.7em Tahoma, Arial, sans-serif;
	line-height: 1.6em;
	background: #fff;
	color: #454545;
}

/* header */
#leftheader {
	float: left;
	
}

#logo {
	float: right;
	font-size: 14px;	
}

/* main content */
#content {
	float: left;
	width: 500px;
}

.contentbox {
	clear: both;	
	margin-bottom: 20px;
}

/* info box */
#infobox {
	background: #dedede;
	margin: 0;
	padding: 10px;
}

#infobox p {
	margin: 0;
}

.smallbox_right,
.smallbox_left {
	float: left;
	background-color: #FFFFEE;
	border:1px dashed #ccc;
	padding: 10px;		
	height: 100px;
}

/* small boxes */
.smallbox_left {
	width: 180px;
}

.smallbox_right {
	margin-left: 20px;
	width: 230px;
}

/* page container */
#page {
	margin: 10px auto;
	width: 800px;
}

/* horizontal tabbed menu */	
#tabs {
	clear: both;
	color: #000;
	height: 40px;
	text-align: center;
	padding: 0 0 0 210px;
	background: #fff url(pic/header.png) no-repeat top left;
	margin: 0;
}
#tabs li {
	display: inline;
	height: 45px;
	}
#tabs li a {
	float: left;
	background: #fff url(pic/tab.png) no-repeat;
	color: #808080;
	padding: 7px 0;
	width: 82px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
#tabs li a:hover {
	background: #fff url(pic/tabcurrent.png) no-repeat;
	color: #000;
}	
#tabs li a.current {
	background: #fff url(pic/tabcurrent.png) no-repeat;
	color: #2E70AA;
}

/* sidebar */
#sidebar {
	float: right;
	width: 250px;	
}

/*----------- Footer -------------*/
#footer {
	clear: both;
	margin-top: 25px;
	padding: 10px;
	text-align:center;
	color:#666666;		
	border-top: 1px solid #dedede;
}


dt { float: left; text-align: right; padding: 3px 20px; width: 160px; }
dd { margin-left: 200px; margin-bottom: 10px }

.sumcell { border-top:1px solid black; }
#orderselection { margin-top: 10px; margin-bottom: 10px; }
.error { color: red; }

code.jal {
  white-space:pre; 

  display: block;

    font-size: 12px;
	padding: 10px;
	margin: 0;
	background: #f0f0f0;
	border: 1px solid #ccc;
	line-height: 1em; 
	width: 500px;
	overflow: auto; 
	overflow-Y: hidden; 
}
