#thesis-table-details {}
.thesis-lables { font-size: 0.9em; color: #888}
li#thesis-wrapper {
	list-style: none;
	width: 100%;
	border-bottom: 2px solid#999;
	 float: left ;
	 clear: both;
    margin: 4px;
   -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	}
 
#thesis-thumbnails{ 
	float: left;
	width: 10%;
	padding: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#thesis-content{ 
	margin-left: 10%;
	width: 90%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
#search-thesis-wrapper{text-align: center; }
#th_orderby,#th_order {font-size: 1em; height: 24px}

.searchButton {margin:0 ; padding: 0 10px; align: center;  height: 32px;  vertical-align: middle; font-size: 1em}

.thesis-detail-title { font-size: 1.0em; font-weight: bold;  }
.thesis-detail-student { font-size: 1.0em; font-weight: bold; }
.thesis-pag-wrapper { background-color: #c4a000} 
.thesis-pagination { text-align: center; font-size: 1.6em;  width: 100%; }


.thesis-table{ 
	display: table; 
	padding: 1px;
	width: 100%; 
	border: 3px solid #3465a4
	}

.thesis-heading{ 
	display: table-header-group; 
    font-weight: bold;
   	text-align: center;
    font-size: 1em;
    background-color: #A9BDDE
   
    }

.thesis-heading-cell{ 
	display: table-cell;
	padding:4px;
	border-bottom: 1px solid #3465a4
	}
	
.thesis-row{ 
	display: table-row-group;
	}

.thesis-thumbnail{
	display: table-cell;
	padding:4px; width: 64px;
}       

.thesis-title{  
	display: table-cell; 
	vertical-align:top;
	width: 35%; 
	font-size: 1em; 
	line-height: 1.3em;
	padding:4px; 
	border-left: 1px solid  #3465a4;  
	border-bottom: 1px solid #3465a4
	}
	
.thesis-student{
		width: 150px;
		display: table-cell; 
		text-align: center;
		vertical-align:top; 
		font-size: 1em; 
		padding:4px; 
		border-left: 1px solid  #3465a4;
		border-bottom: 1px solid #3465a4;
	}
	
.thesis-tutor{ 
	width: 240px;
	display: table-cell;
	vertical-align:top;
	font-size: 1em;
	padding:4px;
	border-left: 1px solid  #3465a4;
	border-bottom: 1px solid #3465a4;
	}
	
.thesis-starting{ 
	text-align: center;
	width: 100px;
	display: table-cell;
	vertical-align:top;
	font-size: 1em;
	padding:4px;
	border-left: 1px solid  #3465a4;
	border-bottom: 1px solid #3465a4;
	}
	
.thesis-dissertation{
	width: 100px;
	text-align: center;
	display: table-cell;
	vertical-align:top;
	font-size: 1em;
	padding:4px;
	border-left: 1px solid  #3465a4;
	border-right: 1px solid  #3465a4;
	border-bottom: 1px solid #3465a4;
	}

.thesis-graduate{
          text-align: center;
          width: 240px;
          display: table-cell;
          vertical-align:top;
          font-size: 1em;
          padding:4px;
          border-left: 1px solid  #3465a4;
          border-bottom: 1px solid #3465a4;
}

.thesis-affiliation{
	width: 200px;
	display: table-cell;
	vertical-align:top;
	font-size: 1em;
	padding:4px;
	border-left: 1px solid  #3465a4;
	
	border-bottom: 1px solid #3465a4;
	}
img{margin:0; padding:0}

.asc-order:after{	
	font: normal 12px/1 'Genericons';
	content: '\f500';
	
}

.desc-order:after{	
	font: normal 12px/1 'Genericons';
	content: '\f502';
	
}

.hide_column{
	display:none;
}

.hover_img a { position:relative; display: inline-block; }
.hover_img a span { position:absolute; display:none; z-index:99; }
.hover_img a:hover span { display:block; width:128px}
	