/* Buttons*/


div.dlwebcss .buttondlblue {
	font-family: verdana;
	font-size: 8pt;
	color: black;
	vertical-align:center;
	background-color: transparent;
	background-image: url("/o4w/mpc/!default/images/buttons/bluebutton.gif");
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	text-align: center;
	text-decoration: none;
	border:1px;
    	height:22px;
    	width:100px;
	border:none;
}
div.dlwebcss .buttondlblue150 {
	font-family: verdana;
	font-size: 8pt;
	color: black;
	vertical-align:center;
	background-color: transparent;
	background-image: url("/o4w/mpc/!default/images/buttons/bluebutton_150.gif");
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	text-align: center;
	text-decoration: none;
	border:1px;
    	height:22px;
    	width:150px;
	border:none;
}

div.dlwebcss .buttondlblue:hover {
	font-family: verdana;
	font-size: 8pt;
	color: black;
	vertical-align:center;
	background-color: transparent;
	background-image: url("/o4w/mpc/!default/images/buttons/bluebuttonhover.gif");
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	text-align: center;
	text-decoration: none;
	border:1px;
    	height:22px;
    	width:100px;
	border:none;
}
div.dlwebcss .buttondlblue150:hover {
	font-family: verdana;
	font-size: 8pt;
	color: black;
	vertical-align:center;
	background-color: transparent;
	background-image: url("/o4w/mpc/!default/images/buttons/bluebuttonhover_150.gif");
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	text-align: center;
	text-decoration: none;
	border:1px;
    	height:22px;
    	width:150px;
	border:none;
}



div.dlwebcss .buttondltick {
	font-family: verdana;
	font-size: 8pt;
	color: black;
	vertical-align:center;
	vertical-align:center;
	background-color: transparent;
	background-image: url("/o4w/mpc/!default/images/buttons/tickbutton.gif");
	background-repeat: no-repeat;
	padding: 0 0 0 5;
	text-align: center;
	text-decoration: none;
	border:1px;
    	height:22px;
    	width:100px;
	border:none;
}

div.dlwebcss .buttondltick:hover{
	font-family: verdana;
	font-size: 8pt;
	color: black;
	vertical-align:center;
	vertical-align:center;
	background-color: transparent;
	background-image: url("/o4w/mpc/!default/images/buttons/tickbuttonhover.gif");
	background-repeat: no-repeat;
	padding: 0 0 0 5;
	text-align: center;
        text-decoration: none;
        border:1px;
        height: 22px;
        width: 100px;
}

div.dlwebcss .buttondlcancel {
	font-family: verdana;
	font-size: 8pt;
	color: black;
	vertical-align:center;
	vertical-align:center;
	background-color: transparent;
	background-image: url("/o4w/mpc/!default/images/buttons/cancelbutton.gif");
	background-repeat: no-repeat;
	padding: 0 0 0 5;
	text-align: center;
	text-decoration: none;
	border:1px;
        height:22px;
        width:100px;
	border:none;
}

div.dlwebcss .buttondlcancel:hover {
	font-family: verdana;
	font-size: 8pt;
	color: black;
	vertical-align:center;
	vertical-align:center;
	background-color: transparent;
	background-image: url("/o4w/mpc/!default/images/buttons/cancelbuttonhover.gif");
	background-repeat: no-repeat;
	padding: 0 0 0 5;
	text-align: center;
   	text-decoration: none;
    	border:1px;
    	height: 22px;
    	width: 100px;
}

@media print{
div.#btnPrint { display: none; }
div.dlwebcss #btnEmail { display: none; }
div.dlwebcss #btnClose { display: none; }
}