<!--
td, th {
    word-break:break-all;
}
div#gallery{
    width: 810px;
    height: 420px;
    border: 2px solid white;
    padding: 3px;
}
div#gallery_listall{
    width: 810px;
    height: 360px;
    border: 2px solid white;
    padding: 3px;
    overflow: auto;
}
div#gallery_unlimit{
    width: 820px;
    height: 180px;
    border: 2px solid white;
    padding: 3px;
    overflow:auto;
}


.imagebox_detail{
    float: left;
    height: 160px;
    padding: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 10px;
    margin-right: 10px;
    border:1px solid gray;
    background-color: none;
}
.imagebox{
    float: left;
    height: 160px;
    padding: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 10px;
    margin-right: 10px;
    border:1px solid gray;
    background-color: white;
}

.imagebox_album {
    float: left;
    height: 200;
    padding: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 10px;
    margin-right: 10px;
    border:1px solid gray;
    background-color: #eeeeee;
}
.imagebox p{
	margin: 0px;
    text-align: center;
    font-size: 9pt;
}
.detail{
    border: 1px dashed blue;
    text-align:left;
    position:relative;
    z-index:300;
    background-color: #eeeeee;
}
div#detail_window{
    border: 2px solid white;
    padding: 5px;
    background-color: white;
}
.detailbox{
    padding: 3px;
    margin: 10px;
}

.table_title{
    text-align: left;
    background-color: #CCCCCC;
}
.table_content{
    text-align: left;
    background-color: #CCFFFF;
}
.loading {
	position:absolute;
	height: 15px;
	width: 75px;
	top: 0px;
	left: 0px;
	padding: 3px;
	font-size: 9pt;
	color: white;
  background-color: red;
  display : none;
  z-index:100;
}

.watermark {
	font-size: 12pt;
	color: blue;
	font-weight: bold;
  background-color: white;
	filter:alpha(opacity=65);
	overflow: hidden;
	text-align: left;
	padding-left: 10;
	margin-left: 5;

}

.span_link {
	cursor: pointer;
}
-->
