﻿/* popup styles */
	.listOverflow { height: 218px; overflow:auto; }
	.showPrint { display: none; }
	.bodyIframe { margin: 0px; padding: 0px; background-color: #52594a; font-family : Helvetica, Arial, san-serif; }
	.content-wide {
		border-right : none !important;
	}
	.expertHeader {position: relative; height: 50px}
	.faculty-popup {
		width : 531px !important;
		color : #fff;
		position : relative;			
		background-color: #ffcc00;
		height : 304px; 
		padding : 0px;
	}
	
	#lblPrint { display: block;}
	.popup-header { 
		position: relative;
	}
				
	.print {
		float:right;
		padding: 10px; position:relative; 
	}

	.popup-controls a, .popup-controls a:hover {
		color: #ffffff;	
	}
	
	h2.popup-title {
		font-size : 17px;
		font-weight : bold;
		margin : 0;
		color : #fff;
		position : absolute;
		top : 0px;
		left : 8px; 
		overflow : visible;
	}	
	
	h3.popup-title {
		font-size : 11px;
		font-weight : bold;
		margin : 0;
		color : #fff;
		position : absolute;
		top : 17px;
		left : 8px; 
		overflow : visible;
	}	
					
	.popup-table-header {
		padding : 0;
		position : absolute;
		height: 66px;			
		overflow : auto;
		top: 30px;
	}

	.popup-table-header th {
		color : #ffcc00;
		font-weight : bold;
		font-size : 11px;
		text-align : left;
		vertical-align : top !important;
	}

	
	
				
	.popup-table {
		margin : 0px;
		padding : 0px;			
		border: none; 	
		}
	.popup-table a { color: #ffffff;}
	.popup-table a:hover { color: #ffffff;}

	.col-1 { width : 30%; padding-left : 7px; }		
	.col-2 { width : 30%; padding-left : 7px; }		
	.col-3 { width : 40%; }		
		
	.popup-table th {
		color : #ffcc00;
		font-weight : bold;
		font-size : 11px;
		padding : 0 5px 0 8px;
		height : 20px;
		text-align : left;		
	}

	.popup-table td {
		font-weight : normal;
		font-size : 11px;
		color : #fff;
		vertical-align : top;
		background-color : #696c60; 
		border-bottom : 1px solid #94988c;
		padding-top : 7px;
		padding-bottom : 9px;
		vertical-align : top;
		line-height : 1.1;
		text-align : left;
	}


	.popup-table tr.alternate-row td {
		background-color : #797e70;
	}
		
	.popup-faculty-title {
		font-size : 12px;
		font-weight : bold;
		color : #fff;
		line-height : 1.1;
		padding : 0;
		margin : 0;
	}
	
	.popup-footer {
		width : 100%;
		left: 0px;
		position : absolute;
		top : 268px;	
		height : 25px; 
		text-align: right;
		color: #ffffff;
		font-weight : normal;
		font-size : 11px;
		border-top: 1px solid #000000;
	}	
	.popup-footer small { position: relative; left: -5px;}			


	.popup-footer a:link 		{ color : #fff; font-weight : bold; text-decoration : none; }
	.popup-footer a:visited 	{ color : #fff; font-weight : bold; text-decoration : none; }
	.popup-footer a:hover 		{ color : #fff; font-weight : bold; text-decoration : underline; }
	.popup-footer ext a:active 	{ color : #fff; font-weight : bold; text-decoration : underline; }
	
