﻿html,body {font-family:Calibri;height:100%}

#head #navi
{
	/*background-image: url('');*/
}

#head .top
{
	height: 106px
}

/* Removing the Microsoft logo, scalebar, and copyright logos off of the mini-map */
#VELocityMini .MSVE_PoweredByLogo
{
display:none;
}
#VELocityMini .MSVE_ScaleBar
{
display:none;
}
#VELocityMini .MSVE_ScaleBarLabel
{
display:none;
}
#VELocityMini .MSVE_Copyright
{
display:none;
}	
#VELocityMini
{
	position:relative;
	top: 30px;
	left: 23px;	
}

#VELocityMain
{
    position:relative;
	top: 0px;
	left:-9px;
}

#shoothilllogo
{
    position: absolute; 
    left: 76px; 
    z-index: 120; 
    bottom: 38px;
}

.gecko #shoothilllogo
{
    bottom: 48px;
}

#DragMe
{
    cursor:move;
    position:absolute;
    z-index:1001;
    display:block;
    left:-40px;
    top:-6px;
    background-color:transparent;
    overflow:hidden;
    height:35px;
    width:400px;
    background-position:right;
    background-image:url('Images/DragMe10.png');
    background-repeat:no-repeat;
}

.ie6 #DragMe
{
    background-image:url('Images/DragMe10.gif');
}

#splashimg
{
    background-image:url('Images/splash.png');
    height:231px;
    width:484px
}

.ie6 #splashimg
{
    background-image:url('Images/splash.gif');
}

#MiniSidebar
{
    position:absolute;
    display:block;
    width:87px;
    left:-77px;
    top:35px;
    background-color:transparent;
    overflow:hidden;
    height:34px;
    background-image:url('Images/SideBarTopContent.png');
    background-repeat:no-repeat;
}

.ie6 #MiniSidebar
{
    background-image:url('Images/SideBarTopContent.gif');
}

#MiniSidebarHeader
{
    cursor:pointer;
    z-index:500;
    position:absolute;
    display:block;
    left:-77px;
    top:35px;
    background-color:transparent;
    overflow:hidden;
    height:34px;
    width:87px;
    background-image:url('Images/BlueSideBarTopHeader.png');
    background-repeat:no-repeat;
}

.ie6 #MiniSidebarHeader
{
    background-image:url('Images/BlueSideBarTopHeader.gif');
}

/* Header used for moving the mini-map */
.MiniHeader {
  background-color: transparent;
  color: white;
  /*cursor: move;*/
  font-weight: bold;
  padding: 2px 1em 2px 1em;
}

#container { height: 100px; left:0px;position:absolute;top:-72px;} 
.slider_container { position: relative; margin-top: 50px; height: 40px;} 
.small_label { background: url(images/minus.gif) no-repeat; height: 19px; width: 19px; overflow: hidden; float: left;} 
/*.slider_bar { background: url(images/bar.gif) no-repeat; height: 19px; width: 192px;  float: left; margin: 0px 5px; position: relative;}*/ 
.slider_bar { background-color:transparent; height: 19px; width: 335px;  float: left; margin: 0px -35px; position: relative; top:46px } 
.large_label { background: url(images/plus.gif) no-repeat; height: 19px; width: 19px; overflow: hidden; float: left; } 
.slider_handle { background: url(images/selector.png) no-repeat; height: 19px; width: 20px; overflow: hidden; position: absolute; top: 1px;z-index:1000} 
.ie6 .slider_handle {background: url(images/selector.gif) no-repeat;}
#slider_callout { background: url(images/callout.gif) no-repeat; height: 45px; width: 38px; overflow: hidden; position: absolute; top: -50px; margin-left:-10px;  padding: 8px 0px 0px 0px; font-family: "Myriad Pro"; color: #284a6e; font-weight: bold; text-align: center;}

html, body {
overflow: hidden;
} 

.option_list 
{
    font-family:Arial;
	display:block;
	 margin:36px 2px 2px;
	 font-size:12px;
	 margin-left:25px;
}

.gecko .option_list 
{
    margin-left:25px;
}		

.option_item {
	cursor:pointer;
}	

/* SPLASH SCREEN */

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  /*display:none;*/
  width:2000px;
  height:200px;
}

#splash .window {
  position:absolute;
  width:484px;
  height:231px;
  display:none;
  z-index:9999;
  padding:20px;
}

#splash #dialog {
  width:484px; 
  height:231px;
  padding:10px;
  background-color:transparent;
}

#splash #dialog a 
{
	position:absolute;
	top: 255px;
	left: 210px;	
}

#splash #dialog a:link {color: #DDDDDD}
#splash #dialog a:visited {color: #BBBBBB}
#splash #dialog a:hover {color: #EEEEEE}
#splash #dialog a:active {color: #FFFFFF}

#splash .window .close 
{
	cursor: pointer;
}

.ui-resizable-handle { display: none !important; } 

.ui-dialog-titlebar-close {display:none !important; }

.ui-dialog-buttonpane {}