/* ############################################################# */
/* ektron registered stylesheet */
/* id: EktronModalCss */
/* path: /WorkArea/java/plugins/modal/ektron.modal.css
/* ############################################################# */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
   the Window's z-index value will be set to 3000 by default (in ektron.jqmodal.js). 
   You can change this value by either;
	  a) supplying one via CSS
	  b) passing the "zIndex" parameter. E.g.  (window).modal({zIndex: 500}); 
*/
	
.ektronWindow {display: none; position: fixed !important; top: 25%; left: 50%; margin-left: -20em; width: 40em; background-color: #fff; color: #333; border: 1px solid #ddd;}
.ektronModalOverlay { background-color: #666666; margin: 0; padding: 0;}

/* widths */
.ektronModalWidth-10 {margin-left: -5em !important; width: 10em !important;}
.ektronModalWidth-20 {margin-left: -10em !important; width: 20em !important;}
.ektronModalWidth-25 {margin-left: -12.5em !important; width: 25em !important;}
.ektronModalWidth-30 {margin-left: -15em !important; width: 30em !important;}
.ektronModalWidth-40 {margin-left: -20em !important; width: 40em !important;}
.ektronModalWidth-50 {margin-left: -25em !important; width: 50em !important;}
.ektronModalWidth-60 {margin-left: -30em !important; width: 60em !important;}
.ektronModalWidth-70 {margin-left: -35em !important; width: 70em !important;}
.ektronModalWidth-80 {margin-left: -40em !important; width: 80em !important;}
.ektronModalWidth-90 {margin-left: -45em !important; width: 90em !important;}
.ektronModalWidth-100 {margin-left: -50em !important; width: 100em !important;}

/* heights */
.ektronModalHeight-10 {height: 10em !important;overflow-y: auto !important;}
.ektronModalHeight-20 {height: 20em !important;overflow-y: auto !important;}
.ektronModalHeight-25 {height: 25em !important;overflow-y: auto !important;}
.ektronModalHeight-30 {height: 30em !important;overflow-y: auto !important;}
.ektronModalHeight-40 {height: 40em !important;overflow-y: auto !important;}
.ektronModalHeight-50 {height: 50em !important;overflow-y: auto !important;}
.ektronModalHeight-60 {height: 60em !important;overflow-y: auto !important;}
.ektronModalHeight-70 {height: 70em !important;overflow-y: auto !important;}
.ektronModalHeight-80 {height: 80em !important;overflow-y: auto !important;}
.ektronModalHeight-90 {height: 90em !important;overflow-y: auto !important;}
.ektronModalHeight-100 {height: 100em !important;overflow-y: auto !important;}


/* Ektron Themes:  multiclass the outermost div with the theme className to achieve these styles */
.ektronModalStandard {font-size: 12px; border: 1px solid #525252; padding: 1em;}
div.ektronModalStandard { padding: 0em;	border: solid 1px #525252; background: #E1E7F2;	top: 50%; font-size: 12px;}
div.ektronModalStandard, div.ektronModalStandard input, div.ektronModalBody table th, div.ektronModalBody table td {font-family: Arial, Verdana, sans-serif;}
.ektronModalStandard .ektronModalHeader h3 { background-image: url('/WorkArea/images/application/darkblue_gradiant-nm.gif'); background-color: #3163BD;	background-repeat: repeat-x; background-position: 0 -2px; color: #fff;	margin: 0;	padding: .6em .25em; font-size: 1em; position: relative;}
.ektronModalStandard .ektronModalHeader h3 a.ektronModalClose {display: block;	background-image: url('/WorkArea/images/application/closeButton.gif'); background-repeat: no-repeat;	background-position: 0px -23px;	background-color: Transparent; text-decoration: none; width: 21px; height: 21px; position: absolute; right: .25em; top: .25em; text-indent: -10000px; overflow: hidden; cursor: pointer;}
.ektronModalStandard .ektronModalHeader h3 a.ektronModalClose:hover {background-position: -23px 0;}
.ektronModalStandard div.ektronModalBody { background: #FFFFFF none repeat scroll 0%; border: 1px solid silver;	color: #333333;	margin: 1em 0.75em;	padding: 0.5em;}
.ektronModalStandard div.ektronModalBody table { margin: 0 1.5em;}
.ektronModalStandard div.ektronModalBody table th {	font-size: 12px; padding-right: 1em; padding-top: .25em;}
.ektronModalStandard div.ektronModalBody table th, div.ektronModalBody table td{ vertical-align: top;}
.ektronModalStandard div.ektronModalBody fieldset{	clear: both;}

/* Buttons */
.ektronModalStandard .ektronModalButtonWrapper{	margin: 1em 0 .25em; padding: 0; list-style: none; width: 100%;}
.ektronModalStandard .buttonWrapper { float: right;	margin: 1em 0 0 0;	padding: 0;	list-style: none;	width: 50%;}
.ektronModalStandard .ektronModalButtonWrapper li, .ektronModalStandard ul.buttonWrapper li { display: inline; background-image: none; background-color: transparent;}
.ektronModalStandard ul.buttonWrapper li { float: right;	margin: 0;	padding: 0;	border: 0px;}
.ektronModalStandard a.button{	display: block;	padding: .5em 1em .5em 2.25em; border: 1px solid silver; background-color: #eee; color: #8F8F8F; background-repeat: no-repeat; background-position: .5em .4em; font-size: 1em; margin: 0 0 0 .75em; line-height: 100%; cursor: pointer; text-decoration: none;}
.ektronModalStandard a.button:active {  color: #8F8F8F;	font-size: inherit;}
.ektronModalStandard a.button:visited {	color: #8F8F8F;}
.ektronModalStandard a.button:hover { text-decoration: none;}
.ektronModalStandard a.buttonLeft {	float: left;}
.ektronModalStandard a.buttonRight { float: right;}
.ektronModalStandard a.text { font-size: .75em;}
.ektronModalStandard a.cancelButton { background-image: url('/WorkArea/images/application/delete.gif');}
.ektronModalStandard a.okButton { background-image: url('/WorkArea/images/application/check.gif');}
.ektronModalStandard a.nextButton { background-image: url('/WorkArea/images/application/but_next.gif'); background-position: .5em .25em;}
.ektronModalStandard a.backButton {	background-image: url('/WorkArea/images/application/but_prev.gif'); background-position: -.1em .25em;}
.ektronModalStandard a.deleteButton { background-image: url('/WorkArea/images/application/btn_delete-nm.gif'); background-position: .25em .1em; margin-right: .5em;}
.ektronModalStandard a.redHover:hover {	background-color: #FBE3E4; border: 1px solid #FBC2C4; color: #D12F19;}
.ektronModalStandard a.blueHover:hover { background-color: #DFF4FF;	border: 1px solid #C2E1EF; color: #336699;}
.ektronModalStandard a.greenHover:hover { background-color: #E6EFC2; border: 1px solid #C6D880;	color: #529214;}

/*Messages*/
.ektronModalStandard .messages {display: block; width: auto; margin-bottom: .1em; font-size: 1em;}
.ektronModalStandard .messages span { display: block; margin: .25em; padding: .5em .5em .5em 2em; background-repeat: no-repeat;	background-position: .25em .5em;}
.ektronModalStandard .messages span.wordbreak {	display: inline; text-indent: -10000px;	margin: 0; padding: 0; width: 0; overflow: hidden; font-size: 1px;}

/* clearfix */
.ektronModalStandard .clearfix:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; font-size: 0;}
.ektronModalStandard .clearfix { display: inline-block;}
/* Hides from IE-mac \*/
* html .ektronModalStandard .clearfix {	height: 1%;}
.ektronModalStandard .clearfix { display: block;}
/* End hide from IE-mac */

/* The following section of code must always be the last section of this file (IE Expression Bug)
   Do not place any piece of styling information below this point */
/* Background iframe styling for IE6. Prevents ActiveX bleed-through 
   (<select> form elements, etc.). 
*/
* iframe.ektronModalIframe {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6 star (*) selector used to hide 
   definition from browsers other than IE6.
   For valid CSS, use a conditional include instead 
*/
* html .ektronWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/* ############################################################# */
/* ektron registered stylesheet */
/* id: __design_css_leftnav.css */
/* path: /_design/css/leftnav.css
/* ############################################################# */

.section-nav {
	border: 0px dotted #ccc;}
.leftnav {
	/*color: #36749f;*/
	font-size: 90%;
	}
	
.leftnav a:link, .leftnav a:visited {
	color: #36749f;
	display: block;
	text-decoration: none;
	}
	
.leftnav a:hover {
	color: #96b635;
	}

.leftnav ul, .leftnav li  {
	margin: 0;
	padding: 0;
	}

.leftnav ul li {
	list-style-type: none;
	display: inline;
	}

/* First - Folder Level */
.leftnav ul li ul li ul {
	/*margin: 0 0 0 10px;*/
	margin: 0 0 0 0;
	}

.leftnav ul li ul li ul li {
	display: block;
	margin: 7px 0 7px 0;
	padding-left: 0px;
	/* background-color:Orange;*/
	}
.leftnav ul li ul li ul li:hover {
	color: #96b635;
	}
	
/* Second - Page in Folder Level */
.leftnav ul li ul li ul li ul li {
	}

/* Third? - Page in Folder Level */
.leftnav ul li ul li ul li ul li ul li{
	 font-style:italic;
	}
	
	
.leftnav li .ekflexmenu_submenu_items_hidden {
	display: none;
	}
	
/* Selected Items */	

.leftnav a.expanded { }
.leftnav a.expanded:hover { }

.leftnav li.one ul.ekflexmenu_submenu_items_selected { /*this is the div that encompasses all 2nd level items, not very useful right now */
	/*background-color: Silver;*/ /*#E2E7EB;*/
	
	}

.leftnav ul.ekflexmenu_submenu_items_selected li { /*all left nav 2nd level items*/
	margin-left: 1px; 
	/*background-color:yellow;*/
	}



.leftnav ul.ekflexmenu_submenu_items_selected li a.ekflexmenu_link_selected  {
	/*2nd and 3rd level selected sub items */
	/* margin-top:4px;margin-bottom:5px; */
	/* padding:2px 0px 5px 2px; */
	
	border-bottom: 0px solid #d4dee2;
	font-weight:normal;	
	/*text-transform:uppercase;*/
	/*color:#46ADD0; 0f88b8, c74822*/
	/*background-color:red;*//*#f2f2f2;*/
}

.leftnav a.ekflexmenu_button_selected {   /*2nd level parent selected link*/
                                        margin-top:4px;margin-bottom:5px;
                                       /* padding:2px 0px 5px 0px; */
                                        font-weight:normal;/*bold*/
                                        /*color:#0f88b8;
                                          background-color: #E2E7EB;
										  text-transform:uppercase;
										  background-color:blue;*/
                                        }
.leftnav a.ekflexmenu_button_selected span{ text-transform:none;}



.leftnav ul.ekflexmenu_submenu_items_selected  ul.ekflexmenu_submenu_items_selected li a {
	margin-left:4px; font-style:normal;
	/*background-color:purple; */
	}
.leftnav ul.ekflexmenu_submenu_items_selected  ul.ekflexmenu_submenu_items_selected li a  span 
{
	/*third level selected child menu items */
	 /*color:#212020;*/
	}
	
.leftnav a.ekflexmenu_link_selected, a.ekflexmenu_button_selected,
 .leftnav a.ekflexmenu_link_selected span, a.ekflexmenu_button_selected span  {
	/*selected link color */
	color:#0F88B8 !important; /*background-color:#E1E6EA;*/
	}

ul.ekflexmenu_submenu_items_selected a.ekflexmenu_button_selected {border: 0px solid red; }
ul.ekflexmenu_submenu_items_selected a.ekflexmenu_link_selected {border: 0px solid green; }
ul.ekflexmenu_submenu_items_selected ul.ekflexmenu_submenu_items_selected 
{
	border-top: 1px solid #CBD4D3; border-bottom: 1px solid #CBD4D3; background-color: #EDF1F2;
	padding-top:2px;
	}

/* ############################################################# */
/* ektron registered stylesheet */
/* id: EktronForumToolbarCSS */
/* path: /WorkArea/threadeddisc/themes/forum-toolbars.css
/* ############################################################# */

td.ek_tab_activated {
      background-image:url('/WorkArea/threadeddisc/themes/tab_selected2.gif');
      background-repeat:no-repeat;
      border:0px;
      cursor:pointer;
	  
}

td.ek_tab_disabled {
      background-image:url('/WorkArea/threadeddisc/themes/tab_not2.gif');
      background-repeat:no-repeat;
      border:0px;
      cursor:pointer;
 }

td.ek_tab_activated b {
      color:#000000;
      display:block;
      height:17px;
      width:110px;
      padding-top:3px;
      text-align:center;
      font-size:1em;
      font-family:Arial, Helvetica, sans-serif;
	  font-weight:normal;
 		cursor:pointer;
}

td.ek_tab_disabled b {
      color:#777777;
      height:17px;
      padding-top:3px;
      display:block;
      width:110px;
      text-align:center;
      font-size:1em;
      font-family:Arial, Helvetica, sans-serif;
	  font-weight:normal;
	  cursor:pointer;
}

td.ek_tab_last {
      background-color:#DFE6EF;
}

td.ek_tab_spacer {
      background-color:#DFE6EF;
}

/* ############################################################# */
/* ektron registered stylesheet */
/* id: ctl00_ctl00_homeContent_miscContent_frmMainCSS */
/* path: /_design/css/custom/astho_custom.css
/* ############################################################# */

/* Based on global.css so that WYSIWYG matches site styles */
/* --- */

/*
p { font:13px Arial,Helvetica,sans-serif;
color:#737373;
font-size:13px;
line-height:18px;
}
*/

p, h2, h3, li { font:13px Arial,Helvetica,sans-serif; }

h2 {font-size:16px;color:#3c3030;padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #d4dee2;line-height:21px;font-weight: bold; padding-top: 12px; }

h3 { font-weight: bold !important; padding-bottom: 20px !important; }


/* --- */

.add-bottom-spacing { padding-bottom: 12px; display: block; }

.kicker {
	font-size: 18px;
	line-height: 23px;
	font-weight: bold;
}


/* Right hand column on home page */

.right-column-content { padding:10px 8px 10px 6px; }


/*** INDIVIDUAL SUMMARIES ***/
/*** .summary has no label; all others include gif labels as indicated ***/

.summary { padding-bottom: 12px; }

/* Looks like all <p> tags have 15px spacing. This puts summaries flush with above line. */

.summary, .summary-audio, .summary-excel, .summary-external-link, .summary-graphic, .summary-pdf, .summary-podcast, .summary-powerpoint, .summary-video, .summary-webinar, .summary-word {
	margin-top: -15px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-repeat: no-repeat;
	background-position: 0px 6px;
}


.link-audio, .link-blank, .link-excel, .link-external-link, .link-graphic, .link-pdf, .link-podcast, .link-powerpoint, .link-video, .link-webinar, .link-word {
	/* Longest summary label is 82 px wide; make all summary labels 90 px wide */
	margin-top: -16px;
	background-color: #e6e6e6;
	background-color: #ffffff; /* new design */
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 90px;
	border: 1px solid #ffffff;
/*	border: 0px; */ /* new design */
}

.END-OF-LIST { }
.lorem-ipsum, .summary-lorem-ipsum { background-color: #FF9; }
.summary-lorem-ipsum { 	margin-top: -15px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-bottom: 12px;
}
.padding-top-5px { padding-top: 5px; margin-bottom: 7px !important; }

/* Add 4px right padding (i.e. gif width + 4px) to summaries via text-indent */

.summary-audio, .link-audio {
/* 36px */
	font: inherit;
	background-image: url('/_design/css/custom/label_audio.gif');
	text-indent: 40px;
}
.link-audio {
	background-position: 27px;
	text-indent: 0px;
}

.link-blank {
	font: inherit;
	background-image: url('/_design/css/custom/transparent_pixel.gif');
	background-position: 1px;
	text-indent: 0px;
}

.summary-excel, .link-excel {
/* 76px */
	font: inherit;
	background-image: url('/_design/css/custom/label_spreadsheet.gif');
	text-indent: 80px;
}
.link-excel {
	background-position: 7px;
	text-indent: 0px;
}

.summary-external-link, .link-external-link {
/* 82px */
	background-image: url('/_design/css/custom/label_external_link.gif');
	text-indent: 86px;
}
.link-external-link {
	background-position: 4px;
	text-indent: 0px;
}

.summary-graphic, .link-graphic {
/* 49px*/
	background-image: url('/_design/css/custom/label_graphic.gif');
	text-indent: 53px;
}
.link-graphic {
	background-position: 20.5px;
	text-indent: 0px;
}

.summary-pdf, .link-pdf {
/* 20px */
	background-image: url('/_design/css/custom/label_pdf.gif');
	text-indent: 24px;
}
.link-pdf {
	background-position: 35px;
	text-indent: 0px;
}

.summary-podcast, .link-podcast {
/* 52px */
	background-image: url('/_design/css/custom/label_podcast.gif');
	text-indent: 56px;
}
.link-podcast {
	background-position: 19px;
	text-indent: 0px;
}

.summary-powerpoint, .link-powerpoint {
/* 65px */
	background-image: url('/_design/css/custom/label_slideshow.gif');
	text-indent: 69px;
}
.link-powerpoint {
	background-position: 12.5px;
	text-indent: 0px;
}

.summary-video, .link-video {
/* 34px */
	background-image: url('/_design/css/custom/label_video.gif');
	text-indent: 39px;
}
.link-video {
	background-position: 28px;
	text-indent: 0px;
}

.summary-webinar, .link-webinar {
/* 49px */
	background-image: url('/_design/css/custom/label_webinar.gif');
	text-indent: 53px;
}
.link-webinar {
	background-position: 20.5px;
	text-indent: 0px;
}

.summary-word, .link-word {
/* 23px */
	background-image: url('/_design/css/custom/label_doc.gif');
	text-indent: 27px;
}
.link-word {
	background-position: 33.5px;
	text-indent: 0px;
}


.link-audio a, .link-blank a, .link-excel a, .link-external-link a, .link-graphic a, .link-pdf a, .link-podcast a, .link-powerpoint a, .link-video a, .link-webinar a, .link-word a {
	display: block;
	border-left: 1px solid #ffffff;
	/* border-left-color:  #d4dee2; */ /* new design */
	padding: 5px 0px 5px 8px;
	padding: 5px 0px 5px 15px; /* new design */
}

.link-audio:hover, .link-blank:hover, .link-excel:hover, .link-external-link:hover, .link-graphic:hover, .link-pdf:hover, .link-podcast:hover, .link-powerpoint:hover, .link-video:hover, .link-webinar:hover, .link-word:hover {
	background-color: #efefef;
	background-color: #E2F3FA; /* new design */
}

.link-audio a:hover, .link-blank a:hover, .link-excel a:hover, .link-external-link a:hover, .link-graphic a:hover, .link-pdf a:hover, .link-podcast a:hover, .link-powerpoint a:hover, .link-video a:hover, .link-webinar a:hover, .link-word a:hover {
	border-left: 1px solid #ffffff; /* new design */
}

/* FIXES */

table.preparedness td { padding: 5px; }
img.right-align { float: right; padding: 0px 0px 10px 10px; }
.page-content a, .page-content a strong { font-weight: normal !important; }
.footer a.toggle { display: none; } /* Hides sitemap link in footer to make room for Privacy/Copyright/HIV notices */
.footer-floatleft { float: left; } /* Footer style */
.footer-floatright { float: right; } /* Footer style */
.footer .copyright a { color: #71909e !important; } /* Makes links in footer match font color of unlinked text */

/* Top nav bar */
.nav li a { color: #414141; }


/* Featured story carousel */
ul.story-list a.more { display: none; }
.featured-story h3 { /* height: 82px; */ }
.featured-story h3 a { width: 594px; display: block; }

/* Agendas */
table.agenda { width: 464px; }
table.agenda td { padding: 5px; vertical-align: top; }
table.agenda td.date { font-weight: bold; border-bottom: 1px solid #666666; }
.divider { margin: 5px 0px 30px;; width: 100%; text-align: right; background-color: #cccccc; color: #000000; padding: 5px; }
.agenda-title { font-size: 15px; color: #000000; text-align: center; }

/* Maps */
#titleBlock { padding-bottom: 12px; }
#additionalText { position: relative; top: 370px; }

/* Pop-Up Events Calendar */
.more.raquo { cursor: pointer; }

/* Hide Print Button */
.page-content .print { display: none; }


/*** H1N1 PAGES ***/
table.h1n1-table { width: 464px; font-family: Arial, Helvetica, sans-serif; }
table.h1n1-table td, table.related-guidances-table td { font-size: 10px; }
td.h1n1-summary {}
div.statename-container { padding-bottom: 6px; width: 464px; vertical-align: bottom }
div.statename { color: #0f88b8; font-size: 16px; vertical-align: bottom; font-weight: bold; }
div.statename-links { padding-bottom: 4px; font-size: 10px; vertical-align: bottom }
div.summary-main { line-height: inherit; clear: both; font-size: 13px }
table.h1n1-table td.related-guidances { padding-bottom: 48px; padding-top: 10px; }
div.related-guidances-container { background-color: #efefef; padding: 2px 0px 4px 10px; }
table.related-guidances-table { background-color: #efefef; width: 100%; }
td.related-guidances-title { color: #000000; text-align: center; padding-bottom: 8px; vertical-align: top; }
table.footer-table { width: 100%; padding-top: 5px; font-size: 10px; }
td.footer-left { width: 60%; padding-left: 10px; }
td.footer-right { width: 40%; padding-right: 0px; text-align: right; }
a.emergencyLink { /* color: #cc0000; */ }
div.guidance-divider { margin-top: 24px; padding: 12px 0px; border-top: 1px dotted #666666; font-size: 1px; line-height: 1px; }
ul.guidance-list li.guidance-list-item { padding-bottom: 6px !important; }
div.advisory-line-break { font-size: 1px; height: 9px; }


/*** LANDING PAGE XSL ***/
.landing-page-link { margin-top: -10px; }

/*** Job Bank ***/
div.post-job span.normal, div.post-job td, div.post-job label, div.post-job select, div.post-job select option { color: #555555; } /* #666666 is way too light against bg, have gotten complaints */

/*** PRESIDENTIAL CHALLENGE PAGES ***/

.break-float { height: 1px; font-size: 1px; line-height: 1px; width: 1px; clear: both; }
.pres-header-line { padding-bottom: 17px; }

.bg-dark-orange { background-color: #dd6125; }
.bg-light-orange { background-color: #f27725; }
.bg-dark-blue { background-color: #00638d; }

.font-white { color: #ffffff; }
.font-blue { color: #3FA7C6; }
.font-light-orange, div.pres-challenge-sub-text a, div#pres-challenge-quote a, div#pres-challenge-focus-area{ color: #f27725; }
div.pres-challenge-sub-text a, div#pres-challenge-quote a { font-weight: bold; text-decoration: underline !important; }
.font-bold { font-weight: bold; }
.font-10 { font-size: 10px; }
.font-11 { font-size: 11px; }
.font-12 { font-size: 12px; }
.font-13 { font-size: 13px; }
.font-14 { font-size: 14px; }

.zero-margin-top { margin-top: 0px !important; }

#pres-challenge-quote strong { color: #00638d; }

div#pres-challenge-container { width: 896px; margin-left: -11px; padding: 0px 10px; clear: both; font-family: Arial, Helvetica, sans-serif; color: #666666; }
div#pres-challenge-container * { /* border: 0px solid #666666; background-color: #ffffff !important; */ }

div#pres-challenge-banner { width: 876px; }
	div#pres-challenge-banner div#banner-month { width: 85px; padding-right: 2px; float: left; }
	div#pres-challenge-banner div#banner-main { width: 789px; float: left; }
	
div#pres-challenge-quote { width: 876px; }	
	
div#pres-challenge-content { width: 876px; }
	div#pres-challenge-top-content { margin-top: 17px; }
		div#pres-challenge-top-pic { float: left; }
		div#pres-challenge-top-text { padding-left: 10px; float: left; }
			div#pres-challenge-focus-area { font-size: 10px; text-transform: uppercase; font-weight: bold; color: #f27725; }
			div#pres-challenge-headline { font-size: 20px; }
			div#pres-challenge-copy, div#pres-challenge-copy * { font-size: 13px; line-height: 19px; }
			div#pres-challenge-copy p { margin-top: 10px; }
			div.pres-challenge-list li { margin-left: 7px; text-indent: -7px; margin-top: 3px; line-height: 13px; }
	div#pres-challenge-main-content { margin-top: 17px; }
	div#pres-challenge-body { width: 500px; padding-right: 31px; margin-left: 89px; float: left; }
		div.pres-challenge-section-header { margin-top: 25px; margin-left: -89px; padding-left: 89px; background-image: url('/uploadedImages/60_About/pres-chal-line-bullet.gif'); background-repeat: no-repeat; background-position: 0% 50%; }
			span.hed-caps { text-transform: uppercase; font-size: 20px; font-weight: bold; }
			span.hed-lower { text-transform: lowercase; font-size: 24px; }
		div.pres-challenge-sub-header { margin-left: -89px; padding-left: 89px; padding-top: 12px; background-image: url('/uploadedImages/60_About/pres-chal-raquo.jpg'); background-repeat: no-repeat; background-position: 57px 18px; font-size: 18px; color: #3FA7C6; }
			div.pres-challenge-sub-text { padding-top: 4px; font-size: 0.9em; line-height: 1.5em; }
	div#pres-challenge-rt-col { width: 238px; padding-left: 10px; float: left; }
		/* Box divs */
		div.pres-challenge-sidebar { margin-top: 20px; }
		div.top-left { background: url('/uploadedImages/60_About/left-corner-13px.gif') 0 0 no-repeat; width: 238px; position: relative; }
		div.top-right { background: url('/uploadedImages/60_About/right-corner-13px.gif') 100% 0 no-repeat; padding: 10px; position: relative; height: 1%; }
		
		/* Prevents top-right corner bg image from disappearing in IE */
		/* Also need height: 1%; statement in previous declartion to make this work */
		/* Source: http://www.webcredible.co.uk/user-friendly-resources/css/internet-explorer.shtml */
		html > body div.top-right { height: auto; }

/*** USEFUL PRACTICES ***/

table.useful-practices-table td { padding-bottom: 15px; padding-top: 12px; vertical-align: top; }
table.useful-practices-table p { margin: 0px 10px 0px 0px; }
table.useful-practices-table textarea { margin-top: 5px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; }
table.useful-practices-table li { line-height: 1.8em; }
table.useful-practices-table input { padding: 2px solid #ffffff; }


/* ############################################################# */
/* ektron registered stylesheet */
/* id: EktronThickBoxCss */
/* path: /WorkArea/csslib/box.css
/* ############################################################# */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#Ekt_AjaxContent{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#EkTB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#EkTB_window a:link {color: #666666;}
#EkTB_window a:visited {color: #666666;}
#EkTB_window a:hover {color: #000;}
#EkTB_window a:active {color: #666666;}
#EkTB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#EkTB_overlay {
	position: fixed;
	z-index:100000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.EkTB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #EkTB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#EkTB_window {
	position: fixed;
	background: #ffffff;
	z-index: 100002;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #EkTB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#EkTB_window img#EkTB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#EkTB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#EkTB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}


#EkTB_closeAjaxWindow a 
{
	width: 16px;
	height: 16px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 1px 0;
	text-align:right;
	float:right;
	position:absolute;
	right:0.25em;
	top:0.25em;
	background-image:url('/WorkArea/images/ui/icons/cancel.png');
	display:block;
	background-repeat:no-repeat;
	
}

#EkTB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#EkTB_title{
	background-color:#e8e8e8;
	height:27px;
}

#EkTB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#EkTB_ajaxContent.EkTB_modal{
	padding:0px;
}

#EkTB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#EkTB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:100003;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #EkTB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#EkTB_HideSelect{
	z-index:99000;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #EkTB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#EkTB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
.EkTB_dialog_header
{	
	background-color:#6699CC;
	font-family:Verdana;
	font-weight:bold;
	font-variant:small-caps;
	padding:3px;
	border-bottom:solid 1px black;	
	text-align: right;
	margin-bottom:5px;
}
.EkTB_dialog_header span
{	
	float: left;
	text-align: left;
	display: block;
}

.EkTB_dialog
{

}
.EkTB_dialog th
{	
	padding-right: 10px !important;
}

.EkWksChoice
{
	text-align:center;
}
.EkWksName
{
	
}
.EkWksShareFolders th
{
	padding-left: 5px !important;
}

.EkTB_Button
{	
	border: solid 1px black !important;
}

.EkTB_Button:hover {
    border: 1px solid #f00 !important;
    background: #6699CC !important;
}

.EkTB_dialog label {
    /*display: block !important;*/
    /*float: left !important;*/
    margin: 2px 4px 2px 4px !important;
}

div.Ekt_AccordianMain { width: auto; }
div.Ekt_AccordianMain,div.Ekt_AccordianItem { margin: 0; }
div.Ekt_Accordian { background: #6699CC; font-size: 18px; padding: 5px; margin: 2px; }
div.Ekt_Accordian a { color: #FFF; }
div.Ekt_AccordianItem a { color: #000; }
div.Ekt_AccordianItem { border:solid 1px black; margin:2px;}
div.Ekt_AccordianItem ul { list-style: none; padding: 5px; }

#EkTB_container-image {padding:0;margin:12px;border:1px solid silver;position: relative;} 

#EkTB_container-image div.ekt_captionWrapper 
{
	position: absolute;
	top: 0em;
	left: 0em;
	width: 100%;
}

#EkTB_container-image div.ekt_captionWrapper div.ekt_captionInnerWrapper {
	padding: .25em;
	margin: .25em;
}

#EkTB_container-image div.ekt_caption {
	background-color: #fff;
	border: 1px solid #999;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	width: 100%;
	margin: 0em;
	padding: 0em;
}

#EkTB_container-image div.ekt_caption div.ekt_caption_text {
	padding: .5em;
	color: #333;
}

#EkTB_container-image a {
	display: block;
	float: right;
	padding: .4em .5em;
	margin: .35em;
	color: #fff;
	background-color: #333;
	font-size: .87em;
	text-decoration: none;
	line-height: 1em;
}

#EkTB_container-image a:hover {color: #fff; background-color: #666;}

#EkTB_container-foot {padding:0;margin:0;}

.EkTB_overlayMacFFBGHack {background: url('/WorkArea/images/application/macFFBgHack.gif') repeat;}

/* ############################################################# */
/* ektron registered stylesheet */
/* id: EktronBubbleCss */
/* path: /WorkArea/csslib/bubble/bubble.css
/* ############################################################# */

#FloatBubble{display: none;position: absolute;z-index: 3200;}
#EkBubbleTable{width:400px;border:0px;text-align:left;}
#EkBubbleData{width: 360px; overflow: auto;background-color:#ffffff;}
#EkCloseBubbleIcon{text-align: right;background-color:#ffffff;}
#EkClose{height:11px;width:11px;}
#EkTop{height:52px;width:247px;background-image:url('/WorkArea/images/application/bubble/top.gif');}
#EkTopR{height:52px;width:21px;background-image:url('/WorkArea/images/application/bubble/topr.gif');}
#EkTopL{height:52px;width:21px;background-image:url('/WorkArea/images/application/bubble/topl.gif');}
#EkBotR{height:52px;width:21px;background-image:url('/WorkArea/images/application/bubble/botr.gif');}
#EkBotL{height:52px;width:21px;background-image:url('/WorkArea/images/application/bubble/botl.gif');}
#EkTopTile{background-image:url('/WorkArea/images/application/bubble/toptile.gif');}
#EkCenL{background-image:url('/WorkArea/images/application/bubble/cenl.gif');}
#EkCenR{background-image:url('/WorkArea/images/application/bubble/cenr.gif');}
#EkBot{background-image:url('/WorkArea/images/application/bubble/bot.gif');}
#FloatBubbleT{display: none;position: absolute;z-index: 3200;}
#EkBubbleTableT{width:400px;border:0px;TEXT-ALIGN:left;}
#EkBubbleDataT{width: 360px; overflow: auto;background-color:#ffffff;}
#EkCloseBubbleIconT{TEXT-ALIGN: right;background-color:#ffffff;}
#EkCloseT{height:11px;width:11px;}
#EkTopT{background-image:url('/WorkArea/images/application/bubble/topt.gif');}
#EkTopRT{height:52px;width:21px;background-image:url('/WorkArea/images/application/bubble/topr.gif');}
#EkTopLT{height:52px;width:21px;background-image:url('/WorkArea/images/application/bubble/topl.gif');}
#EkBotRT{height:52px;width:21px;background-image:url('/WorkArea/images/application/bubble/botr.gif');}
#EkBotLT{height:52px;width:21px;background-image:url('/WorkArea/images/application/bubble/botl.gif');}
#EkBotTile{background-image:url('/WorkArea/images/application/bubble/bottile.gif');}
#EkCenLT{background-image:url('/WorkArea/images/application/bubble/cenl.gif');}
#EkCenRT{background-image:url('/WorkArea/images/application/bubble/cenr.gif');}
#EkBotT{height:52px;width:247px;background-image:url('/WorkArea/images/application/bubble/bott.gif');}

