.shadowsbox,.logbox,.tabbannerleft,.tabbannerright,.tagbox,.tagboxred, .tagboxblue, .tagboxgreen, .tagboxgray,.content
{
   box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
 }

 .shadowsimg,.ytplayer,.bannerbox 
{
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px -6px black;
 }
 
.circleradius,.logboximg,.banneravatar,.tagboximg
{
   -webkit-border-radius:50px;
   -moz-border-radius:50px;
   border-radius:50px;
 }

.mediumradius,.logbox,.ytplayer
{
   -webkit-border-radius:6px;
   -moz-border-radius:6px;
   border-radius:6px;
 } 
 
 .hardradius,.bannerbox,.bannerimg
{
   -webkit-border-radius:10px;
   -moz-border-radius:10px;
   border-radius:10px;
 } 
 
 .logbox
 {  
    background-color: #4267B2;
    border: 1px solid #cccccc;  
    padding: 0px;  
	margin: 6px;
	height: 38px;
	width: 260px;
	float: left;
}

.logboximg
{  
	border:0px;
	height:36px;
	width:36px;
} 

.logboxtable
{  
    font-size: 15px;  
 	font-weight: bold;
    padding: 0px;  
	margin: 0px;
    border: 0px;
	border-collapse:collapse;
    color: #FFFFFF;  
  	height:39px;
	width: 100%;
} 

.bannerbox
{  
    overflow:visible;
	height:267px;
	width:720px;
}  

.bannerimg
{  
    z-index: 1;
    position: relative;
    overflow:hidden;
    background-size: cover;
	width:720px;
} 

.banneravatar
{  
    z-index: 3;
    position: relative;
    border: 2px solid #FFFFFF;
	height:100px;
	width:100px;
	top:-90px;
	left:0px;
} 

.bannerfb
{  
    z-index: 2;
    position: relative;
	height:26px;
	width:26px;
    border:0px;
	top: -276px;
	left:260px;
} 

.bannertw
{  
    z-index: 2;
	height:26px;
	width:26px;
    border:0px;
    position: relative;
	top: -276px;
	left:330px;
}

.textavatar
{  
    z-index: 2;
    position: relative;
    font-size: 14px;  
	font-weight: bold;
	top: -302px;
	left:-250px;
} 

.strippagefront
{  
    position: absolute;
    z-index: 0;
	top: 202px;
    text-align: left;
	height:54px;
	width:100%;
    background: rgba(0, 0, 0, 0.8);
}  

  .strippageback
{  
    position: absolute;
    z-index: 0;
	top: 31px;
	left:0px;
    text-align: left;
	height:224px;
	width:100%;
    background: rgba(0, 0, 0, 0.2);
  }  
 
.strippagebackimage
{  
    position: absolute;
    z-index: 0;
	top: 31px;
	left:0px;
    text-align: left;
	height:224px;
	width:100%;
	background-image: url(../imgs/wave.png);
	background-repeat:repeat;
	background-position: center; 
	background-size: 590px 280px;
	opacity: 0.4;
    filter: alpha(opacity=40);
   }  
  
.stripbanner
{  
    position: relative;
    z-index: 2;
	top: -236px;
	left:0px;
    text-align: left;
	height:54px;
	width:100%;
    background: rgba(0, 0, 0, 0.7);
  }  

.tabbannerleft
{  
    z-index: 2;
    position: relative;
    font-size: 14px;  
    -webkit-border-radius:0px 10px 10px 0px;
    -moz-border-radius:0px 10px 10px 0px;
    border-radius:0px 10px 10px 0px;
    text-align: left;
	height:26px;
	width:80px;
    background: rgba(51, 51, 51, 0.5);
    padding: 5px 0px 0px 12px;
    border-width: 1px 1px 1px 0px;
    border-style:solid;
    border-color:#808080;
	top: -350px;
	left:-313px;
  }  

  .tabbannerright
{  
    z-index: 2;
    position: relative;
    font-size: 14px;  
    -webkit-border-radius:10px 0px 0px 10px;
    -moz-border-radius:10px 0px 0px 10px;
    border-radius:10px 0px 0px 10px;
    text-align: right;
	height:26px;
	width:80px;
    background: rgba(51, 51, 51, 0.5);
    padding: 5px 12px 0px 0px;
    border-width: 1px 0px 1px 1px;
    border-style:solid;
    border-color:#808080;
	top: -383px;
	left: 313px;
  }  


.tabbannerleft a, .tabbannerright a, .logbox a, .textavatar a  
{  
   color: #E1E1E1;  
   outline-style: none;  
   text-decoration: none;  
}  

.tabbannerleft a:hover, .tabbannerright a:hover, .logbox a:hover, .textavatar a:hover  
{  
    color: #FFFFFF;  
    text-decoration: underline;  
} 

.tagbox, .tagboxred, .tagboxblue, .tagboxgreen, .tagboxgray
{  
    padding: 0px;  
	margin: 6px 0px 0px 6px; 
	height:38px;
	width:185px;
	float: left;
}  

.tagboxred
 {  
    background-color: #f7f7f7;  
    border: 1px solid #cccccc;  
}
.tagboxblue
 {  
    background-color: #eceff6;  
    border: 1px solid #d4dae8;  
}

.tagboxgreen
 {  
    background-color: #fff9d7;  
    border: 1px solid #e2c822;  
}

.tagboxgray
 {  
   background-color: #FFFFFF;  
   border: 1px solid #969696;  
}

.tagboxtable
{  
    cursor:pointer;
    font-size: 12px;  
	font-weight: bold;
    color: #969696;  
    padding: 0px;  
	margin: 0px;
    border-spacing : 0px;
    border-collapse : collapse;
  	height:100%;
	width: 100%;
} 

.tagboximg
{  
	border:0px;
	height:36px;
	width:36px;
} 

.content
{  
  position: relative;
  float:left;
  padding: 0px;  
  margin: 0px;
  left:6px;
  top: 6px;
  border: 1px solid #C0C0C0;  

 } 
 
.imginfostrack
{  
    z-index: 2;
	height:26px;
	width:26px;
	float:right;
    position: relative;
	top: 6px;
	left:-12px;
}
.playYT
{  
    z-index: 2;
	height:21px;
	width:30px;
	float:left;
    position: relative;
	top: 55px;
	left:283px;
}