/*HTML ELEMENTS
--------------------------------------*/
/*body {
  font-family: Arial, sans-serif;
  margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
  background: #fff;
  }
h2 {
  margin: 0; padding: 0;
  font-size: 26px;
  font-weight: normal;
  }
h3 {
  margin: 0; padding: 0;
  font-size: 18px;
  font-weight: normal;
  }
h4
{
  margin: 0; padding: 0;
  font-size: 13px;
  font-weight: normal;
}
h5
{
  margin: 0; padding: 0;
  font-size: 12px;
  font-weight: normal;
}
h6
{
  margin: 0; padding: 0;
  font-size: 11px;
  font-weight: normal;
}
a
{
  color: #4b90cd;
}
a:hover
{
  color: #004a91;
}
img
{
  border: 0;
}
form
{
  margin: 0; padding: 0;
}*/
/*ul
{
  margin: 0; padding: 0;
  font-size: 12px;
  list-style: none;
}
li
{
  margin: 0; padding: 0px 0px 0px 8px;
  background: url("/i/bullet.gif") 0px  8px no-repeat;
}
.listO li
{
  margin: 0; padding: 0px 0px 0px 8px;
  background: url("/i/bulletO.gif") 0px  8px no-repeat;
}*/
/*
GLOBAL CLASSES
-----------------------------------*/
/*.white
{
  color: #ffffff;
}
.blue2
{
  color: #4b90cd;
}
.blue3
{
  color: #004a91;
}
.grey1
{
  color: #666666;
}
.grey2
{
  color: #333333;
}
.grey3
{
  color: #999999;
}
.red
{
 color: red;	
}
.txtAlignL
{
  text-align: left;
}
.txtAlignR
{
  text-align: right;
}
.txtAlignC
{
  text-align: center;
}
.floatL
{
  float: left;
}
.floatR
{
  float: right;
}
.clear
{
  clear: both;
}
.headline
{
  padding: 9px 0px 7px 1px;
}
.mBot1
{
  margin-bottom: 1px;
}
.whiteBg
{
  background-color: #ffffff;
}
.blueBg
{
  background-color: #d9e8f6;
}
.blueBg0
{
  background-color: #e8f6ff;
}
.greyBg
{
  background-color: #eaeaea;
}
.yellowBg
{
  background-color: #ffffcc;
}
.rowNoBorder
{
  padding-top: 15px;
}
.rowBotBorder
{
  padding: 15px 0px 15px 0px;
  border-bottom: 1px solid #d9e8f6;
}	

/*
JS elements
-------------------------------*/
/*.jsInput {
  cursor: hand;
  cursor: pointer;
  width: 207px;
  height: 22px;
  line-height: 21px;
  text-indent: 7px;
  background: url("/i/inputFieldBg.gif") no-repeat;
}
.jsInput input {
  cursor: hand;
  cursor: pointer;
  font-family: arial !important;
  font-size: 12px !important;
  width: 164px;
  *height: 16px;
  border: 0;
  margin: 2px 0 0 0;
  *margin: 2px 0 0 7px;
  padding: 0 0 0 0 !important;
}*/
/* Start: Safari Hack */
/*body:last-child:not(:root:root) .jsInput {
  text-indent: 4px;
  background: url("/i/inputFieldBgSaf.gif") no-repeat;
}
body:last-child:not(:root:root) .jsInput input {
  width: 173px;
  margin: 0 0 0 -4px;
}
//End: Safari Hack
.panObj {
  margin: 0 3px 8px 0;
}
.panObj:after {
  content: ".";
  clear: both;
  visibility: hidden;
  display: block;
  height: 0;
}
* html .panObj { height: 1%; }
.panObj a {
  color: #000000;
  text-decoration: none;
}
.panObj a:hover {
  color: #000000;
}
.panelWrapper {
  position: relative;
}
.panelWrapperZ {
  z-index: 1;
}
.panel {
  display: none;
  position: absolute;
  border: 1px solid #999999;
  background-color: #cccccc;
  padding: 4px;
}
.panel a {
  font-size: 11px !important;
  text-decoration: none !important;
}
.panel a:hover {
  color: #ffffff;
  background-color: #ff6600;
}
.panel a.selected {
  color: #ffffff;
  background-color: #ff6600;
}
.panelFoot {
  *clear: both;
  padding: 5px 0 5px 0px;
  text-align: center;
  background-color: #e8f6ff;
}
.panelBody {
  padding: 0px 0 0px 0px;
  background-color: #fff;
  *height: 1%;
}
.panelBody:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .panelBody {
  height: 1%;
}
.panelBody a {
  color: #4b90cd;
}
.panelBody a:hover {
  color: #ffffff;
  background-color: #ff6600;
}
.panelBody ul {
  margin: 0 10px 0 0 !important;
  padding: 0 0 0 0 !important;
  list-style: none !important;
  float: left;
}
.panelBody ul li {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  background: none !important;
}
.panelBody h5 {
  font-size: 12px !important;
  color: #4b90cd !important;
  margin: 0 10px 0 0 !important;
}*/


