﻿.special {
background: url('pictures/background.gif');
}
.navText{
color : white;
}
.main{
width:900px; 
background-color: black;
}
.box{
height: 550px;
}
.core{
width: 500px;
font-size:medium;
font-family:arial;
}
.sidebar{
width:250px;
height:100%;
border: 1px solid white;
}
.tick{
text-align:left;
list-style-image: url('pictures/bullet.gif')
}
.btest{
height:30px;
background: url('pictures/bar.gif') no-repeat;
}
.banner{
padding-top: 7px;
}
.header{
color:black;
text-decoration:none;
}
.list{
height:26px;
}


body{
font-family:arial;
margin:0; 
background:black; 
color:white;}

a{
color:white;
font-weight: bold;
text-decoration:none;}

a:hover{
color:red}

p{color:white; padding:5px;}

h1,h2,h3,h4,h5{
color:#c80000}

#jsddm{	
margin: 0;
padding: 0}

#jsddm li{	
float: left;
list-style: none;
font: 13px Arial;
font-weight:bold;}

#jsddm li a{	
display: block;
text-decoration: none;
width: 128px;
height: 23px;
color: white;
white-space: nowrap}
		
#jsddm li ul{	
margin: 0 px;
padding: 2px;
background: black;
position: absolute;
visibility: hidden;
border: 1px solid red}
		
#jsddm li ul li{	
float: none;
display: inline;
}
			
#jsddm li ul li a{	
height:14px;
padding-bottom: 2px;
color: white}
			
#jsddm li ul li a:hover{	
background:#a80000;}

/*preload classes*/ 
.svw {width: 70px; height: 20px; background: #000000; color:red; font-weight:bold;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
border: 6px solid #a80000; 

/*works in firefox only*/
-moz-border-radius-topleft: 6px/*{cornerRadius}*/; -webkit-border-top-left-radius: 6px/*{cornerRadius}*/;
-moz-border-radius-topright: 6px/*{cornerRadius}*/; -webkit-border-top-right-radius: 6px/*{cornerRadius}*/; 
-moz-border-radius-bottomleft: 6px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 6px/*{cornerRadius}*/;
-moz-border-radius-bottomright: 6px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 6px/*{cornerRadius}*/;   
margin: 0 0 1px 0; 
width:300px;
height:300px;
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 22px; 
background: #a80000; 
color: #fff; 
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, a.current{ 
background: #fff; 
color: #a80000; 
} 
.scrapTable{
padding-left:5;
padding-top:5;
padding-right:5:
}
 
/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 5px solid #dedede; 
} 
#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
} 

#horizontal{list-style-type: none ; font-family:arial; font-size:12px; margin:0px;}
#horizontal ul{margin:0;}
#horizontal li{display: inline;padding: 10px; }
#horizontal li a{text-decoration:none;color:white;}
#horizontal li a:hover{color:red;}