/*base*/
#innercontents h2 {
	background-color: white;
	padding: 5px;
	border: 1pt solid #ff9900;
	margin: 2pt;
	clear: both;
	background-image: url(image/aru_head.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0 40px!important;
	height: 35px;
}
#innercontents h3 {
	background-color: white;
	padding: 5px;
	border: 1pt solid #ff9900;
	border-left-width: 10px;
	margin: 2pt;
	clear: both;
}
#innercontents h4 {
	background-color: white;
	padding: 5px;
	border: 1pt solid #ff9900;
	border-left-width: 10px;
        border-top: none;
        border-right: none;
	margin: 1em;
}
#innercontents h5 {
  margin: 1em;
}
img { border: 0;}
.itembody dl {
	margin: 1em;
}
.itembody dl dt {
	border-bottom: 3px solid #ddd;
	border-left: 5px solid #ddd;
	padding: 5px 0 0 5px;
}
.itembody dl dd {
	border-bottom: 1px dotted #ddd;
	border-left: 1px dotted #ddd;
	padding: 0.3em;
}
p {
	margin: 1em;
}
/*arround the item*/
.itembody {
	border: 2pt solid #ff9900;
	background-color: white;
	padding: 0.5em 1em;
	margin: 10px;
	display: block;
	margin-bottom: 0;
}

.itembody:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*\ macIE escape */
* html .itembody { height: 1%; }
/**/

.iteminfo, .iteminfo-short {
	font-size: small;
	background-color: white;
	border: 2px dashed #f90;
	border-top: none;
	padding: 0.5em;
	margin: 10px;
	margin-top: 0;
	margin-bottom: 2em;
}
.author {
	display: none;
}
.iteminfo a,
.iteminfo-short a {
	font-weight: bold;
	color: gray !important;
}

.iteminfo a:hover,
.iteminfo-short a:hover {
	background: #f90;
	color: white!important;
	text-decoration: none;
}

/*align*/
.center { text-align: center;}

	/*floatbox*/
	.leftbox {
		float: left;
		border-right: 5px solid #ddd;	
		margin-right: 5px;
		padding-right: 2px;
	}
	.rightbox {
		float: right;
		border-left: 5px solid #ddd;	
		margin-left: 5px;
		padding-left: 2px;
	}

.encloser {
	background: white;
	border: 1px solid #f90;
	margin: 0.5em;
}
.w30p {
	width: 30%;
}
.w70p {
	width: 70%;
}
/*decoration*/
.red { color: red;}

.small { font-size: small; }

/*the case of something selected*/
.pageswitch {
	text-align: right;
	margin: 5pt;
	padding: 5px;
	border: 1px dashed #f90;
	background: white;
	font-size: 90%;
}
.current {
	font-weight: bold;
}
.highlight {
	background-color: #ffff00;
}

div.error {
	color: red;
	font-weight: bold;
}

div.loginform .formfield, div.commentform .formfield, div.mailform .formfield {
    display: block;
} 
