body {
    background-color: white;
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
}

#overlay {
  float:left;
  display:none;
  z-index:9999;
  position:relative;
  clear:both;
}

#adminlink {
    margin: 5px 10px 0 0;
    float: right;
    background-color: #fff;
}

#adminlink a {
    color: #fff;
    text-decoration: none;
}

#animtool {
    background-color: #fff; /* RCL for fixing iPhone display border */
    border: 0px solid #000;
    float: left;
    width: 508px; /* FF (correct) sizing */
    /*height: 370px;*/ /* animtool height is made up of animarea + navarea + b360linkarea */
}

#animarea {
    position: relative;	/* This is needed to handle IE clipping bug */
    top: 0;
    left: 0;
    background-color: #000;
    /*background: transparent; */
    overflow: hidden;
    margin: 0px;
    width: 508px; /* FF (correct) sizing */
    height: 370px;
}

#navarea {
    border-color: white;
    text-align: center;
    vertical-align: top;
    height: 40px;
}

#b360linkarea {
    float: left;
    text-align: right;
    font-size: 9px;
    color:#555;
    vertical-align: text-bottom;
    height: 15px;
    padding-top:0px;
    padding-right:5px;
    padding-bottom: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#b360linkarea a {
    cursor:pointer;
    text-decoration: none;
}

#b360linkarea a:hover {
    cursor:pointer;
    text-decoration: underline;
}

#hslayer {
    position: relative;	/* This is needed to handle IE clipping bug */
    top: 0;
    left: 0;
    background: transparent;
    overflow: hidden;
    margin: 0px;
    width: 508px; /* FF (correct) sizing */
    height: 370px;
    /*z-index: 2;*/
}

#hsinfo {
    position: relative;	/* This is needed to handle IE clipping bug */
    top: 0;
    left: 0;
    visibility: hidden; 
    margin: 0;
    padding: 0;
    width: 100px; /* FF (correct) sizing */
    height: 100px;
    z-index: 3;
}

#saveicon {
    float: right;
}

#imgload {
    position: relative;	/* This is needed to handle IE clipping bug */
    left: 36px;	/* Position of initial graphic */
    top: 128px;
    display: block;
}

#desctool {
    background-color: #fff;
    border: 1px solid #000;
    float: right;
    width: 294px; /* FF (correct) sizing */
    height: 370px;
}

.magenta {
    color: #f0f;
}

.yellow {
    color: #ff0;
}

#descbox {
    height: 370px;
    overflow: auto;
    padding: 4px;
    border-top: 1px solid #000;
}

#descbox p {
    font: normal 14px Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0 0 4px 0;
}

.selectbox {
    width: 100%;
}

#topbar {
    width: 100%;
    float: left;
    padding-bottom: 2px;
}

#thumbbox {
    width: 100%;
    float: left;
    clear: both;
}

#thumbbox table {
    border-top: 2px solid #ffffff;
}

#thumbbox table td {
    background-color: #eee;
    padding-top : 2px;
}

#topright {
    visibility: hidden;
    float: right;
    text-align: right;
    vertical-align: middle;
    width: 13%;
    margin-top: 4px;
}

#topright a {
    /*color: #f0f; */
    text-decoration: none;
}

#topright img {
    display: inline;
    vertical-align: middle;
}

#topbar h1 {
    /*color: #f0f; */
    margin: 2px;
    float: left;
    width: 80%;
}

#topbar h2 {
    text-align: center;
}	

#disclaimer {
    clear: both;
    width: 690px;
    /*background: #000; */
    padding-top: 10px;
    font: bold 11px Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
}

#disclaimer a {
    color: #fff;
    text-decoration: none;
}

#disclaimer a:hover {
    color: #f0f;
}

img {
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

#animtool img {
    display: inline;
    padding: 0px 7px 0px 7px;
}

h2 {
    margin: 0 2px 4px 2px;
}

.center h2 {
    text-align: center;
}

#topbar h2.left {
    text-align: left;
}

.snapshot {
    background: #ddd;
    text-align: center;
    margin: 2px 2px 0 0;
    float: left;
}

.snapshot img {
    background-color: #fff;
    margin:2px;
    cursor: pointer;
}

.actionbtn {
    display: inline;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
    border-style: none;
}

a.blkredlink {
    color: #000;
    text-decoration: none;
}

a.blkredlink:hover {
    color: #f00;
}

img.imgred {
    border: none;
}

#infolayer {
    position: absolute;
    top: 5px;
    left: 5px;
    cursor:default;
    z-index:9999;
    padding: 0px;
    margin-top: 5px;
    margin-left: 5px;
    background-color: #37506d;
    color: #fff;
    /* border: 2px solid red; */
}

#printTemplate {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index:99999;
    border: 2px solid red;
    padding: 10px;
    margin-top: 10px;
    margin-left: 10px;
}

#helpTipId {
    position: absolute;
    /* top: 5px;
    left: 5px; */
    cursor:default;
    z-index:99999;
    padding: 0px;
    /*margin-top: 5px;
    margin-left: 5px;
    background-color: #37506d; */
    color: #fff;
    width: 128px;  /* MUST BE PRESENT ELSE WILL NOT CENTER CORRECTLY */
    height: 100px; /* MUST BE PRESENT ELSE WILL NOT CENTER CORRECTLY */
    /* vertical-align:center;
    align:center;
    text-align: center; */
}

#hstitlediv {
    /* background-color: #37506d; */
    background-color: black;
    color: #fff;
    position: relative;
    height: 12px;
    width: 100%;
    height: auto;
}

#hstitlediv p {
    padding: 6px;
    margin: 0px 0px 0px 10px;
    /* font: normal 10px Arial, Helvetica, sans-serif; */
}

#hstitlediv img {
    padding: 6px;
    float: right;
    position: absolute;
    right: 0px;
    cursor: pointer;
}


#hsaudioicon {
    padding:0px;
    margin: 0px 30px 6px 0px;  /* top, right, bottom, letf */
}

#zoomDiv {
    position: absolute;
    cursor:default;
    z-index:99999;
    padding: 0px;
    color: #fff;
    width: 140px;  /* MUST BE PRESENT ELSE WILL NOT CENTER CORRECTLY */
    height: 140px; /* MUST BE PRESENT ELSE WILL NOT CENTER CORRECTLY */
    border: 1px solid blue;
    /* margin-left: 2px;
    margin-bottom: 2px;
    vertical-align: text-bottom; */
}

/* #messageDiv is used for IE6 message*/
#messageDiv {
    position: absolute;
    top: 5px;
    left: 5px;
    cursor:default;
    z-index:99999;
    padding: 0px;
    margin-top: 5px;
    margin-left: 5px;
    background-color: #ebebeb;
    /* color: #666; */
    color: black;
    border: 4px solid #3e87e1;
    /*width: 340px;
    height:160px;*/
    /*
    width: 90%;
    height:70%;
    */
}

#messageTitleDiv {
    background-color: #3e87e1;
    color: white;
    /* color: black; */
    position: relative;
    height: 12px;
    width: 100%;
    height: auto;
}

#messageTitleDiv p {
    padding: 4px;
    margin: 0px 0px 0px 10px;
}

#messageTitleDiv img {
    padding: 4px;
    float: right;
    position: absolute;
    right: 0px;
    cursor: pointer;
}

#messageContentDiv p {
    padding: 8px;
    margin: 0px 0px 0px 0px;
    font-size: 12px;
    font-family: arial;
}

