﻿html, body
{
  width: 100%; height:100%;
}

body
{

}

a, a:link, a:visited, a:hover, a:active
{
  color: #0000ff;
  text-decoration: none;
}

#page
{
  height: 100%;
}
#eop
{
  position: absolute;
  top: 610px;
  left: 0px;
  font-size: 11px;
}
#pagetitle
{
  clear: left;
  padding-top: 20px;
  margin-top: 0px;
}

.demo
{
  display: none;
}
.demo img
{
  border: 0px none;
  padding: 0px;
  width: 48px;
  height: 48px;
  vertical-align: top;
}

/*general...*/

.hideThis
{
  display: none;
}
.inset200
{
  padding-left: 200px;
}
.inset130
{
  padding-left: 130px;
}
.changesList, .optionsList, .faqslist, .faqslist ul
{
  padding-left: 8px;
  margin-left: 8px;
}
.optionsList li, .faqslist li
{
  padding-bottom: 9px;
}
.faqslist ul li
{
  padding-bottom: 2px;
}
.grey
{
  color: #999999;
}
.dgrey
{
  color: #666666;
}
.red
{
  color: #ff0000;
}
.small
{
  font-size: 12px;
}
.transformAdd
{
  color: #0000ff;
}
.transformAddV
{
  color: #9900cc;
}
.transformAddL
{
  color: #009900;
}
.transformRemove
{
  color: #ff0000;
}

/***************************
**  JQDOCK : EXAMPLE CSS  **
***************************/

#menu1
{
  position: relative;
  top: 100px;
  padding-left: 131px;
}

#menu2
{
  position: absolute;
  top: 0px;
  right: 50px;
  width: 50px;
}

#menu3
{
  position: relative;
  top: 0px; /* 152px */
  padding-left: 131px;
}

#menu4
{
  position: absolute;
  top: 300px; /* 510px */
  left: 131px;
}

#menu4 img
{
  padding: 0px 4px;
}

#menu5
{
  position: absolute;
  top: 0px;
  left: 0px;
}

#menu6
{
  position: absolute;
  top: 30px;
  left: 500px;
  /* right: 200px;  */
  width: 0px;
}
#menu7
{
  display: none;
  position: absolute;
  top: 150px;
  left: 580px;
}

/*dock styling...*/

div.jqDock
{
  background-color: transparent;
}
#menu2 div.jqDock
{

}
#menu3 div.jqDock
{
  border: 2px solid #ff9900;
}
#menu4 div.jqDock
{
  background-color: #cccccc;
  border: 1px solid #000000;
}
#menu5 div.jqDock
{
  background-color: #000000;
}
#menu6 div.jqDock
{
  background-color: #e0e0ff;
  border: 3px solid #0000ff;
}
#menu7 div.jqDock
{
  border: 1px solid #0000cc;
}

/*label styling...*/
/*labels (div.jqDockLabel) only get absolute position and zero margin (with top and left being calculated); the rest is up to you*/
/*...let's set some defaults...*/
div.jqDockLabel
{
  border: 0px none;
  padding: 0px 4px;
  font-weight: bold;
  font-size: 14px;
  font-style: italic;
  white-space: nowrap;
  color: #000000;
  background-color: transparent;
}
div.jqDockLabelLink
{
  cursor: pointer;
}
div.jqDockLabelImage
{
  cursor: default;
}
/*...and some overrides...*/
/*...give the right-hand vertical a smaller, non-bold, deep red label, on a white background...*/
#menu2 div.jqDockLabel
{
  color: #cc0000;
  background-color: #ffffff;
  padding: 1px;
  font-size: 12px;
  font-weight: normal;
}
/*...and the left-hand vertical (with the black background) a white, smaller, label...*/
#menu5 div.jqDockLabel
{
  color: #ffffff;
  padding: 0px;
}


