@charset "utf-8";
/* CSS Document */

body{
	font-family : Tahoma, Verdana, Geneva, sans-serif !important;
	margin:0;
	color:#333;
	
	
}
.line{
	border:solid thin #9D9D9D;
	border-bottom:none;
}
.login_img{
	width:120px;
	height:120px;
}
.color_line{
	border:solid thin #C00;
	height:10px;
}
.wrapper{
	height:auto;
	/*border:solid thin #06C;*/
	margin:0 auto 10px auto;
	padding:0 2px 2px 2px;
}
.top_nav{
	background:#9D9D9D;
	/*border:solid thin #000;*/
	padding:0 3px 3px 3px;
	height:57px;
	width:auto;
	text-align:center;
}
.top_nav a{
	text-decoration:none;
}
.mid_panel{
	border:solid thin #f6f6f6;
	margin:50px auto 0 auto;
	width:800px;
	border-radius:3px;
	padding:5px 5px 0 5px;
	height:auto;
	text-align:center;
	background:#f6f6f6;
}

.home_login{
	border:solid thin #1f9d39;
	margin:5px auto 0 auto;
	width:840px;
	border-radius:3px;
	padding:5px 5px 0 5px;
	height:auto;
	background:#f6f6f6;
	-webkit-box-shadow:0 0 22px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
  box-shadow:0 0 22px rgba(0,0,0,0.4);
}

.reg{
	border:solid thin #1f9d39;
	margin:10px auto 0 auto;
	width:500px;
	border-radius:3px;
	padding:5px 5px 0 5px;
	height:auto;
	background:#f6f6f6;
	-webkit-box-shadow:0 0 22px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
  box-shadow:0 0 22px rgba(0,0,0,0.4);
}


.mid_panel h2{
	color:#1f9d39;
}
h2{color:#1f9d39;}
#large_search{
	width:550px;
	height:30px;
	color:#9D9D9D;
	font-family:tahoma;
	font-size:16px;
	border:solid thin #9D9D9D;
	border-radius:4px;
	padding:1px 3px 1px 3px;
}
.button_search{
	background:#333;
	color:#fff;
	padding:6px 35px 6px 35px;
	height:40px;
	border:none;
	cursor:pointer;
	cursor:hand;
	font-size:20px;
	border-radius:3px;
}
.button_search:hover{
	background:#06C;
}
.button1{
	background:#6C6;
	border:solid thin #1f9d39;
	padding:10px 14px 10px 14px;
	cursor:pointer;
	cursor:hand;
	font-family:tahoma;
	font-size:12px;
	color:#fff;
	font-weight:bold;
}
.button2{
	background:#09F;
	border:solid thin #09F;
	padding:10px 14px 10px 14px;
	cursor:pointer;
	cursor:hand;
	color:#fff;
	font-weight:bold;
}
#button2{
background-color:#fd9512;
padding:5px;
border-color:#FF6600;
border-radius:4px;
font-weight:bold;
color:white;
cursor:pointer;
cursor:hand;

}

.button3{
	background:#C63;
	border:solid thin #C63;
	padding:10px 14px 10px 14px;
	cursor:pointer;
	cursor:hand;
	color:#fff;
	font-weight:bold;
}
.button4{
	background:#C30;
	border:solid thin #C30;
	padding:10px 14px 10px 14px;
	cursor:pointer;
	cursor:hand;
	color:#fff;
	font-weight:bold;
}
.download_button{
	background:#333;
	border:solid thin #333;
	padding:10px 44px 10px 44px;
	cursor:pointer;
	cursor:hand;
	color:#fff;
	font-weight:bold;
	float:right;
	margin-top:-62px;
	border-radius:4px;
}
.download_button:hover{
	background:#9D9D9D;
	border:solid thin #9D9D9D;
	border-radius:0;
}
.button1:hover,.button2:hover,.button3:hover,.button4:hover{
	border:none;
	border-radius:4px;
	
	}
.bottom_nav{
	background:#f6f6f6;
	margin:50px auto 0 auto;
	padding:30px 3px 3px 3px;
	height:50px;
	width:auto;
	text-align:center !important;
	
}

.bottom_nave{
	background:#f6f6f6;
	margin:50px auto 0 auto;
	padding:30px 3px 3px 3px;
	height:50px;
	width:auto;
	text-align:center !important;
	
}

.bottom_nav a{
	text-decoration:none;
	font-family:tahoma;
	font-weight:bold;
	color:#1f9d39;
}
.bottom_nav a:hover{
	text-decoration:underline;
}
#search_suggestions{
	margin:0 auto 20px auto;
	width:810px;
	padding-top:0;
	height:205px;
	border:solid thin #f6f6f6;
	/*background:url(../images/Vlibrary2.JPG) center no-repeat;*/
}

#search_suggestions ul li{
	background:#f6f6f6;
	width:500px;
	margin-top:8px;
	margin-left:30px;
	padding:10px 5px 10px 5px;
	list-style-type:none;
	border-radius:3px;
	cursor:pointer;
	cursor:hand;
}
#search_suggestions li a{
	text-decoration:none;
}
#search_suggestions ul li:hover{
	opacity:0.6;
}
.department_cover{
	/*border:solid thin #F6F6F6;*/
	border-radius:4px;
	/*text-align:center;*/
	height:auto;
	margin: 50px auto 0 auto;
	padding:0 3px 0 3px;
	width:700px;
}
.department_cover hr{
	opacity:0.5;
	border:solid 2px #f6f6f6;
}
.department_cover a{
	text-decoration:none;
}
#applied_cover{
	/*border:solid thin #C00;*/
}
#applied_cover table td{
	background:#6C6;
	width:300px;
	height:100px;
	color:#fff;
	font-size:20px;
	border-radius:4px;
}
#applied_cover table td:hover{
	opacity:0.5;
	cursor:pointer;
	cursor:hand;
}
#applied_cover table td a{
	color:#fff;
	text-decoration:none;
}
#applied_cover h1{
	color:#6C6;
}


#business_cover table td{
	background:#09F;
	width:300px;
	height:100px;
	color:#fff;
	font-size:20px;
	border-radius:4px;
}
#business_cover table td:hover{
	opacity:0.5;
	cursor:pointer;
	cursor:hand;
}
#business_cover table td a{
	color:#fff;
	text-decoration:none;
}
#business_cover h1{
	color:#09F;
}


#engineering_cover table td{
	background:#C63;
	width:300px;
	height:100px;
	color:#fff;
	font-size:20px;
	border-radius:4px;
}
#engineering_cover table td:hover{
	opacity:0.5;
	cursor:pointer;
	cursor:hand;
}
#engineering_cover table td a{
	color:#fff;
	text-decoration:none;
}
#engineering_cover h1{
	color:#C63;
}



#enviromental_cover table td{
	background:#C30;
	width:300px;
	height:100px;
	color:#fff;
	font-size:20px;
	border-radius:4px;
}
#enviromental_cover table td:hover{
	opacity:0.5;
	cursor:pointer;
	cursor:hand;
}
#enviromental_cover table td a{
	color:#fff;
	text-decoration:none;
}
#enviromental_cover h1{
	color:#C30;
}

.the_books{
	background:#f6f6f6;
	padding:10px 10px 10px 10px;
	margin-top:10px;
	text-align:left;
	color:#C30;
	cursor:pointer;
	cursor:hand;
}
.the_books:hover{
	opacity:0.8;
	border-left:solid 2px #C30;
	
}
#search_cover h1{
	color:#9D9D9D;
}
.details_middle{
	border:solid thin #f6f6f6;
	width:800px;
	height:auto;
	margin:50px auto 0 auto;
	padding:3px 4px 3px 4px;
}
.details_middle h1{
	color:#9D9D9D;
}
.details_middle hr{
	opacity:0.1;
}
.details_middle p{
	text-align:justify;
	color:#333;
	font-size:18px;
}
#admin_login{
	border:solid thin #C30;
	border-top:none;
	width:800px;
	text-align:center;
	color:#C30;
	margin:0 auto 0 auto;
}
#button_login{
	background:#C30;
	border:solid thin #C30;
	padding:5px 10px 5px 10px;
	cursor:pointer;
	cursor:hand;
	color:#fff;
	font-weight:bold;
}
#button_login:hover{
	border:none;
}
#admin_mid_panel{
	border:solid thin #9D9D9D;
	border-top:none;
	width:800px;
	margin:0 auto 0 auto;
	text-align:center;
	padding-bottom:10px;
	font-family:tahoma;
	font-size:13px;
}
#admin_mid_panel a{
	color:#f93;
	text-decoration:none;
}
#book_adder{
	border:solid thin #C00;
	width:500px;
	margin:0 auto 0 auto;
	margin-top:0 auto 0 auto;
	-webkit-box-shadow:0 0 22px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
  box-shadow:0 0 22px rgba(0,0,0,0.4);
}
#book_adder a{
	text-decoration:none;
}
.admin_text{
	width:300px;
	height:30px;
	border:solid thin #9D9D9D;
	font-size:20px;
	color:#9D9D9D;
}
#notification{
	border:solid thin #f93;
	width:900px;
	height:50px;
	margin:0 auto 0 auto;
	text-align:center;
	padding:30px; 
	color:#C30;
	font-size:30px;
}
#notification a{
	text-decoration:none;
}
#wrong_details{
	background:#F00;
	margin-bottom:10px;
	color:#fff;
	padding:10px 10px 10px 10px;
}
h3{
	color:#069;
	font-size:25px;
	text-align:center;
}
#dis{
	font-weight:bold;
	color:#069;
	font-size:12px;
}


#fnt8_bold{
font-family:tahoma;
font-size:8pt;
font-weight:bold;
color:white;
}

#fnt8_bold_2{
font-family:tahoma;
font-size:8pt;
font-weight:bold;
color:#fb5c01;
}

#fnt{
font-family:tahoma;
font-size:8pt;
font-weight:bold;
color:white;
}

#fnt1{
font-family:tahoma;
font-size:14pt;
font-weight:bold;
color:#1f9d39;
}

#fn{
font-family:tahoma;
font-size:13pt;
font-weight:bold;
color:#1f9d39;
}


#fnt2{
font-family:tahoma;
font-size:9pt;
font-weight:bold;
color:#1f9d39;
}

#libcard{
font-family:tahoma;
font-size:10px;
font-weight:bold;
color:#fff;
}

#ques{
font-family:tahoma;
font-size:14px;
font-weight:bold;
color:#C00;

	}

a{
font-family:tahoma;
font-size:8pt;
color:white;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

#fnt8{
font-family:tahoma;
font-size:8pt;
color:white;
}

#input{
font-family:tahoma;
font-size:8pt;
color:#black;
font-weight:bold;
padding-bottom:3pt;
padding-top:3pt;
padding-left:3pt;
border:1px solid #105979;
}

.input{
font-family:tahoma;
font-size:8pt;
color:#fb5c01;
font-weight:bold;
padding-bottom:3pt;
padding-top:3pt;
padding-left:3pt;
border:1px solid #105979;
}

#bt{
background-image:url(../images/bt.png);
background-repeat:repeat-x;
background-color:#1f9d39;
color:white;
border:1px solid white;
font-family:tahoma;
font-size:8pt;
font-weight:bold;
padding-top:4pt;
padding-bottom:4pt;
padding-right:10pt;
padding-left:10pt;
cursor:pointer;
cursor:hand;
}


#regContainer{
width:500px;
height:300px;
top:50px;
position:fixed;
display:none;
z-index:10000;
/*filter:alpha(opacity=70);
opacity:0.7;
background-color:black;
border:4px solid rgba(252,92,1,0.8);
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
box-shadow:10px 10px 10px #000000;
display:none;*/
}

#contentArea{
background-image:url(../images/admback.png);
background-repeat:no-repeat;
background-color:white;
border-radius:10px;
-moz-border-radius:10px;
border:4px solid rgba(252,92,1,0.8);
-moz-box-shadow:10px 10px 10px #333333;
width:965px;
height:639px;
overflow:hidden;
padding-bottom:10pt;
}

#Display{
background-color:white;
width:1200px;
height:639px;
overflow:hidden;
padding-bottom:10pt;
}

#menuPane{
display:block;
background-color:white;
width:150px;
height:277px;
top:150px;
right:-150px;
position:fixed;
cursor:pointer;
cursor:hand;
padding-left:20pt;
background-image:url(../images/menu.png);
background-repeat:no-repeat;
border-left:1px solid white;
border-bottom:1px solid white;
border-top:1px solid white;
}

