﻿.MenuQuoteAccepted
{
	width:20px;
	height:20px;
	cursor:pointer;
	background:url(images/success.png) 50% 50% no-repeat;
}
.MenuQuoteWaiting
{
	width:20px;
	height:20px;
	cursor:pointer;
	background:url(images/waiting.png) 50% 50% no-repeat;
}
.MenuHeader
{
	width:900px;
}
.MenuGap
{
	width:70px;
}
.MenuSysSelect
{
	width:80px;
	height:70px;
	cursor:pointer;
	border-color:#cbcbc9;
	border:solid;
	border-width:1px;
	border-color:#ADACAC;
}
.MenuSysNonSelect
{
	width:80px;
	height:70px;
	cursor:pointer;
	border:solid;
	border-width:1px;
	border-color:#ADACAC;
	border-color:#cbcbc9;
}
.MenuThinSelect
{
	width:150px;
	height:25px;
	cursor:pointer;
	border-color:#cbcbc9;
	border:solid;
	border-width:1px;
	border-color:#ADACAC;
}
.MenuThinNonSelect
{
	width:150px;
	height:25px;
	cursor:pointer;
	border:solid;
	border-width:1px;
	border-color:#ADACAC;
	border-color:#cbcbc9;
}
.MenuHeaderNotificationButton
{
	border:none;
	background-color:Transparent;
	background: url(images/Quotation.png) 50% 50% no-repeat;
	background-repeat:no-repeat;
	cursor:pointer;
	height:50px;
	width:100px;
}
.MenuNotification
{
	width:30px;
	height:30px;
	background:url(images/notification.png) 50% 50% no-repeat;
}
#WaitingContainer {
    position:relative;
    width:80px;
    height:40px;
    border:none;
    background-color:Transparent;
    margin:0px auto 0px auto;
 }
#WaitingBounce1 {
     position:absolute;
     left:0px;
     top:-20px;
     width:40px;
     height:40px;
 }
.MenuStep1TD
{
	width:160px;
	cursor:pointer;
	background:transparent;
}
.MenuStep2TD
{
	width:81px;
	cursor:pointer;
	background:transparent;
}
.MenuHeaderDescButton
{
	width:100px;
	vertical-align:top;
	cursor:pointer;
	text-align:center;
}
.MenuLabel
{
	font-family:Verdana;
	font-size:11px;
	color:#3F3F3F;
	background-color:Transparent;
	border-style:none;
	border:none;
	text-align:left;
    font-weight:normal;
	cursor:pointer;
}
.MenuLabel:hover {
    font-weight:bold;
}
.MenuWhiteLabel
{
	font-family:Verdana;
	font-size:11px;
	color:#FFFFFF;
	background-color:Transparent;
	border-style:none;
	border:none;
	text-align:left;
    cursor:pointer;
}
.MenuHeaderLabel
{
	color:#3F3F3F;
	height:20px;
	font-style:italic;
	font-size:11px;
	text-align:center;
}
.MenuHeaderHomeButton
{
	border:none;
	background-color:Transparent;
	/*background: url(images/Home.png) 50% 50% no-repeat;*/
	background-repeat:no-repeat;
	cursor:pointer;
	height:70px;
	width:80px;
}
.MenuHeaderClaimButton
{
	border:none;
	background-color:Transparent;
	background: url(images/Claim.png) 50% 50% no-repeat;
	background-repeat:no-repeat;
	cursor:pointer;
	height:70px;
	width:80px;
}
.MenuHeaderPDFButton
{
	border:none;
	background-color:Transparent;
	/*background: url(images/pdfPrint.png) 50% 50% no-repeat;*/
	background-repeat:no-repeat;
	cursor:pointer;
	height:70px;
	width:80px;
}
.MenuHeaderBackButton
{
	border:none;
	background-color:Transparent;
	/*background: url(images/MenuBack.png) 50% 50% no-repeat;*/
	background-repeat:no-repeat;
	cursor:pointer;
	height:70px;
	width:80px;
}
.MenuHeaderRefreshBButton
{
	border:none;
	background-color:Transparent;
	background: url(images/Refresh.png) 50% 50% no-repeat;
	background-repeat:no-repeat;
	cursor:pointer;
	height:70px;
	width:80px;
}
.MenuHeaderComplianceButton
{
	border:none;
	background-color:Transparent;
	/*background: url(images/Compliance.png) 50% 50% no-repeat;*/
	background-repeat:no-repeat;
	cursor:pointer;
	height:70px;
	width:80px;
}
.MenuHeaderQuotationButton
{
	border:none;
	background-color:Transparent;
	/*background: url(images/Quotation.png) 50% 50% no-repeat;*/
	background-repeat:no-repeat;
	cursor:pointer;
	height:70px;
	width:80px;
}
.MenuHeaderLogoutButton
{
	border:none;
	background-color:Transparent;
	/*background: url(images/Logout.png) 50% 50% no-repeat;*/
	background-repeat:no-repeat;
	cursor:pointer;
	height:70px;
	width:80px;
}


