﻿/*********************** Auto ETA ******************************/
.etaRow
{
    padding-bottom: 10px;
}

.etaSubmitButton
{
    Color:White; 
	/*Width:222px;*/
	font-weight:bold;
    font-family: Verdana;
	Font-Size:14px;
	Height:35px; 
	Border:2px solid #DB6468;
	background-color:#686566;
	cursor:pointer;
	/*float: right;*/
}

.etaSubSectionHeader
{
    padding: 0 20px;
}

#autoETAHeader
{
    background-color: #D1D1D1;
}



#etaWaitingPortal
{
    text-align: center;
}

.etaWaitingTR1
{
    /*height: 15px;*/
    position:absolute;
    height: 25px;
}

.etaFieldLabel
{
    padding-left:100px;
    padding-top: 5px;
    text-align:left;
}

.etaHint
{
    background: #c2e2d0; 
    display: none;
    /*width: 280px;*/
    width: 350px;
    padding: 5px 5px;
}

.ehText
{
    vertical-align: bottom;
    padding-bottom: 8px;
}

#etaHeader
{
    width: 100%
}

.ehBanner
{
    width: 425px;
}

.aeWelcome, .etaHeaderText
{
    border: 1px solid #808080;
    background-color: #E6E6E6;
    height: 40px;
    height /**/ : 40px; /*Internet Explorer hack. Only IE understands this*/
    vertical-align: middle;
    margin-top: 15px;
    text-align:left;
    font-weight:bold;
    padding-left: 10px;
    font-size: 14px;
}

#aePadding
{}

/* The hint to Hide and Show */
.hint {
   	display: none;
   	/*position: fixed;*/
    position: absolute;
    /*left: 700px;*/
    /*right: 300px;*/
    /*width: 200px;*/
    width: 330px;
    margin-top: -4px;
    margin-left: 25px;
    border: 1px solid #c93;
    padding: 10px 12px;
    background: #ffc url(/cibtimages/pointer.gif) no-repeat -10px 5px;
}

/* The hint to Hide and Show */
.hintCVN {
   	display: none;
   	/*position: fixed;*/
    position: absolute;
    /*left: 700px;*/
    /*right: 300px;*/
    /*width: 200px;*/
    width: 330px;
    /*margin-top: -4px;*/
    margin-top: -115px;
    margin-left: 25px;
    border: 1px solid #c93;
    padding: 5px 12px 0px 12px;
    background: #ffc url(/cibtimages/pointer.gif) no-repeat -10px 5px;
    text-align: justify;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(/cibtimages/pointer.gif) left top no-repeat;
}

.hintCVN .hint-pointer {
    position: absolute;
    left: -10px;
    top: 116px;
    width: 10px;
    height: 19px;
    background: url(/cibtimages/pointer.gif) left top no-repeat;
}

#cvnImage ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    text-align: center;

}    
#cvnImage li 
{
    display: inline;
}
    
#cvnImage
{
    padding: 0px;
}

p
{
    padding: 0px;
}
