/* CSS for Assignment Calculator */

body {
	margin-top: 0px;
}

.enterdates td {
	padding: 5px;
}
.enterdates {
	margin-bottom: 20px;
	margin-top: 20px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #00008B;
	margin: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
.dateinfo {
	font-weight: bold;
}
.dates {
	font-family: Arial, Helvetica, sans-serif;
	color: #00008B;
}
.diffdate {
	border: 1px solid #00008B;
	padding: 10px;
	background-color: #EEDC7A;
	padding-bottom: 0px;
	width: 260px;
}

/* steps */
h1 {
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2em;
	color: #00008B;
	text-align: center;
	background-image: url(../images/step_bkgrnd.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	margin: 0px;
}
.stepnumber {
	font-style: normal;
	margin-left: -.2em;
	color: #000000;
	font-size: 1.2em;
}
.steps {
	background-color: #E5E5E5;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	padding: 10px 10px;
}
a {
	color: #00008B;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
/* print styles */
h5 {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-bottom: 0px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	list-style-type: disc;
	margin-top: 0px;
}
li {
	margin-left: 10px;
}
