﻿/* General Styles */

/*********************************************/

/* http://www.menucool.com */

#sliderFrame, #sliderFrame div {
    box-sizing: content-box;
}
#sliderFrame 
{
    position:relative;
    width:720px;
    margin:0 auto; /*center-aligned*/
    padding:20px;
    background:#191919;
    border-radius:6px;
} 

#slider, #slider .sliderInner {
    width:700px;height:306px;/* Must be the same size as the slider images */
    border-radius:0px;
}

#slider {
    background-color:black;
    position:relative;
    margin:0 auto; /*center-aligned*/
    transform: translate3d(0,0,0);
}

/* the link style (if an image is wrapped by a link) */
#slider a.imgLink, #slider .video {
    z-index:2;
    cursor:pointer;
    position:absolute;
    top:0px;left:0px;border:0;padding:0;margin:0;
    width:100%;height:100%;
}
#slider .video {
    background:transparent url(video.png) no-repeat 50% 50%;
}

/* Caption styles */
#slider .mc-caption {
	display: none;
    position:absolute;
    width:400px;
    height:auto;
    padding:10px 0;
    left: 100px; /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/
    bottom: -40px;/*if the caption needs to be aligned from top, specify by top instead of bottom. i.e. top:150px;*/
    overflow:hidden;
    font:bold 13px/16px Arial;
    color:#555;
    text-align:center;
    background:none;
}
#slider .mc-caption a { 
    color:#34739c;
}


/* ------ built-in navigation bullets wrapper that is relative to the #slider ------*/
#slider .navBulletsWrapper  {
    display:none;
}

/* --------- Others ------- */

#slider img, #slider>b, #slider a>b {
    position:absolute; border:none; display:none;
}

#slider .sliderInner {
    overflow:hidden;
    position:absolute; top:0; left:0;
}

#slider>a, #slider video, #slider audio {display:none;}


/* -- thumbnails -- */
#thumbs 
{
    /* margin-top:50px; */
    text-align:center;
    font-size:0;
}
#thumbs .thumb 
{
    display:inline-block;
    *display:inline;zoom:1;/*IE6, IE7 hack*/
    margin:0 1px;/*this determins the distance between each thumbnail*/
    border:1px solid #333;
    padding:4px;
    background:black;
}

#thumbs .thumb img{border:1px solid #555; cursor:pointer; width:70px; height:31px; opacity:0.5;filter:alpha(opacity=50);}
#thumbs .thumb-on img{border:1px solid #999; opacity:1;filter:alpha(opacity=100);}
#slider div {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}

/* http://www.menucool.com */

#mysliderFrame, #mysliderFrame div {
    box-sizing: content-box;
}
#mysliderFrame 
{
    position:relative;
    width:720px;
    margin:0 auto; /*center-aligned*/
    padding:20px;
    background:#999;
    border-radius:6px;
} 

#myslider, #myslider .sliderInner {
    width:700px;height:306px;/* Must be the same size as the myslider images */
    border-radius:0px;
}

#myslider {
    background-color:black;
    position:relative;
    margin:0 auto; /*center-aligned*/
    transform: translate3d(0,0,0);
}

/* the link style (if an image is wrapped by a link) */
#myslider a.imgLink, #myslider .video {
    z-index:2;
    cursor:pointer;
    position:absolute;
    top:0px;left:0px;border:0;padding:0;margin:0;
    width:100%;height:100%;
}
#myslider .video {
    background:transparent url(video.png) no-repeat 50% 50%;
}

/* Caption styles */
#myslider .mc-caption {
    /*position:absolute;
    width:400px;
    height:auto;
    padding:10px 0;
    left: 100px; 
    bottom: -40px;
    overflow:hidden;
    font:bold 13px/16px Arial;
    color:#555;
    text-align:center;
    background:none; */
	display: none;
}
#myslider .mc-caption a { 
    color:#34739c;
}


/* ------ built-in navigation bullets wrapper that is relative to the #myslider ------*/
#myslider .navBulletsWrapper  {
    display:none;
}

/* --------- Others ------- */

#myslider img, #myslider>b, #myslider a>b {
    position:absolute; border:none; display:none;
}

#myslider .sliderInner {
    overflow:hidden;
    position:absolute; top:0; left:0;
}

#myslider>a, #myslider video, #myslider audio {display:none;}


/* -- thumbnails -- */
#mythumbs 
{
    /*margin-top:50px;
    font-size:0;*/
	text-align:center;
}
#mythumbs .thumb 
{
    display:inline-block;
    *display:inline;zoom:1;/*IE6, IE7 hack*/
    margin:0 1px;/*this determins the distance between each thumbnail*/
    border:1px solid #333;
    padding:4px;
    background:#777;
}

#mythumbs .thumb img{border:1px solid #555; cursor:pointer; width:70px; height:31px; opacity:0.5;filter:alpha(opacity=50);}
#mythumbs .thumb-on img{border:1px solid #999; opacity:1;filter:alpha(opacity=100);}
#myslider div {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}

h1 {
	text-align: center;
}

.newsHyper, .eventsHyper, .announcementList, #content1 {
	display: none !important;
}

/****************************************************** /

@charset "utf-8";
/* CSS Document */


#container {
        overflow:hidden;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width:760px;
	height:auto;

}


#topheading{
	width::100%;
	height:35px;
	background-color:#f3f3f3;
	font-family: 'Calibri', Helvetica, sans-serif; font-size:22px; color:#2f3132;
	padding:5px 0px 0px 20px;
	 
}



.photos{
	float: left;
	width: 350px;
	background-color:#f4f4f4;
	margin-left:10px;
	height:245px;
	margin-top:10px;
-webkit-box-shadow: 2px 2px 7px 3px #d5d5d5;
box-shadow: 2px 2px 7px 3px #d5d5d5;
}
.videos{ 
	
	float:right;
	width: 350px;
	background-color:#f4f4f4;
	margin-right:20px;
	height:245px;
	margin-top:10px;
-webkit-box-shadow: 2px 2px 7px 3px #d5d5d5;
box-shadow: 2px 2px 7px 3px #d5d5d5;

	
}

.underg{
	float: left;

	margin-top:30px;
	margin-left:10px;
	
}
.graduate{ 

	float:right;
	width: 350px;
	margin-top:30px;
	margin-right:20px;

}


#photoheading{
width:100%;
overflow:hidden;
}

#phototext{
	width:300px;
font-family: 'Calibri', Helvetica, sans-serif; font-size:28px; color:#0d7e40;
float:left;
margin:10px 0 0 10px;
}

#videotext{

font-family: 'Calibri', Helvetica, sans-serif; font-size:28px; color:#0d7e40;
float:left;
width:300px;

margin:10px 0 0 105px;


}

#pslider{margin-top:10px;}

.heading-bg{
	background-image:url('../../images/heading-bg.JPG');
	 background-repeat:repeat; 
	 width:350px; 
	 height:43px;
	 }
	 


#undgrtext{font-family: 'Calibri', Helvetica, sans-serif; 
	font-size:17px; 
	color:#fff; 
	margin-left:20px; padding-top:10px;

}


.ugprogram{ 
	
	float:left;
	width: 350px;
	background-color:#fcfcfc;
	margin-top:5px;
height:200px;
-webkit-box-shadow: 2px 2px 7px 4px #DBDBDB;
box-shadow: 2px 2px 7px 4px #DBDBDB;

	
}

	.ugprogram .program ul {
	padding-left: 20px;
	/* list-style-image: url('http://www.kfupm.edu.sa/departments/chem/images/arrow.JPG');  */
	margin-top: 8px;
	display:block;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}



.ugprogram .program ul li a {
	font-family:Arial, Helvetica, sans-serif;
	color: #5c5e5d;
	position: relative;
	/* list-style-image: url('http://www.kfupm.edu.sa/departments/chem/images/arrow.JPG'); */
	font-size: 14px;
	line-height:25px;
	font-weight:bold;
	text-decoration:none;
	display:block;
}



}



#gprogram{ 
	
	float:right;
	width: 350px;
	background-color:#fcfcfc;
	margin-top:5px;
height:200px;
-webkit-box-shadow: 2px 2px 7px 4px #DBDBDB;
box-shadow: 2px 2px 7px 4px #DBDBDB;

	
}


.middlelink ul li {
	margin: 0;
	padding-left: 20px;
	margin-top: 3px;
	position:relative;
	display:block;
	list-style-position:inside;
	/* list-style-image:url('http://www.kfupm.edu.sa/departments/me/images/arrow.JPG'); */
}




.middlelink li a{
font-family:Arial, Helvetica, sans-serif;
color: #5c5e5d;
font-size: 14px;
line-height:25px;
text-decoration:none;
display:block;

}

.middlelink li a:hover{
font-family:Arial, Helvetica, sans-serif;
color: #0d7e40;
position: relative;
font-size: 14px;
line-height:25px;
text-decoration:none;

}


.rightlinks{ 

	float:right;
	width: 350px;
	margin-top:30px;
	margin-right:20px;

}


.box{ 
	
	float:right;
	width: 350px;
	background-color:#fcfcfc;
	margin-top:5px;
height:200px;
-webkit-box-shadow: 2px 2px 7px 4px #DBDBDB;
box-shadow: 2px 2px 7px 4px #DBDBDB;

	
}


.rightlinks .box ul{
padding-left: 20px;
list-style-image: url('http://www.kfupm.edu.sa/departments/chem/images/arrow.JPG'); 
margin-top: 8px;
display:block;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}


.rightlinks .box ul li a{
font-family:Arial, Helvetica, sans-serif;
color: #5c5e5d;
position: relative;
list-style-image: url('http://www.kfupm.edu.sa/departments/chem/images/arrow.JPG');
font-size: 14px;
line-height:25px;
font-weight:bold;
text-decoration:none;
display:block;

}

.rightlinks .box ul li a:hover{
font-family:Arial, Helvetica, sans-serif;
color: #0d7e40;
position: relative;
list-style-image:  url('http://www.kfupm.edu.sa/departments/chem/images/arrow.JPG');
font-size: 14px;
line-height:25px;
 text-decoration:none; 
 display:block;

}






#research{
	width:100%;
	height:auto;

}

#people {
	width:178px;
	height: 240px !important;
	float:left;

	margin-top:30px;
	margin-left:10px;
	line-height:22px;
	
	box-shadow: 2px 2px 10px 3px #C2C2C2;
	-moz-box-shadow: 2px 2px 10px 3px #C2C2C2;
	-webkit-box-shadow: 2px 2px 10px 3px #C2C2C2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');
	    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
    zoom: 1;
	
}
	
#people ul {
	margin: 0;
	margin-top: 8px;
	padding: 0px  !important;
	list-style: none;
}

#people li {
	font-family:Arial, Helvetica, sans-serif;
	color: #5c5e5d;
	position: relative;
	list-style-image: url('http://www.kfupm.edu.sa/departments/chem/Style%20Library/images/arrow.JPG'); 
	font-size: 13px;
    line-height: 20px !important;
    margin-left: 20px;
	display: block;
	padding: 5px 15px 5px 20px;
    background: url("/dept_web/images/green_cir_bullet.jpg") 0% 10px no-repeat !important;
}
		
#pheading{
	width:100%;
	height:32px;

	background: rgb(97,110,118); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZX");
background: -moz-linear-gradient(top,  rgba(97,110,118,1) 0%, rgba(76,87,93,1) 40%, rgba(67,76,81,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(97,110,118,1)), color-stop(40%,rgba(76,87,93,1)), color-stop(100%,rgba(67,76,81,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(97,110,118,1) 0%,rgba(76,87,93,1) 40%,rgba(67,76,81,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(97,110,118,1) 0%,rgba(76,87,93,1) 40%,rgba(67,76,81,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(97,110,118,1) 0%,rgba(76,87,93,1) 40%,rgba(67,76,81,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(97,110,118,1) 0%,rgba(76,87,93,1) 40%,rgba(67,76,81,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616e76', endColorstr='#434c51',GradientType=0 ); /* IE6-8 */

-webkit-box-shadow: 2px 2px 10px 3px #C2C2C2;
box-shadow: 2px 2px 10px 3px #C2C2C2;
text-align:center; padding-top:10px; font-family: 'calibri',Arial, Helvetica, sans-serif; font-size:20px; color:#fcfcfc;

}

#middleugp{
	width:720px;
	background-color:#060;
	height:auto;
}


#middlepanel{
width:760px;
overflow:hidden;

	

}



#leftcolumn { width: 350px; float: left; margin-left:10px; margin-top:20px;}
#rightcolumn { width: 350px; float: right;margin-top:20px; margin-right:20px;}	

#leftcolm ul
{
	background-color:#fcfcfc;
	height:130px;
	padding-left: 20px;
	/* list-style-image: url('http://www.kfupm.edu.sa/departments/chem/images/arrow.JPG'); */
	margin-top: 5px;
	webkit-box-shadow: 2px 2px 7px 4px #DBDBDB;
	box-shadow: 2px 2px 7px 4px #DBDBDB;
	}

#leftcolm ul li {
	display:list-item; /* list-style-image:url('http://www.kfupm.edu.sa/departments/chem/images/arrow.JPG');*/
}

#leftcolm ul li a {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	color: #484848;
	position: relative;
	font-size: 14px;
	text-decoration:none;
	/* list-style-image: url('http://www.kfupm.edu.sa/departments/chem/Style%20Library/images/arrow.JPG'); */
}

#leftcolm ul li a:hover
{
color: #0d7e40;

}



#bottomlink ul {
	height:200px;
	padding-left: 20px;
	/* list-style-image: url('http://www.kfupm.edu.sa/departments/chem/Style%20Library/images/arrow.JPG'); */
	margin-top: 3px;
	border-right:1px dotted #908b8b;
}

#bottomlink ul li {
	display:list-item;
	/* list-style-image: url('http://www.kfupm.edu.sa/departments/chem/images/arrow.JPG'); */
}

#bottomlink ul li a
{
font-family: Arial, Helvetica, sans-serif;
line-height: 23px;
color: #484848;
position: relative;
font-size: 13px;
text-decoration:none;


}

#bottomlink ul li a:hover
{
color: #0d7e40;

}
