
/* the div that holds the date picker calendar */
.VSMsgBoxId 
{
}
/* the table (within the div) that holds the date picker calendar */
.ClsMsgBoxTbl, .ClsMsgBoxTblEng, .ClsMsgBoxTblInfo, .ClsMsgBoxTblInfoEng 
{
    font-family:Arial, Tahoma, Helvetica, sans-serif;
    font-size:13px;
    background:#FCFFFF/*#FCFDFD;*//*#EEF6F8;*//*#FFF9F9; */
}
.ClsMsgBoxTbl, .ClsMsgBoxTblEng
{
    color:#B14C4C; /*#990000;*/
    border:1px solid #B14C4C; /*#990000;*/
}
.ClsMsgBoxTblInfo, .ClsMsgBoxTblInfoEng
{
    color:#413019;
    border:1px solid #81796D;
    background:#FCFFFF;/*#E2F0F3;*/
}
.ClsMsgBoxTblCart, .ClsMsgBoxTblCartEng
{
    border:1px solid #81796D !important;
    background:#FCFFFF !important;
}
.ClsMsgBoxTbl, .ClsMsgBoxTblEng, .ClsMsgBoxTblInfo, .ClsMsgBoxTblInfoEng
{
    /* ---- Radius ---- */
    border-radius:7px; 
	-moz-border-radius:7px; 
	-webkit-border-radius:7px; 
}
.ClsMsgBoxTbl
{
	text-align:right;
}
.ClsMsgBoxTblEng
{
	text-align:left;
}
.ClsMsgBoxTitleTD, .ClsMsgBoxCloseTD, .ClsMsgBoxCloseTDEng
{
    border-bottom:1px solid #AC5656;
}
.ClsMsgBoxTitleTDInfo, .ClsMsgBoxCloseTDInfo, .ClsMsgBoxCloseTDInfoEng
{
    border-bottom:1px solid #A39582;
    padding-bottom:5px;
    padding-top:5px;
}
.ClsMsgBoxTitleTD, .ClsMsgBoxTitleTDInfo
{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
}

.ClsMsgBoxCloseTD, .ClsMsgBoxCloseInInfoTD
{
	text-align:left;
}

.ClsMsgBoxCloseTDEng, .ClsMsgBoxCloseInInfoTDEng
{
	text-align:right;	
}
.ClsMsgBoxCloseBtn
{
    border:none;
    outline:none;
    width:20px;
    vertical-align:middle;
    cursor:pointer;
}
.ClsMsgBoxCloseBtn:hover
{
    cursor:pointer;
    
}

.ClsMsgBoxInfoTD, .ClsMsgBoxInfoTDNoTitle, .ClsMsgBoxTitleTD, .ClsMsgBoxCloseTD, .ClsMsgBoxCloseTDEng, .ClsMsgBoxCloseInInfoTD, .ClsMsgBoxCloseInInfoTDEng,
.ClsMsgBoxTitleTDInfo, .ClsMsgBoxCloseTDInfo, .ClsMsgBoxCloseTDInfoEng
{
	padding-left:8px;
	padding-right:8px;
}
.ClsMsgBoxTitleTD, .ClsMsgBoxCloseTD, .ClsMsgBoxCloseTDEng,
.ClsMsgBoxTitleTDInfo, .ClsMsgBoxCloseTDInfo
{
	padding-bottom:8px;
	padding-top:8px;
}
.ClsMsgBoxInfoTD, .ClsMsgBoxInfoTDNoTitle
{
    font-size:15px;
}
.ClsMsgBoxInfoTD
{
    padding-bottom:10px;
    padding-top:10px;
}

.ClsMsgBoxInfoTDNoTitle, .ClsMsgBoxCloseInInfoTD, .ClsMsgBoxCloseInInfoTDEng
{
    padding-bottom:20px;
    padding-top:20px;
}
/* Fast Cart */
.ClsMsgBoxTitleTDCart, .ClsMsgBoxTitleTDCartEng, .ClsMsgBoxCloseTDCart, .ClsMsgBoxCloseTDCartEng
{
    background:#EEF6F8;
    border-bottom:1px solid #A39582;
}
.ClsMsgBoxTitleTDCart
{
    padding-right:15px;
}
.ClsMsgBoxTitleTDCartEng
{
    padding-left:15px;
}

.ClsMsgBoxTitleTDCart, .ClsMsgBoxCloseTDCartEng
{
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    border-top-right-radius: 7px;
}

.ClsMsgBoxTitleTDCartEng, .ClsMsgBoxCloseTDCart
{
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    border-top-left-radius: 7px;
}
#VSYesNoHdr
{
    font-size:16px;
    padding-bottom:20px;
}
#VSBtnAskYes, #VSBtnAskNo
{
    width:90px;
    margin:5px;
}
