body {
	
}


/* OverDiv */
	
	object {
		position:relative;
	z-index:1;
	
	}
	
	.overdivCont {
		
		width: auto;
	margin:auto;
	background-color: white;
	text-align:center;
	}
	
	#dimmer {
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 9999;
		background-color: black;
		opacity: 0.8;
		filter: alpha(opacity = 80);

	}
	
	#mainDiv {
		width:100%;
		height:100%;
		position:absolute;
		background-color: transparent;
		opacity: 1;
		filter: alpha(opacity = 100);

		z-index: 10000;
	}
	
	#overdiv {
		position: relative;
		
		opacity: 1;
		filter: alpha(opacity = 100);

		top:30px;
		
		overflow: visible;
		width: 840px;
		height:auto;
		margin: auto;
		
	}
	
	.odContent {
		position:relative;
		width:auto;
	}
	
	#overdiv p {
		margin-bottom:0px;
	}
	
	
	.odContent .CntTXT_overdiv {

	
margin:0 -1px -14px 0;
padding:0 0 0 11px;
position:relative;
top:-7px;
z-index:100;

}
		

	
	
	.odHeading {
		margin-left: 5px;
	}
	
	.odClose {
		
	}
	
	.closeBTN:hover{
		cursor: pointer;
	}
	
	
	.floatL {
		float:left;
	}
	
	.floatR {
		float: right;
	}
	
	/* OverDiv */
	
	
	
	
	
/***Content BOX***/

.CntR_overdiv{

position:relative;
margin-right: 0px;
padding:0 11px 0 0;
background-image:url(img/contentBox_border_right.png);
background-position:right top;
background-repeat:repeat-y;

}


.CntL_overdiv{
position:relative;
margin-left: 0px;

padding:0 0px 0 0;
background-image:url(img/contentBox_border_left.png);
background-position:left top;
background-repeat:repeat-y;
height:100%;
/* min-height: 300px; */

	
}



.CntT_overdiv{
position:relative;

background-image:url(img/contentBox_border_top.png);
background-position:left top;
background-repeat:repeat-x;
height:auto;
line-height:0;

}


.CntB_overdiv{
	
position:relative;
background-image:url(img/contentBox_border_bottom.png);
background-position:left bottom;
background-repeat:repeat-x;
height:auto;
line-height:0;

}


.brL_overdiv {

position: relative;
left:0;
	*top: 3px;
	}


.brR_overdiv {

position: absolute;
right:0px;

	
	}

.CntT_overdiv img {
background-color: #333;
	
	}

.CntB_overdiv img {
background-color: #333;
	
	}

.bottomBorder_overdiv {
	
bottom:0px;
	*margin-top:-3px;
	}
	
.topBorder_overdiv {

top:0px;
		*margin-bottom:-3px;
	}

.CntTXT_overdiv {

	
margin:0 -1px 0 0;
padding:0 0 0 11px;
position:relative;
top:-7px;
z-index:100;

}






/***Content BOX***/