﻿/*CSS for IS,OVAL,LAW detail table*/
.tableDetail{
	left:350px;	
	top:250px;
	position:absolute;	
	visibility: hidden;
	display:none;
	z-index:1;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	border-top: 2px solid black;
 }

/*CSS for pop up hint box */
#hintbox{ 
position:absolute;
background-color: lightyellow;
width: 150px; 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:1;
border-right: 3px solid black;
border-bottom: 3px solid black;
opacity:0.9;
filter:alpha(opacity=90);
}

/*To set the floorplan background*/
#floorplan
{
opacity:1;
filter:alpha(opacity=100);
}

/*To set the floorplan background in the main select page*/
/*#floorplanSelection
{
opacity:0.4;
filter:alpha(opacity=40);
}*/

/*Table setting of button Staff and Student*/
.tableSelectionStaffAndStudent{
	left:380px;	
	top:300px;
	position:absolute;
	z-index:1;
	border-left: 3px solid black;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	border-top: 3px solid black;
	background-color:white;
}

/*Table setting of button Alumni and Outsider*/
.tableSelectionAlumniAndOutsider{
	left:700px;	
	top:300px;
	position:absolute;
	z-index:1;
	border-left: 3px solid black;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	border-top: 3px solid black;
	background-color:white;
}

/*Table setting of photo in table detail*/
.tablephoto{
 border-left-color:white;
 border-top-color:white;
 border-bottom-color:black;
 border-right-color:black;
}
