/* CSS Document */

body {
	font-family: Arial;
	font-size:62.5%;
	color:#4d4f5a;
	background: #fff;
	margin:10px 8px 10px 0;   /* Changes made to remove horizontal scroll from the bottom of confirmation page(login service) : Ayushi, 23rd Apr 2013 */
}
a{
	color:#000;
}
a:hover{
	text-decoration:none;
}
h1 {
    color:#00539b;
	font-size:2em;
	font-weight:normal;
	margin:0;
	padding:0;
}
h2 {
    color:#00539b;
	font-family: Arial;
	font-size:1.25em;
	font-weight:bold;
	margin:0;
	padding:0;
}
h4 {
    color:#00539b;
	font-family:  Arial;
	font-size:1.25em;
	font-weight:normal;
	margin: 15px 5px;
	padding:0;
}
#header dl{
	margin:0;
	padding: 0;
	margin-bottom: -7px;
}

#wrap{
	margin:0;
    width:100%;
}

#center{
	background: #f8f9f9 url(../images-dt/bg.gif) repeat-x top;
	margin-top: -5px;
	padding-top: 8px;
}
.center-pane{
	background: #f8f9f9;
}

#header{
	background: url(../images-dt/dpworld-logo-bg.gif) repeat-x;
	height: 36px;
}

#header .left{
	float:left;
	font-family: Arial;
	font-size:1.2em;
	font-weight: 600;
	color: #999999;
	padding: 0;
}
#header .left span { color:#999999}
#header .right{
	float:right;
}

#header .float-left dt{
	font-family: Arial;
	font-size:1.2em;
	color: #00b6f2;
	background: url(../images-dt/header-sep.gif) left top no-repeat;
	height: 32px;
	padding: 9px 20px 0 20px;
}
#header .float-left dt span.normal{
	font-family: Arial;
	font-size:1em;
	color: #999999;
}
#header .float-left dt.logo{
	padding:0 0 0 2px;
	background: url(../images-dt/header-sep.gif) left top no-repeat;
}
#header .float-left dt a{
	font-family: Arial;
	font-size:1em;
	color: #00b6f2;
	text-decoration: none;
}

.float-left{
	float: left;
}
.float-left dt{
	float: left;
}

#navigation{
	background: url(../images-dt/navigation-bg.gif) repeat-x;
	height: 20px;
	font-family: Arial;
	font-size:1.5em;
	padding-top:2px;
}
#content { padding:10px;}
#bCholder{
	font-family: Arial;
	font-size:1.2em;
	/*background:url(../images-dt/hr.gif) repeat-x bottom left;*/
	margin:9px 0 0 0;
	padding:0;
	height:23px;
	width:100%;
}
/* mozilla hack*/
html>body #bCholder{
	margin-top:13px;
}
/* end */
#bCholder dl{
	margin: 0;
}
#breadCrump dt{
	padding: 0 3px;
	display: block;
	float:left;
}
.title { 
    /*background: url(../images-dt/title-bg.gif) left repeat-x;*/
	height:31px;
	padding:6px 0 0 10px;
}

.align-center{
	text-align: center;
}

.center-pane{
	padding: 10px;
	font-family: Arial;
	font-size:1.2em;
	background: none;
}
