/* Standard Styles */
/* Photo Styles */

.photo_198 {
	border: 4px solid #FFFFFF;
}

.album-frame .topx----,
.album-frame .top----x,
.album-frame .botx----,
.album-frame .bot----x {
	height: 14px;
	width: 14px;
}

.album-frame .top-x--- {
	background-repeat: repeat-x;
	background-image: url(images/borders/album-tstretch.gif);
	text-align: left;
	height: 14px;
	width: auto;
}
.album-frame .top--x-- {
	background-repeat: repeat-x;
	background-image: url(images/borders/album-tstretch.gif);
	height: 14px;
	width: auto;
}
.album-frame .top---x- {
	background-repeat: repeat-x;
	background-image: url(images/borders/album-tstretch.gif);
	text-align: right;
	height: 14px;
	width: auto;
}

.album-frame .mtpx---- {
	background-repeat: repeat-y;
	background-image: url(images/borders/album-lstretch.gif);
	vertical-align: top;
	height: auto;
	width: 14px;
}
.album-frame .mtp----x {
	background-repeat: repeat-y;
	background-image: url(images/borders/album-rstretch.gif);
	vertical-align: top;
	height: auto;
	width: 14px;
}

.album-frame .midx---- {
	background-repeat: repeat-y;
	background-image: url(images/borders/album-lstretch.gif);
	height: auto;
	width: 14px;
}
.album-frame .mid----x {
	background-repeat: repeat-y;
	background-image: url(images/borders/album-rstretch.gif);
	height: auto;
	width: 14px;
}

.album-frame .mbtx---- {
	background-repeat: repeat-y;
	background-image: url(images/borders/album-lstretch.gif);
	vertical-align: bottom;
	height: auto;
	width: 14px;
}
.album-frame .mbt----x {
	background-repeat: repeat-y;
	background-image: url(images/borders/album-rstretch.gif);
	vertical-align: bottom;
	height: auto;
	width: 14px;
}

.album-frame .bot-x--- {
	background-repeat: repeat-x;
	background-image: url(images/borders/album-bstretch.gif);
	text-align: right;
	height: 14px;
	width: auto;
}
.album-frame .bot--x-- {
	background-repeat: repeat-x;
	background-image: url(images/borders/album-bstretch.gif);
	height: 14px;
	width: auto;
}
.album-frame .bot---x- {
	background-repeat: repeat-x;
	background-image: url(images/borders/album-bstretch.gif);
	text-align: left;
	height: 14px;
	width: auto;
}

.photo-frame
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

.photo-frame TD {
	margin: 0px;
	padding: 0px;
}

.photo-frame .topx-- 
{
	background-repeat: no-repeat;
	background-image: url(images/borders/frame-topx--.gif);
	width: auto;
	height: 4px;
	vertical-align: top;
}
.photo-frame .top-x- {
	background-repeat: repeat-x;
	background-image: url(images/borders/frame-top-x-.gif);
	width: auto;
	height: 4px;
}
.photo-frame .top--x {
	background-repeat: no-repeat;
	background-image: url(images/borders/frame-top--x.gif);
	width: auto;
	height: 4px;
	vertical-align: top;
}

.photo-frame .midx-- {
	background-repeat: repeat-y;
	background-image: url(images/borders/frame-midx--.gif);
	width: 4px;
	height: auto;
}

.photo-frame .mid--x {
	background-repeat: repeat-y;
	background-image: url(images/borders/frame-mid--x.gif);
	width: 4px;
	height: auto;
}

.photo-frame .botx-- {
	background-repeat: no-repeat;
	background-image: url(images/borders/frame-botx--.gif);
	width: 4px;
	height: 4px;
	vertical-align: top;
}
.photo-frame .bot-x- {
	background-repeat: repeat-x;
	background-image: url(images/borders/frame-bot-x-.gif);
	width: auto;
	height: 4px;
}
.photo-frame .bot--x {
	background-repeat: no-repeat;
	background-image: url(images/borders/frame-bot--x.gif);
	width: 4px;
	height: 4px;
	vertical-align: bottom;
}

/* Lightbox */


#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
	
#loading #loadingLink{ width: 32px; height: 32px; background: url(images/lightbox/loading.gif) no-repeat;	}		

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; height: 22px; float: right;  padding-bottom: 0.7em; background: url(images/lightbox/closelabel.gif) no-repeat;	}			
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

.blueHeader1{
background-color:#F1F1F1;
border:1px solid #F5F5F5;
color:#555555;
font-size:9pt;
font-weight:bold;
margin-bottom:10px;
padding:6px 9px;
text-align:left;
}

.aswrapNoBorder {
background-color:#FFFFFF;
padding:10px;
}


/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #f0f0f0;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #f0f0f0;
 border-bottom: none;
 background: #f9f9f9; /*#b2b2b2; #EEEEEE  #DDE; */
 text-decoration: none;
  color: #77a2c4; /* #000 */
 font-weight: bold;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #77a2c4; /* #000 */
 font-weight: bold;
 background:#f9f9f9; /* #AAE; */
 border-color: #f0f0f0;
}

ul.tabbernav li.tabberactive a
{
 background-color: #F0F0F0;
 border-bottom: 1px solid #F0F0F0;
 color: #77a2c4; /* #000 */
 font-weight: bold;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #77a2c4; /* #000 */
 font-weight: bold;
 background: #F0F0F0; /* white;  */
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #f0f0f0;  /*#aaa*/
 border-top:0;
 /*min-height:400px; */
/* background: #ffffff url(/portals/1/images/slider_bg.gif) repeat-x; /* white;  */ */
/* width:100%; */


 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

.getInvolved {
	float: right;
	padding-left: 680px;

}

.tabHeading1 {
	background-color:#C7D4E0;
	border:1px solid #f5f5f5;
	color:#ffffff;
	font-size:10pt;
	font-weight:bold;
	margin-bottom:10px;
	padding:6px 9px;
	text-align:left;
	width:550px;
	vertical-align: middle;
	height: 32px;
}

.tabHeadingFull {
background-color:#C7D4E0;
border:1px solid #f5f5f5;  
color:#ffffff;
font-size:10pt;
font-weight:bold;
margin-bottom:10px;
padding:6px 9px;
text-align:left;
width:100%;
vertical-align: middle;
height: 32px;
}

.tabHeadingTable {
background-color:#C7D4E0; 
color:#ffffff;
font-size:11pt;
font-weight:bold;
/*margin-bottom:10px; width:100%; height: 32px;*/
padding:0px 6px 0px 6px;
text-align:left;
vertical-align: middle;

}




.pad10 {
	padding-left: 10px;

}

.logoRight {
	float: right;
	padding-left: 800px;
	text-align: right;
	vertical-align: top;

}

.programHeader{
color:#0E71AF;
font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
font-size:2.00em;
font-weight:bold;
}

.tabHeader{
	color:#0E71AF;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:1.75em;
	font-weight:normal;
/*	line-height: 36px; */
	vertical-align: bottom;
}

.rightPaneText {
color:#4B4639;
font-family:"Lucida Sans Unicode",san serif;
font-size:11px;
font-style:normal;
font-weight:normal;
letter-spacing:normal;
line-height:1.25em;
text-transform:none;
padding: 0 0 10px 0;
} 


.videoIcon {
	float: left;
	width: 150px;
	margin: 5px 10px;
	font: bold normal 110% Arial, Helvetica, sans-serif;
	padding: 16px 0px 16px 50px;
	border-top: 1px solid #7A98B2;
	border-bottom: 1px solid #7A98B2;
	background-color: #F5F4F3;
	background-image: url(/portals/116/images/videoIcon40.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	height: 20px;
	color: #6D929B;
}

.flipbookIcon {
	float: left;
	width: 150px;
	margin: 5px 10px;
	font: bold normal 110% Arial, Helvetica, sans-serif;
	padding: 16px 0px 16px 50px;
	border-top: 1px solid #7A98B2;
	border-bottom: 1px solid #7A98B2;
	background-color: #F5F4F3;
	background-image: url(/portals/116/images/flipbookIcon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	height: 20px;
	color: #6D929B;
}



.genericIcon {
	float: left;
/*	width: 150px; */
	width: 80%x; 
	margin: 5px 10px;
	font: bold normal 110% Arial, Helvetica, sans-serif;
	padding: 16px 0px 16px 50px;
	border-top: 1px solid #7A98B2;
	border-bottom: 1px solid #7A98B2;
	background-color: #F5F4F3;
	background-image: url(/portals/116/images/blueArrows.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	height: 20px;
	color: #6D929B;
}

.rightPaneLink {
	float: left;
/*	width: 150px;
	width: 80%x;  */
	margin: 5px 10px;
	font: bold normal 110% Arial, Helvetica, sans-serif;
	padding: 16px 0px 16px 50px;
/*	border-top: 1px solid #7A98B2;
	border-bottom: 1px solid #7A98B2;
	background-color: #F5F4F3;
	background-image: url(/portals/116/images/blueArrows.gif);
	background-repeat: no-repeat;
	background-position: left center; */
	text-align: left;
	height: 20px;
	color: #6D929B;
}


.padLeft166{padding-left:166px;
padding-right:12px;
}



.tabTitle {
	font-family: Trebuchet MS, "Lucida Sans Unicode",Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #6D929B;
	padding-left: 166px;
	text-align: left;
	vertical-align: middle;
}	


.alignRight {
height:24px;
text-align: right;
vertical-align: middle;
}




