/**
 ************************************************
 * Main css file for CHEM DEPT FACULTY TEMPLATE
 * Developed by Hussien Yousef - @AlSareeh
 *
 ************************************************
 */

.ulMenu {
	list-style-type: none;
	margin: 0;
    padding: 0;
	margin-top: 2px;
	padding-bottom: 2px;
	border-bottom-style: solid;
    border-color: #00a5cd;
}

.ulMenu li{
	display: inline;
	margin-left: 10px;
}

.ulMenu li a {
	font-family: Tahoma;
	font-size: 13pt;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	
}
.ulMenu li a:hover {
	color: #00b8e4;
	border-bottom-style: solid;
    border-color: #00b8e4;
}

.active a{
	color: #00b8e4;
	border-bottom-style: solid;
    border-color: #00b8e4;
}

.topHeader {
	height: 70px;
	background-color: #00b8e4;
}

#leftLogo {
	float: left;
	background-image: url("../images/logo.png");
	height: 62px;
	width: 387px;
	margin-left: 10px;
}
#rightLogo {
	float: right;
	margin-right: 10px;
	width: 90px;
	height: 62px;
	background-image: url("../images/chem-logo.png");
}

#circularPIC {
	width: 240px;
	height: 240px;
	margin: 0 auto;
	border-radius: 50%;
    behavior: url(PIE.htc);
	background-image: url(../images/personal.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border: 8px solid #e3e3e3;
}

#insName {
	float: left;
	font-family: Arial;
	font-size: 15pt;
	border-bottom-style: solid;
    border-color: #00b8e4;
	font-weight: bold;
}
#insDisc {
	float: left;
	font-family: Arial;
	font-size: 12pt;
}

.rightDivsGeneral div{
	float: left;
	position: relative;
	width: 260px;
	height: 21px;
	padding-left: 30px;
	margin-left: 20px;
	border-bottom-style: solid;
    border-color: #e3e3e3;
	font-family: Arial;
}

#email {
	background-image: url("../images/email.png");
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#mobile {
	background-image: url("../images/mobile.png");
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#fax {
	background-image: url("../images/fax.png");
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#office {
	background-image: url("../images/office.png");
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#mailbox {
	background-image: url("../images/mailbox.png");
	background-repeat: no-repeat;
	background-position: 0 2px;
}

.horzLine {
	height: 1px;
	background-color: #e5e5e5;
}

.titleSection {
	height: 60px;
	background-color: #00b8e4;
	font-family: Arial;
	font-size: 30pt;
	font-weight: bold;
	color: #ffffff;
	padding-left: 14%;
}

.textCont {
	font-family: Arial;
	font-size: 12pt;
	text-align: left;
}

.fotorTXT {
	font-family: Arial;
	font-size: 10pt;
	text-align: center;
}



.tooltip{
    display: inline;
    position: relative;
}
.tooltip:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
	font-family: Tahoma;
	font-size: 8pt;
}
.tooltip:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 35%;
    position: absolute;
    z-index: 99;
}

