/* This CSS is used by the pop-up "Help" pages related to the e-service launch pages */

body {
margin: 0;
padding: 0;
border: 0;
font-family: arial, helvetica, sans-serif;
font-size: 0.8em;
line-height: 1.4em;
}

/* Service name is h1 */
h1 {
font-size: 110%;
letter-spacing: .1em;
color: #666;
font-weight: normal;
padding: 0;
margin: 0;
line-height: 120%;
}

/* Start here heading is h2 */
h2 {
color: #9966CC;
font-size: 110%;
padding: 0 0 .5em 0;
border-bottom: 1px solid #9966CC;
line-height: 120%;
margin-right: 5%;
}

/* Help topic name is h3 */
h3 {
color: #000;
font-size: 110%;
padding: 0;
line-height: 120%;
}

h4 {
color: #000;
font-size: 1em;
line-height: 1.4em;
margin-bottom: 0.2em;
}

/* Help content starts here */
#helpcontent {
position: absolute;
display: block;
top: 5%;
left: 5%;
width: 95%;
margin: 0;
}

#helpcontent a {
text-decoration: none;
}

#helpcontent p {
display: block;
width: 90%;
margin: 0 0 1em 0;
}

/* Close button - border */
#but {
background-color: #c2a3e0;
border: 1px solid #000;
width: 11em;
}

/* Actual close button */

#button {
background-color: #E6D9F1;
color: #000;
	
border-top: 1px solid #FFF;
border-right: 1px solid #96C;
border-bottom: 1px solid #96C;
border-left: 1px solid #FFF;
	
display: block;
padding: 0;
text-align: center;
font-weight: bold;
text-decoration: none;
}

a#button:hover {
border-top: 1px solid #DCCAEC;
border-right: 0px solid #DCCAEC;
border-bottom: 0px solid #DCCAEC;
border-left: 1px solid #DCCAEC;	
	
margin: 1px 0 0 1px;
text-decoration: none;
}

/* From DWP styles - Remove Padding from UL */
ul {
padding-left: 20px;
margin-left: 0px;
}
/* IE only */
* html ul {
padding-left: 0px;
margin-left: 20px;
}

ul.dwp-circle li {
list-style-image: url(/_images/circle-bullet.gif);
margin-left: -4px;
}
