@charset "iso-8859-1";
/* Star Students CSS Print Document */

html, body {
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

#header .logo a {
	font-size: 2em;
	font-weight: bold;
	text-decoration: none;
	color: #336699;
}

#header .search {
	display: none;
}

#side-container .main-menu {
	display: none;
}

h1 {
	clear: both;
	margin-top: 1em;
	font-size: 1.5em;
	color: #336699;
}

h2 {
	clear: both;
	margin-top: 1em;
	font-size: 1.3em;
	color: #336699;
}

h3 {
	clear: both;
	margin-top: 1em;
	font-size: 1.1em;
	color: #336699;
}

.form-row {
	clear: both;
	width: 90%;
	overflow: hidden;
}

.form-row .form-required {
	width: 5%;
}

.form-row .form-label {
	float: left;
	width: 40%;
	margin: 0 5% 0 0;
}

.form-row .form-field {
	float: left;
	width: 40%;
}

.property-list {
	border-bottom-color: #000000;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#footer {
	display: none;
}
