/* 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;
}

.stepHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	line-height: 32px;
	text-transform: uppercase;
}

.dashboardTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F17D4F;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	line-height: 24px;
	text-transform: uppercase;
}

.stepHeader2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	line-height: 18px;
	text-transform: uppercase;
}


.step {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	text-transform: uppercase;
}

.stepIcon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
		line-height: 42px;

}

.answerbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	line-height: 120%;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

.stepHeader2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
       padding-top: 4px;
      padding-bottom; 4px;
	text-transform: uppercase;
}



.subTitle {
color:#999999;
font-family:'Lucida Grande','Lucida Sans Unicode',Arial,sans-serif;
font-size:11px;
line-height:1.25em;
padding-bottom:10px;
padding-top:10px;
text-transform:uppercase;
}

.leftPad10 {
padding-left: 10px;
padding-bottom: 6px;
}

.tabTitle {
color:#6D929B;
font-family:Trebuchet MS,"Lucida Sans Unicode",Arial,Helvetica,sans-serif;
font-size:24px;
font-weight:bold;
padding-bottom:16px;
padding-left:0;
text-align:left;
}


/* Tabber Start */
/* $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: 5px 0;
 border-bottom: 1px solid #f0f0f0;
 font: bold 15px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
  font: bold 15px Verdana, sans-serif;
}

ul.tabbernav li a
{
 padding: 5px .5em;
 margin-left: 3px;
 border: 1px solid #f0f0f0;
 border-bottom: none;
 background: #f9f9f9; /*#b2b2b2; #EEEEEE  #DDE; */
 text-decoration: none;
  color: #404488; /* #000 77a2c4*/   
 font-weight: bold;
  font: bold 15px Verdana, sans-serif;
}

ul.tabbernav li a:link { color: #448;  font: bold 15px Verdana, sans-serif;}
ul.tabbernav li a:visited { color: #667;  font: bold 15px Verdana, sans-serif; }

ul.tabbernav li a:hover
{
 color: #F1761c; /* #000   77a2c4*/
 text-decoration: none;  
 font-weight: bold;
 background:#f9f9f9; /* #AAE; */
 border-color: #f0f0f0;
  font: bold 15px Verdana, sans-serif;
}

ul.tabbernav li.tabberactive a
{
 background-color: #ffffff; /*  F0F0F0*/
 border-bottom: 1px solid #ffffff;  /*F0F0F0*/
 color: # 404488; /* #000  77a2c4*/    
 font-weight: bold;
  font: bold 15px Verdana, sans-serif;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #77a2c4; /* #000 */
 font-weight: bold;
 text-decoration: none;
 background: #ffffff; /* white;   F0F0F0 */
 border-bottom: 1px solid white;
  font: bold 15px Verdana, sans-serif;
}

/*--------------------------------------------------
  .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;
}

/*End Tabber */



.tabHeaderOrange {
color:#F17D4F;
font-family:Arial,Helvetica,sans-serif;
font-size:18px;
font-weight:bold;
line-height:24px;
}


.articleIcon {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-x-system-font:none;
background:transparent url(/portals/1/images/action_settings.gif) no-repeat scroll left center;
color:#0385BB;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
margin:0 5px;
padding:5px 25px;
vertical-align:top;
}


.countryHeader {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	padding: 10px;
	border: 1px solid #f9f9f9;
	font-size: 12px;
	line-height: 120%;
	}


.rightPaneHeader {
	font-family: Trebuchet MS, "Lucida Sans Unicode",Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #F17D4F;
	padding-left: 0px;
	padding-top:6px;
	padding-bottom: 6px;
}	

