/* global */
div.ui-cluetip
{
    font-size: 1em;
}
.ui-cluetip-header, .ui-cluetip-content
{
    padding: 12px;
} 
.ui-cluetip-content ul li 
{
   text-align:left;
   padding-left:5px;     
}

.ui-cluetip-header
{
    font-size: 1em;
    margin: 0;
    overflow: hidden;
}

.cluetip-title .cluetip-close
{
    float: right;
    position: relative;
}
.cluetip-close img
{
    border: 0;
}

#cluetip-waitimage
{
    width: 43px;
    height: 20px;
    position: absolute;
    background: url(/images/wait.gif) no-repeat;
}
.cluetip-arrows
{
    display: none;
    position: absolute;
    top: 0;
    left: -11px;
    width: 11px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: 0 0;
    border-width: 0;
}
.cluetip-extra
{
    display: none;
}

/***************************************
   =cluetipClass: 'default'
-------------------------------------- */
/*.cluetip-outer{border:1px solid #91D3CB;line-height:22px;padding:5px;}*/
.cluetip-default
{
    background-color: white;
    border: 1px solid #91D3CB;
    padding: 0;
    line-height: 18px;
}
.cluetip-default i
{
    font-style: normal;
    display: block;
    padding: 3px;
    height: auto !important;
    min-height: 40px;
    height: 40px;
    text-align:left;
}
.cluetip-default .cluetip-outer
{
    background: white;
}
.cluetip-default .ui-cluetip-header
{
    background-color: #87876a;
}



.cluetip-default #cluetip-outer
{
    position: relative;
    margin: 0;
    background-color: #d9d9c2;
}
/*
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}
.cluetip-default #cluetip-inner {
  padding: 10px;
}
/*
.cluetip-default div#cluetip-close {
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}
*/
/* default arrows */
div.cluetip-default .cluetip-arrows
{
    border-width: 0;
    background: transparent none;
}
div.clue-right-default .cluetip-arrows
{
    background-image: url(/images/arrowleft.gif);
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/arrowleft.gif');
}
div.clue-left-default .cluetip-arrows
{
    background-image: url(/images/arrowright.gif);
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/arrowright.gif');
    left: 100%;
    margin-right: -11px;
}
div.clue-top-default .cluetip-arrows
{
    background-image: url(/images/arrowdown.gif);
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/arrowdown.gif');
    left: 100%;
    top: 100%;
    left: 50%;
    margin-left: -11px;
    width: 22px;
    height: 11px;
}
div.clue-bottom-default .cluetip-arrows
{
    background-image: url(/images/arrowup.gif);
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/arrowup.gif');
    left: 100%;
    top: -11px;
    left: 50%;
    margin-left: -11px;
    width: 22px;
    height: 11px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip
{
    background-color: #fff;
}
.cluetip-jtip .cluetip-outer
{
    border: 2px solid #ccc;
    position: relative;
    background-color: #fff;
}

.cluetip-jtip .cluetip-inner
{
    padding: 5px;
    display: inline-block;
}
.cluetip-jtip div.cluetip-close
{
    text-align: right;
    margin: 0 5px 0;
    color: #900;
}

.cluetip-jtip .ui-cluetip-header
{
    background-color: #ccc;
    padding: 6px; /*  margin-bottom: 1em;*/
}

/* jtip arrows */
div.cluetip-jtip .cluetip-arrows
{
    border-width: 0;
    background: transparent none;
}

div.clue-right-jtip .cluetip-arrows
{
    background-image: url(/images/arrowleft.gif);
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/arrowleft.gif');
}
div.clue-left-jtip .cluetip-arrows
{
    background-image: url(/images/arrowright.gif);
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/arrowright.gif');
    left: 100%;
    margin-right: -11px;
}
div.clue-top-jtip .cluetip-arrows
{
    background-image: url(/images/arrowdown.gif);
    top: 100%;
    left: 50%;
    width: 22px;
    height: 11px;
    margin-left: -11px;
}
div.clue-bottom-jtip .cluetip-arrows
{
    background-image: url(/images/arrowup.gif);
    top: -11px;
    left: 50%;
    width: 22px;
    height: 11px;
    margin-left: -11px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */
.cluetip-rounded
{
    /*-webkit-border-radius: 6px;   -moz-border-radius: 6px;   border-radius: 6px;   background-color: #fff;*/
    border: 1px solid #04675A;
    line-height: 18px;
}

.cluetip-rounded .cluetip-outer
{
    background-color: #fff;
}

.cluetip-rounded .cluetip-arrows
{
    border-color: #91D3CB;
}

/* need to be more specific here to override ThemeRoller defaults */
div.cluetip-rounded .cluetip-arrows
{
    font-size: 0;
    line-height: 0%;
    width: 0;
    height: 0;
    border-style: solid;
    background: transparent none;
}
div.clue-right-rounded .cluetip-arrows
{
    border-width: 11px 11px 11px 0;   border-top-color: transparent;   border-bottom-color: transparent;   border-left-color: transparent;
     _border-width: 0;
    _width: 11px;
    _height: 22px;
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/arrowleft.gif');
}
div.clue-left-rounded .cluetip-arrows
{
    left: 100%;
    margin-right: -11px;
    border-width: 11px 0 11px 11px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    _border-width: 0;
    _width: 11px;
    _height: 22px;
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/arrowright.gif');
}
div.clue-top-rounded .cluetip-arrows
{
    top: 100%;
    left: 50%;
    border-width: 11px 11px 0 11px;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.clue-bottom-rounded .cluetip-arrows
{
    top: -11px;
    left: 50%;
    border-width: 0 11px 11px 11px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}
/* stupid IE6 HasLayout hack */
.cluetip-rounded .cluetip-title, .cluetip-rounded .cluetip-inner
{
    zoom: 1;
}

.tpolicy
{
    border-collapse: collapse;
    border: none;
}
.tpolicy tr td, .tpolicy tr th
{
    border: 1px solid #91D3CB;
    border-collapse: collapse;
    height: 20px;
    padding: 3px;
    font-weight: normal;
    text-align: center;
}
.tpolicy tr th
{
    text-align: center;
    background: #DAF4F0;
}
.tpolicy
{
    width: 600px;
}
#planinfo{width:350px;}

.ui-cluetip-header, .ui-cluetip-content
{
    padding: 0px;
}
.cluetip-rounded
{
    border: none;
}
.policybg
{
    background: #F0F4F3;
}

.loading-indicator
{
    height: 15px;
    width: 214px;
    /*background: url( '/images/progressbar_green.gif' );
    background-repeat: no-repeat;*/
    /*background-position: top top;*/
   
}

.loading-indicator-overlay
{
    background-color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity = 80);
}
.i-loading{width:200px;height:80px;border:2px solid #347464;background:#D0EFEB;color:#347464;line-height:80px;font-size:14px;text-align:center;}

