#DropShadow {
	background: transparent url(../images/dropshadow_frame.png) 0px 1px no-repeat;
/*	background: transparent url(../images/dropshadow_line.png) 0px 0px repeat-y;
*/	margin: 10px auto 0 auto;
	width: 1019px;
	height: 616px;
	position: relative;
	z-index: 1;
}

#IndexFlash {
	width: 936px;
	height: 396px;
	position: absolute;
	top: 103px;
	left: 43px;
	z-index: 600;
}

/*#IndexPatch {
	background-color: #404140;
	width: 936px;
	height: 600px;
	position: absolute;
	top: 103px;
	left: 43px;
	z-index: 650;
}

*/
#tabLearnOff {
	background: #404140 url(../images/btLearnOff.jpg) 0 0 no-repeat; 
	position: absolute;
	width: 142px;
	height: 34px;
/*	bottom: 115px;
*/	top: 509px;
	left: 43px;
	z-index: 701;
	cursor: pointer;
	}
	
#tabLearnOn {
	background: #404140 url(../images/btLearnOn.jpg) 0 0 no-repeat; 
	position: absolute;
	width: 142px;
	height: 34px;
/*	bottom: 115px;
*/	top: 509px;
	left: 43px;
	z-index: 702;
/*	cursor: pointer;
*/	}

#tabRecOff {
	background: #404140 url(../images/btRecognizeOff.jpg) 0 0 no-repeat; 
	position: absolute;
	width: 142px;
	height: 34px;
/*	bottom: 115px;
*/	top: 509px;
	left: 190px;
	z-index: 712;
	cursor: pointer;
	}
	
#tabRecOn {
	background: #404140 url(../images/btRecognizeOn.jpg) 0 0 no-repeat; 
	position: absolute;
	width: 142px;
	height: 34px;
/*	bottom: 115px;
*/	top: 509px;
	left: 190px;
	z-index: 711;
/*	cursor: pointer;
*/	}
	
#tabActOff {
	background: #404140 url(../images/btActOff.jpg) 0 0 no-repeat; 
	position: absolute;
	width: 142px;
	height: 34px;
/*	bottom: 115px;
*/	top: 509px;
	left: 337px;
	z-index: 722;
	cursor: pointer;
	}
	
#tabActOn {
	background: #404140 url(../images/btActOn.jpg) 0 0 no-repeat; 
	position: absolute;
	width: 142px;
	height: 34px;
/*	bottom: 115px;
*/	top: 509px;
	left: 337px;
	z-index: 721;
/*	cursor: pointer;
*/	}
	
#tabLearn {
	background: transparent url(../images/bg_tab.jpg) 0 -2px repeat; 
	position: absolute;
	padding: 10px 25px;
	width: 915px;
	height: 68px;
/*	bottom: 25px;
*/	top: 542px;
	left: 27px;
	z-index: 733;
	border-top: 3px solid #727372;
	}

#tabRec {
	background: transparent url(../images/bg_tab.jpg) 0 -2px repeat; 
	position: absolute;
	padding: 10px 25px;
	width: 915px;
	height: 68px;
/*	bottom: 25px;
*/	top: 542px;
	left: 27px;
	z-index: 732;
	border-top: 3px solid #727372;
	}
	
#tabAct {
	background: transparent url(../images/bg_tab.jpg) 0 -2px repeat;
	font-size: 9pt; 
	position: absolute;
	padding: 10px 25px;
	width: 915px;
	height: 68px;
/*	bottom: 25px;
*/	top: 542px;
	left: 27px;
	z-index: 731;
	border-top: 3px solid #727372;
	}

p.tabTitle {
	color: #fff;
	text-transform: uppercase;
	font-size: 11pt;
}

p.tab {
	color: #b2b1b2;
}

a.tabLink:link, a.tabLink:visited {
	color: #b2b1b2;
	text-decoration: underline;
}

a.tabLink:hover {
	color: #fff;
	text-decoration: underline;
}

a.tabLinkBold:link, a.tabLinkBold:visited {
	font-weight: bold;
	color: #b2b1b2;
	text-decoration: underline;
}

a.tabLinkBold:hover {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}