/*--------------------------------------------------------*/
/*                          HELIX                         */
/* Created: November 2006                                 */
/*--------------------------------------------------------*/
/*            Brown 108|91|75 #6C5B4B                     */
/*            Dark Blue 143|177|209 #8FB1D1               */
/*            Light Blue 235|242|242 #DAEBF5              */
/*            Changed from #EBF2F2 to get a brighter blue */
/*            Orange 249|174|8 #F9AE08     replaced with     Orange #FFA500    DarkOrange #FF8C00            */
/*            Green 143|178|25 #8FB219       DarkGreen   #006400          */
/*--------------------------------------------------------*/


/*--------------------------------------------------------*/
/*                  SITE WIDE SETTINGS                    */
/*--------------------------------------------------------*/

html, body  
{
    margin:0;
    padding:0;
}


body
{
    /*font-family:Helvetica, Arial, Verdana, Sans-Serif;*/
    font-family:Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
    font-size:12px;
    text-align:center;
    background:#8FB1D1 url(../images/bg.gif) repeat-x;
    color:#6C5B4B;
}

p{
    /* Changed the top margin from 0px to 10px */
    margin:10px 10px 10px;
    }
    
a
{
    color:#FFA500;
    text-decoration:none;
    font-weight:bold;}

a:hover
{
	color:#8FB219;
    text-decoration:underline;
}

a:visited
{
    color:#FFA500;
    text-decoration:none;
}    

a:visited:hover
{
    color:#8FB219;
    text-decoration:underline;
}    


div#wrapper
{
    width:820px;
    margin:0 auto;
}

.underline { /* Added 23 July 2007 for Migration Reference Center */
	text-decoration:underline;
}
/*--------------------------------------------------------*/
/*                 tmm_format.vb FONT SETTINGS            */
/*--------------------------------------------------------*/


.fs0{font-size: 0.8em;} /*12.8px */
.fs1{font-size: 0.9em;} /*14.4px */
.fs{font-size: 1.0em;} /*16.0px Default*/
.fs2{font-size: 1.1em;} /*17.6px */
.fs3{font-size: 1.3em;} /*20.8px */
.fs4{font-size: 1.5em;} /*24.0px */

.fs0.red{color:#990000;}
.fs1.red{color:#990000;}
.fs2.red{color:#990000;}
.fs3.red{color:#990000;}
.fs4.red{color:#990000;}

.fs0.blue{color:#003366;}
.fs1.blue{color:#003366;}
.fs2.blue{color:#003366;}
.fs3.blue{color:#003366;}
.fs4.blue{color:#003366;}

.fs0.green{color:Green;}
.fs1.green{color:Green;}
.fs2.green{color:Green;}
.fs3.green{color:Green;}
.fs4.green{color:Green;}

.fs0.orange{color:#FF9473;}
.fs1.orange{color:#FF9473;}
.fs2.orange{color:#FF9473;}
.fs3.orange{color:#FF9473;}
.fs4.orange{color:#FF9473;}

.f0{font-size: xx-small;}
.f1{font-size: x-small;}
.f2{font-size: small;}
.f3{font-size: medium;}
.f4{font-size: large;}

.f0.red{color:#990000;}
.f1.red{color:#990000;}
.f2.red{color:#990000;}
.f3.red{color:#990000;}
.f4.red{color:#990000;}

.f0.blue{color:#003366;}
.f1.blue{color:#003366;}
.f2.blue{color:#003366;}
.f3.blue{color:#003366;}
.f4.blue{color:#003366;}

.f0.green{color:Green;}
.f1.green{color:Green;}
.f2.green{color:Green;}
.f3.green{color:Green;}
.f4.green{color:Green;}

.f0.orange{color:#FF9473;}
.f1.orange{color:#FF9473;}
.f2.orange{color:#FF9473;}
.f3.orange{color:#FF9473;}
.f4.orange{color:#FF9473;}


/*--------------------------------------------------------*/
/*                 NAVIGATION SETTINGS                    */
/*--------------------------------------------------------*/

div#nav
{
    text-align:left;
    padding:0 35px 0 35px;
    height:149px;
    background: url(../images/top_bg.gif) no-repeat bottom left;
}

.primarynav ul
{
    margin-top:-5px;
}

.primarynav ul a
{
    display:block;
    padding:0 1em;
    font-size:1.3em;
    line-height:1.3em;
    text-decoration:none;
    float:left;
    color:White;
    list-style:none;
    font-weight:bold;
    height:30px;
}

.primarynav ul a:visited
{
    display:block;
    padding:0 1em;
    font-size:1.3em;
    line-height:1.3em;
    text-decoration:none;
    float:left;
    color:White;
    list-style:none;
    font-weight:bold;
    height:30px;
}


.primarynav ul a:hover
{
    color:#8FB1D1;
    text-decoration:none;
}

.primarynav li
{
    float:left;
    list-style:none;
}

#nav img
{
    margin-top:15px;
    border:0;
    float:left;
}


/*--------------------------------------------------------*/
/*                  CONTENT SETTINGS                      */
/*--------------------------------------------------------*/

div#imprint-nav
{
   
    text-align:left;
    padding:0px 30px 0px 30px;
    background:url(../images/content_bg.gif) repeat-y;
    margin-top:-15px;
}

.imprint-manager i
{
    color:#8FB219;
    text-align:right;
}



.imprint-manager
{
    padding-left:0px;
    color:#8FB1D1;
    border:solid 1px #8FB1d1;
    font-size:14px;
}

.imprint-manager a, .imprint-manager a:visited
{
    color: #8FB1D1;
    text-decoration:inherit;
    /*
    text-decoration:none;
    */
}

.imprint-manager a:hover
{
    color:#8FB1D1;
    text-decoration:underline;
}

.imprint-manager img
{
    margin-right:40px;
}

div#content
{
    text-align:left;
    padding:5px 30px 0px 30px;
    background:url(../images/content_bg.gif) repeat-y;
}


/*--------------------------------------------------------*/
/*                   COLOR SETTINGS                       */
/*--------------------------------------------------------*/

.dark
{
    background:#6C5B4B;
    color:White;
}

.dark b
{
    color:#DAEBF5;
}

.dark a
{
    color:#6C5B4B;
    text-decoration:none;
    font-weight:bold;}

.dark a:hover
{
    text-decoration:underline;
}

.dark a:visited
{
    color:#DAEBF5;
}

.dark h1,h2,h3,h4,h5,h6
{
    color:#8FB1D1 ;
}

.bright
{
    background:#8FB1D1;
    color:White;
}

.light
{
    background:#DAEBF5;
    color:#6C5B4B;
}


/*--------------------------------------------------------*/
/*               LEFT SECTION SETTINGS                    */
/*--------------------------------------------------------*/

.left
{
    width:465px;
    float:left;
    padding:5px;
    margin-top:10px;
    margin-right:15px;
}

/*--------------------------------------------------------*/
/*                RIGHT SECTION SETTINGS                  */
/*--------------------------------------------------------*/

.right
{
    width:255px;
    padding:5px;
    margin-top:10px;
    float:left;
}

/*--------------------------------------------------------*/
/*                MID SECTION SETTINGS                  */
/*--------------------------------------------------------*/

.mid
{
    width:355px;
    padding:5px;
    margin-top:10px;
    float:left;
}

/*--------------------------------------------------------*/
/*               FULL SECTION SETTINGS                    */
/*--------------------------------------------------------*/

.full
{
    clear:left;
    width:745px;
    padding:5px;
    margin-top:10px;
}

/*--------------------------------------------------------*/
/*                  TIPSHEET SETTINGS                     */
/*--------------------------------------------------------*/

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #AE1B0C;
	color : #AE1B0C;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #8FB219;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #AE1B0C;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {
    width:425px;
    float:left;
}

.search-label 
{
    float:left;
}

.field-assist 
{
    float:right;
    width:250px;
    background: white url(../images/help-browser.gif) no-repeat left top;
    padding-left:25px;
    height:23px;
    vertical-align:middle;
}


/*--------------------------------------------------------*/
/*              TITLE HEADER SETTINGS                     */
/*--------------------------------------------------------*/

.titleheader p
{
    text-align:right;
}

.titleheader h2
{
    border-bottom:solid 1px #6C5B4B;
    color:#8FB1D1;
}

.titleheader i
{
    color:#8FB219;
    font-style:normal;
}


/*--------------------------------------------------------*/
/*                  COVER IMAGE SETTINGS                  */
/*--------------------------------------------------------*/

.cover img
{
    border:solid 4px #fff;
}

.cover
{
    margin:10px 0px 5px 0px;
    text-align:center;
}


/*--------------------------------------------------------*/
/*                  ACTIVITY LINK SETTINGS                */
/*--------------------------------------------------------*/

.activity_track
{
    text-align:center;
    /*background:#DAEBF5;*/
    color:#6C5B4B;
    width:95px;
    margin:-5px 10px 4px 10px;
    float:left;
    border:solid 1px #6C5B4B;
}

.activity_track dt
{
    font-size:12px;
    background:#6C5B4B;
    color:#DAEBF5;
    padding:6px 7px 8px 7px;
}

.activity_track dd
{
    font-size:18px;
    margin:0 0 0 -4px;
    padding:4px 2px 6px 2px;
 
}

.activity_track a, .activity_track a:visited
{
    color:#8FB1D1;
    text-decoration:none;
}


.activity_track a:hover
{
    text-decoration:underline;
}

/*--------------------------------------------------------*/
/*                  PUBNEWS-TOC SETTINGS                  */
/*--------------------------------------------------------*/
.pubnews-toc h3
{
    font-size:1.6em;
    padding-bottom:5px;
}

.pubnews-toc h3.pubnews-toc-header
{
    width:700px;
}

.pubnews-toc ol
{
    list-style:none;
    width:700px;
}

.pubnews-toc li
{
    border-top:1px solid #8FB219;
    padding-top:2px;
    padding-bottom:20px;
}

.pubnews-toc ol li 
{
    position:relative;
}

.pubnews-toc ol li .article-meta
{
    font-size:0.9em;
    position:absolute;
    width:227px;
}

.pubnews-toc ol li .article-title
{
    font-size:1.2em;
}

.pubnews-toc ol li .article-title a
{
    color: #8FB1D1; 
}

.pubnews-toc ol li .article-text
{
    padding-left:247px;
}


/*--------------------------------------------------------*/
/*                  CONTRIBUTOR SETTINGS                  */
/*--------------------------------------------------------*/
.contributor h3
{
    font-size:1.6em;
    padding-bottom:5px;
}

.contributor h3.contributor-header
{
    width:600px;
}

.contributor ol
{
    list-style:none;
    width:700px;
}

.contributor li
{
    border-top:1px solid #8FB219;
    padding-top:2px;
    padding-bottom:20px;
}

.contributor ol li 
{
    position:relative;
}

.contributor ol li .article-meta
{
    font-size:0.9em;
    position:absolute;
    width:227px;
}

.contributor ol li .article-title
{
    font-size:1.2em;
}

.contributor ol li .article-title a
{
    color: #8FB1D1; 
}

.contributor ol li .article-text
{
    padding-left:247px;
}


/*--------------------------------------------------------*/
/*                  SEARCH RESULTS SETTINGS               */
/*--------------------------------------------------------*/

.search-results ul
{
    font-size:.9em;
    list-style:square;
}

.search-results h3
{
    font-size:1.6em;
    padding-bottom:5px;
}

.search-results h3.search-results-header
{
 width:420px
}

.search-results ol
{
    list-style:none;
    width:420px;
}

.search-results li
{
    border-top:1px solid #8FB219;
    padding-top:2px;
    padding-bottom:20px;
}

.search-results li li
{
    border:none;
    padding-top:0px;
    padding-bottom:0px;
    width:auto;
}

.search-results ol li
{
    position:relative;
}

.search-results ol li .result-meta
{
    font-size:.9em;
    position:absolute;
    width:200px;
}

.search-results ol li .result-title a
{
    color:#8FB1D1;
}

.search-results ol li .result-text
{
    padding-left:220px;
}

/*--------------------------------------------------------*/
/*                ANNOUNCEMENT LINK SETTINGS              */
/*--------------------------------------------------------*/

.announcement
{
    border:1px solid #8FB1D1;
    text-align:center;
}

.announcement p
{
    margin-top:2px;
    margin-bottom:2px;
}

/*--------------------------------------------------------*/
/*               FILE DOWNLOAD LINK SETTINGS              */
/*--------------------------------------------------------*/

.icon
{
    padding-left: 20px;
    line-height:18px;
}

.excel
{
    background: url(../images/excel.gif) no-repeat left center;
}

.pdf
{
    background: url(../images/pdf.gif) no-repeat left center;
}

.word
{
    background: url(../images/word.gif) no-repeat left center;
}

.group
{
    background: url(../images/group.gif) no-repeat left center;
}

.zoom
{
    background: url(../images/zoom.gif) no-repeat left center;
}

.zoom_dark
{
    background: url(../images/zoom_dark.gif) no-repeat left center;
}

.new_cover
{
    background: url(../images/new_cover.gif) no-repeat left center;
}

/*--------------------------------------------------------*/
/*                      LINK SETTINGS                     */
/*--------------------------------------------------------*/

.expandtag
{
    background:#B0C4DE;
    color:#fff;
    padding:0 3px 1px 3px;
}


/*--------------------------------------------------------*/
/*                   SIDENAV SETTINGS                     */
/*--------------------------------------------------------*/

.subnav ul
{
    margin: 0 0 10px 0;
    padding: 0;
}

.subnav ul li
{
    list-style:none;
    border-bottom: 1px solid #8FB219;
    background: #FFF;
}

.subnav a
{
    font-weight: normal !important;
    text-decoration: none;
    padding: 8px 0 8px 14px;
    display:block;
    color:#5B91C0;
}

.subnav a:visited
{
    font-weight: normal !important;
    text-decoration: none;
    padding: 8px 0 8px 14px;
    display:block;
    color:#5B91C0;

}

.subnav a:active
{
    font-weight: normal !important;
    text-decoration: none;
    padding: 8px 0 8px 14px;
    display:block;
    color:#5B91C0;
}

.subnav a:hover
{
    color: #FFFFFF;
    background: #DAEBF5;
}

.subnav a:link, .subnav a:active, .subnav a:visited
{
    color:#5B91C0;}
    

/*--------------------------------------------------------*/
/*               DATA TABLE SETTINGS                      */
/*--------------------------------------------------------*/

.data table {
	border-spacing:1px;
	font-size:10px;
	background-color:#DAEBF5 ;
	color: #6C5B4B;
	width:100%;
	margin-top:20px;
}

.data td,.data  th {
	padding: 4px;
}

.data thead th {
	background: #DAEBF5;
	color: #6C5B4B;
}

.data thead th a {
	background: #DAEBF5;
	color: #6C5B4B;
	font-weight: bold;
}

.data tbody th {
font-weight: normal;
}

.data tbody tr		{
	background-color:#FFF; 
	text-align:left;
}
.data tbody tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

.data tbody th a:link, .data tbody th a:visited{
	color:#96D030;
}
.data tbody th a:hover{
	color:#FF8601;
	}

.data tbody tr td { 
	height:30px;
	background: #FFF;
	border: 1px solid #FFF;
	}

.data tbody tr.odd td{ 
	background: #f9f9f9;
	border-top:1px solid #FFF;
	}

.data table td a:link, .data table td a:visited {
	color: #1975D7;
	text-decoration: none;
}

.data table td a:hover {
	color: #50ADEA;
	border-bottom:2px solid #8FD5FF;
	text-decoration: none ;
}


.data tfoot th, .data tfoot td {
background: #DAEBF5;
	color: #6C5B4B;
}


/*--------------------------------------------------------*/
/*               TITLE DETAIL SETTINGS                    */
/*--------------------------------------------------------*/

.info_detail
{
    width:490px;
    float:left;
    padding:5px;
    margin-top:10px;
    margin-left:15px;
    clear:right;
    display: none;
}

.info_detail ul{
list-style:none;
list-style-position:inside;
/*margin-right:5px;*/
/*float:left;*/
}

.info_detail.active-tab-body {
	display: block;
}

.info_details
{
    width:490px;
    float:left;
    padding:5px;
    margin-top:10px;
    margin-left:15px;
    clear:right;
}

.info_details ul{
    list-style:none;
    list-style-position:inside;
    /*margin-right:5px;*/
    /*float:left;*/
}

.td_label {
    padding: 2px;
    padding-top: 4px;
    background:#DAEBF5;
    float:left;
    width: 145px;
    clear:left;
    float:left;
    margin:0px 0px 2px 0px;
    /*margin-bottom:2px;*/
    /*New Addition*/
    height:20px;
}

.td_info
{
    font-style: normal;
    padding: 2px;
    background: #fff;
    float:left;
    width:258px;
    margin-left:20px;
    clear:right;
    text-align:left;
}

.info_detail li
{
    margin-top: 5px;
    margin-bottom:5px;

    clear:both;
}

.info_nav
{
    width:200px;
    padding:5px;
    margin-top:10px;
    float:left;
    text-align:center;
}

.info_nav ul
{
    margin: 0 0 10px 0;
    padding: 0;
}

.info_nav ul li
{
    list-style:none;
    border-bottom: 1px solid #8FB219;
    background: #FFF;
}

.info_nav a
{
    font-weight: normal !important;
    text-decoration: none;
    padding: 8px 0 8px 0px;
    display:block;
    color:#5B91C0;

}

.info_nav a:visited
{
    font-weight: normal !important;
    text-decoration: none;
    padding: 8px 0 8px 0px;
    display:block;
    color:#5B91C0;

}

.info_nav a:hover
{
    color: #6C5B4B;
    background: #DAEBF5;

}

.subnav a:link, .subnav a:active, .subnav a:visited
{
    color:#5B91C0;
    }

.view_true
{
    display: block;
}

.pass
{
    text-align:left;
}


/*--------------------------------------------------------*/
/*                 Reorder List    S                      */
/*--------------------------------------------------------*/
.dragHandle {
	width:15px;
	height:40px;
	background-color:Blue;
	background-image:url(../images/bg-menu-main.png);
	cursor:move;
	/*border:outset thin white;*/
}

.callbackStyle {
	border:thin blue inset;	
	height:40px;	
}

.callbackStyle table {
	background-color:#5377A9;	
	/*color:Black;*/
	height:40px;
}

.dragVisualContainer li  {
    list-style:none;
    /*background-image:url(../images/bg_nav.gif);
	background-repeat:repeat-x;*/
	color:Black;
	background-color:#5377A9;	
	height:40px;
}

.reorderList li {
	list-style:none;
	/*background-image:url(../images/bg_nav.gif);
	background-repeat:repeat-x;
	color:#FFF;*/
	border:thin #6C5B4B solid;
	width:90%;
	height:40px;
	background-color:#DAEBF5;
}
.reorderList li a {
    /*color:#FFF !important;*/
    font-weight:bold;
    height:40px;
}

.reorderCue {
	border:dashed thin #6C5B4B;
	height:40px;
}

.itemArea {
	/*margin-left:5px;*/
	text-align:left;
    vertical-align:middle;
    font-weight:bold;
    height:40px;	
}

/*--------------------------------------------------------*/
/*                   FOOTER SETTINGS                      */
/*--------------------------------------------------------*/

div#bottom
{
    height:28px;
    background:url(../images/bottom_bg.gif) no-repeat top left;
}

/*--------------------------------------------------------*/
/*              LIGHTBOX SETTINGS                         */
/*--------------------------------------------------------*/

#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;
	}
#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/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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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; float: right;  padding-bottom: 0.7em;	}	
		
#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 */
	}	