/* CLF 2.0 TEMPLATE VERSION 1.04 | VERSION 1.04 DU GABARIT NSI 2.0 */

/* GENERAL CSS BEGINS | DEBUT DU CSS GENERAL */

/* GENERAL CSS ENDS | FIN DU CSS GENERAL */


/* IMPORTS for sub and area specific styles */
@import "clr.css";
@import "progressive/menu.css";
@import "mgp.css";


/** Garth Rowe: September 8, 2011
	Create standard table style
*/


/*
div.center table, div.center td, div.center th {
    border: 1px solid #BBBBBB;
    padding: 4px;
}

div.center table {
    border: 1px solid #505050;
    border-collapse: collapse;
    margin-bottom: 1em;
}
*/

/*
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*/

img.centered{	
	margin-left:auto;
	margin-right:auto;
	display:block;
}

/*Update table styles*/

/*
table.tbl-thin-border
{
	border: 1px solid #666;
	border-collapse:collapse;
}

table.tbl-thin-border th{
	border: 1px solid #666;
}

table.tbl-thin-border td{
	border: 1px solid #666;
	padding:2px 0 0 4px;
}
*/


/*TABBED INTERFACE MODIFIED STYLES*/
.tabs li{
	padding-top: 0px !important;
	border: 1px solid #666;
}


/* BACKWARDS COMPATIBLE STYLES */
.alphamaj{ /* Should be replaced with ol.upper-alpha in base.css */
	list-style-type: upper-alpha;
}

.alphamin{ /* Should be replaced with ol.lower-alpha in base.css */
	list-style-type: lower-alpha;
}

.lower-alpha{ /* Should be replaced with ol.lower-alpha in base.css */
	list-style-type: lower-alpha;
}


/*October 19, 2009GR */

ul.present{
	width:460px;
}

.cntnr{
	border: thin solid #000000;
}

.cntnr hr {
	clear:both;
	/*display:block;*/
	visibility:hidden;
}

.colLeft{
	float:left;
	width:4%;
}

.colCentre
{
	float:left;
	width:4%;		
}

.colRight
{
	float:right;
	width:92%;
	vertical-align:top;
}



/*August 04, 2009 GR*/

.layoutTxtLeftImage{
border:thin;
border-color:#000000;
vertical-align:top;
}

.linkTxt{
	text-align:right;
}

/*GR*/

.borderobject{
	border: thin solid #999;	
	width:550px;
	margin-left:auto;
	margin-right:auto;
}

.layoutTxtLeftImage p {
  vertical-align:top;
  text-align:left;

}

/* Garth Rowe
 * August 14, 2009
 * This was created initially for the 50th post. I needed a centered div to hold an image and captions
 *
*/

.alterDivBG{
	background-color:#CCCCCC;
}

.alterDivBG hr{
	clear:both;
	display:block;
	visibility:hidden;
}

.vStory{
	height:90px;
	padding:14px 10px 0 0;
}

.vStory hr{
	clear:both;
	display:block;
	visibility:hidden;	
}

.layoutDiv480Center{
	width:500px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

.bios{
	/*** margins ***/
	margin-left:10px;
	
	/**/
	
	/*** border styles ***/
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	
	text-align:justify;
}

.bios img{
	float:left;
	margin:0px 14px 1px 0px;
	border:1px solid #999999;
	padding:1px;
}
/******************************GR Updates**********************/


/*Callout box*/





.txtNormal{
	font-weight:normal;
}

.tableCellUnderline{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.tableCellDoubleUnderline{
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #999999;
}

/*table.tablePadded td{
	padding-right:10px;
}*/

.alignMiddleCenterStrongTxt{
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
}

.alignBottomCenterStrongTxt {
	text-align: center;
	vertical-align: bottom;
	font-weight:bold;
}

.aligncenterstrongtxt { 
	font-weight: bold; 
	text-align: center;
}

.alignrightstrongtxt { 
	font-weight: bold; 
	text-align: right;
}

.aligncenterstrongitalictxt { 
	font-weight: bold;
	font-style: italic; 
	text-align: center; 
}

.alignMiddle {
	vertical-align: middle;
}

.bggrey{
	background-color: #CCCCCC;
}

.bggreytxtstrong{
	font-weight: bold;
	background-color: #CCCCCC;
}

.feaheads{
	font-weight: bold;
	background-color: #CCCCCC;
}

.flashvideo{
	background-color: #000000;
	width: 330px;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
	margin-left: 130px;
}
.guidanceBox /* used for OAS */
{
	background: #DBE5F4;
	text-align: left;
	padding: 5px 20px 5px 20px;
	border: 1px solid #B5D4FE;
	margin-left: 5px;

}

.guidanceBox45 /* used for Incident Reporting */
{
	background: #DBE5F4;
	text-align: left;
	padding: 10px 20px 5px 5px;
	border: 1px solid #B5D4FE;
	width: 45%;
	margin-right: 5px;
}

.guidanceBox50 /* used for Incident Reporting */
{
	background: #DBE5F4;
	text-align: left;
	padding: 10px 20px 5px 20px;
	border: 1px solid #B5D4FE;
	width: 50%;
	margin-left: 5px;
}
.greentxt { /*should be replaced with green in base.css*/
	color: #008000;
}

.greybox {
	background-color: #EFEFEF;
	width: auto;
	border: 2px solid #666666;
}

.greybox p {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.imgblackborder {
	border: 1px solid #000000;
}

.imgcenterblackborder {
	border: 1px solid #000000;
	text-align: center;
	display: block;
}

.image-leftBlackBorder { 
	float: left;
	vertical-align: text-top;
	border: 1px solid #000000;	
	margin: 0px 10px 3px 0px;
}

.image-leftBlackBorder01 { 
	float: left;
	vertical-align: text-top;
	border: 1px solid #000000;	
	margin: 0px 10px 10px 15px;
}

.image-rightBlackBorder { 
	float: right;
	vertical-align: text-top;	
	border: 1px solid #000000;	
	margin: 0px 0px 3px 10px;
}

.image-center {
	text-align: center;
	display: block;
}

.image-left { /* added margin as not in base.css */
	margin-right: 10px;
}

.imgfloatleft{
	float: left;
	padding: 3px;
}

.imgfloatright{
	float: right;
	padding: 3px;
}

.indentleft5{ 
	margin-left: 5%; 
}

.indentleft10{
	margin-left: 10%;
}

.indentleft15{
	margin-left: 15%; 
}

.indentPadLeft5{
	padding-left:5%;
}

.italictxt{
	font-style: italic;
	overflow: visible;
	width: auto;
	padding-right: 2px;
}
.lightyellowBG{
 background-color: #FFFF99;
}
.romanmaj{ /* Should be replaced with ol.upper-roman in base.css */
	list-style-type: upper-roman;
}

.romanmin{ /* Should be replaced with ol.lower-roman in base.css */
	list-style-type: lower-roman;
}

.separator {
	clear: both;
	height: 1px;
	width: 760px;
	font-size: 1px;
}

.smalltableitalictxt {
	font-size: 75%;
	font-style:italic;	
}

.smalltablestrongitalictxt {
	font-size: 75%;
	font-style: italic;
	font-weight: bold;	
}

.smalltablestrongtxt {
	font-size: 75%;
	font-weight: bold;	
}

.smalltabletxt {
	font-size: 75%;
}

.standardcontentalignright{
	text-align: right;	
}

.standardfootnote{
	font-size: 75%;
}

.strongitalictxt{
	font-weight: bold;
	font-style: italic;
}

.strongtxt{
	font-weight: bold;
}

.underline{
	text-decoration: underline;
}

.warningbox{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC3333;	
}

a:link{
	color: #0000FF;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #0000FF;
	text-decoration: underline;
}

a img{
       border-width: 0px;
	   text-decoration: none;
}

a.menulink{
	font-size: 90%;
	font-weight: bold;
	margin-left: 0px;
}

li.fiptext a:link, li.fiptexta a:link, li.fiptextb a:link, li.fiptextc a:link, li.fiptext a:visited, li.fiptexta a:visited, li.fiptextb a:visited, li.fiptextc a:visited, li.fiptext a:hover, li.fiptexta a:hover, li.fiptextb a:hover, li.fiptextc a:hover{
	color: #ffffff;
	text-decoration: none;
}

div.blackborder {
	padding: 0px;
	min-height: 158px;
	min-width: 9.5em;
}

li.menucontent, div.menucontent {
	padding: 2px 3px 2px 2px;
}

table{
	border-width: 0px;
	border-color: #000000;
}

td{
	text-align: left;
	vertical-align: top;
}

th{
	background-color:#CCCCCC;
}

tr{
	border-width: 0px;
	border-color: #000000;
}

ul{
	list-style-type: disc;
}

ul ul{
 list-style-type: circle;
}

ul ul ul{
 list-style-type: circle;
}

div.incall{
	
	background-color:#069;
	border: 1px solid #CCC;	
	color:#FFF;
	
}

div.outcall{
	width:71%;
	background-color:#003;
	padding:2px;
	margin:12px 0px 0px 0px;
}

ul.news{
	list-style-type:none;
	padding: 0px 0px 0px 8px;
	margin-left: 0px;
}
ul.news li{
	margin-left: 0px;
	/*padding-left:22px;*/
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;	
	/*background:url(/clf-nsi/rthnb/pplctnsbfrthnb/rctcffshrdrllngrvw/DEV%20arctic%20review/mg/rls.jpg) no-repeat scroll left bottom;*/		
}

.newsdate{
 	font-size: .9em; 
	font-weight:bold;
}

/* March 23, 2011 - AH */
.noBottomPadding{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.leftPadding5px{
	padding-left: 5px;
	margin-left: 5px;
}
.rightPadding5px{
	padding-right: 5px;
	margin-right: 5px;
}
.image232px{ 
  padding: 3px;
  margin: 3px;
  width: 232px; 
}

/*Powerpoint Presentation Accessibility CSS 
by Christian Zacarias
July 20, 2011
POWERPOINT PRESENTATION CSS STARTS HERE/ */

.pptTitle {
background: url(/clf-nsi/rthnb/cstrcvry/prsnttn/ssntlcstrcvr/mg/cstrcvry-bg2.jpg) no-repeat;
height: 412px;
width: 550px;
text-align:center;
border: thin solid #000;
}

.pptTitle, .ppt {
color:#ffffcc !important;
}

.pptTitle h1, .ppt h1, .ppt h2{
border:none !important;
color:#ffffcc !important;
text-align:center !important;
}

.ppt img {
margin-left:8%;
}

.lowmargin {
margin-left:5% !important;
}

.pptTitle h1 {
padding-top:30%;
}

.ppt h1 {
padding-top:3%;
}

.ppt {
margin-top:10%;
background:url(/clf-nsi/rthnb/cstrcvry/prsnttn/ssntlcstrcvr/mg/cstrcvry-bg1.jpg) no-repeat;
height: 412px;
width: 550px;
text-align:none;
border: thin solid #000;
}

.ppt ul {
	text-align:left;
	padding: 20px;
	margin: 0;
	padding-top: 0;
}

.ppt ul li {
margin: 0;
}

.arrowdown {
background:url(/clf-nsi/rthnb/cstrcvry/prsnttn/ssntlcstrcvr/mg/rrw5.gif) no-repeat ;
height: 32px;
width: 17px;
margin-left:3em;
}

.arrowright {
background:url(/clf-nsi/rthnb/cstrcvry/prsnttn/ssntlcstrcvr/mg/rrw4.gif) no-repeat ;
height: 14px;
width: 22px;
float:left;
margin-left:1em;
margin-top:1em;
}


.whiteborder {
margin-top: 5%;
border: solid #FFF 1px;
text-align:center;
padding: 1%;
margin-left:5%;
margin-right:5%;
}

.smallbox{
width: 21%;
border: solid #FFF 1px;
text-align:center;
padding: 1%;
float:left;
margin-left:2em;
}


