﻿/* Browser Reset Start */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	list-style-type: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

td, th, caption {
	font-weight: normal;
	text-align: left;
	}

ol {
	padding-left: 1.4em;
	list-style: decimal;
	}

ul {
	padding-left: 1.4em;
	list-style: square;
	}

q:before, q:after {
	content: '';
	}
	
em,i {
		font-style: italic;
	}
b,bold,strong {
		font-weight: bold;
	}

ul ul {
	font-size: 100%;
	}

img,fieldset {
	border: 0;
	}
	
	p {
	margin-top: 0;
	margin-bottom: 0;
	}
/* Browser Reset End */
	
body {
	
}

/* Heading styles */
* {
	letter-spacing: -1px;
	font-family: Verdana, sans-serif;
	font-style: normal;
	line-height:105%;
	}

h1, h2, h3, h4 {
	margin-left: 40px;
	font-weight: bold;
	line-height: 110%;
	color: #25498e;
	}

h1 {
	margin-top: 24px;
	border-bottom-color: #c0c0c0;
	border-bottom-width: 1px;
	border-bottom-style: Solid;
	font-size: 19px;
	text-shadow: 4px 4px 3px #D8D8D8;
	}

h2 {
	margin-top: 19px;
	margin-bottom: -20px;
	font-size: 15px;
	text-decoration: none;
	}

/* paragraph styles */
h3 {
	font-size: 13px;
	margin-top: 11px;
	margin-bottom: 8px;
	}

p.relatedtopics,p.parenttopics {
	background: url(../Images/Steps-end.png) no-repeat center;
	margin-left: 40px;
	margin-top: 19px;
	margin-bottom: -20px;
	border-bottom-color: #c0c0c0;
	border-bottom-width: 1px;
	border-bottom-style: Solid;
	font-weight: bold;
	line-height: 110%;
	color: #25498e;
	font-size: 15px;
	}

p {
	font-size: 13px;
	}

img {
	margin-top: 2px;
	}

p.begininstruction {
	margin-left: 0px;
	margin-top: 24px;
	background: url(../Images/book.png) 0px -1px;
	background: url(../Images/book.png) no-repeat;
	font-weight: bold;
	color: #25498e;
	padding-left: 50px;
	line-height:46px;
	}

p.bodytext {
	margin-top: 16px;
	margin-left: 40px;
	line-height:115%;
	}

h1+p, h1+p.bodytext { 
	margin-top: 2px;
	}
	
p.step {
	text-indent: -15px; /*negative value hangs numbered style to left*/
	margin-top: 8px;
	margin-left: 56px;
	margin-bottom: .0004px;
	padding-left: 10px;
	}

.step b,.step strong,.bullet_step b,.bullet_step strong,.BulletUnderStep b,.BulletUnderStep strong {
	background-color: #FFFFCC;
	}

p.note {
	background: url(../Images/note.png) 0px -1px;
	background: url(../Images/note.png) no-repeat;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: -3px;
	margin-left: 70px;
	margin-top: 12px;
	line-height:125%;
	}

p.note:before {
	content: "Note: ";
	font-weight: bold;
	font-variant: small-caps;
	}

p.tip {
	background: url(../Images/tip.png) 0 8px;
	background: url(../Images/tip.png) no-repeat;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: -3px;
	margin-left: 70px;
	margin-top: 12px;
	line-height:125%;
	}

p.tip:before {
	content: "Tip: ";
	font-weight: bold;
	font-variant: small-caps;
	}

p.BodyTextIndent {
	margin-top: 8px;
	margin-left: 68px;
	}

/* List styles */
p.bullet {
	margin-left: 48px;
	margin-top: 8px;
	background: url(../Images/bullet.png) -4px 1px;
	background: url(../Images/bullet.png) no-repeat;
	padding-left: 20px;
	text-indent: 1px;
	}

p.BulletUnderStep {
	margin-left: 68px;
	margin-top: 8px;
	background: url(../Images/bullet.png) -2px 0px;
	background: url(../Images/bullet.png) no-repeat;
	padding-left: 15px;
	text-indent: 1px;
	}
	
p.bullet_step {
	margin-left: 52px;
	margin-top: 8px;
	background: url(../Images/pointer.png) -4px 0px;
	background: url(../Images/pointer.png) no-repeat;
	padding-left: 15px;
	text-indent: .8px;
	line-height:115%;
	}

ul {
	margin-left: 70px;
	list-style: square;
	}

li {
	font-size: 13px;
	text-decoration: none;
	}

/* Table styles */
table {
	margin-left: 40px;
	margin-bottom: 20px;
	margin-top: 14pt;
	width: 90%;
	}

td {
	vertical-align: top;
	border: 1px solid #C8C8C8;
	padding: 4px;
	font-size: 13px;
	}

p.relatedtopics+table*td,p.parenttopics+table*td {
	border-style: none;
	}	
		/* Above, any td tag that falls anywhere in a table tag, which follows a p.relatedtopics or p.parentopics tag has its border removed. The "+" is required because the p.relatedtopics tag is closed before the table tag starts.*/ 

th {
	vertical-align: top;
	border: 1px solid #C8C8C8;
	font-size: 13px;
	font-weight: bold;
	}

/* Link sytles */
a {
	font-weight: bold;
	}				

a:link {
	text-decoration: none;
	color: #006699;
	border-bottom: dashed 1.75px #006699;
	position: relative; /* display popup near hyperlink that's hovered */
	}

a:visited {
	text-decoration: none;
	color: #6699FF;
	border-bottom: dashed 1.75px #6699FF;
	}	
	
a:hover {
	color: #FF6600;
	text-decoration: none;
	border-bottom: dashed 1.75px #FF6600;
	}
	
a:after {
		content:"Click to find out what to type in each field.";
		display: none; /*hide this text until invoked by a:hover::after command below */
		}
		
p.BodyTextIndent a:hover::after { /* use to display a:after text above */
		font-weight: normal;
		color: black;
		display: block;
		background: #FFFF99;
		padding: 2px;
		margin: 2px 0 0 2px;
		position: absolute; /* use Absolute so floats over main flow */
		left: 100px;
		top: -20px;
		width: 250px;
		/* Box Shadow */
		box-shadow: 5px 5px 10px #999999;
		-webkit-box-shadow: 5px 5px 10px #999999;
		-moz-box-shadow: 5px 5px 10px #999999;
		/* Rounded Corners */
		border: 1px solid #C8C8C8;
		border-radius: 5x;
		-mox-border-radius: 5px;
		-webkit-border-radius: 5px;
		}

a:active {
	text-decoration: none;
	color: #FF6666;
	background-color: #FFFFCC;
	}