body{
	color:white;
	background:black;
    font-family: helvetica;
}

.imgs_test{
outline:none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;	
}




.simple_overlay{
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	padding-left:20px; 
	padding-top: 30px;
	padding-right:5px;
	padding-bottom:20px;
	width:1100px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 20px 5px #ccc;
	-webkit-box-shadow: 0 0 20px #ccc;
}

div.contentWrap {	
		height:775px;
		overflow-y:auto;
}



#search_result_detail{
	//background:pink;
}

#search_form{
	float:right;	
}
.simple_overlay .close {
	background-image:url(../Resources/close.png);
	position:absolute;
	top:-15px;
	right:-15px;
	z-index:10001;
	cursor:pointer;
	height:35px;
	width:35px;
}
.simple_overlay a{
	color:#ffffff;
	font-weight:italic;
}

#detail_title {
	font-weight:bold;
	font-size:36px;
}

#detail_title_ {
	font-weight:bold;
	font-size:36px;
}
#detail_author {
	font-weight:bold;
	font-size:30px;
}
#detail_author_ {
	font-weight:bold;
	font-size:30px;
}

#detail_box tr td{
	padding:15px;	
	vertical-align:top;
	font-size:18px;
}

#detail_box_ tr td{
	padding:15px;	
	vertical-align:top;
	font-size:18px;
}


#detail_box tr td.left{
	align: right;
	text-align:right;	
}

#detail_box_ tr td.left{
	align: right;
	text-align:right;	
}


#search_result_list{
	padding-left:120px;	
}




//table#search_result_list{
//	padding:20px;
//	//border-collapse:collapse;
//	
//}
//
//tr.search_list_item{
//	
//	cursor:pointer;
//	background : #888888;
//}
//
//td.search_list_image{
//	padding:20px;
//	
//	text-align:left;
//}
//
//td.search_list_content{
//	padding:20px;
//	vertical-align:top;
//	text-align:left;	
//}


//search_form
