@charset "utf-8";
/* CSS Document */

/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: March 26, 2009
Version: 1.0
*/

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tabP {
  	background: url(../images/tab_b.png) repeat-x 0 0;
	position: relative;
    top: 0;
    z-index: 999;
}
.tabP ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
	width: 780px;
  	font-weight: bold;
	
	margin: 0;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tabP ul.login li {
 	text-align: left;
  	padding: 0;
	display: block;
	float: left;
  	background: url(../images/tab_m.png) repeat-x 0 0;
}
.tabP a.open {
	height: 20px;
	line-height: 20px !important;
	padding-left: 0 !important;
	cursor: pointer;
	margin:0 auto;
	display: block;
	width: 780px;
	position: relative;
	top: 0;
}
.tabP a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 0 !important;
	cursor: pointer;
	margin:0 auto;
	display: block;
	width: 780px;
	position: relative;
	top: 0;
}

.tabP a.open {background: url(../images/bt_open.png) no-repeat left 0;}
.tabP a.close {background: url(../images/bt_close.png) no-repeat left 0;}
.tabP a:hover.open {background: url(../images/bt_open.png) no-repeat left -19px;}
.tabP a:hover.close {background: url(../images/bt_close.png) no-repeat left -19px;}

/* sliding panel */
#toppanel-faculty {
    position: absolute;
	top:0; 
    width: 780px;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	margin-top:158px;
	left:50%; 
	margin-left:-391px;
}

#toppanel {
    position: absolute;
	top:0; 
    width: 780px;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	margin-top:134px;
	left:50%; 
	margin-left:-391px;
}

#panel {
	width: 99%;
	height: 290px;
	color: #999999;
	background: #FFF;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	border:4px solid #E4E4E4;
}

.topmagin {	margin-top:250px;}
.open .slidebar { background:#e7f5fa; border:1px solid #cfeaf4; padding:4px 10px; display:block; font-size:11px; color:#666;}

.final-action { background:url(/Images/actions/bg-action.png) repeat-x bottom left #FFF; border-bottom:1px solid #CCC;}
.final-action-s { background:url(/Images/actions/header-action.png) repeat-x bottom #f6f6f6; border-top:1px solid #CCC;  border-left:1px solid #CCC; border-right:1px solid #CCC; padding:10px 0px}
.final-action-s h4 { font: bold 14px 'HelveticaNeueCondensed'; color:#143484; text-transform:uppercase; }
.final-action-s h4 span {color:#ce0808;}
.final-action h3 { font: bold 20px 'HelveticaNeueCondensed'; color:#143484; text-transform:uppercase; }
.final-action h4 { font: bold 14px 'HelveticaNeueCondensed'; color:#143484; text-transform:uppercase; }
.final-action h4 span {color:#ce0808;}
.final-action h3 span {color:#ce0808;}

.box-resume ul { list-style:none; padding:0px; margin:0px;}
.box-resume ul li { background:none; padding:0px; *padding:6px 3px 6px 5px; overflow:hidden;}
.box-resume ul li span { color:#c80303; float:left; margin-right:3px; width:2%; padding-top:10px; *padding-top:0px;}
.box-resume ul li p { float:right; width:96%;} 

.nav-sub {
	display:block;
	background:url(/Images/nav-bg.gif) repeat-x left top;
	padding:13px 0;
	overflow:hidden;
	list-style-type:none;
	position:relative;
	z-index:10;
}

.nav-sub li {
	float:left;
	padding:0 0 23px 10px;
	margin:0 35px;
	font: normal 11px Verdana;
	color:#325587;
	background:url(/Images/nav-dot.gif) no-repeat left 5px;
}

.nav-sub li a:link, .nav-sub li a:active, .nav-sub li a:visited {
	color:#325587;
	padding:0 0 23px;
	text-decoration:none;
}

.nav-sub li a:hover {
	color:#cc0000 !important;
	
}

.nav-sub li.subnav-active a {
	color:#cc0000 !important;
	
}

.font13 {
	font-size:13px;
}

.list {
	display:block;
	padding:10px 0 10px 5px;
	list-style-type:none;
}

.list li {
	padding:0 0 10px 20px;
	background:url(/Images/bullet-right.gif) no-repeat left top;
}
