/*css*/
BODY { margin: 0px; padding: 0; background-color: #2F2F2F; color: #252525; white-space:normal;}
H2{	font-weight: bold;	font-size: 14px;white-space:normal;}
H3{	font-weight: bold;	font-size: 12px;white-space:normal;}
TD { font-size: 11px; font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; color: #4A4A4A; text-align:left;}
P { font-size:11px; font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; color: #4A4A4A; white-space:normal; text-align:left;}
LI {font-size:11px;	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;	color: #000000;	text-decoration: none;	white-space:normal;}
li.body{font-size:11px;	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;	color: #4A4A4A;		text-decoration: none;}
li.navigation{	font-size:11px;	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;	color: #FFFFFF;	text-decoration: none;	}
.left_menu_font {	font-size:11px;	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;	color: #FFFFFF;	text-decoration: none;}
a:link { }
a:visited { }
a:hover { }
a:active { }
.headerTop {background-image: url(images/header_top_bg.jpg);	background-repeat: no-repeat; 	height : 118px;white-space:normal;}
.bodyTable {background-color: #FFFFFF; white-space:normal;}
.columnLeft {	background-color: #E49700;	color: #FFFFFF;	text-decoration:none;	font-weight: bold;	width:236px; }
TD.columnRight {	width: 167px; background-color: #E2E2E2;	color: #414141; white-space: pre-wrap;}
TD.columnMiddle {	width:auto; background-color: #F4F4F4; color: #252525; padding:5px; padding-right:0px; white-space:normal; text-align:left;}
TD.footer { background-image: url(images/fdr_bg.jpg); background-repeat: repeat-x; color:#FFFFFF; font-size: 10px; height:20px;  padding-left:  20px; }
.outerTable { background-color: #FAFAFA;white-space:normal;}
.pageHeading {	color:#F0922F;	font-family: Arial, Helvetica, sans-serif;	font-size: 20px; font-weight: bold;white-space:normal;}
.Project_Management_Articles_heading {font:Tahoma; font-size:14px; color:#4A4A4A; font-weight:bold;white-space:normal;}
.Project_Management_Articles_font {	font: Tahoma;	font-size:11px;	color:#4A4A4A;	text-decoration: underline;white-space:normal;}
.Project_Management_Articles_heading_2 {	font: Tahoma;	font-size:11px;	color:#F0922F;	font-weight: bold; white-space:normal;}
.Project_Management_Articles_upper_linck {	font: Tahoma;	font-size:11px;	color:#4A4A4A;	text-decoration: underline;	white-space:normal;}
TD.footer {	background-color: #252525;	color: #959595; font-size: 10px;white-space:normal;}
.MIDDLE{ font: Tahoma; color:#4A4A4A; font-size:11px;white-space:normal;}
a.footer { color: #959595; text-decoration: none; font-weight: bold;white-space:normal; }
a:hover.footer { color: #959595; text-decoration: none; font-weight: bold; white-space:normal;}
.ol {}

.colHeader{	font-size: 18px;	font-weight: bold;	color: #FFFFFF;	padding:0px 0px 0px 0px;white-space:normal;}

a.colContent{	color: #FFFFFF;	text-decoration: none;	font-weight: bold;white-space:normal;}

/* ======= Start Light Box Image Viewer ========*/ 

#lightbox{position: absolute;	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; color: #666; }
#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;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

/* ======= End Light Box Image Viewer ========*/ 