﻿body 
{
	font-family:Verdana;
	font-size:12px;
	color:#3F3F3F;
	text-align:left;
	background-color:#FFFFFF;
}
.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:20px;
}
.MenuSysSelect
{
	width:80px;
	height:70px;
	cursor:pointer;
	background:url(Images/SysSelect.png) 50% 50% no-repeat;
}
.MenuSysNonSelect
{
	width:80px;
	height:70px;
	cursor:pointer;
	background:url(Images/SysNonSelect.png) 50% 50% no-repeat;
}
.MenuThinSelect
{
	width:150px;
	height:25px;
	border:solid;
	border-width:1px;
	border-color:#ADACAC;
	cursor:pointer;
	background-color:#8CC543;
}
.MenuThinNonSelect
{
	width:150px;
	height:25px;
	border:solid;
	border-width:1px;
	border-color:#ADACAC;
	cursor:pointer;
	background-color:#E3E2E2;
}
.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:12px;
	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:12px;
	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:12px;
	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;
}
.DocMenuTable-Wrapper
{
	transition: left 0.3s ease-in-out;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    z-index: 30;
    top:100px;
    bottom:0;
    width: 250px;
}
.DocNonSelectMenu {
	height: 30px;
	width: 250px;
	background-color: #005D7F;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D3;
	border-bottom-width: 1px;
}
.DocNonSelectMenu:hover {
	cursor: pointer;
	padding-left:2px;
}
.DocSelectMenu {
	height: 30px;
	width: 250px;
	background-color: #F7941D;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D3;
	border-bottom-width: 1px;
}
.DocSelectMenu:hover {
	cursor: pointer;
	padding-left:2px;
}
.DocSelectSubMenu {
	height: 30px;
	width: 250px;
	background-color: #FFFFFF;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D3;
	border-bottom-width: 1px;
}
.DocSelectSubMenu:hover {
	cursor: pointer;
	padding-left:2px;
}
.DocMenuWhiteLabel {
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
	background-color:Transparent;
	text-align:left;
}
.DocMenuWhiteLabel:hover {
	cursor: pointer;
}
.DocMenuLabel {
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	background-color:Transparent;
	text-align:left;
}
.DocMenuLabel:hover {
	cursor: pointer;
}


