/*Main Container*/
.container3 {
	width:100%;
}
.container3 ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;	
}
.container3 li{
	display: inline; 
	margin: 0px;
	padding:0px;
}


/*Content Container*/
.subjet3tWrapper3{
	text-align: justify;
	
}
.subjet3InnerWrapper3{
	padding: 10px;
}
.subjet3Wrapper3 h3{
	border-bottom: 1px solid silver;
	color: #1E90FF;
}
.subjetContainer3 {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 600px;	
	overflow:hidden;
}

/*Handle-the image feature*/
.handle3 {
	float: left;
	width: 25px;
	height: 475px;/*--flap size*/
	text-align:center;

	/*background: #666;
	border: 1px solid white;*/
}
.handle3 img{
	margin-top:2px;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}
.handleOver3{
	
	background: YellowGreen;
	/*border: 1px solid white;*/
}
.handleOver3 img{
	margin-top:1px;
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}
.handleSelected3{
	background: Gainsboro;
	filter:alpha(opacity=100);-moz-opacity:.100;opacity:.100;
	/*color selection*/
	/*border: 1px solid white;*/
}


/*  TEST 4  */
.test4 .handle {
	float: left;
	width: 32px;
	height: 310px;
	margin: 1px;
	margin-right: -10px;
	background:  url(https://enzactamedia.enzacta.com/prod/Customer/MX/SP/History/images/blade_grey.png) no-repeat;
	text-align:center;
	padding-top:10px;
	font-weight: bold;
	color: #9e9e9e;
	font-size: 16px;
}
.test4 .handleOver{	
	background: url(https://enzactamedia.enzacta.com/prod/Customer/MX/SP/History/images/blade_grey_sel.png) no-repeat;
}
.test4 .handleSelected{
	
	background: url(https://enzactamedia.enzacta.com/prod/Customer/MX/SP/History/images/blade_grey_sel.png) no-repeat;
}

/*style button*/

.buttonhistory {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	font-size:10px;
	margin:7px;
	color:#282d19;

	background-color:#dcf5b4;
	border: 4px double gray;
}

/*styles transition*/

.ctext{display: none;}
/*.marginImgsHome{ margin-top:200px;}*/

/*subbuttonhistory*/

.subbuttonhistory{
}
.subbuttonhistory:hover {
	color:orange;
}
.subbuttonhistory:active {
	color:darkOrange;
}
.subbuttonhistory:visited {
	color:green;
}
.subbuttonhistory:link {
	color:gray;
}