﻿body {
	background-color:white;
}

/******************************************************************************************************************\
|	BG-Definitions of the Left Navigation and Project Status PANES
|	BG-Definitions of the Content PANE
\******************************************************************************************************************/
.divLeftNavTop {
	width:220px;
	display:block;
	height:11px;
	background-image:url('../images/Pane_Nav_top.png');
}

.divLeftNavMid {
	width:220px;
	display:block;
	background:url('../images/Pane_Nav_MID.png');
	background-repeat:repeat-y;
}
.divLeftAssMid {
	width:220px;
	display:block;
	background:url('../images/Pane_Nav_MID.png');
}
.divLeftNavBottom {
	width:220px;
	display:block;
	height:12px;
	background-image:url('../images/Pane_Nav_bottom.png');
}


.divContTop {
	width:942px;
	height:19px;
	background-image:url('../images/Pane_Cont_top.png');
}
.divContMid {
	width:942px;
	display:block;
	background-image:url('../images/Pane_Cont_MID.png');
	background-repeat:repeat-y;
	padding-left:25px;
	padding-right:25px;
}
.divContBottom {
	width:942px;
	height:12px;
	background-image:url('../images/Pane_Cont_bottom.png');
}

#divImgMapTop {
	width:875px;
	display:block;
	height:19px;
	background-image:url('../images/pane_map_top.png');
}
#divImgMapMid {
	width:875px;
	display:block;
	background-image:url('../images/pane_map_mid.png');
	background-repeat:repeat-y;
	padding:20px;
}
#divImgMapBot {
	width:875px;
	display:block;
	height:12px;
	background-image:url('../images/pane_map_bottom.png');
}
/******************************************************************************************************************\
|	END of BG-Definitions 
\******************************************************************************************************************/

#left_navigation
{
	/*padding-left:10px;*/
	padding:0px 5px 0px 10px;
	width:210px;
	display:block;
	text-align: center;
	background-color:transparent;
}
