
H1 { font-size: 15pt; color: #aaaaaa; font-family:Verdana, Arial, Helvetica, Times New Roman }
    H2 { font-size: 12pt; color: #bbbbbb; font-family: Verdana, Arial, Helvetica, Times New Roman }
	
	INPUT { font-size: 8pt; font-family: Verdana, Arial, Helvetica, Times New Roman }
	SELECT { font-size: 8pt; font-family: Verdana, Arial, Helvetica, Times New Roman }
	
	A:LINK, A:VISITED { text-decoration: none; color: #92D8D8 }
	A:HOVER, A:ACTIVE { text-decoration: underline; color: #ffffff }
	
		
	body {
background: #033E6A;
background-image: url(http://www.spinobject.com/backstripe.jpg);
background-repeat: repeat-x;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
height:100%;
font-size: 10pt;
color: #999999;
font-family: Verdana, Arial, Helvetica, Times New Roman;
margin-left: 0; 
margin-right: 0; 
margin-top: 0 
}


	
	
	.tpage
{
	padding: 0px;
	spacing: 0px;
	background: #EDEDED;
	color: #EDEDED;
	border: 0px ;
}
	
	.tborderpage
{
	padding: 0px;
	spacing: 0px;
	border: 1px solid #999999;
	border-top: 0px ; 
	border-bottom: 0px ;
}


.tablehead
{
	padding: 5px;
	spacing: 5px;
	background: #ebf3fb;
	color: #0651ab;
	font: bold 10px tahoma, verdana, geneva, lucida, arial, helvetica, sans-serif;
	border-right: 0px ; 
	border-top: 0px ; 
	border-left: 0px ; 
	border-bottom: 1px solid #0B198C;
}

.tablemain
{
	padding: 2px;
	spacing: 2px;
	background: #ffffff;
	color: #0651ab;
	font: normal 7px tahoma, verdana, geneva, lucida, arial, helvetica, sans-serif;
	border-right: 0px ; 
	border-top: 0px ; 
	border-left: 0px ; 
	border-bottom: 0px;
}

/* highslide enlarge */
.highslide-wrapper div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(http://www.scubatoys.com/store/sflib/highslide/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid white;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-wrapper, .rounded-white {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(http://www.scubatoys.com/store/sflib/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(http://www.scubatoys.com/store/sflib/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
/* end of highslide enlarge */

.optionalaccessories {
	text-align: left;
	vertical-align: bottom;
	padding: 0px 1px 0px 1px;
	border-left: solid 1pt gray
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.control:hover {
	color: black !important;
}

.highslide-html {
	border: 1px solid white;
    background-color: white;
}

.highslide-html-content {
	position: absolute;
    display: none;
}



/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer; /* w3c */
	background: url(/highslide/graphics/close.png);
}
		
