/*
@import url(id.css);
@import url(css.css);
@import url(class.css);
*/

.hide {
	display: none;
}

.view input, .view select {
	width: 500px;
}

.view .button {
	width: 150px;
}

.view th {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
}

.required {
	color: #ff0000;
}

.panel {
	width: 500px;
	height: 20px;
	vertical-align: middle;
	text-align: center;
	background: #dddddd;
	border: 1px solid #999999;
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.panel a img, .panel a:link img, .panel:visited img {
	border: 1px solid #dddddd;
	background: #dddddd;
	margin: 1px;
}

.panel a:hover img, .panel:active img {
	border: 1px solid #999999;
	background: #cccccc;
	margin: 1px;
}

.error {
	color: #ff0000;
	padding-bottom: 5px;
}

.warning, .notice {
	color: #000000;
	padding-bottom: 5px;
}

textarea {
	width: 500px;
	height: 400px;
}

.sitemap {
	padding-left: 20px;
}

.menu_catalog {
	padding-left: 10px;
}

td.image {
	border: 1px solid #999999;
	text-align: center;

}

img.image {
	border: 0px solid #999999;
}

.image_right {
	width: 10px;
	background: url('../../images/image-right.gif') repeat-y;
}

.image_bottom {
	height: 10px;
	background: url('../../images/image-bottom.gif') repeat-x;
}

.image_topright {
	width: 10px;
	height: 10px;
	background: url('../../images/image-topright.gif') no-repeat;
}

.image_bottomleft {
	width: 10px;
	height: 10px;
	background: url('../../images/image-bottomleft.gif') no-repeat;
}

.image_bottomright {
	width: 10px;
	height: 10px;
	background: url('../../images/image-bottomright.gif') no-repeat;
}

.even {
	background: #ffffff;
}

.odd {
	background: #dddddd;
}

.file {
	width: 100%;
}

.file td {
	width: 550px;
}

.file a img {
	width: 48px;
	height: 48px;
	vertical-align: middle;
}

#info {
	width: 500px;
	height: 0px;
	position: absolute;
}

.tooltip {
	width: 500px;
	border: 1px solid #000000;
	background: #ffffdd;
	padding: 5px;
	font-size: 10px;
}

.tooltip p {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 10px;
}
