div#o4wOverallParent {
	/* !important over-rides class ui-widget-content settings */
	background-color: #E6E8F5 !important;
	background-image: none !important;
}

div.dlwebcss {
	font-family:Verdana, Arial, sans-serif
	font-size:8pt
	padding-top:10px;
}

div.dlwebcss table{
	text-align:Left

}
/* Confirmation page */
div.dlwebcss .ConfirmTable
{ 
	font-weight: normal;
	font-size: 12px;
	color: #404040;
	min-width: 600px;
	border-spacing: 0px;
} 

div.dlwebcss .ConfirmTable TD
{ 
	padding-left:20px;
	border: 1px solid #404040;
	padding-top:8px
} 
/* End confimation page */

div.dlwebcss .formtitle{
    display:block;
	font-family: verdana;
	font-size: 1em;		/*1em=12pt=16px*/
	font-weight: bold;
	color: white;
	text-align:left;
	background-image: url("/O4W/MPC/!Default/Images/blue_bg2L.gif") ;
	background-repeat:repeat-x;
	height: 30px;
	width: 99%;
   	padding-top:3px;
    	padding-left:10px;
}

div.dlwebcss .labelhighlight {
	font-family: verdana;
	font-size: 0.8em;	/*0.8em=10pt=13px*/
	font-weight: bold;
	color: white;
	vertical-align:center;
	background-color: #2973b5;
	height: 20px;
	width: 100%
    padding-top:4px;
    padding-left:1px;
}


div.dlwebcss .label {    
	font-weight:bold;
	text-align:right;
	font-size:16px;
	text-shadow : 2px 3px 6px #808080;
	filter: glow(color=#808080,strength=3); /* IE */
	user-input:disabled;
	margin:0px 0 3px 10px;
}

div.dlwebcss .labelRed {    
	font-weight:bold;
	text-align:right;
	color: red;
	font-size:15px;
	text-shadow : 2px 3px 6px #808080;
	filter: glow(color=#808080,strength=3); /* IE */
	user-input:disabled;
	margin:0px 0 3px 10px;
}

div.dlwebcss .labelConfirm {
	display:block;    
	text-align:left;
	font-size:16px;
	font-weight:bold;
	user-input:disabled;
	color: Black;
	bold 110%;
	padding-left:15px;
}

/*Black back group with white font color*/
div.dlwebcss .labelConfirmBlack {
	display:block;    
	text-align:left;
	font-size:16px;
	font-weight:bold;
	user-input:disabled;
	color: White;
	background-color: Black;
	padding-left:15px;
}

div.dlwebcss .errormsg {    
	font-weight:bold;
	font-size:16px;
	text-shadow : 2px 3px 6px #808080;
	filter: glow(color=#808080,strength=3); /* IE */
	user-input:disabled;
	margin:0px 0 3px 10px;
	color:RED;
}



div.dlwebcss .normalinput{
	border:solid 1px outset #aacfe4;
	color: #002f63;
	font-size:15px;
	margin:0px 0 3px 10px;
	border-style:solid;
	border-color:#E6E8F5;
	border-width:3px;
	font-weight:bold;
	/*background-color:#E0FFFF;*/

}

div.dlwebcss .normalinput:hover {	
	background-color:#FFF8C6;
	font-color:#666666;
	border-style:solid;
	border-color:#EDDA74;
	border-width:3px;
	text-decoration:underline;
}

div.dlwebcss .dropdown{
	color: #002f63;
	font-size:15px;
	border:solid 1px outset #aacfe4;
	margin:0px 0 3px 10px;
	border-style:solid;
	border-color:#E6E8F5;
	border-width:3px;
	font-weight:bold;
	background-color:#E0FFFF;
}

div.dlwebcss .Require{
	color: #002f63;
	font-size:15px;
	border:solid 1px outset #aacfe4;
	margin:0px 0 3px 10px;
	border-style:solid;
	border-color:#E6E8F5;
	border-width:3px;
	font-weight:bold;
	background-color:#E0FFFF;
}
div.dlwebcss .dropdown:hover {
	background-color:#FFF8C6;

}
div.dlwebcss .hidden{
	display: none;
}
div.dlwebcss .show{
	display: inline;
}
/* the title for the search screen */
div.dlwebcss .searchlabel {  
	font-size:16px;
	font-weight:bold;
	user-input:disabled;
	color: Black;
	padding-bottom:6px;
	padding-left:23px;
	padding-left:1.5em;	/* IE */
	background-image: url('/o4w/mpc/!default/images/search.jpg');
	background-repeat:no-repeat;
	background-color:transparent;
	text-shadow : 2px 3px 6px #808080;
	filter: glow(color=#808080,strength=3); /* IE */
}

/* the sub title for the search screen*/
div.dlwebcss .searchtitle {
	display:inline;    
	text-align:left;
	font-size:12px;
	font-weight:bold;
	user-input:disabled;
	color: Black;
	padding-bottom:5px;
	padding-left:25px;
	padding-left:1.5em;		/* IE */
	background-image: url('/o4w/mpc/!default/images/tick.gif');
	background-repeat:no-repeat;
	background-color:transparent;
}
/*
* named div example *
div#DLWEBOverallParent .normalinput{
	font-family: Verdana;
	font-size: 18pt;
	color: black;
	vertical-align:center;
}
*/