.SplashFrame{
	/*background: url(images/slashframe.jpg) no-repeat 0 0;*/
	width: 497px;
	height: 236px;
	margin: 0 auto;
	padding: 0px 0 0 0px;
}
.SlashEff{
	width: 550px;
	height:62px;
	margin: 0px auto 0;
	padding: 5px 0 0 0px;
}
.SlashEff ul{
}
.SlashEff ul li{
	float: left;
	list-style-image: none;
	list-style-type: none;	
	width: 100px;
	cursor: pointer;
}
.SlashEff ul li:hover{
	text-decoration: underline;
}
.Download{
	text-align: right;
}
.Download img{
	border: none;
}
.ImgFrame
{
    margin: 10px;
}
.ImgFrame img
{
	margin:0 auto;
}
.TabMenu
{
    clear:both;
    height:80px;
    padding: 5px;
	overflow: hidden;
}
.TabMenu .Section
{
    width:85px;
    height:29px;  
    float:left;
    font-weight: 800;
    margin: 0 1px;    
    padding: 7px 0;
    color: #424242;
    text-align:center;    
}
.Section a{
    color: #424242;
    text-decoration: none;
}
.Section a:hover
{
    text-decoration: underline;
}
.SectionSelection
{
   
    float:left;
    margin: 0 2px;
    text-align:center;
}
.DisplayStyle
{
    margin: 10px 0 0 0;
    height: 50px;
    clear:both;
}
.DisplayStyle img
{
    margin: 0;
    border: none;
    float: right;
    cursor:pointer;
}

.ExViewport
{
    
    overflow: hidden;    
    border-top: dashed 1px #5E5E5E;
    border-bottom: dashed 1px #5E5E5E;  
    position: relative;  
}
.ExamplesContainer
{
    position: relative;
    top: 0px;
    left: 0px;
}
.TestSection
{   
}
.TestSection ul li
{
    list-style-type:none;
    margin: 5px;
    padding-left: 20px;    
}
.TestSection h2
{
    display:block;
    background-color:#CFCFCF;
    padding: 10px 0px 5px 20px;
}
.TestSection ul li a
{
}
.TestSection ul li a:hover
{
    text-decoration: underline;
}
.Code
{
    border: 1px solid #CFCFCF;
    padding: 5px;
    font-family: Courier New, Courier;
    margin: 2px 0 9px 0;  
    color:#000088;  
}
.Code .Tab
{
    margin-left: 100px;
}
.Code .Comment
{
    font-family: Courier New, Courier;
    color: #008200;
}
