﻿.headline h2, .headline h3, .headline h4{
	border-bottom:2px solid #0ebfa1;
}
.linkCls{
    color:#0ebfa1;
}
.linkCls:hover{
    color:#0ebfa1 !important;
}
.xcConfirm .popBox{
	width: 450px;
    left: 0;
    right: 0;
    opacity: 0.8;
    top: 27%;
    margin: 0 auto;
}
.xcConfirm .popBox{
	border-radius: 0px;
}
.xcConfirm .popBox .txtBox{
	text-align: center;
}

.xcConfirm .popBox .txtBox {
	height: auto;
}

.xcConfirm .popBox .sgBtn.cancel {
    background-color:#FF5050;
    color: #FFFFFF;
    border-radius: 0px;
}
.xcConfirm .popBox .sgBtn.ok{
    border-radius: 0px;	
}
.pointerCls{
	cursor: pointer;
}
.disabledColor{
    background-color: #ccc !important;
}
.footerLogo{
    padding:8px 0px 15px;
}

.icon-footer{
    /*border-right: 1px solid #CCC;*/
    height: 35px;
    margin-top:3px;
    width: auto;
}