@charset "utf-8";
/* CSS Document */

#contents #mainTitle {
	height: 110px;
	width: 720px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	background-image: url(../disco/images/bg_title.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#contents  h1  {
	font-size: 12px;
	color: #FFFFFF;
	position: relative;
	top: 80px;
	width: auto;
}
#contents h2 {
	color: #333333;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
#contents #master {
	float: left;
	width: 400px;
}
#contents #detail {
	float: right;
	width: 320px;
}

#contents table {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	width: 100%;
}
#cursor {
	cursor: pointer;
}

#contents  th  {
	padding-right: 5px;
	padding-left: 5px;
	line-height: 1.5em;
	font-size: 80%;
	color: #FFFFFF;
	background-color: #000000;
}
#contents td {
	padding-right: 5px;
	padding-left: 5px;
	line-height: 1.5em;
	font-size: 80%;
	color: #333333;
}

#contents #detail #imageBox {
	width: 318px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
}
#imageBox img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.odd {
	background-color: #EBEBEB;
}
.even {
	background-color: #CCCCCC;
}
.rowHover {
	background-color: #B0C4C6;

}
.selected {
	background-color: #EEECC1;
}
.SpryHiddenRegion {
	visibility: hidden;
}

